Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Sep 2014 15:29:11 +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: r368488 - in head/devel/libpthread-stubs: . files
Message-ID:  <201409181529.s8IFTBwl098917@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



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