svn commit: r369884 - in head/devel/rudiments: . files
Tijl Coosemans
tijl at FreeBSD.org
Fri Oct 3 11:36:25 UTC 2014
Author: tijl
Date: Fri Oct 3 11:36:24 2014
New Revision: 369884
URL: https://svnweb.freebsd.org/changeset/ports/369884
QAT: https://qat.redports.org/buildarchive/r369884/
Log:
- Remove :keepla from USES=libtool
- Remove pthread patching
Modified:
head/devel/rudiments/Makefile
head/devel/rudiments/files/patch-configure
head/devel/rudiments/pkg-plist
Modified: head/devel/rudiments/Makefile
==============================================================================
--- head/devel/rudiments/Makefile Fri Oct 3 11:34:03 2014 (r369883)
+++ head/devel/rudiments/Makefile Fri Oct 3 11:36:24 2014 (r369884)
@@ -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,
LICENSE= LGPL20
GNU_CONFIGURE= yes
-USES= libtool:keepla pkgconfig shebangfix
+USES= libtool pkgconfig shebangfix
SHEBANG_FILES= doc/programming/insert.pl
USE_LDCONFIG= yes
Modified: head/devel/rudiments/files/patch-configure
==============================================================================
--- head/devel/rudiments/files/patch-configure Fri Oct 3 11:34:03 2014 (r369883)
+++ head/devel/rudiments/files/patch-configure Fri Oct 3 11:36:24 2014 (r369884)
@@ -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`" = "/" )
Modified: head/devel/rudiments/pkg-plist
==============================================================================
--- head/devel/rudiments/pkg-plist Fri Oct 3 11:34:03 2014 (r369883)
+++ head/devel/rudiments/pkg-plist Fri Oct 3 11:36:24 2014 (r369884)
@@ -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
- at dirrm include/rudiments/private
- at dirrm include/rudiments
More information about the svn-ports-all
mailing list