ports/91098: [UPDATE]: devel/log4c: Update to version 1.1.0

Frank Laszlo laszlof at vonostingroup.com
Fri Dec 30 16:30:09 UTC 2005


>Number:         91098
>Category:       ports
>Synopsis:       [UPDATE]: devel/log4c: Update to version 1.1.0
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Dec 30 16:30:07 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Frank Laszlo
>Release:        FreeBSD 6.0-STABLE i386
>Organization:
>Environment:
System: FreeBSD ritamari.vonostingroup.com 6.0-STABLE FreeBSD 6.0-STABLE #0: Mon Nov 7 12:06:15 EST 2005 laszlof at ritamari.vonostingroup.com:/usr/obj/usr/src/sys/RITAMARI i386


	
>Description:
	This patch will update devel/log4c to version 1.1.0 on the developers site. this version adds the following
	features/bug fixes (from ChangeLog):
	
	- added Windows support from Robert Byrne <Robert.Byrne at Sun.COM>
	- added new API log4c_category_list() to retreive a list of the current
	  categories being used in log4c
	- added an example library contributed by joel schaubert 
	  <foxyjoel at gmail.com>	
	- added support for threadsafe loggind and thread safe
	  layouts. original idea from Jean-Pierre Joannin
	  <jean-pierre.joannin at hp.com>
	- added a new API log4c_load() to load/reload a configuration file.
	- added new appender stream2 from Robert Byrne <Robert.Byrne at Sun.COM>
	- added native Solaris cc support
	- added support for suse-8
	- log4c got included in gentoo
	- added macosx support from Olger Warnier
	- plenty of minor fixes

>How-To-Repeat:
	
>Fix:

	



--- log4c-1.1.0.diff begins here ---
diff -NrU3 log4c.orig/Makefile log4c/Makefile
--- log4c.orig/Makefile	Fri Dec 30 11:12:38 2005
+++ log4c/Makefile	Fri Dec 30 11:13:03 2005
@@ -7,12 +7,12 @@
 #
 
 PORTNAME=	log4c
-PORTVERSION=	1.0.12
+PORTVERSION=	1.1.0
 CATEGORIES=	devel
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
 
-MAINTAINER=	ports at FreeBSD.org
+MAINTAINER=	laszlof at vonostingroup.com
 COMMENT=	Logging for C Library
 
 USE_AUTOTOOLS=	libtool:15
diff -NrU3 log4c.orig/distinfo log4c/distinfo
--- log4c.orig/distinfo	Fri Dec 30 11:12:38 2005
+++ log4c/distinfo	Fri Dec 30 11:14:24 2005
@@ -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 -NrU3 log4c.orig/pkg-plist log4c/pkg-plist
--- log4c.orig/pkg-plist	Fri Dec 30 11:12:38 2005
+++ log4c/pkg-plist	Fri Dec 30 11:18:47 2005
@@ -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,8 @@
 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.0
 share/aclocal/log4c.m4
 @dirrm include/log4c
--- log4c-1.1.0.diff ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list