mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
mark as FORBIDDEN: devel/pth is newer.
This commit is contained in:
parent
73fbc4e19c
commit
702ad288ee
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=47675
2 changed files with 18 additions and 11 deletions
|
@ -4,9 +4,11 @@
|
||||||
#
|
#
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
#
|
#
|
||||||
|
FORBIDDEN= "devel/pth is newer"
|
||||||
|
|
||||||
PORTNAME= pth
|
PORTNAME= pth
|
||||||
PORTVERSION= 1.4a2
|
PORTVERSION= 1.4a2
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= devel
|
CATEGORIES= devel
|
||||||
MASTER_SITES= ftp://alpha.gnu.org/gnu/pth/ \
|
MASTER_SITES= ftp://alpha.gnu.org/gnu/pth/ \
|
||||||
ftp://ftp.engelschall.com/sw/pth/
|
ftp://ftp.engelschall.com/sw/pth/
|
||||||
|
@ -17,12 +19,15 @@ NO_LATEST_LINK= yes
|
||||||
NO_CDROM= yes
|
NO_CDROM= yes
|
||||||
|
|
||||||
INSTALLS_SHLIB= yes
|
INSTALLS_SHLIB= yes
|
||||||
|
LDCONFIG_DIRS= %%PREFIX%%/lib/pth
|
||||||
HAS_CONFIGURE= yes
|
HAS_CONFIGURE= yes
|
||||||
CONFIGURE_ARGS= --prefix=${PREFIX} \
|
CONFIGURE_ARGS= --prefix=${PREFIX} \
|
||||||
--enable-pthread \
|
--enable-pthread \
|
||||||
--enable-syscall-soft \
|
--enable-syscall-soft \
|
||||||
--enable-optimize \
|
--enable-optimize \
|
||||||
--enable-batch
|
--enable-batch \
|
||||||
|
--includedir="${PREFIX}/include/pth" \
|
||||||
|
--libdir="${PREFIX}/lib/pth"
|
||||||
|
|
||||||
MAN1= pth-config.1 pthread-config.1
|
MAN1= pth-config.1 pthread-config.1
|
||||||
MAN3= pth.3 pthread.3
|
MAN3= pth.3 pthread.3
|
||||||
|
|
|
@ -1,13 +1,15 @@
|
||||||
bin/pth-config
|
bin/pth-config
|
||||||
bin/pthread-config
|
bin/pthread-config
|
||||||
include/pth.h
|
include/pth/pth.h
|
||||||
include/pthread.h
|
include/pth/pthread.h
|
||||||
lib/libpth.a
|
lib/pth/libpth.a
|
||||||
lib/libpth.la
|
lib/pth/libpth.la
|
||||||
lib/libpth.so
|
lib/pth/libpth.so
|
||||||
lib/libpth.so.14
|
lib/pth/libpth.so.14
|
||||||
lib/libpthread.a
|
lib/pth/libpthread.a
|
||||||
lib/libpthread.la
|
lib/pth/libpthread.la
|
||||||
lib/libpthread.so
|
lib/pth/libpthread.so
|
||||||
lib/libpthread.so.14
|
lib/pth/libpthread.so.14
|
||||||
share/aclocal/pth.m4
|
share/aclocal/pth.m4
|
||||||
|
@dirrm include/pth
|
||||||
|
@dirrm lib/pth
|
||||||
|
|
Loading…
Add table
Reference in a new issue