aboutsummaryrefslogtreecommitdiff
path: root/www/linux-lesstif-ns
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2001-01-29 15:33:06 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2001-01-29 15:33:06 +0000
commitd9d18678eb2c2a63f1769de55e6c77ce85a0f3d4 (patch)
tree7b3bc276fb0f295844bbe1cdc03da08debeb728d /www/linux-lesstif-ns
parent9eaafa8e83038ae4fb254e082cd9df8832eaff8f (diff)
downloadports-d9d18678eb2c2a63f1769de55e6c77ce85a0f3d4.tar.gz
ports-d9d18678eb2c2a63f1769de55e6c77ce85a0f3d4.zip
Notes
Diffstat (limited to 'www/linux-lesstif-ns')
-rw-r--r--www/linux-lesstif-ns/Makefile13
-rw-r--r--www/linux-lesstif-ns/distinfo4
-rw-r--r--www/linux-lesstif-ns/files/patch-aa24
3 files changed, 12 insertions, 29 deletions
diff --git a/www/linux-lesstif-ns/Makefile b/www/linux-lesstif-ns/Makefile
index 0e164c05c7b2..4f4bab53ec08 100644
--- a/www/linux-lesstif-ns/Makefile
+++ b/www/linux-lesstif-ns/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= lesstif
-PORTVERSION= 0.91.0
+PORTVERSION= 0.92.6
CATEGORIES= www x11-toolkits linux
MASTER_SITES= ftp://ftp.lesstif.org/pub/hungry/lesstif/srcdist/ \
ftp://ftp.hungry.com/pub/hungry/lesstif/srcdist/ \
@@ -23,14 +23,21 @@ MAINTAINER= ports@FreeBSD.org
BUILD_DEPENDS= ${LINUXBASE}/usr/bin/cc:${PORTSDIR}/devel/linux_devtools
+USE_BZIP2= yes
USE_LINUX_PREFIX= yes
PREFIX= ${LINUXBASE}${X11BASE}
HAS_CONFIGURE= yes
-CONFIGURE_ARGS= --host=${MACHINE_ARCH}--linux-gnu --enable-shared --enable-production \
- --disable-build-20 --disable-debug --no-recursion \
+CONFIGURE_ARGS= --host=${MACHINE_ARCH}--linux-gnu \
+ --enable-shared --enable-production \
+ --enable-build-12 --enable-default-12 --disable-build-20 \
+ --disable-debug --no-recursion \
--without-motif --disable-build-Xlt --disable-build-Xbae
GMAKE= ${LINUXBASE}/usr/bin/make
+pre-configure:
+ @${ECHO_MSG} "*** Loading the Linux loadable kernel module (Error will be ignored) ***"
+ -@linux
+
do-build:
cd ${WRKSRC}/lib/Xm && ${GMAKE}
diff --git a/www/linux-lesstif-ns/distinfo b/www/linux-lesstif-ns/distinfo
index a8deee9eb4b2..8a8eb96fc1e7 100644
--- a/www/linux-lesstif-ns/distinfo
+++ b/www/linux-lesstif-ns/distinfo
@@ -1,2 +1,2 @@
-MD5 (lesstif-0.91.0.tar.gz) = 5c42293a1bd6de9661babb94a096d798
-MD5 (lesstif-0.91.0-i18n.patch) = f64aebb12ae9f4dd29fd22546a1d9646
+MD5 (lesstif-0.92.6.tar.bz2) = def7876f248228eb0f0441ba8ef931ad
+MD5 (lesstif-0.92.6-i18n.patch) = 27b7c5a42f12634b581c9b8d8efac881
diff --git a/www/linux-lesstif-ns/files/patch-aa b/www/linux-lesstif-ns/files/patch-aa
deleted file mode 100644
index b66b927ee0d4..000000000000
--- a/www/linux-lesstif-ns/files/patch-aa
+++ /dev/null
@@ -1,24 +0,0 @@
---- lib/Xm/ResConvert.c.orig Fri Mar 3 06:01:08 2000
-+++ lib/Xm/ResConvert.c Mon May 15 02:34:47 2000
-@@ -1037,9 +1037,7 @@
-
- strcat(buf, "\n");
-
--#ifdef LESSTIF_PRODUCTION
-- XtAppWarning(XtWidgetToApplicationContext(w), buf);
--#else
-+#ifndef LESSTIF_PRODUCTION
- if (getenv("DEBUG_REDIRECT_XMWARNING"))
- {
- XdbPrintString(buf);
-@@ -1056,9 +1054,7 @@
- vsprintf(buf + strlen(buf), fmt, arg_list);
- va_end(arg_list);
-
--#ifdef LESSTIF_PRODUCTION
-- XtWarning(buf);
--#else
-+#ifndef LESSTIF_PRODUCTION
- if (getenv("DEBUG_REDIRECT_XMWARNING"))
- {
- XdbPrintString(buf);