svn commit: r368488 - in head/devel/libpthread-stubs: . files

Tijl Coosemans tijl at FreeBSD.org
Thu Sep 18 15:29:12 UTC 2014


Author: tijl
Date: Thu Sep 18 15:29:11 2014
New Revision: 368488
URL: http://svnweb.freebsd.org/changeset/ports/368488
QAT: https://qat.redports.org/buildarchive/r368488/

Log:
  Drop .la file and remove old libtool patch

Deleted:
  head/devel/libpthread-stubs/files/patch-configure-objformat
Modified:
  head/devel/libpthread-stubs/Makefile
  head/devel/libpthread-stubs/pkg-plist

Modified: head/devel/libpthread-stubs/Makefile
==============================================================================
--- head/devel/libpthread-stubs/Makefile	Thu Sep 18 15:27:36 2014	(r368487)
+++ head/devel/libpthread-stubs/Makefile	Thu Sep 18 15:29:11 2014	(r368488)
@@ -3,14 +3,14 @@
 
 PORTNAME=	libpthread-stubs
 PORTVERSION=	0.3
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	devel
 MASTER_SITES=	http://xcb.freedesktop.org/dist/
 
 MAINTAINER=	ashish at FreeBSD.org
 COMMENT=	This library provides weak aliases for pthread functions
 
-USES=		pathfix tar:bzip2 libtool:keepla
+USES=		libtool pathfix tar:bzip2
 USE_LDCONFIG=	yes
 
 GNU_CONFIGURE=	yes

Modified: head/devel/libpthread-stubs/pkg-plist
==============================================================================
--- head/devel/libpthread-stubs/pkg-plist	Thu Sep 18 15:27:36 2014	(r368487)
+++ head/devel/libpthread-stubs/pkg-plist	Thu Sep 18 15:29:11 2014	(r368488)
@@ -1,5 +1,4 @@
 lib/libpthread-stubs.a
-lib/libpthread-stubs.la
 lib/libpthread-stubs.so
 lib/libpthread-stubs.so.0
 lib/libpthread-stubs.so.0.0.0


More information about the svn-ports-head mailing list