From root@webteckies.org  Tue Jul 22 16:45:07 2003
Return-Path: <root@webteckies.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id D910B37B401; Tue, 22 Jul 2003 16:45:07 -0700 (PDT)
Received: from ghost.lan.webteckies.org (node123e0.a2000.nl [24.132.35.224])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id D49EC43F85; Tue, 22 Jul 2003 16:45:06 -0700 (PDT)
	(envelope-from root@webteckies.org)
Received: by ghost.lan.webteckies.org (Postfix, from userid 0)
	id 1B31721BB9; Wed, 23 Jul 2003 01:44:53 +0200 (CEST)
Message-Id: <20030722234453.1B31721BB9@ghost.lan.webteckies.org>
Date: Wed, 23 Jul 2003 01:44:53 +0200 (CEST)
From: Melvyn Sopacua <melvyn@webteckies.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: MAINTAINER <skv@FreeBSD.org>
Subject: [PATCH] p5-Apache-Test install target
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         54771
>Category:       ports
>Synopsis:       [PATCH] p5-Apache-Test install target
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    skv
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jul 22 16:50:20 PDT 2003
>Closed-Date:    Tue Jul 29 09:15:09 PDT 2003
>Last-Modified:  Tue Jul 29 09:15:09 PDT 2003
>Originator:     Melvyn Sopacua
>Release:        FreeBSD 4.8-STABLE i386
>Organization:
>Environment:
System: FreeBSD ghost.lan.webteckies.org 4.8-STABLE FreeBSD 4.8-STABLE #1: Tue Jul 22 23:53:48 CEST 2003 root@ghost.lan.webteckies.org:/usr/obj/usr/src/sys/GHOST i386


	
>Description:
	install target of p5-Apache-Test fails, because it wants
	the undefined variable PERLRUN.
>How-To-Repeat:
	cd /usr/ports/www/p5-Apache-Test && make clean install
>Fix:

Index: www/p5-Apache-Test/Makefile
===================================================================
RCS file: /home/ncvs/ports/www/p5-Apache-Test/Makefile,v
retrieving revision 1.1
diff -u -r1.1 Makefile
--- www/p5-Apache-Test/Makefile	6 Jul 2003 12:24:04 -0000	1.1
+++ www/p5-Apache-Test/Makefile	22 Jul 2003 23:40:46 -0000
@@ -32,5 +32,7 @@
 
 post-configure:
 	@${PERL} -pi -e 's/^(POD2MAN_EXE.*)$$/\1 --lax/;' ${WRKSRC}/Makefile
+	@${PERL} -pi -e 's/PERLRUN/PERL/' ${WRKSRC}/Makefile
+
 
 .include <bsd.port.mk>

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->skv 
Responsible-Changed-By: erwin 
Responsible-Changed-When: Tue Jul 22 23:37:15 PDT 2003 
Responsible-Changed-Why:  
Over to maintainer 

http://www.freebsd.org/cgi/query-pr.cgi?pr=54771 

From: Erwin Lansing <erwin@FreeBSD.org>
To: skv@FreeBSD.org
Cc: freebsd-gnats-submit@FreeBSD.org
Subject: Re: ports/54771: [PATCH] p5-Apache-Test install target
Date: Wed, 23 Jul 2003 08:55:22 +0200

 --0eh6TmSyL6TZE2Uz
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: inline
 Content-Transfer-Encoding: quoted-printable
 
 Hej Sergey,
 
 The following patch also includes fixes for pkg-plist (I guess
 warnings.pm shouldn't be installed, actually) and adds
 devel/p5-File-Spec as a conditional dependency to fix build on 4.x.
 
 http://people.freebsd.org/~erwin/p5-Apache-Test.diff
 
 Cheers,
 -erwin
 
 --=20
                     _._     _,-'""`-._
 Erwin Lansing      (,-.`._,'(       |\`-/|    erwin@lansing.dk
 http://droso.org       `-.-' \ )-`( , o o)    erwin@FreeBSD.org
                     -bf-      `-    \`_`"'-
 
 --0eh6TmSyL6TZE2Uz
 Content-Type: application/pgp-signature
 Content-Disposition: inline
 
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1.2.1 (FreeBSD)
 
 iD8DBQE/HjFZqy9aWxUlaZARAvcrAJ9BSXSZRJCXKbp8yiU5qRv6kbTXZwCfbIGr
 mKuIiGybxR0pVhcwjK7JNdI=
 =xtOi
 -----END PGP SIGNATURE-----
 
 --0eh6TmSyL6TZE2Uz--
State-Changed-From-To: open->closed 
State-Changed-By: skv 
State-Changed-When: Tue Jul 29 09:15:01 PDT 2003 
State-Changed-Why:  
Fixed, thanks. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=54771 
>Unformatted:
