1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00

Update to 2.0.8

Fix pthsem.m4 macros to avoid [] to disappear (this allow net/linknx to generate a working test for conf
This commit is contained in:
Baptiste Daroussin 2014-04-22 17:14:44 +00:00
parent 8dd26c8f51
commit b82f94e1ce
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=351865
4 changed files with 19 additions and 4 deletions

View File

@ -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@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

View File

@ -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

View File

@ -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

View File

@ -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