1995-04-17 08:02:34 +02:00
|
|
|
# New ports collection makefile for: perl5
|
|
|
|
# Date created: 16 April 1995
|
|
|
|
# Whom: markm
|
|
|
|
#
|
1999-08-25 08:35:40 +02:00
|
|
|
# $FreeBSD$
|
1995-04-17 08:02:34 +02:00
|
|
|
#
|
|
|
|
|
2000-04-12 08:21:15 +02:00
|
|
|
PORTNAME= perl
|
2009-03-05 20:16:30 +01:00
|
|
|
PORTVERSION= ${PERL_VERSION}
|
1997-04-20 15:53:29 +02:00
|
|
|
CATEGORIES= lang devel perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN \
|
2002-07-21 19:09:12 +02:00
|
|
|
${MASTER_SITE_LOCAL:S/$/:local/} \
|
2009-01-13 22:38:50 +01:00
|
|
|
http://protey.ru/freebsd/distfiles/:local
|
2002-05-20 02:03:07 +02:00
|
|
|
MASTER_SITE_SUBDIR= ../../src \
|
2009-01-13 22:38:50 +01:00
|
|
|
skv/:local
|
2002-05-20 02:03:07 +02:00
|
|
|
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \
|
2009-02-15 23:42:37 +01:00
|
|
|
BSDPAN-${BSDPAN_VERSION}${EXTRACT_SUFX}:local
|
2009-01-13 22:38:50 +01:00
|
|
|
DIST_SUBDIR= perl
|
1995-04-17 08:02:34 +02:00
|
|
|
|
2008-11-20 17:24:37 +01:00
|
|
|
MAINTAINER= skv@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= Practical Extraction and Report Language
|
1995-04-17 08:02:34 +02:00
|
|
|
|
2010-11-05 11:23:25 +01:00
|
|
|
LICENSE= ART10 GPLv1
|
2010-11-05 16:29:11 +01:00
|
|
|
LICENSE_COMB= dual
|
2010-11-05 11:23:25 +01:00
|
|
|
|
2010-07-15 16:48:51 +02:00
|
|
|
CONFLICTS= perl-5.6.* perl-5.8.* perl-threaded-5.8.* \
|
|
|
|
perl-5.10.* perl-threaded-5.10.*
|
2008-11-20 17:24:37 +01:00
|
|
|
|
|
|
|
OPTIONS= DEBUGGING "Build with debugging support" off \
|
|
|
|
GDBM "Build GDBM_File extension" off \
|
2009-03-28 21:45:10 +01:00
|
|
|
PERL_MALLOC "Use Perl malloc" off \
|
2008-11-20 17:24:37 +01:00
|
|
|
PERL_64BITINT "Use 64 bit integers (on i386)" on \
|
|
|
|
THREADS "Build threaded perl" off \
|
2009-07-06 14:16:08 +02:00
|
|
|
MULTIPLICITY "Use multiplicity" off \
|
2009-01-13 22:38:50 +01:00
|
|
|
SITECUSTOMIZE "Run-time customization of @INC" off \
|
2008-11-20 17:24:37 +01:00
|
|
|
USE_PERL "Rewrite links in /usr/bin" on
|
|
|
|
|
2009-11-02 17:50:41 +01:00
|
|
|
PORTSCOUT= limitw:1,even
|
|
|
|
|
2011-01-25 13:35:58 +01:00
|
|
|
PERL_VERSION= 5.12.3
|
Unforbid the port for the use of general FreeBSD public.
Compile perl with BSDPAN support, both -current and -stable. The
version of BSDPAN used here coincides accidentally with the one present
in the -current system perl, but is installed in a different place.
Provide a script, use.perl, to facilitate switching of the perl used by
default between the system perl and this port. Also print a message
describing the usage of use.perl (this works for the port and for the
package built from it). The switching to the port version is done by
removing /usr/bin/perl and /usr/bin/suidperl (they both have link count
>1, so this is reversible), and making them to be symlinks to the
corresponding binaries in $PREFIX/bin. Also, assignments of the correct
values of PERL_VER, PERL_VERSION, and PERL_ARCH are appended to
/etc/make.conf. Last, NOPERL=yes is appended to /etc/make.conf, so that
the changes made will survive system upgrades from source. The
switching to the system version is more or less a reverse of the process
described above.
Set and use PERL_ARCH which is independed from the one used by the
system perl.
Fix the port for post-malloc.h -current.
Fix a small bogon when PREFIX was used in pkg-install (PKG_PREFIX should
have been used instead).
Reviewed by: markm, joe
2001-12-19 18:05:05 +01:00
|
|
|
PERL_ARCH= mach
|
2009-03-05 18:56:24 +01:00
|
|
|
SITE_PERL_REL?= lib/perl5/site_perl/${PERL_VERSION}
|
2007-09-08 03:12:10 +02:00
|
|
|
SITE_PERL?= ${LOCALBASE}/${SITE_PERL_REL}
|
2001-04-10 21:57:49 +02:00
|
|
|
|
2009-09-11 13:23:31 +02:00
|
|
|
USE_BZIP2= yes
|
2001-03-22 16:17:46 +01:00
|
|
|
HAS_CONFIGURE= yes
|
2011-01-27 18:29:12 +01:00
|
|
|
MAKE_JOBS_UNSAFE= yes
|
2001-03-22 16:17:46 +01:00
|
|
|
CONFIGURE_SCRIPT=Configure
|
|
|
|
CONFIGURE_ARGS= -sde -Dprefix=${PREFIX} \
|
2009-03-05 18:56:24 +01:00
|
|
|
-Darchlib=${PREFIX}/lib/perl5/${PERL_VERSION}/${PERL_ARCH} \
|
|
|
|
-Dprivlib=${PREFIX}/lib/perl5/${PERL_VERSION} \
|
|
|
|
-Dman3dir=${PREFIX}/lib/perl5/${PERL_VERSION}/perl/man/man3 \
|
2003-11-25 19:48:26 +01:00
|
|
|
-Dman1dir=${PREFIX}/man/man1 \
|
2004-05-31 01:13:56 +02:00
|
|
|
-Dsitearch=${PREFIX}/${SITE_PERL_REL}/${PERL_ARCH} \
|
|
|
|
-Dsitelib=${PREFIX}/${SITE_PERL_REL} -Dscriptdir=${PREFIX}/bin \
|
2009-03-05 18:56:24 +01:00
|
|
|
-Dsiteman3dir=${PREFIX}/lib/perl5/${PERL_VERSION}/man/man3 \
|
2004-05-31 01:13:56 +02:00
|
|
|
-Dsiteman1dir=${PREFIX}/man/man1 \
|
2002-07-28 11:14:17 +02:00
|
|
|
-Ui_malloc -Ui_iconv -Uinstallusrbinperl \
|
2009-01-13 22:38:50 +01:00
|
|
|
-Dcc="${CC}" -Duseshrplib -Dinc_version_list=none \
|
2002-07-21 19:09:12 +02:00
|
|
|
-Dccflags=-DAPPLLIB_EXP=\"${BSDPAN_DEST}\"
|
2005-02-14 11:17:07 +01:00
|
|
|
LOCALE_CLEANUP= LANG="" LC_ALL="" LC_COLLATE="" LC_CTYPE="" \
|
|
|
|
LC_MESSAGES="" LC_MONETARY="" LC_NUMERIC="" \
|
|
|
|
LC_TIME=""
|
2010-12-11 18:46:13 +01:00
|
|
|
CONFIGURE_ENV+= ${LOCALE_CLEANUP} UNAME_v="$$(uname -v | sed 'y/=/ /')"
|
2005-02-14 11:17:07 +01:00
|
|
|
MAKE_ENV+= ${LOCALE_CLEANUP}
|
2003-10-27 20:48:03 +01:00
|
|
|
|
2004-05-31 01:13:56 +02:00
|
|
|
.include "Makefile.man"
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
2009-06-08 16:35:28 +02:00
|
|
|
.if defined(PERL_VENDOR_PREFIX)
|
|
|
|
CONFIGURE_ARGS+= \
|
|
|
|
-Dvendorprefix=${PERL_VENDOR_PREFIX} \
|
|
|
|
-Dvendorarch=${PERL_VENDOR_PREFIX}/lib/perl5/${PERL_VERSION}/${PERL_ARCH} \
|
|
|
|
-Dvendorbin=${PERL_VENDOR_PREFIX}/bin \
|
|
|
|
-Dvendorlib=${PERL_VENDOR_PREFIX}/lib/perl5/${PERL_VERSION} \
|
|
|
|
-Dvendorman3dir=${PERL_VENDOR_PREFIX}/lib/perl5/${PERL_VERSION}/man/man3 \
|
|
|
|
-Dvendorman1dir=${PERL_VENDOR_PREFIX}/man/man1
|
|
|
|
.endif
|
|
|
|
|
2007-09-08 03:12:10 +02:00
|
|
|
PLIST_SUB+= PERL_VERSION=${PERL_VERSION} \
|
2009-03-05 18:56:24 +01:00
|
|
|
PERL_VER=${PERL_VERSION} \
|
2007-09-08 03:12:10 +02:00
|
|
|
PERL_ARCH=${PERL_ARCH} \
|
|
|
|
SITE_PERL=${SITE_PERL:S|^${LOCALBASE}/||}
|
|
|
|
|
2005-06-24 11:17:06 +02:00
|
|
|
.if defined(WITH_DEBUGGING)
|
|
|
|
CONFIGURE_ARGS+= -Doptimize="-g" -DDEBUGGING
|
2006-02-20 21:24:36 +01:00
|
|
|
STRIP=
|
|
|
|
STRIP_CMD= ${TRUE}
|
2005-06-24 11:17:06 +02:00
|
|
|
.else
|
|
|
|
CONFIGURE_ARGS+= -Doptimize="${CFLAGS}"
|
|
|
|
.endif
|
|
|
|
|
2002-07-28 11:14:17 +02:00
|
|
|
.if defined(WITH_GDBM)
|
|
|
|
CONFIGURE_ARGS+= -Di_gdbm
|
2003-01-03 09:26:35 +01:00
|
|
|
LIB_DEPENDS+= gdbm.3:${PORTSDIR}/databases/gdbm
|
2002-07-28 11:14:17 +02:00
|
|
|
PLIST_SUB+= GDBM=""
|
|
|
|
.else
|
|
|
|
CONFIGURE_ARGS+= -Ui_gdbm
|
|
|
|
PLIST_SUB+= GDBM="@comment "
|
|
|
|
.endif
|
|
|
|
|
2010-11-05 06:41:37 +01:00
|
|
|
.if ${OSVERSION} >= 900022
|
|
|
|
PLIST_SUB+= MANCONF=""
|
|
|
|
.else
|
|
|
|
PLIST_SUB+= MANCONF="@comment "
|
|
|
|
.endif
|
|
|
|
|
2003-10-27 20:48:03 +01:00
|
|
|
.if defined(WITHOUT_PERL_MALLOC)
|
|
|
|
.undef WITH_PERL_MALLOC
|
2002-07-28 11:14:17 +02:00
|
|
|
.else
|
2003-10-27 20:48:03 +01:00
|
|
|
WITH_PERL_MALLOC= yes
|
2002-07-28 11:14:17 +02:00
|
|
|
.endif
|
|
|
|
|
2003-04-01 14:29:12 +02:00
|
|
|
.if defined(WITH_THREADS)
|
2005-06-24 11:17:06 +02:00
|
|
|
#XXX .if ${ARCH} == "amd64"
|
|
|
|
#XXX IGNORE= Threaded perl does not pass tests on ${ARCH}
|
|
|
|
#XXX .endif
|
2003-04-01 14:29:12 +02:00
|
|
|
CONFIGURE_ARGS+= -Dusethreads=y
|
|
|
|
PKGNAMESUFFIX= -threaded
|
2003-10-27 20:48:03 +01:00
|
|
|
# it seems perl malloc has problems with threaded perl on FreeBSD
|
|
|
|
.undef WITH_PERL_MALLOC
|
2003-04-01 14:29:12 +02:00
|
|
|
.else
|
|
|
|
CONFIGURE_ARGS+= -Dusethreads=n
|
|
|
|
.endif
|
|
|
|
|
2003-10-27 20:48:03 +01:00
|
|
|
.if defined(WITH_PERL_MALLOC)
|
|
|
|
CONFIGURE_ARGS+= -Dusemymalloc=y
|
|
|
|
.else
|
|
|
|
CONFIGURE_ARGS+= -Dusemymalloc=n
|
|
|
|
.endif
|
|
|
|
|
2008-11-20 17:24:37 +01:00
|
|
|
.if defined(WITH_PERL_64BITINT)
|
2004-07-25 13:25:11 +02:00
|
|
|
CONFIGURE_ARGS+= -Duse64bitint
|
|
|
|
.endif
|
|
|
|
|
2009-07-06 14:16:08 +02:00
|
|
|
.if defined(WITH_MULTIPLICITY)
|
|
|
|
CONFIGURE_ARGS+= -Dusemultiplicity=y
|
|
|
|
.endif
|
|
|
|
|
2009-01-13 22:38:50 +01:00
|
|
|
.if defined(WITH_SITECUSTOMIZE)
|
|
|
|
CONFIGURE_ARGS+= -Dusesitecustomize
|
|
|
|
.endif
|
|
|
|
|
2009-11-02 17:50:41 +01:00
|
|
|
.if defined(WITH_USE_PERL)
|
|
|
|
LINK_USRBIN= yes
|
|
|
|
.else
|
|
|
|
LINK_USRBIN= no
|
|
|
|
.endif
|
|
|
|
|
2010-07-15 16:48:51 +02:00
|
|
|
NO_LATEST_LINK= yes
|
2004-02-05 07:12:40 +01:00
|
|
|
|
2002-07-28 11:14:17 +02:00
|
|
|
.if defined(WITH_GDBM)
|
|
|
|
MAN3+= GDBM_File.3
|
|
|
|
.endif
|
2009-03-05 18:56:24 +01:00
|
|
|
MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}/perl
|
1996-12-07 15:23:29 +01:00
|
|
|
|
2009-03-05 18:56:24 +01:00
|
|
|
BSDPAN_DEST= ${PREFIX}/lib/perl5/${PERL_VERSION}/BSDPAN
|
Unforbid the port for the use of general FreeBSD public.
Compile perl with BSDPAN support, both -current and -stable. The
version of BSDPAN used here coincides accidentally with the one present
in the -current system perl, but is installed in a different place.
Provide a script, use.perl, to facilitate switching of the perl used by
default between the system perl and this port. Also print a message
describing the usage of use.perl (this works for the port and for the
package built from it). The switching to the port version is done by
removing /usr/bin/perl and /usr/bin/suidperl (they both have link count
>1, so this is reversible), and making them to be symlinks to the
corresponding binaries in $PREFIX/bin. Also, assignments of the correct
values of PERL_VER, PERL_VERSION, and PERL_ARCH are appended to
/etc/make.conf. Last, NOPERL=yes is appended to /etc/make.conf, so that
the changes made will survive system upgrades from source. The
switching to the system version is more or less a reverse of the process
described above.
Set and use PERL_ARCH which is independed from the one used by the
system perl.
Fix the port for post-malloc.h -current.
Fix a small bogon when PREFIX was used in pkg-install (PKG_PREFIX should
have been used instead).
Reviewed by: markm, joe
2001-12-19 18:05:05 +01:00
|
|
|
BSDPAN_FILES= BSDPAN.pm BSDPAN/Override.pm Config.pm \
|
Update to 5.8.6. Also:
- redirect output from h2ph to /dev/null [1];
- fix File::Path insecure file/directory permissions [2];
this resolves CAN-2004-0452
(http://vuxml.freebsd.org/c418d472-6bd1-11d9-93ca-000a95bc6fae.html);
- for OSVERSION < 500036, create symlinks in /usr/bin not only for
perl and suidperl, but also for a2p, c2ph, find2perl, h2ph, h2xs,
perlbug, perlcc, perldoc, pl2pm, pod2html, pod2latex, pod2man,
pod2text, s2p, and splain; perl and suidperl are still enough for
more recent FreeBSD versions [3];
- clean up created symlinks upon deinstallation [4];
- try to cleanup symlinks created by older versions of lang/perl5 and
lang/perl5.8, during both installation and deinstallation [5];
- added support for DISABLE_BSDPAN environment variable [6];
- be explicit about use.perl usage after installation of 4.X systems
[7];
- respect __MAKE_CONF partially (the build-time value is used) [8];
- fix threaded build - respect PTHREAD_CFLAGS and PTHREAD_LIBS [9].
- use.perl is now the same as pkg-install is now the same as
pkg-deinstall; apart from the changes already mentioned above, this
is a shell script now;
- use.perl's logic is also simplified in several ways [10];
- fix a BSDPAN bug [11].
Outstanding issues: Module::Build support for BSDPAN, SU_CMD support (PR
70831), PR 64963 (partially), and anything else that I forgot.
[1] Nudged by: krion
[2] Reported by: nectar
Patch from: Chris Turner @ RedHat
[3] PR: 55760, 57151, 58406
[4] Requested by: kris
PR: 54262
[5] PR: 51281, 51539
[6] PR: 57134
[7] PR: 60736
[8] PR: 74431
[9] PR: 73233
[10] Perl version submitted by des, implemented in sh
[11] Reported by: Alexander Nagilum <freebsd %at% nagilum de>
2005-02-01 14:36:21 +01:00
|
|
|
ExtUtils/MM_Unix.pm \
|
|
|
|
ExtUtils/MakeMaker.pm \
|
|
|
|
ExtUtils/Packlist.pm
|
2010-07-14 19:24:21 +02:00
|
|
|
BSDPAN_VERSION= 5.12.1_20100713
|
2009-02-16 08:27:41 +01:00
|
|
|
BSDPAN_WRKSRC= ${WRKDIR}/BSDPAN-${BSDPAN_VERSION}
|
Update to 5.8.6. Also:
- redirect output from h2ph to /dev/null [1];
- fix File::Path insecure file/directory permissions [2];
this resolves CAN-2004-0452
(http://vuxml.freebsd.org/c418d472-6bd1-11d9-93ca-000a95bc6fae.html);
- for OSVERSION < 500036, create symlinks in /usr/bin not only for
perl and suidperl, but also for a2p, c2ph, find2perl, h2ph, h2xs,
perlbug, perlcc, perldoc, pl2pm, pod2html, pod2latex, pod2man,
pod2text, s2p, and splain; perl and suidperl are still enough for
more recent FreeBSD versions [3];
- clean up created symlinks upon deinstallation [4];
- try to cleanup symlinks created by older versions of lang/perl5 and
lang/perl5.8, during both installation and deinstallation [5];
- added support for DISABLE_BSDPAN environment variable [6];
- be explicit about use.perl usage after installation of 4.X systems
[7];
- respect __MAKE_CONF partially (the build-time value is used) [8];
- fix threaded build - respect PTHREAD_CFLAGS and PTHREAD_LIBS [9].
- use.perl is now the same as pkg-install is now the same as
pkg-deinstall; apart from the changes already mentioned above, this
is a shell script now;
- use.perl's logic is also simplified in several ways [10];
- fix a BSDPAN bug [11].
Outstanding issues: Module::Build support for BSDPAN, SU_CMD support (PR
70831), PR 64963 (partially), and anything else that I forgot.
[1] Nudged by: krion
[2] Reported by: nectar
Patch from: Chris Turner @ RedHat
[3] PR: 55760, 57151, 58406
[4] Requested by: kris
PR: 54262
[5] PR: 51281, 51539
[6] PR: 57134
[7] PR: 60736
[8] PR: 74431
[9] PR: 73233
[10] Perl version submitted by des, implemented in sh
[11] Reported by: Alexander Nagilum <freebsd %at% nagilum de>
2005-02-01 14:36:21 +01:00
|
|
|
|
|
|
|
PKGINSTALL= ${WRKDIR}/pkg-install
|
|
|
|
PKGDEINSTALL= ${WRKDIR}/pkg-deinstall
|
Unforbid the port for the use of general FreeBSD public.
Compile perl with BSDPAN support, both -current and -stable. The
version of BSDPAN used here coincides accidentally with the one present
in the -current system perl, but is installed in a different place.
Provide a script, use.perl, to facilitate switching of the perl used by
default between the system perl and this port. Also print a message
describing the usage of use.perl (this works for the port and for the
package built from it). The switching to the port version is done by
removing /usr/bin/perl and /usr/bin/suidperl (they both have link count
>1, so this is reversible), and making them to be symlinks to the
corresponding binaries in $PREFIX/bin. Also, assignments of the correct
values of PERL_VER, PERL_VERSION, and PERL_ARCH are appended to
/etc/make.conf. Last, NOPERL=yes is appended to /etc/make.conf, so that
the changes made will survive system upgrades from source. The
switching to the system version is more or less a reverse of the process
described above.
Set and use PERL_ARCH which is independed from the one used by the
system perl.
Fix the port for post-malloc.h -current.
Fix a small bogon when PREFIX was used in pkg-install (PKG_PREFIX should
have been used instead).
Reviewed by: markm, joe
2001-12-19 18:05:05 +01:00
|
|
|
|
|
|
|
post-patch:
|
2002-05-20 02:03:07 +02:00
|
|
|
${SED} -e 's|%%PREFIX%%|${PREFIX}|g;' \
|
Unforbid the port for the use of general FreeBSD public.
Compile perl with BSDPAN support, both -current and -stable. The
version of BSDPAN used here coincides accidentally with the one present
in the -current system perl, but is installed in a different place.
Provide a script, use.perl, to facilitate switching of the perl used by
default between the system perl and this port. Also print a message
describing the usage of use.perl (this works for the port and for the
package built from it). The switching to the port version is done by
removing /usr/bin/perl and /usr/bin/suidperl (they both have link count
>1, so this is reversible), and making them to be symlinks to the
corresponding binaries in $PREFIX/bin. Also, assignments of the correct
values of PERL_VER, PERL_VERSION, and PERL_ARCH are appended to
/etc/make.conf. Last, NOPERL=yes is appended to /etc/make.conf, so that
the changes made will survive system upgrades from source. The
switching to the system version is more or less a reverse of the process
described above.
Set and use PERL_ARCH which is independed from the one used by the
system perl.
Fix the port for post-malloc.h -current.
Fix a small bogon when PREFIX was used in pkg-install (PKG_PREFIX should
have been used instead).
Reviewed by: markm, joe
2001-12-19 18:05:05 +01:00
|
|
|
-e 's|%%PERL_VERSION%%|${PERL_VERSION}|g;' \
|
|
|
|
-e 's|%%PERL_ARCH%%|${PERL_ARCH}|g;' \
|
Update to 5.8.6. Also:
- redirect output from h2ph to /dev/null [1];
- fix File::Path insecure file/directory permissions [2];
this resolves CAN-2004-0452
(http://vuxml.freebsd.org/c418d472-6bd1-11d9-93ca-000a95bc6fae.html);
- for OSVERSION < 500036, create symlinks in /usr/bin not only for
perl and suidperl, but also for a2p, c2ph, find2perl, h2ph, h2xs,
perlbug, perlcc, perldoc, pl2pm, pod2html, pod2latex, pod2man,
pod2text, s2p, and splain; perl and suidperl are still enough for
more recent FreeBSD versions [3];
- clean up created symlinks upon deinstallation [4];
- try to cleanup symlinks created by older versions of lang/perl5 and
lang/perl5.8, during both installation and deinstallation [5];
- added support for DISABLE_BSDPAN environment variable [6];
- be explicit about use.perl usage after installation of 4.X systems
[7];
- respect __MAKE_CONF partially (the build-time value is used) [8];
- fix threaded build - respect PTHREAD_CFLAGS and PTHREAD_LIBS [9].
- use.perl is now the same as pkg-install is now the same as
pkg-deinstall; apart from the changes already mentioned above, this
is a shell script now;
- use.perl's logic is also simplified in several ways [10];
- fix a BSDPAN bug [11].
Outstanding issues: Module::Build support for BSDPAN, SU_CMD support (PR
70831), PR 64963 (partially), and anything else that I forgot.
[1] Nudged by: krion
[2] Reported by: nectar
Patch from: Chris Turner @ RedHat
[3] PR: 55760, 57151, 58406
[4] Requested by: kris
PR: 54262
[5] PR: 51281, 51539
[6] PR: 57134
[7] PR: 60736
[8] PR: 74431
[9] PR: 73233
[10] Perl version submitted by des, implemented in sh
[11] Reported by: Alexander Nagilum <freebsd %at% nagilum de>
2005-02-01 14:36:21 +01:00
|
|
|
-e 's|%%MAKE_CONF%%|${__MAKE_CONF}|g;' \
|
2009-11-02 17:50:41 +01:00
|
|
|
-e 's|%%LINK_USRBIN%%|${LINK_USRBIN}|g;' \
|
2002-05-20 02:03:07 +02:00
|
|
|
${FILESDIR}/use.perl \
|
|
|
|
> ${WRKDIR}/use.perl
|
2010-11-05 06:41:37 +01:00
|
|
|
${SED} -e 's|%%PREFIX%%|${PREFIX}|g;' \
|
|
|
|
-e 's|%%PERL_VERSION%%|${PERL_VERSION}|g;' \
|
|
|
|
${FILESDIR}/perl-man.conf \
|
|
|
|
> ${WRKDIR}/perl-man.conf
|
2009-03-13 14:04:09 +01:00
|
|
|
${SED} -e 's|%%PERL%%|${PERL}|g; s|%%PERL_VERSION%%|${PERL_VERSION}|g; s|%%PKGNAME%%|${PKGNAME}|g' \
|
2005-06-24 11:17:06 +02:00
|
|
|
${FILESDIR}/perl-after-upgrade \
|
|
|
|
> ${WRKDIR}/perl-after-upgrade
|
Update to 5.8.6. Also:
- redirect output from h2ph to /dev/null [1];
- fix File::Path insecure file/directory permissions [2];
this resolves CAN-2004-0452
(http://vuxml.freebsd.org/c418d472-6bd1-11d9-93ca-000a95bc6fae.html);
- for OSVERSION < 500036, create symlinks in /usr/bin not only for
perl and suidperl, but also for a2p, c2ph, find2perl, h2ph, h2xs,
perlbug, perlcc, perldoc, pl2pm, pod2html, pod2latex, pod2man,
pod2text, s2p, and splain; perl and suidperl are still enough for
more recent FreeBSD versions [3];
- clean up created symlinks upon deinstallation [4];
- try to cleanup symlinks created by older versions of lang/perl5 and
lang/perl5.8, during both installation and deinstallation [5];
- added support for DISABLE_BSDPAN environment variable [6];
- be explicit about use.perl usage after installation of 4.X systems
[7];
- respect __MAKE_CONF partially (the build-time value is used) [8];
- fix threaded build - respect PTHREAD_CFLAGS and PTHREAD_LIBS [9].
- use.perl is now the same as pkg-install is now the same as
pkg-deinstall; apart from the changes already mentioned above, this
is a shell script now;
- use.perl's logic is also simplified in several ways [10];
- fix a BSDPAN bug [11].
Outstanding issues: Module::Build support for BSDPAN, SU_CMD support (PR
70831), PR 64963 (partially), and anything else that I forgot.
[1] Nudged by: krion
[2] Reported by: nectar
Patch from: Chris Turner @ RedHat
[3] PR: 55760, 57151, 58406
[4] Requested by: kris
PR: 54262
[5] PR: 51281, 51539
[6] PR: 57134
[7] PR: 60736
[8] PR: 74431
[9] PR: 73233
[10] Perl version submitted by des, implemented in sh
[11] Reported by: Alexander Nagilum <freebsd %at% nagilum de>
2005-02-01 14:36:21 +01:00
|
|
|
${CP} ${WRKDIR}/use.perl ${PKGINSTALL}
|
|
|
|
${CP} ${WRKDIR}/use.perl ${PKGDEINSTALL}
|
2009-03-28 21:45:10 +01:00
|
|
|
${SED} -i '' -e 's|%%PERL_PKGNAME%%|${PKGNAME}|g; s|%%PERL_VER%%|5.10|g;' \
|
2010-07-14 19:24:21 +02:00
|
|
|
-e 's!%%BSDPAN_VERSION%%!${BSDPAN_VERSION}!g;' \
|
2009-03-03 17:21:02 +01:00
|
|
|
${BSDPAN_WRKSRC}/ExtUtils/*.pm
|
2009-06-08 16:35:28 +02:00
|
|
|
${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' \
|
2010-07-15 14:45:00 +02:00
|
|
|
${WRKSRC}/Configure ${WRKSRC}/hints/freebsd.sh
|
2006-02-20 21:24:36 +01:00
|
|
|
.if defined(WITH_THREADS)
|
Update to 5.8.6. Also:
- redirect output from h2ph to /dev/null [1];
- fix File::Path insecure file/directory permissions [2];
this resolves CAN-2004-0452
(http://vuxml.freebsd.org/c418d472-6bd1-11d9-93ca-000a95bc6fae.html);
- for OSVERSION < 500036, create symlinks in /usr/bin not only for
perl and suidperl, but also for a2p, c2ph, find2perl, h2ph, h2xs,
perlbug, perlcc, perldoc, pl2pm, pod2html, pod2latex, pod2man,
pod2text, s2p, and splain; perl and suidperl are still enough for
more recent FreeBSD versions [3];
- clean up created symlinks upon deinstallation [4];
- try to cleanup symlinks created by older versions of lang/perl5 and
lang/perl5.8, during both installation and deinstallation [5];
- added support for DISABLE_BSDPAN environment variable [6];
- be explicit about use.perl usage after installation of 4.X systems
[7];
- respect __MAKE_CONF partially (the build-time value is used) [8];
- fix threaded build - respect PTHREAD_CFLAGS and PTHREAD_LIBS [9].
- use.perl is now the same as pkg-install is now the same as
pkg-deinstall; apart from the changes already mentioned above, this
is a shell script now;
- use.perl's logic is also simplified in several ways [10];
- fix a BSDPAN bug [11].
Outstanding issues: Module::Build support for BSDPAN, SU_CMD support (PR
70831), PR 64963 (partially), and anything else that I forgot.
[1] Nudged by: krion
[2] Reported by: nectar
Patch from: Chris Turner @ RedHat
[3] PR: 55760, 57151, 58406
[4] Requested by: kris
PR: 54262
[5] PR: 51281, 51539
[6] PR: 57134
[7] PR: 60736
[8] PR: 74431
[9] PR: 73233
[10] Perl version submitted by des, implemented in sh
[11] Reported by: Alexander Nagilum <freebsd %at% nagilum de>
2005-02-01 14:36:21 +01:00
|
|
|
${REINPLACE_CMD} -e 's|%%PTHREAD_LIBS%%|${PTHREAD_LIBS}|g;' \
|
|
|
|
-e 's|%%PTHREAD_CFLAGS%%|${PTHREAD_CFLAGS}|g;' \
|
|
|
|
${WRKSRC}/hints/freebsd.sh
|
2006-02-20 21:24:36 +01:00
|
|
|
.else
|
|
|
|
${REINPLACE_CMD} -e 's|%%PTHREAD_LIBS%%||g;' \
|
|
|
|
-e 's|%%PTHREAD_CFLAGS%%||g;' \
|
|
|
|
${WRKSRC}/hints/freebsd.sh
|
|
|
|
.endif
|
Unforbid the port for the use of general FreeBSD public.
Compile perl with BSDPAN support, both -current and -stable. The
version of BSDPAN used here coincides accidentally with the one present
in the -current system perl, but is installed in a different place.
Provide a script, use.perl, to facilitate switching of the perl used by
default between the system perl and this port. Also print a message
describing the usage of use.perl (this works for the port and for the
package built from it). The switching to the port version is done by
removing /usr/bin/perl and /usr/bin/suidperl (they both have link count
>1, so this is reversible), and making them to be symlinks to the
corresponding binaries in $PREFIX/bin. Also, assignments of the correct
values of PERL_VER, PERL_VERSION, and PERL_ARCH are appended to
/etc/make.conf. Last, NOPERL=yes is appended to /etc/make.conf, so that
the changes made will survive system upgrades from source. The
switching to the system version is more or less a reverse of the process
described above.
Set and use PERL_ARCH which is independed from the one used by the
system perl.
Fix the port for post-malloc.h -current.
Fix a small bogon when PREFIX was used in pkg-install (PKG_PREFIX should
have been used instead).
Reviewed by: markm, joe
2001-12-19 18:05:05 +01:00
|
|
|
|
2008-11-20 17:24:37 +01:00
|
|
|
pre-su-install:
|
2009-03-05 18:56:24 +01:00
|
|
|
@${RM} -f ${PREFIX}/bin/perl${PERL_VERSION}
|
2003-11-12 01:07:43 +01:00
|
|
|
@${RM} -f ${PREFIX}/bin/perl
|
|
|
|
|
1995-04-23 19:21:34 +02:00
|
|
|
post-install:
|
2009-03-05 18:56:24 +01:00
|
|
|
@${STRIP_CMD} ${PREFIX}/bin/perl${PERL_VERSION}
|
2003-10-27 20:48:03 +01:00
|
|
|
@${STRIP_CMD} ${PREFIX}/bin/perl
|
2005-06-24 11:17:06 +02:00
|
|
|
@${PREFIX}/bin/pod2man ${WRKDIR}/perl-after-upgrade >${WRKDIR}/perl-after-upgrade.1
|
|
|
|
@${INSTALL_SCRIPT} ${WRKDIR}/perl-after-upgrade ${PREFIX}/bin/perl-after-upgrade
|
|
|
|
@${INSTALL_MAN} ${WRKDIR}/perl-after-upgrade.1 ${MAN1PREFIX}/man/man1/perl-after-upgrade.1
|
2009-03-05 18:56:24 +01:00
|
|
|
@${LN} -sf ${PREFIX}/bin/perl${PERL_VERSION} ${PREFIX}/bin/perl5
|
2010-11-05 06:41:37 +01:00
|
|
|
.if ${OSVERSION} >= 900022
|
|
|
|
@${INSTALL_DATA} ${WRKDIR}/perl-man.conf ${PREFIX}/etc/man.d/perl${PERL_VERSION}.conf
|
|
|
|
.endif
|
2003-10-27 20:48:03 +01:00
|
|
|
.for files in ${BSDPAN_FILES}
|
|
|
|
${MKDIR} ${BSDPAN_DEST}/${files:H}
|
Unforbid the port for the use of general FreeBSD public.
Compile perl with BSDPAN support, both -current and -stable. The
version of BSDPAN used here coincides accidentally with the one present
in the -current system perl, but is installed in a different place.
Provide a script, use.perl, to facilitate switching of the perl used by
default between the system perl and this port. Also print a message
describing the usage of use.perl (this works for the port and for the
package built from it). The switching to the port version is done by
removing /usr/bin/perl and /usr/bin/suidperl (they both have link count
>1, so this is reversible), and making them to be symlinks to the
corresponding binaries in $PREFIX/bin. Also, assignments of the correct
values of PERL_VER, PERL_VERSION, and PERL_ARCH are appended to
/etc/make.conf. Last, NOPERL=yes is appended to /etc/make.conf, so that
the changes made will survive system upgrades from source. The
switching to the system version is more or less a reverse of the process
described above.
Set and use PERL_ARCH which is independed from the one used by the
system perl.
Fix the port for post-malloc.h -current.
Fix a small bogon when PREFIX was used in pkg-install (PKG_PREFIX should
have been used instead).
Reviewed by: markm, joe
2001-12-19 18:05:05 +01:00
|
|
|
${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${NOBINMODE} \
|
2003-10-27 20:48:03 +01:00
|
|
|
${BSDPAN_WRKSRC}/${files} ${BSDPAN_DEST}/${files}
|
Unforbid the port for the use of general FreeBSD public.
Compile perl with BSDPAN support, both -current and -stable. The
version of BSDPAN used here coincides accidentally with the one present
in the -current system perl, but is installed in a different place.
Provide a script, use.perl, to facilitate switching of the perl used by
default between the system perl and this port. Also print a message
describing the usage of use.perl (this works for the port and for the
package built from it). The switching to the port version is done by
removing /usr/bin/perl and /usr/bin/suidperl (they both have link count
>1, so this is reversible), and making them to be symlinks to the
corresponding binaries in $PREFIX/bin. Also, assignments of the correct
values of PERL_VER, PERL_VERSION, and PERL_ARCH are appended to
/etc/make.conf. Last, NOPERL=yes is appended to /etc/make.conf, so that
the changes made will survive system upgrades from source. The
switching to the system version is more or less a reverse of the process
described above.
Set and use PERL_ARCH which is independed from the one used by the
system perl.
Fix the port for post-malloc.h -current.
Fix a small bogon when PREFIX was used in pkg-install (PKG_PREFIX should
have been used instead).
Reviewed by: markm, joe
2001-12-19 18:05:05 +01:00
|
|
|
.endfor
|
Update to 5.8.6. Also:
- redirect output from h2ph to /dev/null [1];
- fix File::Path insecure file/directory permissions [2];
this resolves CAN-2004-0452
(http://vuxml.freebsd.org/c418d472-6bd1-11d9-93ca-000a95bc6fae.html);
- for OSVERSION < 500036, create symlinks in /usr/bin not only for
perl and suidperl, but also for a2p, c2ph, find2perl, h2ph, h2xs,
perlbug, perlcc, perldoc, pl2pm, pod2html, pod2latex, pod2man,
pod2text, s2p, and splain; perl and suidperl are still enough for
more recent FreeBSD versions [3];
- clean up created symlinks upon deinstallation [4];
- try to cleanup symlinks created by older versions of lang/perl5 and
lang/perl5.8, during both installation and deinstallation [5];
- added support for DISABLE_BSDPAN environment variable [6];
- be explicit about use.perl usage after installation of 4.X systems
[7];
- respect __MAKE_CONF partially (the build-time value is used) [8];
- fix threaded build - respect PTHREAD_CFLAGS and PTHREAD_LIBS [9].
- use.perl is now the same as pkg-install is now the same as
pkg-deinstall; apart from the changes already mentioned above, this
is a shell script now;
- use.perl's logic is also simplified in several ways [10];
- fix a BSDPAN bug [11].
Outstanding issues: Module::Build support for BSDPAN, SU_CMD support (PR
70831), PR 64963 (partially), and anything else that I forgot.
[1] Nudged by: krion
[2] Reported by: nectar
Patch from: Chris Turner @ RedHat
[3] PR: 55760, 57151, 58406
[4] Requested by: kris
PR: 54262
[5] PR: 51281, 51539
[6] PR: 57134
[7] PR: 60736
[8] PR: 74431
[9] PR: 73233
[10] Perl version submitted by des, implemented in sh
[11] Reported by: Alexander Nagilum <freebsd %at% nagilum de>
2005-02-01 14:36:21 +01:00
|
|
|
PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
|
1995-04-23 19:21:34 +02:00
|
|
|
|
2009-01-26 17:30:12 +01:00
|
|
|
test: build
|
2010-07-15 16:48:51 +02:00
|
|
|
@(cd ${WRKSRC}; TEST_JOBS=${MAKE_JOBS_NUMBER} make test_harness)
|
2009-01-26 17:30:12 +01:00
|
|
|
|
|
|
|
regression-test: test
|
|
|
|
|
2006-02-20 21:24:36 +01:00
|
|
|
rebuild-xs:
|
2006-02-21 15:27:36 +01:00
|
|
|
${LOCALBASE}/sbin/portupgrade -f `(${FIND} ${PKG_DBDIR}/p5*/+CONTENTS | \
|
2006-02-20 21:24:36 +01:00
|
|
|
${XARGS} ${GREP} -El 'site_perl.*\.so' | \
|
|
|
|
${SED} -e 's!/var/db/pkg/!!; s!/+CONTENTS!!;')`
|
|
|
|
|
1998-11-11 06:37:39 +01:00
|
|
|
.include <bsd.port.post.mk>
|