diff options
author | knu <knu@FreeBSD.org> | 2001-01-29 15:33:06 +0000 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2001-01-29 15:33:06 +0000 |
commit | bc995de95303c30b7d9916bdd19f99e0d2c23732 (patch) | |
tree | c7628bf4f58cb83838e5aadaad5ec894e4649f20 | |
parent | feef3b0f6dcf523b2c46950508c1a5a22088140f (diff) | |
download | FreeBSD-ports-bc995de95303c30b7d9916bdd19f99e0d2c23732.zip FreeBSD-ports-bc995de95303c30b7d9916bdd19f99e0d2c23732.tar.gz |
- Update www/linux-lesstif-ns to the latest "stable" version(0.92.6).
- Use bzip2 archive instead of gzip archive.
- Do linux(8) before configure, because if linux mode is not active,
this port won't be configurable/buildable and will show weird error
messages (kind of these messages will confuse some people).
PR: ports/24684
Submitted by: imura@af.airnet.ne.jp
-rw-r--r-- | www/linux-lesstif-ns/Makefile | 13 | ||||
-rw-r--r-- | www/linux-lesstif-ns/distinfo | 4 | ||||
-rw-r--r-- | www/linux-lesstif-ns/files/patch-aa | 24 |
3 files changed, 12 insertions, 29 deletions
diff --git a/www/linux-lesstif-ns/Makefile b/www/linux-lesstif-ns/Makefile index 0e164c0..4f4bab5 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 a8deee9..8a8eb96 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 b66b927..0000000 --- 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); |