diff options
author | tijl <tijl@FreeBSD.org> | 2014-10-03 19:36:24 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2014-10-03 19:36:24 +0800 |
commit | 768d5a43d9a97bd1a9ca3fd5c94e0d9573162a58 (patch) | |
tree | 1c5513e50f2ec15d194ea988fb2a4deb9a159052 /devel | |
parent | 5981f0065e944592a60377bc7048a7a9f9c2f9c5 (diff) | |
download | freebsd-ports-gnome-768d5a43d9a97bd1a9ca3fd5c94e0d9573162a58.tar.gz freebsd-ports-gnome-768d5a43d9a97bd1a9ca3fd5c94e0d9573162a58.tar.zst freebsd-ports-gnome-768d5a43d9a97bd1a9ca3fd5c94e0d9573162a58.zip |
- Remove :keepla from USES=libtool
- Remove pthread patching
Diffstat (limited to 'devel')
-rw-r--r-- | devel/rudiments/Makefile | 3 | ||||
-rw-r--r-- | devel/rudiments/files/patch-configure | 31 | ||||
-rw-r--r-- | devel/rudiments/pkg-plist | 3 |
3 files changed, 2 insertions, 35 deletions
diff --git a/devel/rudiments/Makefile b/devel/rudiments/Makefile index c1b785cec83d..2800e6422286 100644 --- a/devel/rudiments/Makefile +++ b/devel/rudiments/Makefile @@ -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 diff --git a/devel/rudiments/files/patch-configure b/devel/rudiments/files/patch-configure index 2e1e72e311a3..445451468aaf 100644 --- a/devel/rudiments/files/patch-configure +++ b/devel/rudiments/files/patch-configure @@ -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`" = "/" ) diff --git a/devel/rudiments/pkg-plist b/devel/rudiments/pkg-plist index 1bea440124c1..e7474e7e8b5e 100644 --- a/devel/rudiments/pkg-plist +++ b/devel/rudiments/pkg-plist @@ -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 |