diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2005-11-05 09:07:44 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2005-11-05 09:07:44 +0000 |
commit | b1cf59535c70b37f79dbb4a7374b9908cd760c4c (patch) | |
tree | de86c8c77ebfec33fb4888f702c1c1fc593cce83 /www/linux-lesstif-ns | |
parent | 46ce9b21a3308230eb3c7821516af7ccc044bb41 (diff) |
Notes
Diffstat (limited to 'www/linux-lesstif-ns')
-rw-r--r-- | www/linux-lesstif-ns/Makefile | 60 | ||||
-rw-r--r-- | www/linux-lesstif-ns/distinfo | 4 | ||||
-rw-r--r-- | www/linux-lesstif-ns/pkg-descr | 12 | ||||
-rw-r--r-- | www/linux-lesstif-ns/pkg-plist | 4 |
4 files changed, 0 insertions, 80 deletions
diff --git a/www/linux-lesstif-ns/Makefile b/www/linux-lesstif-ns/Makefile deleted file mode 100644 index 34e25f8303fc..000000000000 --- a/www/linux-lesstif-ns/Makefile +++ /dev/null @@ -1,60 +0,0 @@ -# New ports collection makefile for: linux-lesstif-ns -# Date created: 7 May 2000 -# Whom: imura@af.airnet.ne.jp -# -# $FreeBSD$ -# - -PORTNAME= lesstif -PORTVERSION= 0.92.26 -PORTREVISION= 3 -CATEGORIES= www x11-toolkits linux -MASTER_SITES= ftp://ftp.lesstif.org/pub/hungry/lesstif/srcdist/ \ - ftp://ftp.lesstif.org/pub/hungry/lesstif/srcdist/obsolete/ \ - ftp://ftp.kddlabs.co.jp/X11/lesstif/srcdist/ \ - ftp://ftp.kddlabs.co.jp/X11/lesstif/srcdist/obsolete/ -PKGNAMEPREFIX= linux- -PKGNAMESUFFIX= -ns - -PATCH_SITES= http://cgi.shikoku.ne.jp/~fun/srpms/ -PATCHFILES= ${DISTNAME}-i18n.patch -PATCH_DIST_STRIP= -p1 - -MAINTAINER= freebsd-emulation@FreeBSD.org -COMMENT= Clone of the Motif library mostly for linux-netscape4 - -DEPRECATED= No port depends upon this port anymore. -EXPIRATION_DATE= 2005-08-20 -IGNORE= Does not build and nobody seems to complain. - -# XXX: We should use a RPM instead of building it from source. -BUILD_DEPENDS= ${LINUXBASE}/usr/bin/cc:${PORTSDIR}/devel/linux_devtools - -USE_BZIP2= yes -USE_LINUX= yes -PREFIX?= ${LINUXBASE}${X11BASE} -HAS_CONFIGURE= yes -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} - -do-install: - ${INSTALL_SCRIPT} ${WRKSRC}/lib/Xm/.libs/libXm.so.1.0.2 \ - ${PREFIX}/lib/libXm-ns.so.1.0.2 - ${LN} -sf libXm-ns.so.1.0.2 ${PREFIX}/lib/libXm.so.1 - ${LN} -sf libXm.so.1 ${PREFIX}/lib/libXm.so - ${LINUXBASE}/sbin/ldconfig - -.include <bsd.port.mk> - -CONFIGURE_ENV+= ${LINUXBASE}/bin/bash diff --git a/www/linux-lesstif-ns/distinfo b/www/linux-lesstif-ns/distinfo deleted file mode 100644 index 811dc7057863..000000000000 --- a/www/linux-lesstif-ns/distinfo +++ /dev/null @@ -1,4 +0,0 @@ -MD5 (lesstif-0.92.26.tar.bz2) = b12161e1d1dd80122d5dcd68c6eb9dad -SIZE (lesstif-0.92.26.tar.bz2) = 2931869 -MD5 (lesstif-0.92.26-i18n.patch) = 3db0d448a9f40f8c8ef1c406b6f87d98 -SIZE (lesstif-0.92.26-i18n.patch) = 63678 diff --git a/www/linux-lesstif-ns/pkg-descr b/www/linux-lesstif-ns/pkg-descr deleted file mode 100644 index bc4ac9ec5d9b..000000000000 --- a/www/linux-lesstif-ns/pkg-descr +++ /dev/null @@ -1,12 +0,0 @@ -LessTif is a API compatible clone of the Motif. -Currently Motif (statically linked by Netscape4) has a critical bug -around multi-byte handling in TextWidget such as <input type=text> -and <textarea> fields. This port will solve the above problem of -linux-netscape (like www/libxpg4-ns for our native Netscape). - -To activate this port, make sure that you use netscape-dynMotif instead -of communicator(navigator)-linux-x.xx.bin in ${LOCALBASE}/lib/netscape-linux/. -Patches are created by "fun" <fun@shikoku.ne.jp> - -- R. Imura -imura@af.airnet.ne.jp diff --git a/www/linux-lesstif-ns/pkg-plist b/www/linux-lesstif-ns/pkg-plist deleted file mode 100644 index 11b772af798a..000000000000 --- a/www/linux-lesstif-ns/pkg-plist +++ /dev/null @@ -1,4 +0,0 @@ -lib/libXm-ns.so.1.0.2 -lib/libXm.so -lib/libXm.so.1 -@exec /compat/linux/sbin/ldconfig |