Change *_DEPENDS on lang/perl5 to USE_PERL5 so we won't have any

dependencies to perl5 in -current.  This might cause some unwanted
perl5 installations on -stable (if it was originally RUN_DEPENDS,
perl5 will now be installed during build too, etc.), but its lifetime
is limited anyway.
This commit is contained in:
Satoshi Asami
1999-01-02 00:12:21 +00:00
parent c020bc2c64
commit 4b07f0329b
8 changed files with 22 additions and 24 deletions

View File

@@ -3,7 +3,7 @@
# Date created: June 29 1998
# Whom: barnhart@genetics.wustl.edu
#
# $Id: Makefile,v 1.1.1.1 1998/07/12 23:30:02 steve Exp $
# $Id: Makefile,v 1.2 1998/12/09 22:35:04 billf Exp $
#
DISTNAME= hmmer-2.0
@@ -13,8 +13,7 @@ EXTRACT_SUFX= .tar.Z
MAINTAINER= barnhart@genetics.wustl.edu
BUILD_DEPENDS= perl:${PORTSDIR}/lang/perl5
USE_PERL5= yes
MAN1= hmmalign.1 hmmbuild.1 hmmcalibrate.1 hmmconvert.1 hmmemit.1 hmmer.1 hmmpfam.1 hmmsearch.1
WRKSRC= ${WRKDIR}/build/${DISTNAME}

View File

@@ -3,7 +3,7 @@
# Date created: Wed Nov 26, 1996
# Whom: pgf
#
# $Id: Makefile,v 1.14 1997/12/10 20:26:37 gj Exp $
# $Id: Makefile,v 1.15 1998/06/04 20:04:55 gj Exp $
#
DISTNAME= vile-8.0
@@ -22,7 +22,7 @@ MAN1= vile.1
.if defined(USE_PERL)
CONFIGURE_ARGS= --with-perl
PLIST= ${PKGDIR}/PLIST.perl
BUILD_DEPENDS= perl5:${PORTSDIR}/lang/perl5
USE_PERL5= yes
.endif
pre-configure:

View File

@@ -3,7 +3,7 @@
# Date created: Wed Nov 26, 1996
# Whom: pgf
#
# $Id: Makefile,v 1.16 1998/06/27 05:19:53 asami Exp $
# $Id: Makefile,v 1.17 1998/11/28 00:44:33 asami Exp $
#
DISTNAME= vile-8.0
@@ -39,7 +39,7 @@ SCREEN_TYPE= x11
.if defined(USE_PERL)
WITH_PERL= --with-perl
PLIST= ${PKGDIR}/PLIST.perl
BUILD_DEPENDS= perl5:${PORTSDIR}/lang/perl5
USE_PERL5= yes
.endif
post-install:

View File

@@ -3,7 +3,7 @@
# Date created: 15 May 1995
# Whom: torstenb
#
# $Id: Makefile,v 1.7 1998/06/08 12:41:12 torstenb Exp $
# $Id: Makefile,v 1.8 1998/08/16 00:54:39 hoek Exp $
#
DISTNAME= mirror-2.9
@@ -12,11 +12,11 @@ MASTER_SITES= ftp://src.doc.ic.ac.uk/computing/archiving/mirror/
MAINTAINER= torstenb@FreeBSD.ORG
USE_PERL5= yes
NO_WRKSUBDIR= yes
MAKEFILE= makefile
MAN1= mirror.1 mirror-master.1
RUN_DEPENDS= perl5:${PORTSDIR}/lang/perl5
pre-install:
${MKDIR} ${PREFIX}/lib/mirror

View File

@@ -3,7 +3,7 @@
# Date created: 2 Apr 1997
# Whom: Choi Jun Ho <junker@jazz.snu.ac.kr>
#
# $Id: Makefile,v 1.4 1997/09/22 16:22:05 max Exp $
# $Id: Makefile,v 1.5 1997/12/05 00:08:05 asami Exp $
#
DISTNAME= linuxdoc-sgml-1.6bh2
@@ -13,8 +13,7 @@ MASTER_SITES= ftp://jazz.snu.ac.kr/pub/unix/util/tools/
MAINTAINER= junker@jazz.snu.ac.kr
RUN_DEPENDS= perl5:${PORTSDIR}/lang/perl5
USE_PERL5= yes
MAN1= sgml2html.1 sgml2latex.1 sgml2rtf.1 sgmls.1 \
sgml2info.1 sgml2lyx.1 sgml2txt.1 sgmlsasp.1
NO_BUILD= yes

