Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Mar 2003 10:34:49 +0100
From:      Jens Rehsack <rehsack@liwing.de>
To:        Kris Kennaway <kris@obsecurity.org>
Cc:        Will Mitayai Keeso Rowe <mit@dreamlabs.com>, ports@FreeBSD.ORG, dirk@FreeBSD.ORG, skv@FreeBSD.org
Subject:   Re: php w/sablotron bug
Message-ID:  <3E798B39.1000700@liwing.de>
References:  <000001c2e354$89384700$0800a8c0@shadow> <20030305215506.GE91077@rot13.obsecurity.org>

next in thread | previous in thread | raw e-mail | index | archive | help
This is a multi-part message in MIME format.
--------------000406040108050803020007
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit

Kris Kennaway wrote:
> On Wed, Mar 05, 2003 at 03:19:01PM -0500, Will Mitayai Keeso Rowe wrote:
>>mod_php4 seems to look for sablotron.69, where the current port is .7,
>>and thus it fails...
> 
> And this one was broken by skv who also forgot to search for ports
> that depend on the library.  skv, please fix this and remember to look
> more carefully for these things in future.
> 
> Kris
> 
Hi Kris,

I have searched after a cvsup the ports for missing updates for 
sablot.70 and found just another one than www/mod_php4. I attach patches 
for both ports in hope you are able to commit them before 4.8-RELEASE. 
Both patches only fix the dependency for textproc/sablot.

Jens

--------------000406040108050803020007
Content-Type: text/plain;
 name="patch-Makefile.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
 filename="patch-Makefile.diff"

--- www/caudium10/Makefile.orig	Thu Mar 20 10:23:32 2003
+++ www/caudium10/Makefile	Thu Mar 20 10:23:45 2003
@@ -16,7 +16,7 @@
 COMMENT=	A free webserver which is based on the Roxen Challenger 1.3 code base
 
 BUILD_DEPENDS=	pike:${PORTSDIR}/lang/pike70/
-LIB_DEPENDS=	sablot.69:${PORTSDIR}/textproc/sablotron/
+LIB_DEPENDS=	sablot.70:${PORTSDIR}/textproc/sablotron/
 
 WRKSRC=		${WRKDIR}/${DISTNAME}/
 

--------------000406040108050803020007
Content-Type: text/plain;
 name="patch-scripts-configure-2.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
 filename="patch-scripts-configure-2.diff"

--- www/mod_php4/scripts/configure.php.orig	Thu Mar 20 10:25:47 2003
+++ www/mod_php4/scripts/configure.php	Thu Mar 20 10:25:58 2003
@@ -278,7 +278,7 @@
 			fi
 			;;
 		\"XSLT\")
-			echo "LIB_DEPENDS+=	sablot.69:\${PORTSDIR}/textproc/sablotron"
+			echo "LIB_DEPENDS+=	sablot.70:\${PORTSDIR}/textproc/sablotron"
 			echo "CONFIGURE_ARGS+=--enable-xslt --with-xslt-sablot=\${LOCALBASE}"
 			if [ -z "$XML" ]; then
 				set $* \"XML\"

--------------000406040108050803020007--


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?3E798B39.1000700>