ports/110871: www/libapreq2: fix pkglist, unbreak

Philip M. Gollucci pgollucci at apache.org
Mon Mar 26 17:40:05 UTC 2007


>Number:         110871
>Category:       ports
>Synopsis:       www/libapreq2: fix pkglist, unbreak
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Mar 26 17:40:04 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Philip M. Gollucci
>Release:        FreeBSD 6.2-PRERELEASE i386
>Organization:
P6M7G8 Consulting
>Environment:
System: FreeBSD vegeta.p6m7g8.net 6.2-PRERELEASE FreeBSD 6.2-PRERELEASE #0: Mon Sep 25 04:30:04 EDT 2006 pgollucci at goku.p6m7g8.net:/usr/obj/usr/src/sys/VEGETA i386

>Description:
The Makefile incorrectly listed the dynamic lib as libapreq2.so.9 when it should have been libapreq2.so.8
I've dropped the version back to 8, but will this cause version hell ?

Also, skv@ is about to time out in 3 days, I'll take this one if he is busy and the associated www/p5-libapreq2.

I see 4.x fails with -lexpat though expat is correctly listed in build/run dependencies -- since 4.x is now vapor vare, we
should ignore this IMHO.

The Apache/Test failure in the logs is okay since this is only required for 'make test' which we don't run.
Its also bundled with mp2 
>How-To-Repeat:
>Fix:

--- libapreq2.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/www/libapreq2/Makefile,v
retrieving revision 1.23
diff -u -r1.23 Makefile
--- Makefile	27 Feb 2007 04:46:24 -0000	1.23
+++ Makefile	26 Mar 2007 16:52:40 -0000
@@ -7,21 +7,20 @@
 
 PORTNAME=	libapreq2
 PORTVERSION=	2.08
+PORTREVISION=	1
 CATEGORIES=	www devel
 MASTER_SITES=	${MASTER_SITE_APACHE_HTTPD}
 MASTER_SITE_SUBDIR=libapreq
 
-MAINTAINER=	skv at FreeBSD.org
+MAINTAINER=	pgollucci at p6m7g8.com
 COMMENT=	Generic Apache2 Request Library
 
-BROKEN=		Incorrect pkg-plist
-
 USE_APACHE=	2.0+
 USE_LDCONFIG=yes
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS+=	--with-apache2-apxs=${APXS} --with-expat=${LOCALBASE}
 
-SHLIB_MAJOR=	9
+SHLIB_MAJOR=	8
 PLIST_SUB=	SHLIB_MAJOR="${SHLIB_MAJOR}"
 
 .if defined (WITH_MODPERL2)
--- libapreq2.diff ends here ---


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



More information about the freebsd-ports-bugs mailing list