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$
|
||||
#
|
||||
FORBIDDEN= "devel/pth is newer"
|
||||
|
||||
PORTNAME= pth
|
||||
PORTVERSION= 1.4a2
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ftp://alpha.gnu.org/gnu/pth/ \
|
||||
ftp://ftp.engelschall.com/sw/pth/
|
||||
|
@ -17,12 +19,15 @@ NO_LATEST_LINK= yes
|
|||
NO_CDROM= yes
|
||||
|
||||
INSTALLS_SHLIB= yes
|
||||
LDCONFIG_DIRS= %%PREFIX%%/lib/pth
|
||||
HAS_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --prefix=${PREFIX} \
|
||||
--enable-pthread \
|
||||
--enable-syscall-soft \
|
||||
--enable-optimize \
|
||||
--enable-batch
|
||||
--enable-batch \
|
||||
--includedir="${PREFIX}/include/pth" \
|
||||
--libdir="${PREFIX}/lib/pth"
|
||||
|
||||
MAN1= pth-config.1 pthread-config.1
|
||||
MAN3= pth.3 pthread.3
|
||||
|
|
|
@ -1,13 +1,15 @@
|
|||
bin/pth-config
|
||||
bin/pthread-config
|
||||
include/pth.h
|
||||
include/pthread.h
|
||||
lib/libpth.a
|
||||
lib/libpth.la
|
||||
lib/libpth.so
|
||||
lib/libpth.so.14
|
||||
lib/libpthread.a
|
||||
lib/libpthread.la
|
||||
lib/libpthread.so
|
||||
lib/libpthread.so.14
|
||||
include/pth/pth.h
|
||||
include/pth/pthread.h
|
||||
lib/pth/libpth.a
|
||||
lib/pth/libpth.la
|
||||
lib/pth/libpth.so
|
||||
lib/pth/libpth.so.14
|
||||
lib/pth/libpthread.a
|
||||
lib/pth/libpthread.la
|
||||
lib/pth/libpthread.so
|
||||
lib/pth/libpthread.so.14
|
||||
share/aclocal/pth.m4
|
||||
@dirrm include/pth
|
||||
@dirrm lib/pth
|
||||
|
|
Loading…
Add table
Reference in a new issue