- Add patches to make it work with Perl 5.6.0 - Remove a mirror which does not hold a distfile anymore - Add perl5 to CATEGORIES - Take over the maintainership (from ports@FreeBSD.org)
9 lines
223 B
Text
9 lines
223 B
Text
--- Runtime/perlrun.h.orig Mon Jun 23 05:18:37 1997
|
|
+++ Runtime/perlrun.h Tue Aug 22 02:36:55 2000
|
|
@@ -1,3 +1,6 @@
|
|
#include "EXTERN.h"
|
|
#include "perl.h"
|
|
#include "XSUB.h"
|
|
+
|
|
+#define PERL_POLLUTE 1
|
|
+#include "embedvar.h"
|