Index: head/devel/ucommon/Makefile =================================================================== --- head/devel/ucommon/Makefile (revision 288460) +++ head/devel/ucommon/Makefile (revision 288461) @@ -1,30 +1,30 @@ # New ports collection Makefile for: ucommon # Date created: 21 February 2011 # Whom: gahr # # $FreeBSD$ # PORTNAME= ucommon -PORTVERSION= 5.0.7 +PORTVERSION= 5.1.0 CATEGORIES= devel MASTER_SITES= GNU MASTER_SITE_SUBDIR= commoncpp MAINTAINER= gahr@FreeBSD.org COMMENT= A very light-weight C++ design patternlibrary USE_GNOME= pkgconfig gnomehack USE_LDCONFIG= yes GNU_CONFIGURE= yes CFLAGS+= -D__BSD_VISIBLE LDFLAGS+= ${PTHREAD_LIBS} MAN1= args.1 car.1 commoncpp-config.1 mdsum.1 scrub-files.1 sockaddr.1 \ ucommon-config.1 zerofill.1 post-patch: ${REINPLACE_CMD} -e '/HAVE_OPENSSL_FIPS_H/s/define/undef/' \ ${WRKSRC}/${CONFIGURE_SCRIPT} .include Property changes on: head/devel/ucommon/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.14 \ No newline at end of property +1.15 \ No newline at end of property Index: head/devel/ucommon/distinfo =================================================================== --- head/devel/ucommon/distinfo (revision 288460) +++ head/devel/ucommon/distinfo (revision 288461) @@ -1,2 +1,2 @@ -SHA256 (ucommon-5.0.7.tar.gz) = de4e8bb603dd3d8556e5732483277d47222f36a46c23a4d4c1b709b3b8fc247f -SIZE (ucommon-5.0.7.tar.gz) = 768085 +SHA256 (ucommon-5.1.0.tar.gz) = c60589df263c535896069a31878e0e5e601dc124826cb3c478cb6df969598d94 +SIZE (ucommon-5.1.0.tar.gz) = 769809 Property changes on: head/devel/ucommon/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.12 \ No newline at end of property +1.13 \ No newline at end of property Index: head/devel/ucommon/files/patch-commoncpp_exception.cpp =================================================================== --- head/devel/ucommon/files/patch-commoncpp_exception.cpp (nonexistent) +++ head/devel/ucommon/files/patch-commoncpp_exception.cpp (revision 288461) @@ -0,0 +1,11 @@ +--- commoncpp/exception.cpp.orig 2012-01-03 10:17:46.000000000 +0100 ++++ commoncpp/exception.cpp 2012-01-03 10:19:18.000000000 +0100 +@@ -89,7 +89,7 @@ + if ( !_systemErrorString ) + _systemErrorString = new char[errStrSize]; + #ifndef _MSWINDOWS_ +-#if (_POSIX_C_SOURCE >= 200112L || _XOPEN_SOURCE >= 600) && ! _GNU_SOURCE ++#if (_POSIX_C_SOURCE >= 200112L || _XOPEN_SOURCE >= 600) && defined(_GNU_SOURCE) + strerror_r(_systemError, _systemErrorString, errStrSize); + return _systemErrorString; + #else Property changes on: head/devel/ucommon/files/patch-commoncpp_exception.cpp ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property