aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Log-Log4perl
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2007-09-08 00:45:08 +0000
committerMark Linimon <linimon@FreeBSD.org>2007-09-08 00:45:08 +0000
commit41a56135d1e8a68844e4c575702cdbad451d7322 (patch)
tree009db3c80e9f224065cf6fcece6157eb9a5ad509 /devel/p5-Log-Log4perl
parent8bf833f73199c3dc4303aad884f8483e5c33613a (diff)
Notes
Diffstat (limited to 'devel/p5-Log-Log4perl')
-rw-r--r--devel/p5-Log-Log4perl/Makefile9
-rw-r--r--devel/p5-Log-Log4perl/files/500602-patch-lib__Log__Log4perl__Config__DOMConfigurator.pm10
2 files changed, 1 insertions, 18 deletions
diff --git a/devel/p5-Log-Log4perl/Makefile b/devel/p5-Log-Log4perl/Makefile
index 6409f08a0d21..c9fac4d801f0 100644
--- a/devel/p5-Log-Log4perl/Makefile
+++ b/devel/p5-Log-Log4perl/Makefile
@@ -68,11 +68,4 @@ MAN3= Log::Log4perl.3 \
Log::Log4perl::Resurrector.3 \
Log::Log4perl::Util.3
-.include <bsd.port.pre.mk>
-.if ${PERL_LEVEL} == 500602
-EXTRA_PATCHES= ${FILESDIR}/500602-patch-lib__Log__Log4perl__Config__DOMConfigurator.pm
-
-post-patch:
- ${RM} ${WRKSRC}/lib/Log/Log4perl/Config/DOMConfigurator.pm.orig
-.endif
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
diff --git a/devel/p5-Log-Log4perl/files/500602-patch-lib__Log__Log4perl__Config__DOMConfigurator.pm b/devel/p5-Log-Log4perl/files/500602-patch-lib__Log__Log4perl__Config__DOMConfigurator.pm
deleted file mode 100644
index a83e25f8a7ea..000000000000
--- a/devel/p5-Log-Log4perl/files/500602-patch-lib__Log__Log4perl__Config__DOMConfigurator.pm
+++ /dev/null
@@ -1,10 +0,0 @@
---- ./lib/Log/Log4perl/Config/DOMConfigurator.pm.orig Thu Jun 1 23:08:48 2006
-+++ ./lib/Log/Log4perl/Config/DOMConfigurator.pm Thu Jun 1 23:09:44 2006
-@@ -61,6 +61,7 @@
- my $config = $doc->getElementsByTagName("$LOG4J_PREFIX:configuration")->item(0)||
- $doc->getElementsByTagName("$LOG4PERL_PREFIX:configuration")->item(0);
-
-+ use utf8;
- my $threshold = uc(subst($config->getAttribute('threshold')));
- if ($threshold) {
- $l4p_tree->{threshold}{value} = $threshold;