ports/118647: [patch] www/apache13-modssl needs perl as runtime-dependency

Kenneth Vestergaard Schmidt kvs at pil.dk
Thu Dec 13 12:00:09 UTC 2007


>Number:         118647
>Category:       ports
>Synopsis:       [patch] www/apache13-modssl needs perl as runtime-dependency
>Confidential:   no
>Severity:       serious
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Dec 13 12:00:08 UTC 2007
>Closed-Date:
>Last-Modified:
>Originator:     Kenneth Vestergaard Schmidt
>Release:        7.0
>Organization:
pil.dk
>Environment:
FreeBSD mckusick.pil.dk 7.0-BETA4 FreeBSD 7.0-BETA4 #0: Thu Dec 13 11:02:31 CET 2007     root at mckusick.pil.dk:/usr/obj/usr/dana/src/freebsd7/src/sys/MCKUSICK  amd64


>Description:
www/apache13 has USE_PERL5=yes, whereas www/apache13-modssl only has
USE_PERL5_BUILD=yes.

'/usr/local/sbin/apxs' is a perl-script, and without the runtime-dependency on
Perl, won't work. It's used for installing extensions to Apache, so it's pretty
necessary :)


>How-To-Repeat:
Install eg. www/mod_gzip on a machine with apache13-modssl already installed,
and perl deinstalled.


>Fix:
Patch attached.



Patch attached with submission follows:

$PIL: pepsi/src/patches-ports/www/apache13-modssl.diff,v 1.4 2007/12/13 11:53:38 kvs Exp $
diff -urN apache13-modssl.orig/Makefile apache13-modssl/Makefile
--- apache13-modssl.orig/Makefile	2007-12-13 12:50:49.000000000 +0100
+++ apache13-modssl/Makefile	2007-12-13 12:51:05.000000000 +0100
@@ -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/ \


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list