diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-12-31 17:27:23 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-12-31 17:27:23 +0000 |
commit | 6add72df94949b3fe7390533bed251376a31ff66 (patch) | |
tree | cc021f5051f8d6a1fce2f9e096ed36bd81929b97 /devel/log4c | |
parent | 0c4ea88708b4fed36b86476713a9966b8cd0481c (diff) | |
download | ports-6add72df94949b3fe7390533bed251376a31ff66.tar.gz ports-6add72df94949b3fe7390533bed251376a31ff66.zip |
Notes
Diffstat (limited to 'devel/log4c')
-rw-r--r-- | devel/log4c/Makefile | 12 | ||||
-rw-r--r-- | devel/log4c/distinfo | 6 | ||||
-rw-r--r-- | devel/log4c/pkg-descr | 4 | ||||
-rw-r--r-- | devel/log4c/pkg-plist | 12 |
4 files changed, 25 insertions, 9 deletions
diff --git a/devel/log4c/Makefile b/devel/log4c/Makefile index 15b5f86cfc8c..49a3be16a393 100644 --- a/devel/log4c/Makefile +++ b/devel/log4c/Makefile @@ -7,16 +7,22 @@ # PORTNAME= log4c -PORTVERSION= 1.0.12 +PORTVERSION= 1.1.0 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= laszlof@vonostingroup.com COMMENT= Logging for C Library USE_AUTOTOOLS= libtool:15 CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} INSTALLS_SHLIB= yes -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OSVERSION} < 500000 +BROKEN= "Does not compile" +.endif + +.include <bsd.port.post.mk> diff --git a/devel/log4c/distinfo b/devel/log4c/distinfo index 47cdbdcc2db3..717625417be5 100644 --- a/devel/log4c/distinfo +++ b/devel/log4c/distinfo @@ -1,3 +1,3 @@ -MD5 (log4c-1.0.12.tar.gz) = 334d38ed163b26b1be48364b445ad170 -SHA256 (log4c-1.0.12.tar.gz) = 4e9b28e511107c89d33d36a28a5caf26a3d4367c9b6f1d7f97b58ab484c1c0a2 -SIZE (log4c-1.0.12.tar.gz) = 298286 +MD5 (log4c-1.1.0.tar.gz) = d28be539c28fff09fc1df96914297874 +SHA256 (log4c-1.1.0.tar.gz) = a07ee37f5c146e95a1c27867e17661120a3ed73228080eb7c3d80e8d5f26e214 +SIZE (log4c-1.1.0.tar.gz) = 447782 diff --git a/devel/log4c/pkg-descr b/devel/log4c/pkg-descr index 93535d0155b2..cacaee49b0d5 100644 --- a/devel/log4c/pkg-descr +++ b/devel/log4c/pkg-descr @@ -1,6 +1,6 @@ Log4C is a library of C for flexible logging to files, syslog and other destinations. It is modeled after the Log for Java library -(http://jakarta.apache.org/log4j/docs/index.html), staying as close to their API as is -reasonable. +(http://jakarta.apache.org/log4j/docs/index.html), staying as close to their +API as is reasonable. WWW: http://log4c.sourceforge.net/ diff --git a/devel/log4c/pkg-plist b/devel/log4c/pkg-plist index 779330a4f549..2b6b3387ffb0 100644 --- a/devel/log4c/pkg-plist +++ b/devel/log4c/pkg-plist @@ -1,16 +1,23 @@ +bin/application_1 +bin/application_2 bin/log4c-config etc/log4crc.sample include/log4c.h include/log4c/appender.h include/log4c/appender_type_mmap.h include/log4c/appender_type_stream.h +include/log4c/appender_type_stream2.h include/log4c/appender_type_syslog.h +include/log4c/buffer.h include/log4c/category.h +include/log4c/config-win32.h include/log4c/defs.h include/log4c/init.h include/log4c/layout.h include/log4c/layout_type_basic.h +include/log4c/layout_type_basic_r.h include/log4c/layout_type_dated.h +include/log4c/layout_type_dated_r.h include/log4c/location_info.h include/log4c/logging_event.h include/log4c/priority.h @@ -18,6 +25,9 @@ include/log4c/rc.h include/log4c/version.h lib/liblog4c.a lib/liblog4c.so -lib/liblog4c.so.1 +lib/liblog4c.so.2 +lib/liblog4c_examples.a +lib/liblog4c_examples.so +lib/liblog4c_examples.so.0 share/aclocal/log4c.m4 @dirrm include/log4c |