mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- Remove :keepla from USES=libtool
- Remove pthread patching
This commit is contained in:
parent
5353791bd2
commit
539390d4ce
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=369884
3 changed files with 2 additions and 35 deletions
|
@ -3,6 +3,7 @@
|
|||
|
||||
PORTNAME= rudiments
|
||||
PORTVERSION= 0.47
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= SF
|
||||
|
||||
|
@ -12,7 +13,7 @@ COMMENT= C++ class library for daemons, clients, servers, and more
|
|||
LICENSE= LGPL20
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USES= libtool:keepla pkgconfig shebangfix
|
||||
USES= libtool pkgconfig shebangfix
|
||||
SHEBANG_FILES= doc/programming/insert.pl
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
|
|
|
@ -10,37 +10,6 @@
|
|||
*)
|
||||
;;
|
||||
esac
|
||||
@@ -17738,8 +17741,8 @@
|
||||
|
||||
|
||||
HAVE_PTHREAD=""
|
||||
- PTHREADINCLUDES=""
|
||||
- PTHREADLIB=""
|
||||
+ #PTHREADINCLUDES=""
|
||||
+ #PTHREADLIB=""
|
||||
|
||||
if ( test "$cross_compiling" = "yes" )
|
||||
then
|
||||
@@ -17795,9 +17798,6 @@
|
||||
STATIC=""
|
||||
HEADERSANDLIBSPATH=""
|
||||
|
||||
-eval "PTHREADINCLUDES=\"\""
|
||||
-eval "PTHREADLIB=\"\""
|
||||
-eval "PTHREADLIBPATH=\"\""
|
||||
eval "PTHREADSTATIC=\"\""
|
||||
if ( test -n "" )
|
||||
then
|
||||
@@ -18012,9 +18012,6 @@
|
||||
LIBSTRING=`echo $LIBSTRING | sed -e "s|-L/usr/lib$||g" -e "s|-L/lib$||g" -e "s|-L/usr/lib ||g" -e "s|-L/lib ||g"`
|
||||
LIBSTRING=`echo $LIBSTRING | sed -e "s|-L/usr/lib64$||g" -e "s|-L/lib64$||g" -e "s|-L/usr/lib64 ||g" -e "s|-L/lib64 ||g"`
|
||||
|
||||
-eval "PTHREADINCLUDES=\"$INCLUDESTRING\""
|
||||
-eval "PTHREADLIB=\"$LIBSTRING\""
|
||||
-eval "PTHREADLIBPATH=\"$LIBPATH\""
|
||||
eval "PTHREADSTATIC=\"$STATIC\""
|
||||
if ( test -n "" )
|
||||
then
|
||||
@@ -30750,47 +30747,47 @@
|
||||
# prepend DESTDIR where appropriate
|
||||
if ( test "`echo $ac_default_prefix | cut -c1`" = "/" )
|
||||
|
|
|
@ -209,9 +209,6 @@ include/rudiments/xmlsax.h
|
|||
lib/librudiments-%%VERSION%%.so.1
|
||||
lib/librudiments-%%VERSION%%.so.1.0.0
|
||||
lib/librudiments.a
|
||||
lib/librudiments.la
|
||||
lib/librudiments.so
|
||||
libdata/pkgconfig/rudiments.pc
|
||||
man/man1/rudiments-config.1.gz
|
||||
@dirrm include/rudiments/private
|
||||
@dirrm include/rudiments
|
||||
|
|
Loading…
Add table
Reference in a new issue