Skip site navigation (1)Skip section navigation (2)
Date:      Sun,  3 Aug 2003 02:31:38 +0200 (CEST)
From:      Melvyn Sopacua <melvyn@webteckies.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        MAINTAINER <sysadmin@alexdupre.com>
Subject:   ports/55201: [PATCH] Zzip and Sablotron dependencies lang/php4
Message-ID:  <20030803003138.A17F321BBD@ghost.lan.webteckies.org>
Resent-Message-ID: <200308030040.h730eAxn065712@freefall.freebsd.org>

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

>Number:         55201
>Category:       ports
>Synopsis:       [PATCH] Zzip and Sablotron dependencies lang/php4
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Aug 02 17:40:09 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Melvyn Sopacua
>Release:        FreeBSD 4.8-STABLE i386
>Organization:
>Environment:
System: FreeBSD ghost.lan.webteckies.org 4.8-STABLE FreeBSD 4.8-STABLE #2: Sat Aug 2 19:45:34 CEST 2003 root@ghost.lan.webteckies.org:/usr/obj/usr/src/sys/GHOST i386


	
>Description:
	Zzip LIB_DEPENDS regex is wrong.
	Sablotron has been updated to .80
>How-To-Repeat:
	cd /usr/ports/lang/php4 && make WITH_ZZIP=yes WITH_XSLT=yes
>Fix:


Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/lang/php4/Makefile,v
retrieving revision 1.21
diff -u -r1.21 Makefile
--- Makefile	1 Aug 2003 07:41:35 -0000	1.21
+++ Makefile	3 Aug 2003 00:28:17 -0000
@@ -571,7 +571,7 @@
 .endif
 
 .if defined(WITH_XSLT)
-LIB_DEPENDS+=	sablot.70:${PORTSDIR}/textproc/sablotron
+LIB_DEPENDS+=	sablot.80:${PORTSDIR}/textproc/sablotron
 CONFIGURE_ARGS+=--enable-xslt --with-xslt-sablot=${LOCALBASE}
 .endif
 
@@ -585,7 +585,7 @@
 .endif
 
 .if defined(WITH_ZIP)
-LIB_DEPENDS+=	zzip-0.10:${PORTSDIR}/devel/zziplib
+LIB_DEPENDS+=	zzip.10:${PORTSDIR}/devel/zziplib
 CONFIGURE_ARGS+=--with-zip=${LOCALBASE}
 .endif
 

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



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