Index: head/devel/commoncpp/files/patch-include-cc++-Makefile.in =================================================================== --- head/devel/commoncpp/files/patch-include-cc++-Makefile.in (revision 137970) +++ head/devel/commoncpp/files/patch-include-cc++-Makefile.in (nonexistent) @@ -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 = \ Property changes on: head/devel/commoncpp/files/patch-include-cc++-Makefile.in ___________________________________________________________________ Deleted: cvs2svn:cvs-rev ## -1 +0,0 ## -1.1 \ No newline at end of property Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Index: head/devel/commoncpp/Makefile =================================================================== --- head/devel/commoncpp/Makefile (revision 137970) +++ head/devel/commoncpp/Makefile (revision 137971) @@ -1,31 +1,38 @@ # New ports collection makefile for: CommonC++ # Date created: 25 July 2000 # Whom: David Sugar # # $FreeBSD$ # PORTNAME= commoncpp2 -PORTVERSION= 1.2.7 -PORTEPOCH= 1 +PORTVERSION= 1.3.12 +PORTEPOCH= 2 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= gnutelephony 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 CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" \ ac_cv_path_DOXYGEN=no INSTALLS_SHLIB= yes INFO= commoncpp2 CPPFLAGS= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} LDFLAGS= -L${LOCALBASE}/lib ${PTHREAD_LIBS} .include Property changes on: head/devel/commoncpp/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.20 \ No newline at end of property +1.21 \ No newline at end of property Index: head/devel/commoncpp/distinfo =================================================================== --- head/devel/commoncpp/distinfo (revision 137970) +++ head/devel/commoncpp/distinfo (revision 137971) @@ -1,2 +1,2 @@ -MD5 (commoncpp2-1.2.7.tar.gz) = 6d0b05f02e2f2881ff6fa5ee2696c88d -SIZE (commoncpp2-1.2.7.tar.gz) = 814003 +MD5 (commoncpp2-1.3.12.tar.gz) = 325bee6e441807e93d9d1250c139c3b4 +SIZE (commoncpp2-1.3.12.tar.gz) = 740518 Property changes on: head/devel/commoncpp/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.11 \ No newline at end of property +1.12 \ No newline at end of property Index: head/devel/commoncpp/pkg-plist =================================================================== --- head/devel/commoncpp/pkg-plist (revision 137970) +++ head/devel/commoncpp/pkg-plist (revision 137971) @@ -1,47 +1,51 @@ 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 -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 libdata/pkgconfig/libccgnu2.pc share/aclocal/ost_check2.m4 @dirrm include/cc++2/cc++ @dirrm include/cc++2 Property changes on: head/devel/commoncpp/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.12 \ No newline at end of property +1.13 \ No newline at end of property