summaryrefslogtreecommitdiff
path: root/japanese/perl5/files/patch-perl.c
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2012-11-28 09:19:01 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2012-11-28 09:19:01 +0000
commit127f0f78f6f797eb8052ae373c36efecfb32d279 (patch)
tree3446bfabe3f012c4d2acba7a37443627e8b6bf0a /japanese/perl5/files/patch-perl.c
parent- Update to 1.12 (diff)
2012-11-27 graphics/morpheus: Depends on the expired gtkglarea
2012-11-27 devel/jakarta-commons-chain: Depends on the expired devel/portlet-api 2012-11-27 math/p5-Math-LinearCombination: Depends on the expired p5-Class-Field 2012-11-26 x11/padkey: No more public distfiles 2012-11-26 japanese/gicq: No more public distfiles and development ceased 2012-11-26 www/momspider: No more public distfiles 2012-11-26 japanese/perl5: Recent perl supports correctly japanese, consider using them 2012-11-26 sysutils/fuser: No more public distfiles 2012-11-26 textproc/ascii2pdf: No more public distfiles Feature safe: yes
Notes
Notes: svn path=/head/; revision=307894
Diffstat (limited to 'japanese/perl5/files/patch-perl.c')
-rw-r--r--japanese/perl5/files/patch-perl.c41
1 files changed, 0 insertions, 41 deletions
diff --git a/japanese/perl5/files/patch-perl.c b/japanese/perl5/files/patch-perl.c
deleted file mode 100644
index 2fab37209963..000000000000
--- a/japanese/perl5/files/patch-perl.c
+++ /dev/null
@@ -1,41 +0,0 @@
---- perl.c.orig Sun Mar 28 02:49:17 1999
-+++ perl.c Wed Oct 1 22:29:46 2003
-@@ -2701,6 +2768,18 @@
- /* Use the ~-expanded versions of APPLLIB (undocumented),
- ARCHLIB PRIVLIB SITEARCH and SITELIB
- */
-+#ifdef SITEARCH_EXP
-+ incpush(SITEARCH_EXP, FALSE);
-+#endif
-+#ifdef SITELIB_EXP
-+#if defined(WIN32)
-+ incpush(SITELIB_EXP, TRUE);
-+#else
-+ incpush(SITELIB_EXP, FALSE);
-+#endif
-+#endif
-+ if (!PL_tainting)
-+ incpush(".", FALSE);
- #ifdef APPLLIB_EXP
- incpush(APPLLIB_EXP, TRUE);
- #endif
-@@ -2716,19 +2795,6 @@
- #else
- incpush(PRIVLIB_EXP, FALSE);
- #endif
--
--#ifdef SITEARCH_EXP
-- incpush(SITEARCH_EXP, FALSE);
--#endif
--#ifdef SITELIB_EXP
--#if defined(WIN32)
-- incpush(SITELIB_EXP, TRUE);
--#else
-- incpush(SITELIB_EXP, FALSE);
--#endif
--#endif
-- if (!PL_tainting)
-- incpush(".", FALSE);
- }
-
- #if defined(DOSISH)