Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 Jun 2005 13:38:25 +0400
From:      Vsevolod Stakhov <vsevolod@highsecure.ru>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/82565: Update port: devel/commoncpp to 1.3.9 
Message-ID:  <E1DlOAD-0008B2-VV@spray.anyhost.ru>
Resent-Message-ID: <200506230940.j5N9eIrX052558@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         82565
>Category:       ports
>Synopsis:       Update port: devel/commoncpp to 1.3.9
>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:   Thu Jun 23 09:40:17 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Vsevolod Stakhov
>Release:        FreeBSD 5.3-STABLE i386
>Organization:
>Environment:
>Description:
Update to 1.3.9. Fix MASTER_SITES as this project is now a gnu project.
Removed file: files/patch-include-cc++-Makefile.in
>How-To-Repeat:
>Fix:

diff -ruPN commoncpp.orig/Makefile commoncpp/Makefile
--- commoncpp.orig/Makefile	Thu Jun 23 13:33:15 2005
+++ commoncpp/Makefile	Thu Jun 23 13:33:32 2005
@@ -6,16 +6,23 @@
 #
 
 PORTNAME=	commoncpp2
-PORTVERSION=	1.2.7
+PORTVERSION=	1.3.9
 PORTEPOCH=	1
 CATEGORIES=	devel
-MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR=	gnutelephony
+MASTER_SITES=	${MASTER_SITE_GNU}
+MASTER_SITE_SUBDIR=	commoncpp
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	GNU project portable class framework for C++
 
-USE_GNOME=	gnomehack gnometarget libxml2
+USE_GNOME=	gnomehack gnometarget
+
+.if !defined(WITHOUT_LIBXML2)
+USE_GNOME+=	libxml2
+.else
+CONFIGURE_ARGS=	--without-libxml2
+.endif
+
 USE_GETOPT_LONG=	yes
 USE_GMAKE=	yes
 USE_LIBTOOL_VER=	15
diff -ruPN commoncpp.orig/distinfo commoncpp/distinfo
--- commoncpp.orig/distinfo	Thu Jun 23 13:33:15 2005
+++ commoncpp/distinfo	Thu Jun 23 13:33:32 2005
@@ -1,2 +1,2 @@
-MD5 (commoncpp2-1.2.7.tar.gz) = 6d0b05f02e2f2881ff6fa5ee2696c88d
-SIZE (commoncpp2-1.2.7.tar.gz) = 814003
+MD5 (commoncpp2-1.3.9.tar.gz) = 7c3870873ce745d232dd6ac1f012f0f3
+SIZE (commoncpp2-1.3.9.tar.gz) = 816210
diff -ruPN commoncpp.orig/files/patch-include-cc++-Makefile.in commoncpp/files/patch-include-cc++-Makefile.in
--- commoncpp.orig/files/patch-include-cc++-Makefile.in	Thu Jun 23 13:33:15 2005
+++ commoncpp/files/patch-include-cc++-Makefile.in	Thu Jan  1 03:00:00 1970
@@ -1,11 +0,0 @@
---- include/cc++/Makefile.in.bak	Sat Nov 20 13:51:00 2004
-+++ include/cc++/Makefile.in	Sat Jun  4 00:22:54 2005
-@@ -224,7 +224,7 @@
- AUTOMAKE_OPTIONS = no-dependencies dist-shar dist-zip
- EXTRA_DIST = *.h
- MAINTAINERCLEANFILES = config.h Makefile.in config.tmp
--ccxxincludedir = $(ccincludedir)/cc++/
-+ccxxincludedir = $(ccincludedir)/cc++
- 
- # export.h are used by other library
- ccxxinclude_HEADERS = \
diff -ruPN commoncpp.orig/pkg-plist commoncpp/pkg-plist
--- commoncpp.orig/pkg-plist	Thu Jun 23 13:33:15 2005
+++ commoncpp/pkg-plist	Thu Jun 23 13:33:32 2005
@@ -10,6 +10,7 @@
 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
@@ -25,19 +26,22 @@
 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
-lib/libccext2-1.2.so
-lib/libccext2-1.2.so.1
+include/cc++2/cc++/zstream.h
+lib/libccext2-1.3.so
+lib/libccext2-1.3.so.1
 lib/libccext2.a
 lib/libccext2.so
-lib/libccgnu2-1.2.so
-lib/libccgnu2-1.2.so.1
+lib/libccgnu2-1.3.so
+lib/libccgnu2-1.3.so.1
 lib/libccgnu2.a
 lib/libccgnu2.so
 libdata/pkgconfig/libccext2.pc

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1DlOAD-0008B2-VV>