summaryrefslogtreecommitdiff
path: root/devel/ilu/Makefile
diff options
context:
space:
mode:
authorMartin Cracauer <cracauer@FreeBSD.org>1998-12-01 16:22:00 +0000
committerMartin Cracauer <cracauer@FreeBSD.org>1998-12-01 16:22:00 +0000
commite375457f7c5331b49dfaaceb54c1d325511d9058 (patch)
tree96577002e96257073810c36925785403c9a6333f /devel/ilu/Makefile
parentadd dnsutl (diff)
Update to ILU-2.0alpha13.
Disable native shared library support, doesn't work, use own scheme as before. Don't use shared library version numbering on ELF for now, needs more thought. Document shared library version numbering scheme I chose. Pump shared library version number on aout. Better COMMENT and DESCR (still too long). Remove patch to regognize now outdated FreeBSD JDK.
Notes
Notes: svn path=/head/; revision=15019
Diffstat (limited to 'devel/ilu/Makefile')
-rw-r--r--devel/ilu/Makefile21
1 files changed, 14 insertions, 7 deletions
diff --git a/devel/ilu/Makefile b/devel/ilu/Makefile
index 89a5e9fffe58..3c255273db3b 100644
--- a/devel/ilu/Makefile
+++ b/devel/ilu/Makefile
@@ -1,15 +1,15 @@
# New ports collection makefile for: ilu
-# Version required: 2.0alpha12
+# Version required: 2.0alpha13
# Date created: 29.9.1997
# Whom: cracauer@cons.org "Martin Cracauer"
#
-# $Id: Makefile,v 1.14 1998/11/14 09:43:07 asami Exp $
+# $Id: Makefile,v 1.15 1998/11/28 00:44:32 asami Exp $
#
-DISTNAME= ilu-2.0alpha12
-PKGNAME= ilu-2.0a12
+DISTNAME= ilu-2.0alpha13
+PKGNAME= ilu-2.0a13
CATEGORIES= devel
-MASTER_SITES= ftp://parcftp.xerox.com/pub/ilu/2.0a12/
+MASTER_SITES= ftp://parcftp.xerox.com/pub/ilu/2.0a13/
PATCH_SITES= http://www2.cons.org:8000/freebsd-distfiles/
PATCHFILES= ${DISTNAME}-patches.html.gz
@@ -18,7 +18,11 @@ MAINTAINER= cracauer@cons.org
BUILD_DEPENDS= imake:${PORTSDIR}/x11/XFree86
-CONFIGURE_ARGS= --enable-http-protocol --enable-os-threads=posix
+# The FreeBSD port uses its own shared library patches. The native
+# ILU support is incomplete and disabled here.
+CONFIGURE_ARGS= --enable-http-protocol --enable-os-threads=posix \
+ --disable-kernel-shared-library --disable-c-shared-library \
+ --disable-cplusplus-shared-libary
NO_WRKSUBDIR= yes
HAS_CONFIGURE= yes
@@ -39,7 +43,7 @@ CONFIGURE_ARGS+= --disable-java-support
SHLIBPATCH=files/shlib-aout.patch
# Java support on -stable does not work (ILU runtime dumps core).
# You might want to enable it if you know what you are doing.
-# Maybe taking -O out of patches/patch-1-cra-cflags help.
+# Taking -O out of patches/patch-1-cra-cflags may also help.
CONFIGURE_ARGS+= --disable-java-support
.endif
@@ -47,6 +51,9 @@ CONFIGURE_ARGS+= --disable-java-support
startup_dir= ${PREFIX}/etc/rc.d
startup_script= ${startup_dir}/50.ilu.sh
+post-extract:
+ chmod -R u+w work
+
post-patch:
${PATCH} ${PATCH_DIST_ARGS} < ${SHLIBPATCH}