ports/99441: [PATCH] devel/commoncpp: update to 1.4.2, take maintainership

Jose Alonso Cardenas Marquez acardenas at bsd.org.pe
Sun Jun 25 04:40:17 UTC 2006


>Number:         99441
>Category:       ports
>Synopsis:       [PATCH] devel/commoncpp: update to 1.4.2, take maintainership
>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:   Sun Jun 25 04:40:15 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Jose Alonso Cardenas Marquez
>Release:        FreeBSD 6.1-STABLE i386
>Organization:
BSDPeru (http://www.bsd.org.pe)
>Environment:
FreeBSD HellFire.BSD.org.pe 6.1-STABLE FreeBSD 6.1-STABLE #0: Wed Jun 21 19:12:29 PET 2006
>Description:
- Update to 1.4.2
- Take maintainership

Removed file(s):
- files/patch-src_nat.cpp
>How-To-Repeat:

>Fix:
--- commoncpp-1.4.2.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/devel/commoncpp/Makefile /usr/ports/devel/commoncpp-new/Makefile
--- /usr/ports/devel/commoncpp/Makefile	Sat Jun 24 23:13:32 2006
+++ /usr/ports/devel/commoncpp-new/Makefile	Sat Jun 24 23:25:35 2006
@@ -5,15 +5,14 @@
 # $FreeBSD: ports/devel/commoncpp/Makefile,v 1.28 2006/02/23 10:35:32 ade Exp $
 #
 
-PORTNAME=	commoncpp2
-PORTVERSION=	1.3.21
-PORTREVISION=	1
-PORTEPOCH=	2
+PORTNAME=	commoncpp
+PORTVERSION=	1.4.2
 CATEGORIES=	devel
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	gnutelephony
+DISTNAME=	${PORTNAME:S/$/2/}-${PORTVERSION}
 
-MAINTAINER=	ports at FreeBSD.org
+MAINTAINER=	acardenas at bsd.org.pe
 COMMENT=	GNU project portable class framework for C++
 
 USE_GNOME=	gnomehack gnometarget
@@ -27,7 +26,7 @@
 USE_GETOPT_LONG=yes
 USE_GMAKE=	yes
 GNU_CONFIGURE=	yes
-USE_GCC=	3.4
+USE_GCC=	3.4+
 CONFIGURE_ENV=	CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" \
 		ac_cv_path_DOXYGEN=no
 INSTALLS_SHLIB=	yes
diff -ruN --exclude=CVS /usr/ports/devel/commoncpp/distinfo /usr/ports/devel/commoncpp-new/distinfo
--- /usr/ports/devel/commoncpp/distinfo	Sat Jun 24 23:13:32 2006
+++ /usr/ports/devel/commoncpp-new/distinfo	Sat Jun 24 21:21:51 2006
@@ -1,3 +1,3 @@
-MD5 (commoncpp2-1.3.21.tar.gz) = a7614e7d81d3dfd6d0cb19a9daf6e29b
-SHA256 (commoncpp2-1.3.21.tar.gz) = 4450638079ce60dabaa0b333ae1f1994172550301ac9997c19e342938ad19e6e
-SIZE (commoncpp2-1.3.21.tar.gz) = 833359
+MD5 (commoncpp2-1.4.2.tar.gz) = 4153ec41bc11c52f05f2f2e35cf66953
+SHA256 (commoncpp2-1.4.2.tar.gz) = 640a2201209d4b2b9795729219036b3f058907675c18f8848addb3a69f8e4202
+SIZE (commoncpp2-1.4.2.tar.gz) = 851571
diff -ruN --exclude=CVS /usr/ports/devel/commoncpp/files/patch-src_nat.cpp /usr/ports/devel/commoncpp-new/files/patch-src_nat.cpp
--- /usr/ports/devel/commoncpp/files/patch-src_nat.cpp	Sat Jun 24 23:13:32 2006
+++ /usr/ports/devel/commoncpp-new/files/patch-src_nat.cpp	Wed Dec 31 19:00:00 1969
@@ -1,12 +0,0 @@
---- src/nat.cpp.orig	Tue Jun 28 23:19:51 2005
-+++ src/nat.cpp	Tue Jun 28 23:26:15 2005
-@@ -127,6 +127,9 @@
- #else
- # define NAT_SYSCALL "ioctl"
- # ifdef HAVE_NAT_IPF
-+#  ifndef IPL_NAT
-+#   define IPL_NAT IPNAT_NAME
-+#  endif
- #  define NAT_DEVICE IPL_NAT
- # else
- #  ifdef HAVE_NAT_PF
diff -ruN --exclude=CVS /usr/ports/devel/commoncpp/pkg-plist /usr/ports/devel/commoncpp-new/pkg-plist
--- /usr/ports/devel/commoncpp/pkg-plist	Sat Jun 24 23:13:32 2006
+++ /usr/ports/devel/commoncpp-new/pkg-plist	Sat Jun 24 21:43:58 2006
@@ -1,53 +1,53 @@
 bin/ccgnu2-config
-include/cc++2/cc++/address.h
-include/cc++2/cc++/buffer.h
-include/cc++2/cc++/cmdoptns.h
-include/cc++2/cc++/common.h
-include/cc++2/cc++/config.h
-include/cc++2/cc++/counter.h
-include/cc++2/cc++/digest.h
-include/cc++2/cc++/exception.h
-include/cc++2/cc++/export.h
-include/cc++2/cc++/file.h
-include/cc++2/cc++/functions.h
-include/cc++2/cc++/mime.h
-include/cc++2/cc++/misc.h
-include/cc++2/cc++/missing.h
-include/cc++2/cc++/network.h
-include/cc++2/cc++/numbers.h
-include/cc++2/cc++/objcount.h
-include/cc++2/cc++/objlink.h
-include/cc++2/cc++/objmap.h
-include/cc++2/cc++/objsync.h
-include/cc++2/cc++/oststring.h
-include/cc++2/cc++/persist.h
-include/cc++2/cc++/pointer.h
-include/cc++2/cc++/process.h
-include/cc++2/cc++/serial.h
-include/cc++2/cc++/slog.h
-include/cc++2/cc++/socket.h
-include/cc++2/cc++/socketport.h
-include/cc++2/cc++/strchar.h
-include/cc++2/cc++/string.h
-include/cc++2/cc++/template.h
-include/cc++2/cc++/thread.h
-include/cc++2/cc++/tokenizer.h
-include/cc++2/cc++/unix.h
-include/cc++2/cc++/url.h
-include/cc++2/cc++/xml.h
-include/cc++2/cc++/zstream.h
-lib/libccext2-1.3.so
-lib/libccext2-1.3.so.1
+include/cc++/address.h
+include/cc++/buffer.h
+include/cc++/cmdoptns.h
+include/cc++/common.h
+include/cc++/config.h
+include/cc++/counter.h
+include/cc++/digest.h
+include/cc++/exception.h
+include/cc++/export.h
+include/cc++/file.h
+include/cc++/functions.h
+include/cc++/mime.h
+include/cc++/misc.h
+include/cc++/missing.h
+include/cc++/network.h
+include/cc++/numbers.h
+include/cc++/objcount.h
+include/cc++/object.h
+include/cc++/objlink.h
+include/cc++/objmap.h
+include/cc++/objsync.h
+include/cc++/oststring.h
+include/cc++/persist.h
+include/cc++/pointer.h
+include/cc++/process.h
+include/cc++/serial.h
+include/cc++/slog.h
+include/cc++/socket.h
+include/cc++/socketport.h
+include/cc++/strchar.h
+include/cc++/string.h
+include/cc++/template.h
+include/cc++/thread.h
+include/cc++/tokenizer.h
+include/cc++/unix.h
+include/cc++/url.h
+include/cc++/xml.h
+include/cc++/zstream.h
+lib/libccext2-1.4.so
+lib/libccext2-1.4.so.0
 lib/libccext2.a
 lib/libccext2.la
 lib/libccext2.so
-lib/libccgnu2-1.3.so
-lib/libccgnu2-1.3.so.1
+lib/libccgnu2-1.4.so
+lib/libccgnu2-1.4.so.0
 lib/libccgnu2.a
 lib/libccgnu2.la
 lib/libccgnu2.so
 libdata/pkgconfig/libccext2.pc
 libdata/pkgconfig/libccgnu2.pc
 share/aclocal/ost_check2.m4
- at dirrm include/cc++2/cc++
- at dirrm include/cc++2
+ at dirrm include/cc++
--- commoncpp-1.4.2.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list