svn commit: r351865 - in head/devel/pthsem: . files
Baptiste Daroussin
bapt at FreeBSD.org
Tue Apr 22 17:14:45 UTC 2014
Author: bapt
Date: Tue Apr 22 17:14:44 2014
New Revision: 351865
URL: http://svnweb.freebsd.org/changeset/ports/351865
QAT: https://qat.redports.org/buildarchive/r351865/
Log:
Update to 2.0.8
Fix pthsem.m4 macros to avoid [] to disappear (this allow net/linknx to generate a working test for conf
Added:
head/devel/pthsem/files/
head/devel/pthsem/files/patch-pth.m4 (contents, props changed)
Modified:
head/devel/pthsem/Makefile
head/devel/pthsem/distinfo
head/devel/pthsem/pkg-plist
Modified: head/devel/pthsem/Makefile
==============================================================================
--- head/devel/pthsem/Makefile Tue Apr 22 17:09:54 2014 (r351864)
+++ head/devel/pthsem/Makefile Tue Apr 22 17:14:44 2014 (r351865)
@@ -2,16 +2,18 @@
# $FreeBSD$
PORTNAME= pthsem
-PORTVERSION= 2.0.7
+PORTVERSION= 2.0.8
CATEGORIES= devel
MASTER_SITES= http://www.auto.tuwien.ac.at/~mkoegler/pth/
+DISTFILES= ${PORTNAME}_${PORTVERSION}${EXTRACT_SUFX}
MAINTAINER= bkoenig at alpha-tierchen.de
COMMENT= GNU Portable Threads with semaphores
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
-USES= gmake
+USES= gmake libtool pathfix
+INSTALL_TARGET= install-strip
MAKE_JOBS_UNSAFE= yes
Modified: head/devel/pthsem/distinfo
==============================================================================
--- head/devel/pthsem/distinfo Tue Apr 22 17:09:54 2014 (r351864)
+++ head/devel/pthsem/distinfo Tue Apr 22 17:14:44 2014 (r351865)
@@ -1,2 +1,2 @@
-SHA256 (pthsem-2.0.7.tar.gz) = 6226f92f3a0950c6f3da8f9dcb7c76d08634515519bf35cd916b3cdcc1aeb130
-SIZE (pthsem-2.0.7.tar.gz) = 662673
+SHA256 (pthsem_2.0.8.tar.gz) = 4024cafdd5d4bce2b1778a6be5491222c3f6e7ef1e43971264c451c0012c5c01
+SIZE (pthsem_2.0.8.tar.gz) = 687551
Added: head/devel/pthsem/files/patch-pth.m4
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/pthsem/files/patch-pth.m4 Tue Apr 22 17:14:44 2014 (r351865)
@@ -0,0 +1,11 @@
+--- ./pth.m4.orig 2008-07-09 23:22:42.000000000 +0200
++++ ./pth.m4 2014-04-22 19:09:18.070826022 +0200
+@@ -296,7 +296,7 @@
+ exit(0);
+ ])
+ m4_define(_code3, [dnl
+- int main(int argc, char *argv[])
++ int main(int argc, char **argv)
+ {
+ ])
+ m4_define(_code4, [dnl
Modified: head/devel/pthsem/pkg-plist
==============================================================================
--- head/devel/pthsem/pkg-plist Tue Apr 22 17:09:54 2014 (r351864)
+++ head/devel/pthsem/pkg-plist Tue Apr 22 17:14:44 2014 (r351865)
@@ -4,6 +4,8 @@ lib/libpthsem.a
lib/libpthsem.la
lib/libpthsem.so
lib/libpthsem.so.20
+lib/libpthsem.so.20.0.28
+libdata/pkgconfig/pthsem.pc
man/man1/pthsem-config.1.gz
man/man3/pthsem.3.gz
share/aclocal/pthsem.m4
More information about the svn-ports-all
mailing list