summaryrefslogtreecommitdiff
path: root/lang/perl5.10/files/patch-freebsd.sh-freebsd10
diff options
context:
space:
mode:
authorPhilip M. Gollucci <pgollucci@FreeBSD.org>2012-03-08 18:37:54 +0000
committerPhilip M. Gollucci <pgollucci@FreeBSD.org>2012-03-08 18:37:54 +0000
commit346415e3c06029d36c899250a77aa33df43cf6fc (patch)
tree797965d2bfac58a73c0d67dad809d827f98b87fd /lang/perl5.10/files/patch-freebsd.sh-freebsd10
parent- Include BUILD_DEPENDS as well as RUN_DEPENDS since the module seems to (diff)
- Remove lang/perl5.8 (12/16/2008 EOL) and lang/perl5.10 (08/23/2009 EOL)
- lang/5.12 (default) is in Maint mode and lang/5.14 is GA right now. - The final UNcommitted portition of this PR will move the default perl to lang/perl5.14 but mail/cyrus-impad2 mail/cyrus-impad22 print/perlftlib audio/papcl www/WebMagick misc/gcstar math/ploymak must be fixed or marked BROKEN 1st. PR: ports/165457 Submitted by: pgollucci (myself) Approved by: portmgr (linimon) Exp Run by: linimon Tested by: make index
Notes
Notes: svn path=/head/; revision=292976
Diffstat (limited to 'lang/perl5.10/files/patch-freebsd.sh-freebsd10')
-rw-r--r--lang/perl5.10/files/patch-freebsd.sh-freebsd1030
1 files changed, 0 insertions, 30 deletions
diff --git a/lang/perl5.10/files/patch-freebsd.sh-freebsd10 b/lang/perl5.10/files/patch-freebsd.sh-freebsd10
deleted file mode 100644
index 8d9ec63d4235..000000000000
--- a/lang/perl5.10/files/patch-freebsd.sh-freebsd10
+++ /dev/null
@@ -1,30 +0,0 @@
---- hints/freebsd.sh.orig2 2011-10-09 13:30:37.000000000 +0000
-+++ hints/freebsd.sh 2011-10-09 14:12:48.000000000 +0000
-@@ -116,7 +116,8 @@
- case "$osvers" in
- 0.*|1.0*) ;;
-
--1*|2*) cccdlflags='-DPIC -fpic'
-+1.*|2.*)
-+ cccdlflags='-DPIC -fpic'
- lddlflags="-Bshareable $lddlflags"
- ;;
-
-@@ -139,7 +140,7 @@
- esac
-
- case "$osvers" in
--0*|1*|2*|3*) ;;
-+0.*|1.*|2.*|3.*) ;;
-
- *)
- ccflags="${ccflags} -DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H"
-@@ -196,7 +197,7 @@
- $define|true|[yY]*)
- lc_r=`/sbin/ldconfig -r|grep ':-lc_r'|awk '{print $NF}'|sed -n '$p'`
- case "$osvers" in
-- 0*|1*|2.0*|2.1*) cat <<EOM >&4
-+ 0.*|1.*|2.0*|2.1*) cat <<EOM >&4
- I did not know that FreeBSD $osvers supports POSIX threads.
-
- Feel free to tell perlbug@perl.org otherwise. \ No newline at end of file