Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Apr 2000 09:16:15 +0800 (CST)
From:      hsw@acm.org
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/17998: apache13-php scripts/configure.php has PKGNAME
Message-ID:  <200004140116.JAA45291@hsw.generalresources.com>

next in thread | raw e-mail | index | archive | help

>Number:         17998
>Category:       ports
>Synopsis:       apache13-php scripts/configure.php has PKGNAME
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Apr 13 18:20:01 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     Christopher Hall
>Release:        FreeBSD 3.4-STABLE i386
>Organization:
>Environment:

	ports were CVSUPed again to check that I had not
	missed the changes to the scripts/configure.php

>Description:

	ports/apache13-php(3 or 4) fails if MOD_SSL is selected
	The generated Makefile.inc is incorrect


>How-To-Repeat:

	cd /usr/ports/apache13-php(3 or 4)
	make
	...Ensure MOD_SSL is checked in the selection box
	error messages
	look at Makefile.inc and see the PKGNAME=...

        if edit Makefile.inc to split into PORTNAME/PORTVERSION
        then can continue the build.


>Fix:

	Here are the diffs to fix the configure script


apache13-php3 diff
==================
--- scripts/configure.php.orig  Thu Apr  6 03:59:26 2000
+++ scripts/configure.php       Thu Apr 13 10:42:01 2000
@@ -155,7 +155,8 @@
                        ;;
                \"modssl\")
                        cat << EOF
-PKGNAME=       apache+php+mod_ssl-\${VERSION_APACHE}+\${VERSION_PHP}+\${VERSION_MODSSL}
+PORTNAME=      apache+php+mod_ssl
+PORTVERSION=   \${VERSION_APACHE}+\${VERSION_PHP}+\${VERSION_MODSSL}
 DISTFILES+=    mod_ssl-\${VERSION_MODSSL}-\${VERSION_APACHE}\${EXTRACT_SUFX}

 USE_OPENSSL=   RSA



apache13-php4 diff
==================
--- scripts/configure.php.orig  Thu Apr  6 03:59:30 2000
+++ scripts/configure.php       Thu Apr 13 10:51:24 2000
@@ -139,7 +139,8 @@
                        ;;
                \"modssl\")
                        cat << EOF
-PKGNAME=       apache+php+mod_ssl-\${VERSION_APACHE}+\${VERSION_PHP}+\${VERSION_MODSSL}
+PORTNAME=      apache+php+mod_ssl
+PORTVERSION=   \${VERSION_APACHE}+\${VERSION_PHP}+\${VERSION_MODSSL}
 DISTFILES+=    mod_ssl-\${VERSION_MODSSL}-\${VERSION_APACHE}\${EXTRACT_SUFX}

 USE_OPENSSL=   RSA

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


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200004140116.JAA45291>