head 1.2; access; symbols pkgsrc-2013Q2:1.2.0.10 pkgsrc-2013Q2-base:1.2 pkgsrc-2012Q4:1.2.0.8 pkgsrc-2012Q4-base:1.2 pkgsrc-2011Q4:1.2.0.6 pkgsrc-2011Q4-base:1.2 pkgsrc-2011Q2:1.2.0.4 pkgsrc-2011Q2-base:1.2 pkgsrc-2009Q4:1.2.0.2 pkgsrc-2009Q4-base:1.2; locks; strict; comment @# @; 1.2 date 2009.06.12.20.54.22; author spz; state dead; branches; next 1.1; 1.1 date 2009.06.07.20.25.00; author spz; state Exp; branches; next ; desc @@ 1.2 log @revert previous commit: apache22 was fixed to provide backwards compat for its dependents, so the removed patches are no longer necessary. @ text @$NetBSD: patch-ab,v 1.1 2009/06/07 20:25:00 spz Exp $ --- ./lib/ModPerl/Code.pm.orig 2007-12-31 07:50:47.000000000 +0000 +++ ./lib/ModPerl/Code.pm @@@@ -833,6 +833,9 @@@@ sub constants_ifdef { if ($ifdef{$name}) { return ("#ifdef $name\n", "#endif /* $name */\n"); } + if ($name =~ /OPT_INCNOEXEC/) { + return ("#if AP_SERVER_MAJORVERSION_NUMBER==2 && AP_SERVER_MINORVERSION_NUMBER<2\n", "#endif /* AP version < 2.2 */\n"); + } ("", ""); } @ 1.1 log @The recent security patch to www/apache22 removed OPT_INCNOEXEC. This in turn makes the build of ap2-perl with apache22 fail. The patches committed here make ap2-perl build again. They may not be sufficient to actually use the package in earnest, though. @ text @d1 1 a1 1 $NetBSD$ @