mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
This fixes a little bug introduced in r1.8.
When installing with pkg_add(1), the ${SITE_PERL} directory was not created causing system headers not to be perlified and installed by h2ph. This made some things break in very mysterious ways. The pkg-install script used by pkg_add(1) doesn't know about the many special variables in bsd.port.mk, so it shouldn't try to rely on them. Noticed by: bento, kris Approved by: kris
This commit is contained in:
parent
8548ac9eb9
commit
7360591d8a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=101378
@ -7,7 +7,7 @@
|
||||
|
||||
PORTNAME= perl
|
||||
PORTVERSION= ${PERL_VER}
|
||||
PORTREVISION= 4
|
||||
PORTREVISION= 5
|
||||
CATEGORIES= lang devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN} \
|
||||
${MASTER_SITE_LOCAL:S/$/:local/} \
|
||||
|
@ -6,7 +6,7 @@ fi
|
||||
|
||||
INCLUDEDIR=/usr/include
|
||||
|
||||
install -d ${SITE_PERL}/${PERL_ARCH}
|
||||
install -d ${PKG_PREFIX}/lib/perl5/site_perl/5.8.2/mach
|
||||
cd ${INCLUDEDIR} && ${PKG_PREFIX}/bin/h2ph *.h machine/*.h sys/*.h
|
||||
|
||||
if [ -f /sbin/sysctl -a -x /sbin/sysctl ] ; then
|
||||
|
@ -7,7 +7,7 @@
|
||||
|
||||
PORTNAME= perl
|
||||
PORTVERSION= ${PERL_VER}
|
||||
PORTREVISION= 4
|
||||
PORTREVISION= 5
|
||||
CATEGORIES= lang devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN} \
|
||||
${MASTER_SITE_LOCAL:S/$/:local/} \
|
||||
|
@ -6,7 +6,7 @@ fi
|
||||
|
||||
INCLUDEDIR=/usr/include
|
||||
|
||||
install -d ${SITE_PERL}/${PERL_ARCH}
|
||||
install -d ${PKG_PREFIX}/lib/perl5/site_perl/5.8.2/mach
|
||||
cd ${INCLUDEDIR} && ${PKG_PREFIX}/bin/h2ph *.h machine/*.h sys/*.h
|
||||
|
||||
if [ -f /sbin/sysctl -a -x /sbin/sysctl ] ; then
|
||||
|
@ -7,7 +7,7 @@
|
||||
|
||||
PORTNAME= perl
|
||||
PORTVERSION= ${PERL_VER}
|
||||
PORTREVISION= 4
|
||||
PORTREVISION= 5
|
||||
CATEGORIES= lang devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN} \
|
||||
${MASTER_SITE_LOCAL:S/$/:local/} \
|
||||
|
@ -6,7 +6,7 @@ fi
|
||||
|
||||
INCLUDEDIR=/usr/include
|
||||
|
||||
install -d ${SITE_PERL}/${PERL_ARCH}
|
||||
install -d ${PKG_PREFIX}/lib/perl5/site_perl/5.8.2/mach
|
||||
cd ${INCLUDEDIR} && ${PKG_PREFIX}/bin/h2ph *.h machine/*.h sys/*.h
|
||||
|
||||
if [ -f /sbin/sysctl -a -x /sbin/sysctl ] ; then
|
||||
|
@ -7,7 +7,7 @@
|
||||
|
||||
PORTNAME= perl
|
||||
PORTVERSION= ${PERL_VER}
|
||||
PORTREVISION= 4
|
||||
PORTREVISION= 5
|
||||
CATEGORIES= lang devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN} \
|
||||
${MASTER_SITE_LOCAL:S/$/:local/} \
|
||||
|
@ -6,7 +6,7 @@ fi
|
||||
|
||||
INCLUDEDIR=/usr/include
|
||||
|
||||
install -d ${SITE_PERL}/${PERL_ARCH}
|
||||
install -d ${PKG_PREFIX}/lib/perl5/site_perl/5.8.2/mach
|
||||
cd ${INCLUDEDIR} && ${PKG_PREFIX}/bin/h2ph *.h machine/*.h sys/*.h
|
||||
|
||||
if [ -f /sbin/sysctl -a -x /sbin/sysctl ] ; then
|
||||
|
@ -7,7 +7,7 @@
|
||||
|
||||
PORTNAME= perl
|
||||
PORTVERSION= ${PERL_VER}
|
||||
PORTREVISION= 4
|
||||
PORTREVISION= 5
|
||||
CATEGORIES= lang devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN} \
|
||||
${MASTER_SITE_LOCAL:S/$/:local/} \
|
||||
|
@ -6,7 +6,7 @@ fi
|
||||
|
||||
INCLUDEDIR=/usr/include
|
||||
|
||||
install -d ${SITE_PERL}/${PERL_ARCH}
|
||||
install -d ${PKG_PREFIX}/lib/perl5/site_perl/5.8.2/mach
|
||||
cd ${INCLUDEDIR} && ${PKG_PREFIX}/bin/h2ph *.h machine/*.h sys/*.h
|
||||
|
||||
if [ -f /sbin/sysctl -a -x /sbin/sysctl ] ; then
|
||||
|
Loading…
Reference in New Issue
Block a user