Changes 0.95.0:
* We're now also distributing a version of LessTif packaged with [1]autopackage. Fixes to the autopackage/default.apspec.in were applied for this, and the autopackage team augmented their implementation for us (thanks!). * Change the API of the _LtDebugPrintRenderTable function, the old one wasn't working well. * Add a dependency so ResConvert.c is compiled whenever configure.in changes. * Make the message from configure about missing or too old X development packages mention the missing case too. Happens more often than old versions nowadays. * Add code to the release script to create an autopackage file. * Add code to the release script to create RPMs automatically. * Fix and clean up some of the XmStringCreate functions, they weren't handling tabs and newlines correctly. * Implement XmStringGenerate() and XmStringParseText() somewhat better. * Fix an initialisation problem with RenderTables which caused colour settings to fail in some circumstances. * Fix a bug that caused XmTextField to overwrite its border. * Remove a couple of fprintf statements saying "Yow" * Fix freetype installation check which appears to require include. * Fix the build so it won't override defaults from libtool. * Fix compile error in TextOut.c when compiling with Xft. * RPM specfile syntax has renamed Copyright into License. * Patch by Eric Branlund for _MOTIF_DRAG_TARGETS on x86_64. * Patches by Winfried to fix warnings detected with GCC 4.
This commit is contained in:
parent
7e1b7fd9a3
commit
18b8638de8
2 changed files with 7 additions and 8 deletions
|
@ -1,7 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.89 2006/03/14 01:14:35 jlam Exp $
|
||||
# $NetBSD: Makefile,v 1.90 2006/07/29 14:32:12 adam Exp $
|
||||
|
||||
DISTNAME= lesstif-0.94.4
|
||||
PKGREVISION= 2
|
||||
DISTNAME= lesstif-0.95.0
|
||||
CATEGORIES= x11
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=lesstif/}
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
@ -12,8 +11,8 @@ COMMENT= API compatible clone of the OSF/Motif toolkit
|
|||
|
||||
CONFLICTS+= openmotif-[0-9]*
|
||||
|
||||
USE_TOOLS+= gmake
|
||||
USE_LIBTOOL= yes
|
||||
USE_TOOLS+= gmake
|
||||
USE_X11BASE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS+= --enable-production --disable-debug --disable-verbose
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
$NetBSD: distinfo,v 1.14 2005/06/30 15:28:45 adam Exp $
|
||||
$NetBSD: distinfo,v 1.15 2006/07/29 14:32:12 adam Exp $
|
||||
|
||||
SHA1 (lesstif-0.94.4.tar.bz2) = 5c608630998d2f5ce096d4bbf1dec52e77c98588
|
||||
RMD160 (lesstif-0.94.4.tar.bz2) = 1025f6b662437a4e47a909aed7098901abf02c3c
|
||||
Size (lesstif-0.94.4.tar.bz2) = 2447156 bytes
|
||||
SHA1 (lesstif-0.95.0.tar.bz2) = 2a6f20d3bd525e6066ba2be22d8a47bf4bcd0425
|
||||
RMD160 (lesstif-0.95.0.tar.bz2) = 0384f87cd1a71e6aea04b1963d03b4664cb66b50
|
||||
Size (lesstif-0.95.0.tar.bz2) = 2459799 bytes
|
||||
SHA1 (patch-aa) = a9748026f9645f346e2e0486cf975337a3bcabe4
|
||||
SHA1 (patch-ab) = 8839488b15ae6a01bb4d6af46e386e894eb2cddf
|
||||
SHA1 (patch-ac) = 0e7bd9c469d98ea6a4257e734f69e321f8fee442
|
||||
|
|
Loading…
Reference in a new issue