diff options
author | asami <asami@FreeBSD.org> | 1997-11-10 11:23:41 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1997-11-10 11:23:41 +0000 |
commit | 5d1935d3cd51c1225fdc04508abc444c4787ef47 (patch) | |
tree | ffc1483204d23593f169f7362c7d2a028d78bfc1 | |
parent | a6ed6f6af74824fc14506600deae1d9c6e4e2fe8 (diff) | |
download | FreeBSD-ports-5d1935d3cd51c1225fdc04508abc444c4787ef47.zip FreeBSD-ports-5d1935d3cd51c1225fdc04508abc444c4787ef47.tar.gz |
Mark a bunch of ports with MANUAL_PACKAGE_BUILD. With a change to
bsd.port.mk that will be committed soon, this will disable automatic
package building when PACKAGE_BUILDING is defined (so they can be
built from separate scripts).
These are no-ops for ordinary users (i.e., when PACKAGE_BUILDING is
not defined).
-rw-r--r-- | japanese/jtex209-ascii/Makefile | 5 | ||||
-rw-r--r-- | japanese/jtex209-both/Makefile | 4 | ||||
-rw-r--r-- | japanese/jtex209-ntt/Makefile | 5 | ||||
-rw-r--r-- | japanese/platex-common/Makefile | 4 | ||||
-rw-r--r-- | japanese/platex-euc/Makefile | 4 | ||||
-rw-r--r-- | japanese/platex-jis/Makefile | 4 | ||||
-rw-r--r-- | japanese/platex-sjis/Makefile | 4 | ||||
-rw-r--r-- | japanese/ptex-euc/Makefile | 4 | ||||
-rw-r--r-- | japanese/ptex-jis/Makefile | 4 | ||||
-rw-r--r-- | japanese/ptex-sjis/Makefile | 4 | ||||
-rw-r--r-- | japanese/ptex/Makefile | 4 | ||||
-rw-r--r-- | japanese/vfxdvi300/Makefile | 3 | ||||
-rw-r--r-- | print/a2ps-letter/Makefile | 3 | ||||
-rw-r--r-- | print/enscript-letter/Makefile | 3 | ||||
-rw-r--r-- | print/latex/Makefile | 4 | ||||
-rw-r--r-- | print/lprps-letter/Makefile | 3 | ||||
-rw-r--r-- | print/mp-letter/Makefile | 3 | ||||
-rw-r--r-- | print/pkfonts300/Makefile | 3 | ||||
-rw-r--r-- | print/psutils-letter/Makefile | 5 | ||||
-rw-r--r-- | print/tex/Makefile | 3 |
20 files changed, 55 insertions, 21 deletions
diff --git a/japanese/jtex209-ascii/Makefile b/japanese/jtex209-ascii/Makefile index c346314..7ff392c 100644 --- a/japanese/jtex209-ascii/Makefile +++ b/japanese/jtex209-ascii/Makefile @@ -3,11 +3,14 @@ # Date created: 4 Nov 1996 # Whom: Mita Yoshio <mita@jp.FreeBSD.org> # -# $Id: Makefile,v 1.1.1.1 1996/11/11 08:44:35 asami Exp $ +# $Id: Makefile,v 1.2 1997/09/24 06:43:46 max Exp $ # DISTNAME= ja-jlatex209-a17 FILESDIR= ${.CURDIR}/../jtex209-both/files PATCHDIR= ${.CURDIR}/../jtex209-both/patches BATCH_TEX= ASCII + +MANUAL_PACKAGE_BUILD= incompatible with other versions of jtex-* + .include <${.CURDIR}/../jtex209-both/Makefile> diff --git a/japanese/jtex209-both/Makefile b/japanese/jtex209-both/Makefile index 064e22e..a02da3f 100644 --- a/japanese/jtex209-both/Makefile +++ b/japanese/jtex209-both/Makefile @@ -3,7 +3,7 @@ # Date created: 4 Nov 1996 # Whom: Mita Yoshio <mita@jp.FreeBSD.org> # -# $Id: Makefile,v 1.4 1997/08/22 11:36:26 asami Exp $ +# $Id: Makefile,v 1.5 1997/09/24 06:43:47 max Exp $ # DISTNAME?= ja-jlatex209-a17-n152 @@ -64,4 +64,6 @@ pre-reinstall: ${MAKE} reinstall DISTDIR=${DISTDIR} FILESDIR=${FILESDIR} \ ) +MANUAL_PACKAGE_BUILD= incompatible with other versions of jtex-* + .include <bsd.port.mk> diff --git a/japanese/jtex209-ntt/Makefile b/japanese/jtex209-ntt/Makefile index 2548255..fcb66c5 100644 --- a/japanese/jtex209-ntt/Makefile +++ b/japanese/jtex209-ntt/Makefile @@ -3,11 +3,14 @@ # Date created: 4 Nov 1996 # Whom: Mita Yoshio <mita@jp.FreeBSD.org> # -# $Id: Makefile,v 1.1.1.1 1996/11/11 08:46:34 asami Exp $ +# $Id: Makefile,v 1.2 1997/09/24 06:43:50 max Exp $ # DISTNAME= ja-jlatex209-n152 FILESDIR= ${.CURDIR}/../jtex209-both/files PATCHDIR= ${.CURDIR}/../jtex209-both/patches BATCH_TEX= NTT + +MANUAL_PACKAGE_BUILD= incompatible with other versions of jtex-* + .include <${.CURDIR}/../jtex209-both/Makefile> diff --git a/japanese/platex-common/Makefile b/japanese/platex-common/Makefile index ac6f13d..d652eb8 100644 --- a/japanese/platex-common/Makefile +++ b/japanese/platex-common/Makefile @@ -3,7 +3,7 @@ # Date created: 05 Oct 1997 # Whom: Masafumi NAKANE <max@FreeBSD.ORG> # -# $Id: Makefile,v 1.19 1997/10/05 21:07:13 max Exp $ +# $Id: Makefile,v 1.20 1997/10/05 21:33:09 max Exp $ # DISTNAME= base-9706 @@ -49,4 +49,6 @@ do-install: @/bin/ln -fs tex ${PREFIX}/bin/latex @/bin/ln -s latex ${PREFIX}/bin/platex-common +MANUAL_PACKAGE_BUILD= incompatible with other versions of ptex-* + .include <bsd.port.mk> diff --git a/japanese/platex-euc/Makefile b/japanese/platex-euc/Makefile index 1fb03c6..a275223 100644 --- a/japanese/platex-euc/Makefile +++ b/japanese/platex-euc/Makefile @@ -3,7 +3,7 @@ # Date created: 05 Oct 1997 # Whom: Masafumi NAKANE <max@FreeBSD.ORG> # -# $Id: Makefile,v 1.2 1997/10/05 21:20:37 max Exp $ +# $Id: Makefile,v 1.3 1997/10/05 21:36:10 max Exp $ # DISTNAME= pl970702e @@ -40,4 +40,6 @@ do-install: ${MV} -f ${TEXMF}/tex/platex/base/platex.fmt ${TEXMF}/web2c /bin/ln -fs ptex ${PREFIX}/bin/platex +MANUAL_PACKAGE_BUILD= incompatible with other versions of ptex-* + .include <bsd.port.mk> diff --git a/japanese/platex-jis/Makefile b/japanese/platex-jis/Makefile index 60edd3a..ed16273 100644 --- a/japanese/platex-jis/Makefile +++ b/japanese/platex-jis/Makefile @@ -3,7 +3,7 @@ # Date created: 05 Oct 1997 # Whom: Masafumi NAKANE <max@FreeBSD.ORG> # -# $Id: Makefile,v 1.2 1997/10/05 21:20:40 max Exp $ +# $Id: Makefile,v 1.3 1997/10/05 21:36:11 max Exp $ # DISTNAME= pl970702j @@ -38,4 +38,6 @@ do-install: ${MV} -f ${TEXMF}/tex/platex/base/platex.fmt ${TEXMF}/web2c /bin/ln -fs ptex ${PREFIX}/bin/platex +MANUAL_PACKAGE_BUILD= incompatible with other versions of ptex-* + .include <bsd.port.mk> diff --git a/japanese/platex-sjis/Makefile b/japanese/platex-sjis/Makefile index c72d47f..7863dba 100644 --- a/japanese/platex-sjis/Makefile +++ b/japanese/platex-sjis/Makefile @@ -3,7 +3,7 @@ # Date created: 05 Oct 1997 # Whom: Masafumi NAKANE <max@FreeBSD.ORG> # -# $Id: Makefile,v 1.2 1997/10/05 21:20:42 max Exp $ +# $Id: Makefile,v 1.3 1997/10/05 21:36:11 max Exp $ # DISTNAME= pl970702s @@ -40,4 +40,6 @@ do-install: ${MV} -f ${TEXMF}/tex/platex/base/platex.fmt ${TEXMF}/web2c /bin/ln -fs ptex ${PREFIX}/bin/platex +MANUAL_PACKAGE_BUILD= incompatible with other versions of ptex-* + .include <bsd.port.mk> diff --git a/japanese/ptex-euc/Makefile b/japanese/ptex-euc/Makefile index 246924c..6e7a429 100644 --- a/japanese/ptex-euc/Makefile +++ b/japanese/ptex-euc/Makefile @@ -3,7 +3,7 @@ # Date created: 05 Oct 1997 # Whom: max # -# $Id: Makefile,v 1.1.1.1 1997/10/04 17:20:30 max Exp $ +# $Id: Makefile,v 1.2 1997/10/04 17:58:43 max Exp $ # DISTNAME= ptex215 @@ -46,4 +46,6 @@ post-install: pre-clean: @${RM} -rf ${WRKSRC} +MANUAL_PACKAGE_BUILD= incompatible with other versions of ptex-* + .include <bsd.port.mk> diff --git a/japanese/ptex-jis/Makefile b/japanese/ptex-jis/Makefile index 4bb3199..28cb5ed 100644 --- a/japanese/ptex-jis/Makefile +++ b/japanese/ptex-jis/Makefile @@ -3,7 +3,7 @@ # Date created: 05 Oct 1997 # Whom: max # -# $Id: Makefile,v 1.1.1.1 1997/10/04 17:17:08 max Exp $ +# $Id: Makefile,v 1.2 1997/10/04 17:58:45 max Exp $ # DISTNAME= ptex215 @@ -46,4 +46,6 @@ post-install: pre-clean: @${RM} -rf ${WRKSRC} +MANUAL_PACKAGE_BUILD= incompatible with other versions of ptex-* + .include <bsd.port.mk> diff --git a/japanese/ptex-sjis/Makefile b/japanese/ptex-sjis/Makefile index 4d646b3..2eb628a 100644 --- a/japanese/ptex-sjis/Makefile +++ b/japanese/ptex-sjis/Makefile @@ -3,7 +3,7 @@ # Date created: 05 Oct 1997 # Whom: max # -# $Id: Makefile,v 1.1.1.1 1997/10/04 17:24:29 max Exp $ +# $Id: Makefile,v 1.2 1997/10/04 17:58:47 max Exp $ # DISTNAME= ptex215 @@ -46,4 +46,6 @@ post-install: pre-clean: @${RM} -rf ${WRKSRC} +MANUAL_PACKAGE_BUILD= incompatible with other versions of ptex-* + .include <bsd.port.mk> diff --git a/japanese/ptex/Makefile b/japanese/ptex/Makefile index 246924c..6e7a429 100644 --- a/japanese/ptex/Makefile +++ b/japanese/ptex/Makefile @@ -3,7 +3,7 @@ # Date created: 05 Oct 1997 # Whom: max # -# $Id: Makefile,v 1.1.1.1 1997/10/04 17:20:30 max Exp $ +# $Id: Makefile,v 1.2 1997/10/04 17:58:43 max Exp $ # DISTNAME= ptex215 @@ -46,4 +46,6 @@ post-install: pre-clean: @${RM} -rf ${WRKSRC} +MANUAL_PACKAGE_BUILD= incompatible with other versions of ptex-* + .include <bsd.port.mk> diff --git a/japanese/vfxdvi300/Makefile b/japanese/vfxdvi300/Makefile index 9ba3419..e08210b 100644 --- a/japanese/vfxdvi300/Makefile +++ b/japanese/vfxdvi300/Makefile @@ -3,7 +3,7 @@ # Date created: 8 Nov 1996 # Whom: Mita Yoshio <mita@jp.FreeBSD.org> # -# $Id: Makefile,v 1.7 1997/01/14 07:37:07 asami Exp $ +# $Id: Makefile,v 1.8 1997/09/14 21:36:18 max Exp $ # DISTNAME= xdvi-17 @@ -23,6 +23,7 @@ MAINTAINER= mita@jp.FreeBSD.org LIB_DEPENDS= VFlib\\.2\\.:${PORTSDIR}/japanese/vflib RUN_DEPENDS= ${LOCALBASE}/lib/fonts/pk${RESOLUTION}:${PORTSDIR}/print/pkfonts +MANUAL_PACKAGE_BUILD= RESOLUTION has to be set to 118 240 300 360 400 600 WRKSRC= ${WRKDIR} DIST_SUBDIR= xdvi USE_IMAKE= yes diff --git a/print/a2ps-letter/Makefile b/print/a2ps-letter/Makefile index a4dc7df..13d0872 100644 --- a/print/a2ps-letter/Makefile +++ b/print/a2ps-letter/Makefile @@ -3,7 +3,7 @@ # Date created: 18 August 1997 # Whom: Chuck Robey (chuckr@freebsd.org) # -# $Id: Makefile,v 1.9 1997/08/19 03:43:55 chuckr Exp $ +# $Id: Makefile,v 1.10 1997/10/11 02:57:02 chuckr Exp $ # DISTNAME= a2ps @@ -14,6 +14,7 @@ DISTFILES= a2ps-4.9.8.tar.gz MAINTAINER= chuckr@FreeBSD.org +MANUAL_PACKAGE_BUILD= PAPERSIZE has to be set to Letter A4 WRKSRC= $(WRKDIR)/$(DISTNAME)-4.9.8 GNU_CONFIGURE= yes MAN1= a2ps.1 ogonkify.1 diff --git a/print/enscript-letter/Makefile b/print/enscript-letter/Makefile index 139b7d8..51d2467 100644 --- a/print/enscript-letter/Makefile +++ b/print/enscript-letter/Makefile @@ -3,7 +3,7 @@ # Date created: 24 Jul, 1997 # Whom: kline # -# $Id: Makefile,v 1.1.1.1 1997/07/27 03:31:33 chuckr Exp $ +# $Id: Makefile,v 1.2 1997/08/05 06:37:19 asami Exp $ # DISTNAME= enscript-1.5.0 @@ -13,6 +13,7 @@ MASTER_SITES= ${MASTER_SITE_GNU} MAINTAINER= kline@thought.org +MANUAL_PACKAGE_BUILD= PAPERSIZE has to be set to Letter A4 GNU_CONFIGURE= yes USE_GMAKE= yes CONFIGURE_ARGS= --disable-nls diff --git a/print/latex/Makefile b/print/latex/Makefile index 1062a60..6a6f516 100644 --- a/print/latex/Makefile +++ b/print/latex/Makefile @@ -3,8 +3,9 @@ # Date created: 29 September 1994 # Whom: jmz # -# $Id: Makefile,v 1.30 1997/02/26 02:27:29 jmz Exp $ +# $Id: Makefile,v 1.31 1997/07/26 15:00:34 jmz Exp $ # + VERSION= 97.06 DISTNAME= latex PKGNAME= latex2e-${VERSION} @@ -17,6 +18,7 @@ MAINTAINER= jmz@FreeBSD.org BUILD_DEPENDS= tex:${PORTSDIR}/print/tex RUN_DEPENDS= tex:${PORTSDIR}/print/tex +MANUAL_PACKAGE_BUILD= has to be built with tex port IGNOREFILES= ${DISTFILES} #other equivalent sites: ftp.cdrom.com ftp.dante.de diff --git a/print/lprps-letter/Makefile b/print/lprps-letter/Makefile index 02ca40d..30f28eb 100644 --- a/print/lprps-letter/Makefile +++ b/print/lprps-letter/Makefile @@ -4,7 +4,7 @@ # Date created: Sat Aug 3, 1996 # Whom: David O'Brien (obrien@cs.ucdavis.edu) # -# $Id: Makefile,v 1.2 1997/05/25 04:35:44 obrien Exp $ +# $Id: Makefile,v 1.3 1997/10/10 06:53:28 obrien Exp $ # DISTNAME= lprps-2.5 @@ -14,6 +14,7 @@ EXTRACT_SUFX= .tar.Z MAINTAINER= obrien@FreeBSD.org +MANUAL_PACKAGE_BUILD= PAPERSIZE has to be set to letter a4 MAKE_FLAGS?= PAPERSIZE=${PAPERSIZE} -f MAN1= psrev.1 textps.1 MAN8= lprps.8 psif.8 psof.8 diff --git a/print/mp-letter/Makefile b/print/mp-letter/Makefile index 0904cc3..e4f71dd 100644 --- a/print/mp-letter/Makefile +++ b/print/mp-letter/Makefile @@ -3,7 +3,7 @@ # Date created: 11 July 1996 # Whom: David O'Brien <obrien@cs.ucdavis.edu> # -# $Id: Makefile,v 1.4 1997/01/29 13:20:05 obrien Exp $ +# $Id: Makefile,v 1.5 1997/10/10 06:53:32 obrien Exp $ # DISTNAME= mp-3.0.1 @@ -14,6 +14,7 @@ MASTER_SITES= ftp://ftp.NUXI.com/pub/misc/ \ MAINTAINER= obrien@FreeBSD.org +MANUAL_PACKAGE_BUILD= PAPERSIZE has to be set to letter a4 WRKSRC= ${WRKDIR}/mp USE_GMAKE= yes MAN1= mp.1 diff --git a/print/pkfonts300/Makefile b/print/pkfonts300/Makefile index 8a21a09..e6e2ca4 100644 --- a/print/pkfonts300/Makefile +++ b/print/pkfonts300/Makefile @@ -3,7 +3,7 @@ # Date created: 16 Mar 1996 # Whom: Hideaki Ohmon <ohmon@tom.sfc.keio.ac.jp> # -# $Id: Makefile,v 1.5 1996/11/17 08:45:02 obrien Exp $ +# $Id: Makefile,v 1.6 1996/12/03 04:07:33 asami Exp $ # DISTNAME= pkfonts @@ -16,6 +16,7 @@ DISTFILES= pk${RESOLUTION}.tar.gz MAINTAINER= ohmon@tom.sfc.keio.ac.jp +MANUAL_PACKAGE_BUILD= RESOLUTION has to be set to 118 240 300 360 400 600 DIST_SUBDIR= pkfonts EXTRACT_CMD= /usr/bin/true # extracted directly in install target NO_BUILD= yes diff --git a/print/psutils-letter/Makefile b/print/psutils-letter/Makefile index 80c511d..319d32f 100644 --- a/print/psutils-letter/Makefile +++ b/print/psutils-letter/Makefile @@ -3,17 +3,18 @@ # Date created: 21 September 1994 # Whom: jmz & David O'Brien (obrien@cs.ucdavis.edu) # -# $Id: Makefile,v 1.12 1996/11/17 08:45:05 obrien Exp $ +# $Id: Makefile,v 1.13 1997/08/15 23:13:58 jmz Exp $ # DISTNAME= psutils-p17 PKGNAME= psutils-${PAPERSIZE}-1.17 CATEGORIES= print MASTER_SITES= ftp://ftp.dcs.ed.ac.uk//pub/ajcd/ + MAINTAINER= jmz@FreeBSD.org +MANUAL_PACKAGE_BUILD= PAPERSIZE has to be set to letter a4 WRKSRC= ${WRKDIR}/psutils - MAKE_FLAGS?= PAPER=${PAPERSIZE} -f MAN1= psbook.1 psselect.1 pstops.1 epsffit.1 psnup.1 psresize.1 \ getafm.1 fixdlsrps.1 fixfmps.1 fixmacps.1 fixpsditps.1 \ diff --git a/print/tex/Makefile b/print/tex/Makefile index 3f670fe..406e4ba 100644 --- a/print/tex/Makefile +++ b/print/tex/Makefile @@ -3,7 +3,7 @@ # Date created: 29 September 1994 # Whom: jmz # -# $Id: Makefile,v 1.28 1997/02/24 21:56:16 jmz Exp $ +# $Id: Makefile,v 1.29 1997/02/25 09:00:31 asami Exp $ # DISTNAME= web2c-7.0 @@ -14,6 +14,7 @@ DISTFILES= web2c-7.0.tar.gz web-7.0.tar.gz tex_base.tar.gz cm_tfm.tar.gz \ MAINTAINER= jmz@FreeBSD.org +MANUAL_PACKAGE_BUILD= has to be built with latex port IGNOREFILES= tex_base.tar.gz cm_tfm.tar.gz mf_lib.tar.gz cm_mf.tar.gz EXTRACT_ONLY= web2c-7.0.tar.gz web-7.0.tar.gz tex_base.tar.gz cm_tfm.tar.gz \ mf_lib.tar.gz cm_mf.tar.gz |