mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
- Update to 4.2.0
This commit is contained in:
parent
b1b8c2728c
commit
8e5a2d8106
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=271491
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
9
devel/ucommon/files/patch-ucommon.pc.in
Normal file
9
devel/ucommon/files/patch-ucommon.pc.in
Normal file
@ -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@
|
Loading…
Reference in New Issue
Block a user