From owner-freebsd-ports Thu Apr 13 17:22:28 2000 Delivered-To: freebsd-ports@freebsd.org Received: from hsw.generalresources.com (z12.generalresources.com [210.242.169.12]) by hub.freebsd.org (Postfix) with ESMTP id A6FBD37B800 for ; Thu, 13 Apr 2000 17:22:24 -0700 (PDT) (envelope-from hsw@hsw.generalresources.com) Received: from hsw.generalresources.com (hsw@localhost [127.0.0.1]) by hsw.generalresources.com (8.9.3/8.9.3) with ESMTP id IAA44903; Fri, 14 Apr 2000 08:21:38 +0800 (CST) (envelope-from hsw@hsw.generalresources.com) Message-Id: <200004140021.IAA44903@hsw.generalresources.com> To: "Akinori -Aki- MUSHA" Cc: veldy@veldy.net, freebsd-ports@FreeBSD.ORG Subject: Re: Broken Apache-PHP ports!! From: Christopher Hall Reply-To: Christopher Hall In-Reply-To: Message from "Akinori -Aki- MUSHA" of "Fri, 14 Apr 2000 02:08:45 +0900." <86puruszc2.wl@archon.local.idaemons.org> Date: Fri, 14 Apr 2000 08:21:38 +0800 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org In message <86puruszc2.wl@archon.local.idaemons.org>, "Akinori -Aki- MUSHA" writes: >At Thu, 13 Apr 2000 11:31:54 -0500, >Thomas T. Veldhouse 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 / (_ / ( (__( > >"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 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message