ports/172500: devel/log4c: Update to version 1.2.2

KATO Tsuguru tkato432 at yahoo.com
Mon Oct 8 18:10:17 UTC 2012


>Number:         172500
>Category:       ports
>Synopsis:       devel/log4c: Update to version 1.2.2
>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 Oct 08 18:10:15 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 7.4-RELEASE-p10 i386
>Organization:
>Environment:
>Description:
- Update to version 1.2.2

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/devel/log4c/Makefile devel/log4c/Makefile
--- /usr/ports/devel/log4c/Makefile	2010-12-04 16:31:21.000000000 +0900
+++ devel/log4c/Makefile	2012-10-05 16:14:00.000000000 +0900
@@ -1,21 +1,34 @@
-# ex:ts=8
-# Ports collection makefile for:	log4c
-# Date created:			Jul 4, 2002
-# Whom:				ijliao
-#
+# Created by: ijliao
 # $FreeBSD: ports/devel/log4c/Makefile,v 1.29 2010/12/04 07:31:21 ade Exp $
-#
 
 PORTNAME=	log4c
-PORTVERSION=	1.2.1
+PORTVERSION=	1.2.2
 CATEGORIES=	devel
 MASTER_SITES=	SF
 
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Logging for C Library
 
+LICENSE=	LGPL21
+
+OPTIONS_DEFINE=	EXPAT
+OPTIONS_DEFAULT=EXPAT
+EXPAT_DESC=	Expat support
+
+USE_GNOME=	gnomehack
 USE_AUTOTOOLS=	libtool
 USE_LDCONFIG=	yes
 MAKE_JOBS_SAFE=	yes
 
+CPPFLAGS+=	-I${LOCALBASE}/include
+LDFLAGS+=	-L${LOCALBASE}/lib
+
+.include <bsd.port.options.mk>
+
+.if ${PORT_OPTIONS:MEXPAT}
+LIB_DEPENDS+=	expat:${PORTSDIR}/textproc/expat2
+.else
+CONFIGURE_ARGS+=--without-expat
+.endif
+
 .include <bsd.port.mk>
diff -urN /usr/ports/devel/log4c/distinfo devel/log4c/distinfo
--- /usr/ports/devel/log4c/distinfo	2011-07-03 23:56:22.000000000 +0900
+++ devel/log4c/distinfo	2012-10-05 16:08:20.000000000 +0900
@@ -1,2 +1,2 @@
-SHA256 (log4c-1.2.1.tar.gz) = 6ed40a41307c26d052667e1661437394ab00e29cd24ff2640b502ba8ab1e442b
-SIZE (log4c-1.2.1.tar.gz) = 508139
+SHA256 (log4c-1.2.2.tar.gz) = 175509c8e2200c466070f2ae974303e08c2b39581fbeeaee24009f1f89c55308
+SIZE (log4c-1.2.2.tar.gz) = 539391
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list