aboutsummaryrefslogtreecommitdiff
path: root/devel/ucommon
diff options
context:
space:
mode:
authorPietro Cerutti <gahr@FreeBSD.org>2011-02-28 10:14:57 +0000
committerPietro Cerutti <gahr@FreeBSD.org>2011-02-28 10:14:57 +0000
commit86fee3230afc9418d6d15eb60ebb52ddbb426682 (patch)
tree090343208ef616027e4c42f9eb1d1c272c30b3d1 /devel/ucommon
parentb05bfa64b55a9214f024a430864341d22426850f (diff)
downloadports-86fee3230afc9418d6d15eb60ebb52ddbb426682.tar.gz
ports-86fee3230afc9418d6d15eb60ebb52ddbb426682.zip
Notes
Diffstat (limited to 'devel/ucommon')
-rw-r--r--devel/ucommon/Makefile4
-rw-r--r--devel/ucommon/distinfo4
-rw-r--r--devel/ucommon/pkg-descr14
3 files changed, 11 insertions, 11 deletions
diff --git a/devel/ucommon/Makefile b/devel/ucommon/Makefile
index 28fbf104f228..24a1eaa6a68d 100644
--- a/devel/ucommon/Makefile
+++ b/devel/ucommon/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= ucommon
-PORTVERSION= 4.1.5
+PORTVERSION= 4.1.6
CATEGORIES= devel
MASTER_SITES= GNU
MASTER_SITE_SUBDIR= commoncpp
@@ -15,9 +15,9 @@ MAINTAINER= gahr@FreeBSD.org
COMMENT= A very light-weight C++ design patternlibrary
USE_GNOME= pkgconfig gnomehack
+USE_LDCONFIG= yes
GNU_CONFIGURE= yes
MAN1= args.1 scrub.1 mdsum.1 zerofill.1 ucommon-config.1
.include <bsd.port.mk>
-
diff --git a/devel/ucommon/distinfo b/devel/ucommon/distinfo
index 477cef2f6f42..7df6a1757ad8 100644
--- a/devel/ucommon/distinfo
+++ b/devel/ucommon/distinfo
@@ -1,2 +1,2 @@
-SHA256 (ucommon-4.1.5.tar.gz) = 78495db363f85b639e98bb68bf1b25cc1763d1537661a9a9358088a88cb18673
-SIZE (ucommon-4.1.5.tar.gz) = 617107
+SHA256 (ucommon-4.1.6.tar.gz) = 9f74109eb42cbfba72c615a6b757ec0d8e2963c6157a1abd6019c40efa8c76f4
+SIZE (ucommon-4.1.6.tar.gz) = 617179
diff --git a/devel/ucommon/pkg-descr b/devel/ucommon/pkg-descr
index e27a51f14d7e..5debd1988521 100644
--- a/devel/ucommon/pkg-descr
+++ b/devel/ucommon/pkg-descr
@@ -1,9 +1,9 @@
-GNU uCommon C++ is meant as a very light-weight C++ library to facilitate using C++
-design patterns even for very deeply embedded applications, such as for systems using
-uclibc along with posix threading support. For this reason, GNU uCommon C++ disables
-language features that consume memory or introduce runtime overhead, such as rtti and
-exception handling, and assumes one will mostly be linking applications with other pure
-C based libraries rather than using the overhead of the standard C++ library and other
-similar class frameworks.
+GNU uCommon C++ is meant as a very light-weight C++ library to facilitate using
+C++ design patterns even for very deeply embedded applications, such as for
+systems using uclibc along with posix threading support. For this reason, GNU
+uCommon C++ disables language features that consume memory or introduce runtime
+overhead, such as rtti and exception handling, and assumes one will mostly be
+linking applications with other pure C based libraries rather than using the
+overhead of the standard C++ library and other similar class frameworks.
WWW: http://www.gnutelephony.org/index.php/GNU_uCommon_C%2B%2B