diff options
author | Jing-Tang Keith Jang <keith@FreeBSD.org> | 2001-06-22 13:04:49 +0000 |
---|---|---|
committer | Jing-Tang Keith Jang <keith@FreeBSD.org> | 2001-06-22 13:04:49 +0000 |
commit | b19d9444b77d6d06bb478393f08e8ae6052b47b5 (patch) | |
tree | b62f61289dc019bd177f2a2559736ce5ce0461de /chinese | |
parent | 9e2fd4b4b4d4311cdadb1f000eb3896d9a1f6ae7 (diff) | |
download | ports-b19d9444b77d6d06bb478393f08e8ae6052b47b5.tar.gz ports-b19d9444b77d6d06bb478393f08e8ae6052b47b5.zip |
Notes
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/Makefile | 1 | ||||
-rw-r--r-- | chinese/XFree86-aoutlibs/Makefile | 47 | ||||
-rw-r--r-- | chinese/XFree86-aoutlibs/distinfo | 1 | ||||
-rw-r--r-- | chinese/XFree86-aoutlibs/pkg-comment | 1 | ||||
-rw-r--r-- | chinese/XFree86-aoutlibs/pkg-deinstall | 17 | ||||
-rw-r--r-- | chinese/XFree86-aoutlibs/pkg-descr | 5 | ||||
-rw-r--r-- | chinese/XFree86-aoutlibs/pkg-install | 16 | ||||
-rw-r--r-- | chinese/XFree86-aoutlibs/pkg-plist | 17 | ||||
-rw-r--r-- | chinese/XFree86-aoutlibs/pkg-req | 27 |
9 files changed, 0 insertions, 132 deletions
diff --git a/chinese/Makefile b/chinese/Makefile index 11dd8ff692f6..ba1bd03d20ce 100644 --- a/chinese/Makefile +++ b/chinese/Makefile @@ -3,7 +3,6 @@ SUBDIR += CJK SUBDIR += FreeWnn-lib SUBDIR += FreeWnn-server - SUBDIR += XFree86-aoutlibs SUBDIR += abiword SUBDIR += acroread-chsfont SUBDIR += acroread-chtfont diff --git a/chinese/XFree86-aoutlibs/Makefile b/chinese/XFree86-aoutlibs/Makefile deleted file mode 100644 index f4291c2248ef..000000000000 --- a/chinese/XFree86-aoutlibs/Makefile +++ /dev/null @@ -1,47 +0,0 @@ -# New ports collection makefile for: XFree86 3.3.6 aout libs -# Date created: 31 Oct 2000 -# Whom: Jing-Tang Keith Jang <keith@FreeBSD.org> -# -# $FreeBSD: /tmp/pcvs/ports/chinese/XFree86-aoutlibs/Attic/Makefile,v 1.5 2001-05-22 18:19:35 sobomax Exp $ -# - -# The file is identical to -# ftp://ftp.xfree86.org/pub/XFree86/3.3.6/binaries/FreeBSD-2.2.x/Xbin.tgz -# Renamed to avoid distfiles conflict with x11/XFree86-aoutlibs. - -PORTNAME= XFree86-aoutlibs -PORTVERSION= 3.3.6 -CATEGORIES= chinese x11 -MASTER_SITES= ftp://freebsd.sinica.edu.tw/pub/keith/ -DISTNAME= Xbin336aout -EXTRACT_SUFX= .tgz - -MAINTAINER= keith@FreeBSD.org - -RUN_DEPENDS= ${X11BASE}/lib/aout/libX11.so.6.1:${PORTSDIR}/x11/XFree86-aoutlibs - -ONLY_FOR_ARCHS= i386 - -WRKSRC= ${WRKDIR}/lib -NO_BUILD= yes -PORTOBJFORMAT= aout - -USE_X_PREFIX= yes - -pre-configure: - @${SETENV} ${SCRIPTS_ENV} ${SH} ${PKGREQ} ${PKGNAME} INSTALL - -pre-install: - @${SETENV} PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL - -do-install: - @${MKDIR} ${PREFIX}/lib/aout - cd ${WRKSRC}; \ - for l in $$(ls lib*); do \ - ${SETENV} OBJFORMAT=${PORTOBJFORMAT} \ - ${INSTALL_PROGRAM} $$l ${PREFIX}/lib/aout; \ - done - ${TOUCH} ${PREFIX}/lib/aout/zh-XFree86-aoutlibs-3.3.6 - ${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib/aout - -.include <bsd.port.mk> diff --git a/chinese/XFree86-aoutlibs/distinfo b/chinese/XFree86-aoutlibs/distinfo deleted file mode 100644 index 11d33628b4d1..000000000000 --- a/chinese/XFree86-aoutlibs/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (Xbin336aout.tgz) = a788bf7af2732eaf2a4a71550680f590 diff --git a/chinese/XFree86-aoutlibs/pkg-comment b/chinese/XFree86-aoutlibs/pkg-comment deleted file mode 100644 index 0f6809217769..000000000000 --- a/chinese/XFree86-aoutlibs/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Chinese XFree86 a.out compatability libraries diff --git a/chinese/XFree86-aoutlibs/pkg-deinstall b/chinese/XFree86-aoutlibs/pkg-deinstall deleted file mode 100644 index 6e8d9f297d47..000000000000 --- a/chinese/XFree86-aoutlibs/pkg-deinstall +++ /dev/null @@ -1,17 +0,0 @@ -#!/bin/sh - -if [ "$2" = "DEINSTALL" ]; then - exit 0 -fi - -AOUTLIBSDIR=${PKG_PREFIX}/lib/aout - -for old in libX11.so.6.1 liboldX.so.6.0 libICE.so.6.3 libSM.so.6.0 \ - libXext.so.6.3 libXt.so.6.0 libXmu.so.6.0 libXaw.so.6.1 \ - libXIE.so.6.0 libXi.so.6.0 libXtst.so.6.1 libPEX5.so.6.0 \ - libXp.so.6.2; do - mv -f ${AOUTLIBSDIR}/X333/${old} ${AOUTLIBSDIR} -done - -rmdir ${PKG_PREFIX}/lib/aout/X333 2>/dev/null || true -/usr/bin/env OBJFORMAT=aout /sbin/ldconfig -R diff --git a/chinese/XFree86-aoutlibs/pkg-descr b/chinese/XFree86-aoutlibs/pkg-descr deleted file mode 100644 index cc3729bf95c3..000000000000 --- a/chinese/XFree86-aoutlibs/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -This is a compatability package for the XFree86 a.out format libraries, -especially for Chinese application. - -It is only needed for ports which use X and are compiled in a.out format, -such as Nescape. Long live Mozilla... diff --git a/chinese/XFree86-aoutlibs/pkg-install b/chinese/XFree86-aoutlibs/pkg-install deleted file mode 100644 index 238c5d522701..000000000000 --- a/chinese/XFree86-aoutlibs/pkg-install +++ /dev/null @@ -1,16 +0,0 @@ -#!/bin/sh - -if [ "$2" = "POST-INSTALL" ]; then - exit 0 -fi - -AOUTLIBSDIR=${PKG_PREFIX}/lib/aout - -mkdir -p ${AOUTLIBSDIR}/X333 - -for old in libX11.so.6.1 liboldX.so.6.0 libICE.so.6.3 libSM.so.6.0 \ - libXext.so.6.3 libXt.so.6.0 libXmu.so.6.0 libXaw.so.6.1 \ - libXIE.so.6.0 libXi.so.6.0 libXtst.so.6.1 libPEX5.so.6.0 \ - libXp.so.6.2; do - mv -f ${AOUTLIBSDIR}/${old} ${AOUTLIBSDIR}/X333 -done diff --git a/chinese/XFree86-aoutlibs/pkg-plist b/chinese/XFree86-aoutlibs/pkg-plist deleted file mode 100644 index 0cbd4e82f73c..000000000000 --- a/chinese/XFree86-aoutlibs/pkg-plist +++ /dev/null @@ -1,17 +0,0 @@ -lib/aout/libX11.so.6.1 -lib/aout/liboldX.so.6.0 -lib/aout/libICE.so.6.3 -lib/aout/libSM.so.6.0 -lib/aout/libXext.so.6.3 -lib/aout/libXt.so.6.0 -lib/aout/libXmu.so.6.0 -lib/aout/libXaw.so.6.1 -lib/aout/libXIE.so.6.0 -lib/aout/libXi.so.6.0 -lib/aout/libXtst.so.6.1 -lib/aout/libPEX5.so.6.0 -lib/aout/libXp.so.6.2 -lib/aout/libXThrStub.so.6.0 -lib/aout/zh-XFree86-aoutlibs-3.3.6 -@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B -@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R diff --git a/chinese/XFree86-aoutlibs/pkg-req b/chinese/XFree86-aoutlibs/pkg-req deleted file mode 100644 index a8a608933daf..000000000000 --- a/chinese/XFree86-aoutlibs/pkg-req +++ /dev/null @@ -1,27 +0,0 @@ -#!/bin/sh - -if [ -n "${BATCH}" -o -n "${PACKAGE_BUILDING}" ]; then - exit 0 -fi - -env=/usr/bin/env -fgrep=/usr/bin/fgrep -ldconfig=/sbin/ldconfig -ld_so=/usr/libexec/ld.so -if [ x$2 = xINSTALL ]; then - $env OBJFORMAT=aout $ldconfig -r | $fgrep -q -e '-lc.3' - if [ $? -ne 0 -o ! -x $ld_so ]; then - cat <<END -********************************************************************* - - There do not appear to be any a.out libraries on this - machine. Please install the compat22 distribution (via - /stand/sysinstall) or build it as part of your 'make world' - (see /etc/make.conf). - -********************************************************************* -END - exit 1 - fi -fi -exit 0; |