svn commit: r306057 - head/devel/log4c
Jason E. Hale
jhale at FreeBSD.org
Thu Oct 18 10:21:57 UTC 2012
Author: jhale
Date: Thu Oct 18 10:21:56 2012
New Revision: 306057
URL: http://svn.freebsd.org/changeset/ports/306057
Log:
- Update to 1.2.2
- Add LICENSE (LGPL21)
- Trim Makefile header
PR: ports/172500
Submitted by: KATO Tsuguru <tkato432 at yahoo.com>
Approved by: makc, avilla (mentors, implicit)
Feature safe: yes
Modified:
head/devel/log4c/Makefile (contents, props changed)
head/devel/log4c/distinfo (contents, props changed)
Modified: head/devel/log4c/Makefile
==============================================================================
--- head/devel/log4c/Makefile Thu Oct 18 10:05:15 2012 (r306056)
+++ head/devel/log4c/Makefile Thu Oct 18 10:21:56 2012 (r306057)
@@ -1,21 +1,33 @@
-# ex:ts=8
-# Ports collection makefile for: log4c
-# Date created: Jul 4, 2002
-# Whom: ijliao
-#
+# Created by: ijliao
# $FreeBSD$
-#
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
+
+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>
Modified: head/devel/log4c/distinfo
==============================================================================
--- head/devel/log4c/distinfo Thu Oct 18 10:05:15 2012 (r306056)
+++ head/devel/log4c/distinfo Thu Oct 18 10:21:56 2012 (r306057)
@@ -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
More information about the svn-ports-head
mailing list