Revision: 76576 http://trac.macports.org/changeset/76576 Author: jmr@macports.org Date: 2011-02-28 12:21:06 -0800 (Mon, 28 Feb 2011) Log Message: ----------- commoncpp2: update to 1.8.1 (#23187) Modified Paths: -------------- trunk/dports/devel/commoncpp2/Portfile Added Paths: ----------- trunk/dports/devel/commoncpp2/files/patch-src_applog.cpp Removed Paths: ------------- trunk/dports/devel/commoncpp2/files/patch-configure trunk/dports/devel/commoncpp2/files/patch-src_Makefile.in Modified: trunk/dports/devel/commoncpp2/Portfile =================================================================== --- trunk/dports/devel/commoncpp2/Portfile 2011-02-28 20:11:42 UTC (rev 76575) +++ trunk/dports/devel/commoncpp2/Portfile 2011-02-28 20:21:06 UTC (rev 76576) @@ -3,8 +3,7 @@ PortSystem 1.0 name commoncpp2 -version 1.4.2 -revision 1 +version 1.8.1 categories devel maintainers nomaintainer description GNU Common C++ 2 Framework @@ -18,11 +17,13 @@ homepage http://www.gnu.org/software/commoncpp/ master_sites gnu:commonc++ -checksums sha1 eb94eaed773ecd1441fcede69eece9e30353a0bf +checksums md5 4804b184e609154ba2bc0aa9f61dc6ef \ + sha1 0d5cec0493944b922f0f44618facec9f236862fb \ + rmd160 af613320ec9572d590127f854dc40a9b5240ae16 depends_lib port:libxml2 -patchfiles patch-configure patch-src_Makefile.in +patchfiles patch-src_applog.cpp configure.args --infodir=${prefix}/share/info Deleted: trunk/dports/devel/commoncpp2/files/patch-configure =================================================================== --- trunk/dports/devel/commoncpp2/files/patch-configure 2011-02-28 20:11:42 UTC (rev 76575) +++ trunk/dports/devel/commoncpp2/files/patch-configure 2011-02-28 20:21:06 UTC (rev 76576) @@ -1,13 +0,0 @@ ---- configure.orig 2006-06-22 07:38:42.000000000 -0600 -+++ configure 2006-07-12 01:02:40.000000000 -0600 -@@ -1586,10 +1586,6 @@ - infodir='${prefix}/info' ; fi - datadir='${prefix}' - fi -- if test "$sysconfdir" == '${prefix}/etc' ; then -- sysconfdir=/etc${prefix} ; fi -- if test "$localstatedir" == '${prefix}/var' ; then -- localstatedir=/var${prefix} ; fi - if test "$includedir" == '${prefix}/include' ; then - ccincludedir="$includedir" ; fi - Deleted: trunk/dports/devel/commoncpp2/files/patch-src_Makefile.in =================================================================== --- trunk/dports/devel/commoncpp2/files/patch-src_Makefile.in 2011-02-28 20:11:42 UTC (rev 76575) +++ trunk/dports/devel/commoncpp2/files/patch-src_Makefile.in 2011-02-28 20:21:06 UTC (rev 76576) @@ -1,11 +0,0 @@ ---- src/Makefile.in.orig 2006-06-22 07:38:39.000000000 -0600 -+++ src/Makefile.in 2006-07-12 01:55:02.000000000 -0600 -@@ -327,7 +327,7 @@ - nat.cpp runlist.cpp assoc.cpp pointer.cpp linked.cpp map.cpp \ - private.h nat.h - --@EXTRAS_TRUE@libccext2_la_LIBADD = @BASE_LIB@ @THREAD_LIBS@ -+@EXTRAS_TRUE@libccext2_la_LIBADD = @BASE_LIB@ @THREAD_LIBS@ @XML_LIBS@ - @EXTRAS_TRUE@libccext2_la_LDFLAGS = $(RELEASE) $(SHARED_FLAGS) - @EXTRAS_TRUE@@GETOPT_LONG_TRUE@optincludedir = $(includedir)/cc++2 - @EXTRAS_TRUE@@GETOPT_LONG_TRUE@optinclude_HEADERS = getopt.h Added: trunk/dports/devel/commoncpp2/files/patch-src_applog.cpp =================================================================== --- trunk/dports/devel/commoncpp2/files/patch-src_applog.cpp (rev 0) +++ trunk/dports/devel/commoncpp2/files/patch-src_applog.cpp 2011-02-28 20:21:06 UTC (rev 76576) @@ -0,0 +1,11 @@ +--- src/applog.cpp.orig 2010-11-01 10:11:55.000000000 +1100 ++++ src/applog.cpp 2011-03-01 06:37:36.000000000 +1100 +@@ -45,6 +45,8 @@ + #include <cstdlib> + #include <stdarg.h> + #include <errno.h> ++#include <sys/types.h> ++#include <sys/stat.h> + + // TODO sc: test if has to move up now that it is into commoncpp + // NOTE: the order of inclusion is important do not move following include line
participants (1)
-
jmr@macports.org