diff options
author | Sam Lawrance <lawrance@FreeBSD.org> | 2005-06-24 11:16:57 +0000 |
---|---|---|
committer | Sam Lawrance <lawrance@FreeBSD.org> | 2005-06-24 11:16:57 +0000 |
commit | 0040c9adaa9d910bb0192874404eacf383865ca7 (patch) | |
tree | 9ad42aa521a6585874f999f80f9799ff7803b9be /devel/commoncpp | |
parent | ba54e5418ba4ad960217bb43262478f539dc8118 (diff) | |
download | ports-0040c9adaa9d910bb0192874404eacf383865ca7.tar.gz ports-0040c9adaa9d910bb0192874404eacf383865ca7.zip |
Notes
Diffstat (limited to 'devel/commoncpp')
-rw-r--r-- | devel/commoncpp/Makefile | 13 | ||||
-rw-r--r-- | devel/commoncpp/distinfo | 4 | ||||
-rw-r--r-- | devel/commoncpp/files/patch-include-cc++-Makefile.in | 11 | ||||
-rw-r--r-- | devel/commoncpp/pkg-plist | 12 |
4 files changed, 20 insertions, 20 deletions
diff --git a/devel/commoncpp/Makefile b/devel/commoncpp/Makefile index b9425950aca0..d25cc0a195a7 100644 --- a/devel/commoncpp/Makefile +++ b/devel/commoncpp/Makefile @@ -6,8 +6,8 @@ # 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 @@ -15,7 +15,14 @@ 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 diff --git a/devel/commoncpp/distinfo b/devel/commoncpp/distinfo index 32df1620c8b4..ede789e25676 100644 --- a/devel/commoncpp/distinfo +++ b/devel/commoncpp/distinfo @@ -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 diff --git a/devel/commoncpp/files/patch-include-cc++-Makefile.in b/devel/commoncpp/files/patch-include-cc++-Makefile.in deleted file mode 100644 index 0bafe1402e94..000000000000 --- a/devel/commoncpp/files/patch-include-cc++-Makefile.in +++ /dev/null @@ -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 --git a/devel/commoncpp/pkg-plist b/devel/commoncpp/pkg-plist index d919efd00f87..e698ac12afe7 100644 --- a/devel/commoncpp/pkg-plist +++ b/devel/commoncpp/pkg-plist @@ -10,6 +10,7 @@ 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 @@ -25,19 +26,22 @@ 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 |