diff options
author | adam <adam@pkgsrc.org> | 2006-07-29 14:32:12 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2006-07-29 14:32:12 +0000 |
commit | 18b8638de8f57b06c9b1e9b0f79db89b514d824b (patch) | |
tree | 3834a2480ed7696426564f82719a6962571e1167 /x11 | |
parent | 7e1b7fd9a3252a1e717b50670c006e068a6bd4bc (diff) | |
download | pkgsrc-18b8638de8f57b06c9b1e9b0f79db89b514d824b.tar.gz |
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.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/lesstif/Makefile | 7 | ||||
-rw-r--r-- | x11/lesstif/distinfo | 8 |
2 files changed, 7 insertions, 8 deletions
diff --git a/x11/lesstif/Makefile b/x11/lesstif/Makefile index e86aaa3ff17..f3aa22f4c74 100644 --- a/x11/lesstif/Makefile +++ b/x11/lesstif/Makefile @@ -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 diff --git a/x11/lesstif/distinfo b/x11/lesstif/distinfo index 21fb33fd51e..4d65dd1f738 100644 --- a/x11/lesstif/distinfo +++ b/x11/lesstif/distinfo @@ -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 |