Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Apr 2000 08:21:38 +0800
From:      Christopher Hall <hsw@acm.org>
To:        "Akinori -Aki- MUSHA" <knu@idaemons.org>
Cc:        veldy@veldy.net, freebsd-ports@FreeBSD.ORG
Subject:   Re: Broken Apache-PHP ports!!
Message-ID:  <200004140021.IAA44903@hsw.generalresources.com>
In-Reply-To: Message from "Akinori -Aki- MUSHA" <knu@idaemons.org> of "Fri, 14 Apr 2000 02:08:45 %2B0900." <86puruszc2.wl@archon.local.idaemons.org>

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

In message <86puruszc2.wl@archon.local.idaemons.org>,
  "Akinori -Aki- MUSHA" writes:
>At Thu, 13 Apr 2000 11:31:54 -0500,
>Thomas T. Veldhouse <veldy@veldy.net> wrote:
>> apache+php-1.3.12+3.0.16: You need to define PORTNAME and PORTVERSION
>> instead of
>>  PKGNAME.
>
>Seems to me that your ports tree is somewhat old.
>
>Anyway, conversion is still under way and the tree tends to be
>inconsistent until everything's done.  I cannot tell when, but we've
>been working hard.
>
>Sorry for the inconvenience.
>
>--
>                           /
>                          /__  __
>                         / )  )  ) )  /
>Akinori -Aki- MUSHA aka / (_ /  ( (__(  <knu@idaemons.org>
>
>"If you choose not to decide you still have made a choice."
>
>
>To Unsubscribe: send mail to majordomo@FreeBSD.org
>with "unsubscribe freebsd-ports" in the body of the message
>

There is a problem with the scripts/configure.php, but it only applies
to selecting MOD_SSL.  Just edit the generated Makefile.inc to split
up the PKGNAME to PORTNAME/PORTVERSION.  I sent a PR on this yesterday
but my send-pr did not work.  I will send again today, but here are the diffs
in case I cannot get send-pr to work.


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


---
Christopher Hall <hsw@acm.org>


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?200004140021.IAA44903>