Date: Tue, 9 Oct 2012 02:56:10 +0900 From: KATO Tsuguru <tkato432@yahoo.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/172500: devel/log4c: Update to version 1.2.2 Message-ID: <20121009025610.7210eb1322bb4f2970918097@yahoo.com> Resent-Message-ID: <201210081810.q98IAFDg086337@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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@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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20121009025610.7210eb1322bb4f2970918097>