diff options
author | gahr <gahr@FreeBSD.org> | 2011-03-22 23:40:39 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2011-03-22 23:40:39 +0800 |
commit | cb07baa6406109290d781a8cf48d656a6c4a24b8 (patch) | |
tree | 41ebde5e5128fb4729f305561483aaef20d2a300 | |
parent | e96c5788179889477411f92b63f2be1cf367b2d3 (diff) | |
download | freebsd-ports-gnome-cb07baa6406109290d781a8cf48d656a6c4a24b8.tar.gz freebsd-ports-gnome-cb07baa6406109290d781a8cf48d656a6c4a24b8.tar.zst freebsd-ports-gnome-cb07baa6406109290d781a8cf48d656a6c4a24b8.zip |
- Update to 4.2.0
-rw-r--r-- | devel/ucommon/Makefile | 3 | ||||
-rw-r--r-- | devel/ucommon/distinfo | 4 | ||||
-rw-r--r-- | devel/ucommon/files/patch-ucommon.pc.in | 9 |
3 files changed, 13 insertions, 3 deletions
diff --git a/devel/ucommon/Makefile b/devel/ucommon/Makefile index 493e01e935e8..21ee3a38502a 100644 --- a/devel/ucommon/Makefile +++ b/devel/ucommon/Makefile @@ -6,7 +6,7 @@ # PORTNAME= ucommon -PORTVERSION= 4.1.7 +PORTVERSION= 4.2.0 CATEGORIES= devel MASTER_SITES= GNU MASTER_SITE_SUBDIR= commoncpp @@ -17,6 +17,7 @@ COMMENT= A very light-weight C++ design patternlibrary USE_GNOME= pkgconfig gnomehack USE_LDCONFIG= yes GNU_CONFIGURE= yes +CONFIGURE_ENV+= LDFLAGS="${PTHREAD_LIBS}" MAN1= args.1 scrub.1 mdsum.1 zerofill.1 ucommon-config.1 diff --git a/devel/ucommon/distinfo b/devel/ucommon/distinfo index d961a33ba3a6..bc11d55dd292 100644 --- a/devel/ucommon/distinfo +++ b/devel/ucommon/distinfo @@ -1,2 +1,2 @@ -SHA256 (ucommon-4.1.7.tar.gz) = f1b486d27c0e3c72d2fce09d840c989dc62dad07fb464523215a7ef746846ee1 -SIZE (ucommon-4.1.7.tar.gz) = 617271 +SHA256 (ucommon-4.2.0.tar.gz) = 59063a3f9a3efc50657a82c6d136f45e2735a3c83d070ae50184c3e472494670 +SIZE (ucommon-4.2.0.tar.gz) = 616634 diff --git a/devel/ucommon/files/patch-ucommon.pc.in b/devel/ucommon/files/patch-ucommon.pc.in new file mode 100644 index 000000000000..12e1d1ec83b4 --- /dev/null +++ b/devel/ucommon/files/patch-ucommon.pc.in @@ -0,0 +1,9 @@ +--- ucommon.pc.in.orig 2011-03-21 13:02:55.000000000 +0100 ++++ ucommon.pc.in 2011-03-21 13:03:05.000000000 +0100 +@@ -5,5 +5,5 @@ + Name: ucommon + Description: GNU uCommon C++ class framework + Version: @VERSION@ +-Libs: -lusecure -lucommon @SECURE_LIBS@ @UCOMMON_LINKED@ ++Libs: -lusecure -lucommon -lpthread @SECURE_LIBS@ @UCOMMON_LINKED@ + Cflags: @UCOMMON_FLAGS@ |