summaryrefslogtreecommitdiff
path: root/x11/lesstif/Makefile
diff options
context:
space:
mode:
authorjlam <jlam>1999-11-03 04:18:46 +0000
committerjlam <jlam>1999-11-03 04:18:46 +0000
commitbb443c6745a7bb21ea57ffce50feb949a5cf223e (patch)
treefc817b5a968fd2f6e585995ca5e2bc7a96c8734a /x11/lesstif/Makefile
parent0442b30ce68842d1e1546cd1a42de5c96b55ef4a (diff)
downloadpkgsrc-bb443c6745a7bb21ea57ffce50feb949a5cf223e.tar.gz
Update to 0.89.0. Renumbered patches because it got increasingly difficult
to track patches to individual files. Changes from 0.88.9: * Add FontChooser widget to Xlt. * Fix to XmText to make a second call to SetValues with the same pointer still work. * Added a directory tree lib/Xbae which contains the Xbae widget set (XbaeMatrix, XbaeCaption, and XbaeInput). * Made build system changes to build Xbae in the same way as Xlt. * Add build system options to Xlt and/or Xbae can be compiled together with LessTif. Use the --enable-build-Xlt and --enable-build-Xbae options. * Xbae contains both automake-based and Imake based build support; we're not sure how actively we'll support Imake though. * RowColumn tear-off segfault fix. * Fixed segfault with xmgrace. * various fixes for openDX * VaSimpleOption fix for Xquote * fixes for mapCallback for DialogShells with BulletionBoard children * Even though binary compatibility is not our true goal, Netscape-dynMotif (4.61) now runs out-of-the-box with lesstif! * Initial attempts at making lesstif threadsafe (PushB, PushBG) * mxftp should now work * XmScrolledWindow/XmScrollBar geometry fixes
Diffstat (limited to 'x11/lesstif/Makefile')
-rw-r--r--x11/lesstif/Makefile32
1 files changed, 17 insertions, 15 deletions
diff --git a/x11/lesstif/Makefile b/x11/lesstif/Makefile
index 9bfdf4295fa..a2881543272 100644
--- a/x11/lesstif/Makefile
+++ b/x11/lesstif/Makefile
@@ -1,23 +1,25 @@
-# $NetBSD: Makefile,v 1.41 1999/09/04 23:23:22 tron Exp $
+# $NetBSD: Makefile,v 1.42 1999/11/03 04:18:46 jlam Exp $
# FreeBSD Id: Makefile,v 1.13 1997/09/08 08:34:13 tg Exp
#
-DISTNAME= lesstif-0.88.9
-CATEGORIES= x11
-MASTER_SITES= ftp://linux.mathematik.tu-darmstadt.de/pub/linux/mirrors/misc/lesstif/srcdist/ \
- http://gd.tuwien.ac.at/hci/lesstif/srcdist/ \
- ftp://ftp.lesstif.org/pub/hungry/lesstif/srcdist/
+DISTNAME= lesstif-0.89.0
+CATEGORIES= x11
+MASTER_SITES= ftp://ftp.hungry.com/pub/hungry/lesstif/srcdist/ \
+ ftp://ftp.unicamp.br/pub/X11/lesstif/srcdist/ \
+ ftp://ftp.kddlabs.co.jp/X11/lesstif/srcdist/ \
+ ftp://linux.mathematik.tu-darmstadt.de/pub/linux/mirrors/misc/lesstif/srcdist/ \
+ http://gd.tuwien.ac.at/hci/lesstif/srcdist/ \
+ http://www.damtp.cam.ac.uk/mirror/ftp.hungry.com/pub/hungry/lesstif/srcdist/
-MAINTAINER= packages@netbsd.org
-HOMEPAGE= http://www.lesstif.org/
+MAINTAINER= packages@netbsd.org
+HOMEPAGE= http://www.lesstif.org/
-GNU_CONFIGURE= yes
-USE_GMAKE= yes
-USE_LIBTOOL= yes
-USE_X11BASE= yes
+USE_LIBTOOL= yes
+USE_X11BASE= yes
-CONFIGURE_ARGS+= --prefix=${PREFIX} --with-x --enable-production
-CONFIGURE_ARGS+= --enable-default-20 --disable-debug
-CONFIGURE_ENV= CCFLAGS="${CFLAGS}"
+GNU_CONFIGURE= yes
+CONFIGURE_ARGS+= --enable-build-12 # needed for www/Mosaic
+CONFIGURE_ARGS+= --enable-build-20 --enable-default-20 \
+ --enable-production --disable-debug
.include "../../mk/bsd.pkg.mk"