From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Oct 6 22:00:04 2007 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 156B816A419 for ; Sat, 6 Oct 2007 22:00:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id E81F513C457 for ; Sat, 6 Oct 2007 22:00:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.1/8.14.1) with ESMTP id l96M03XP048685 for ; Sat, 6 Oct 2007 22:00:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.1/8.14.1/Submit) id l96M03e8048684; Sat, 6 Oct 2007 22:00:03 GMT (envelope-from gnats) Resent-Date: Sat, 6 Oct 2007 22:00:03 GMT Resent-Message-Id: <200710062200.l96M03e8048684@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Cory R. King" Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AC96616A46D for ; Sat, 6 Oct 2007 21:53:41 +0000 (UTC) (envelope-from coryking@xlan.org) Received: from strongbad.xlan.org (strongbad.xlan.org [216.127.55.72]) by mx1.freebsd.org (Postfix) with ESMTP id 9889613C480 for ; Sat, 6 Oct 2007 21:53:41 +0000 (UTC) (envelope-from coryking@xlan.org) Received: from coryhome1.xlan.org (207-178-4-25.wia.com [207.178.4.25]) by strongbad.xlan.org (Postfix) with ESMTP id BD07150; Sat, 6 Oct 2007 14:36:02 -0700 (PDT) Received: by coryhome1.xlan.org (Postfix, from userid 1003) id 9890F11514; Sat, 6 Oct 2007 14:35:57 -0700 (PDT) Message-Id: <20071006213557.9890F11514@coryhome1.xlan.org> Date: Sat, 6 Oct 2007 14:35:57 -0700 (PDT) From: "Cory R. King" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: coryking@mozimedia.com Subject: ports/116984: [patch] www/apache13-modssl missing perl5.8 as RUN_DEPENDS X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "Cory R. King" List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Oct 2007 22:00:04 -0000 >Number: 116984 >Category: ports >Synopsis: [patch] www/apache13-modssl missing perl5.8 as RUN_DEPENDS >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Oct 06 22:00:03 GMT 2007 >Closed-Date: >Last-Modified: >Originator: Cory R. King >Release: FreeBSD 6.2-RELEASE-p3 i386 >Organization: Mozi Media Group, LLC. >Environment: System: FreeBSD compiler.local 6.2-RELEASE-p3 FreeBSD 6.2-RELEASE-p3 #2: Sat Apr 14 15:51:51 PDT 2007 root@compiler.mozimedia.local:/mnt/binaries/obj/usr/src/sys/CORE2_62VM i386 >Description: This ports is missing perl as a run dependancy. APXS is actually a perl script, and I think apachectl is as well. >How-To-Repeat: You have to use a system like tinderbox that cleans out packages between each step. This bug was probably never found because on a real system we all have perl5 installed anyway and pointyhat never builds www/mod_* using this as an APACHE_PORT. 1) Compile www/apache13-modssl with any flags (I was using MOD_DEFLATE) 2) Compile something like mod_dav or mod_gzip and make sure they are building against this port for their APACHE_PORT. Under a system like tinderbox that guts out all the packages between builds, modules that rely on apxs to do their magic will fail because apxs wants perl, specifically /usr/local/bin/perl. >Fix: mark perl as a run dependancy, not just a build dep. --- Makefile.patch begins here --- ? Makefile.patch Index: Makefile =================================================================== RCS file: /home/ncvs/ports/www/apache13-modssl/Makefile,v retrieving revision 1.184 diff -u -r1.184 Makefile --- Makefile 16 Sep 2007 20:05:48 -0000 1.184 +++ Makefile 6 Oct 2007 21:22:37 -0000 @@ -7,7 +7,7 @@ PORTNAME= apache+mod_ssl PORTVERSION= ${VERSION_APACHE}+${VERSION_MODSSL} -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES?= www security MASTER_SITES= ${MASTER_SITE_APACHE_HTTPD} \ ${MASTER_SITES_MODSSL:S/$/:mod_ssl/} \ @@ -43,7 +43,7 @@ VERSION_MODDEFLATE= 1.0.21 USE_OPENSSL= yes HAS_CONFIGURE= yes -USE_PERL5_BUILD= yes +USE_PERL5= yes MASTER_SITES_MODSSL= http://www.modssl.org/source/ \ ftp://ftp.modssl.org/source/ \ ftp://ftp.blatzheim.com/pub/mod_ssl/ \ --- Makefile.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: