ports/146918: devel/log4cxx: bump PORTREVISION for apr changes

Rene Ladan rene at FreeBSD.org
Mon May 24 13:20:02 UTC 2010


>Number:         146918
>Category:       ports
>Synopsis:       devel/log4cxx: bump PORTREVISION for apr changes
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon May 24 13:20:01 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Rene Ladan
>Release:        FreeBSD 8.0-amd64
>Organization:
>Environment:
FreeBSD acer.rene-ladan.nl 8.0-RELEASE-p2 FreeBSD 8.0-RELEASE-p2 #0: Tue Jan  5 21:11:58 UTC 2010     root at amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC  amd64
>Description:
The recent changes to the devel/apr* ports caused a shared library which liblog4cxx.so.10 refers to to be outdated. Recompiling the log4cxx port fixes this.


>How-To-Repeat:
% ldd /usr/local/lib/liblog4cxx.so.10
(note the libapr-1.so.3 being not found)

>Fix:


Patch attached with submission follows:

Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/devel/log4cxx/Makefile,v
retrieving revision 1.16
diff -u -r1.16 Makefile
--- Makefile	18 May 2010 04:05:02 -0000	1.16
+++ Makefile	24 May 2010 13:11:23 -0000
@@ -6,6 +6,7 @@
 
 PORTNAME=	log4cxx
 PORTVERSION=	0.10.0
+PORTREVISION=	1
 CATEGORIES=	devel
 MASTER_SITES=	${MASTER_SITE_APACHE}
 MASTER_SITE_SUBDIR=	logging/${PORTNAME}/${PORTVERSION}


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



More information about the freebsd-ports-bugs mailing list