View File

@@ -3,7 +3,7 @@
# Date created: 19 Apr 1997
# Whom: Choi Jun Ho <junker@jazz.snu.ac.kr>
#
# $Id: Makefile,v 1.3 1997/09/22 16:22:12 max Exp $
# $Id: Makefile,v 1.4 1998/09/15 21:31:46 asami Exp $
#
DISTNAME= nhppf-1.2
@@ -13,10 +13,10 @@ MASTER_SITES= ftp://jazz.snu.ac.kr/pub/unix/util/nhppf/
MAINTAINER= junker@jazz.snu.ac.kr
NO_BUILD= yes
RUN_DEPENDS= ${PREFIX}/share/fonts/HLaTeX-0.95-pfb:$(PORTSDIR)/korean/hlatexpsfonts
RUN_DEPENDS= ${PREFIX}/share/fonts/HLaTeX-0.95-pfb:$(PORTSDIR)/korean/hlatexpsfonts \
perl5.00401:${PORTSDIR}/lang/perl5
USE_PERL5= yes
NO_BUILD= yes
do-configure:
@cd ${WRKSRC}; \

View File

@@ -3,7 +3,7 @@
# Date created: 30 Jul 1995
# Whom: torstenb@FreeBSD.ORG
#
# $Id: Makefile,v 1.70 1998/10/08 13:11:52 asami Exp $
# $Id: Makefile,v 1.71 1998/10/30 06:15:18 obrien Exp $
#
# Maximal ssh package requires YES values for
# USE_PERL, USE_TCPWRAP
@@ -128,13 +128,11 @@ post-install:
chmod 751 ${PREFIX}/etc/rc.d/sshd.sh; \
fi
.include <bsd.port.mk>
# Following stuff must be after <bsd.port.mk> to expand exists() properly
.include <bsd.port.pre.mk>
.if defined(USE_PERL) && ${USE_PERL} == YES || \
exists(${PERL5}) && (!defined(USE_PERL) || ${USE_PERL} != NO)
BUILD_DEPENDS+= perl${PERL_VERSION}:${PORTSDIR}/lang/perl5
USE_PERL5= yes
CONFIGURE_ENV+= PERL=${PERL5}
.else
CONFIGURE_ENV+= PERL=/replace_it_with_PERL_path
@@ -153,3 +151,5 @@ LIB_DEPENDS+= wrap.7:${PORTSDIR}/security/tcp_wrapper
.if defined(USE_SOCKS) && ${USE_SOCKS} == YES
CONFIGURE_ARGS+= --with-socks="-L${PREFIX}/lib -lsocks5" --with-socks5
.endif
.include <bsd.port.post.mk>

View File

@@ -3,7 +3,7 @@
# Date created: 3 May 1998
# Whom: brett@peloton.physics.montana.edu
#
# $Id: Makefile,v 1.3 1998/05/05 05:14:03 mph Exp $
# $Id: Makefile,v 1.4 1998/09/15 21:31:53 asami Exp $
#
DISTNAME= latex2html-98.1p1
@@ -13,14 +13,14 @@ MASTER_SITES= http://www-dsed.llnl.gov/files/programs/unix/latex2html/sources/ \
MAINTAINER= brett@peloton.physics.montana.edu
RUN_DEPENDS= ${PERL5}:${PORTSDIR}/lang/perl5 \
${PREFIX}/bin/latex:${PORTSDIR}/print/latex \
RUN_DEPENDS= ${PREFIX}/bin/latex:${PORTSDIR}/print/latex \
${PREFIX}/bin/dvips:${PORTSDIR}/print/dvips \
${PREFIX}/bin/gs:${PORTSDIR}/print/ghostscript5 \
${X11BASE}/bin/anytopnm:${PORTSDIR}/graphics/netpbm
WRKSRC= ${WRKDIR}/latex2html
USE_PERL5= yes
NO_BUILD= yes
IS_INTERACTIVE= yes
NO_PACKAGE= An interrogation follows installation