svn commit: r370122 - in head/devel/pth: . files

Tijl Coosemans tijl at FreeBSD.org
Sun Oct 5 21:05:36 UTC 2014


Author: tijl
Date: Sun Oct  5 21:05:34 2014
New Revision: 370122
URL: https://svnweb.freebsd.org/changeset/ports/370122
QAT: https://qat.redports.org/buildarchive/r370122/

Log:
  Convert to USES=libtool

Deleted:
  head/devel/pth/files/patch-ltmain.sh
Modified:
  head/devel/pth/Makefile
  head/devel/pth/pkg-plist

Modified: head/devel/pth/Makefile
==============================================================================
--- head/devel/pth/Makefile	Sun Oct  5 21:03:22 2014	(r370121)
+++ head/devel/pth/Makefile	Sun Oct  5 21:05:34 2014	(r370122)
@@ -3,6 +3,7 @@
 
 PORTNAME=	pth
 PORTVERSION=	2.0.7
+PORTREVISION=	1
 CATEGORIES=	devel
 MASTER_SITES=	${MASTER_SITE_GNU}
 MASTER_SITE_SUBDIR=	pth
@@ -13,12 +14,13 @@ COMMENT=	GNU Portable Threads
 
 MAKE_JOBS_UNSAFE=	yes
 
-USE_LDCONFIG=	${PREFIX}/lib/pth
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--enable-optimize \
 		--enable-batch \
 		--includedir="${PREFIX}/include/pth" \
 		--libdir="${PREFIX}/lib/pth"
+USES=		libtool
+USE_LDCONFIG=	${PREFIX}/lib/pth
 
 
 OPTIONS_DEFINE=	OPTIMIZED_CFLAGS

Modified: head/devel/pth/pkg-plist
==============================================================================
--- head/devel/pth/pkg-plist	Sun Oct  5 21:03:22 2014	(r370121)
+++ head/devel/pth/pkg-plist	Sun Oct  5 21:05:34 2014	(r370122)
@@ -5,13 +5,13 @@ include/pth/pth.h
 lib/pth/libpth.a
 lib/pth/libpth.so
 lib/pth/libpth.so.20
+lib/pth/libpth.so.20.0.27
 %%PTHREAD%%lib/pth/libpthread.a
 %%PTHREAD%%lib/pth/libpthread.so
 %%PTHREAD%%lib/pth/libpthread.so.20
+%%PTHREAD%%lib/pth/libpthread.so.20.0.27
 share/aclocal/pth.m4
 man/man1/pth-config.1.gz
 %%PTHREAD%%man/man1/pthread-config.1.gz
 man/man3/pth.3.gz
 %%PTHREAD%%man/man3/pthread.3.gz
- at dirrm include/pth
- at dirrm lib/pth


More information about the svn-ports-head mailing list