Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 5 Oct 2014 21:05:35 +0000 (UTC)
From:      Tijl Coosemans <tijl@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r370122 - in head/devel/pth: . files
Message-ID:  <201410052105.s95L5ZqV013676@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
-@dirrm include/pth
-@dirrm lib/pth



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201410052105.s95L5ZqV013676>