pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/lesstif Changes 0.95.0:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a4ebdcb42163
branches:  trunk
changeset: 516849:a4ebdcb42163
user:      adam <adam%pkgsrc.org@localhost>
date:      Sat Jul 29 14:32:12 2006 +0000

description:
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:

 x11/lesstif/Makefile |  7 +++----
 x11/lesstif/distinfo |  8 ++++----
 2 files changed, 7 insertions(+), 8 deletions(-)

diffs (39 lines):

diff -r 63c0764ff6a7 -r a4ebdcb42163 x11/lesstif/Makefile
--- a/x11/lesstif/Makefile      Sat Jul 29 14:14:23 2006 +0000
+++ b/x11/lesstif/Makefile      Sat Jul 29 14:32:12 2006 +0000
@@ -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 @@
 
 CONFLICTS+=    openmotif-[0-9]*
 
+USE_LIBTOOL=           yes
 USE_TOOLS+=            gmake
-USE_LIBTOOL=           yes
 USE_X11BASE=           yes
 GNU_CONFIGURE=         yes
 CONFIGURE_ARGS+=       --enable-production --disable-debug --disable-verbose
diff -r 63c0764ff6a7 -r a4ebdcb42163 x11/lesstif/distinfo
--- a/x11/lesstif/distinfo      Sat Jul 29 14:14:23 2006 +0000
+++ b/x11/lesstif/distinfo      Sat Jul 29 14:32:12 2006 +0000
@@ -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



Home | Main Index | Thread Index | Old Index