diff options
author | pav <pav@FreeBSD.org> | 2006-01-01 01:27:23 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2006-01-01 01:27:23 +0800 |
commit | 649b9964aa2317ebd8210a0d7458c0bafbd22961 (patch) | |
tree | 18639248a9de91fc2c4c2e6b6fb13810936468e1 /devel/log4c | |
parent | 1ebf0a3ac023e3124a4e0960b21d295aa34c4654 (diff) | |
download | freebsd-ports-gnome-649b9964aa2317ebd8210a0d7458c0bafbd22961.tar.gz freebsd-ports-gnome-649b9964aa2317ebd8210a0d7458c0bafbd22961.tar.zst freebsd-ports-gnome-649b9964aa2317ebd8210a0d7458c0bafbd22961.zip |
- Update to 1.1.0
- Take maintainership
PR: ports/91098
Submitted by: Frank Laszlo <laszlof@vonostingroup.com>
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 |