mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04: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:
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
|
@ -2,16 +2,18 @@
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
PORTNAME= pthsem
|
PORTNAME= pthsem
|
||||||
PORTVERSION= 2.0.7
|
PORTVERSION= 2.0.8
|
||||||
CATEGORIES= devel
|
CATEGORIES= devel
|
||||||
MASTER_SITES= http://www.auto.tuwien.ac.at/~mkoegler/pth/
|
MASTER_SITES= http://www.auto.tuwien.ac.at/~mkoegler/pth/
|
||||||
|
DISTFILES= ${PORTNAME}_${PORTVERSION}${EXTRACT_SUFX}
|
||||||
|
|
||||||
MAINTAINER= bkoenig@alpha-tierchen.de
|
MAINTAINER= bkoenig@alpha-tierchen.de
|
||||||
COMMENT= GNU Portable Threads with semaphores
|
COMMENT= GNU Portable Threads with semaphores
|
||||||
|
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
USES= gmake
|
USES= gmake libtool pathfix
|
||||||
|
INSTALL_TARGET= install-strip
|
||||||
|
|
||||||
MAKE_JOBS_UNSAFE= yes
|
MAKE_JOBS_UNSAFE= yes
|
||||||
|
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
SHA256 (pthsem-2.0.7.tar.gz) = 6226f92f3a0950c6f3da8f9dcb7c76d08634515519bf35cd916b3cdcc1aeb130
|
SHA256 (pthsem_2.0.8.tar.gz) = 4024cafdd5d4bce2b1778a6be5491222c3f6e7ef1e43971264c451c0012c5c01
|
||||||
SIZE (pthsem-2.0.7.tar.gz) = 662673
|
SIZE (pthsem_2.0.8.tar.gz) = 687551
|
||||||
|
|
11
devel/pthsem/files/patch-pth.m4
Normal file
11
devel/pthsem/files/patch-pth.m4
Normal 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
|
|
@ -4,6 +4,8 @@ lib/libpthsem.a
|
||||||
lib/libpthsem.la
|
lib/libpthsem.la
|
||||||
lib/libpthsem.so
|
lib/libpthsem.so
|
||||||
lib/libpthsem.so.20
|
lib/libpthsem.so.20
|
||||||
|
lib/libpthsem.so.20.0.28
|
||||||
|
libdata/pkgconfig/pthsem.pc
|
||||||
man/man1/pthsem-config.1.gz
|
man/man1/pthsem-config.1.gz
|
||||||
man/man3/pthsem.3.gz
|
man/man3/pthsem.3.gz
|
||||||
share/aclocal/pthsem.m4
|
share/aclocal/pthsem.m4
|
||||||
|
|
Loading…
Add table
Reference in a new issue