Date: Wed, 23 Jul 2014 08:39:52 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r362637 - head/devel/libatomic_ops Message-ID: <201407230839.s6N8dq7j022710@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Wed Jul 23 08:39:51 2014 New Revision: 362637 URL: http://svnweb.freebsd.org/changeset/ports/362637 QAT: https://qat.redports.org/buildarchive/r362637/ Log: - Switch to USES=libtool, drop .la files Approved by: portmgr blanket Modified: head/devel/libatomic_ops/Makefile head/devel/libatomic_ops/pkg-plist Modified: head/devel/libatomic_ops/Makefile ============================================================================== --- head/devel/libatomic_ops/Makefile Wed Jul 23 08:30:09 2014 (r362636) +++ head/devel/libatomic_ops/Makefile Wed Jul 23 08:39:51 2014 (r362637) @@ -3,6 +3,7 @@ PORTNAME= libatomic_ops DISTVERSION= 7.4.0 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://www.hboehm.info/gc/gc_source/ @@ -14,7 +15,7 @@ LICENSE_COMB= multi GNU_CONFIGURE= yes USE_LDCONFIG= yes -USES= pathfix +USES= libtool pathfix OPTIONS_DEFINE= DOCS Modified: head/devel/libatomic_ops/pkg-plist ============================================================================== --- head/devel/libatomic_ops/pkg-plist Wed Jul 23 08:30:09 2014 (r362636) +++ head/devel/libatomic_ops/pkg-plist Wed Jul 23 08:39:51 2014 (r362637) @@ -63,9 +63,7 @@ include/atomic_ops/sysdeps/loadstore/sho include/atomic_ops/sysdeps/loadstore/short_atomic_load.h include/atomic_ops/sysdeps/loadstore/short_atomic_store.h lib/libatomic_ops.a -lib/libatomic_ops.la lib/libatomic_ops_gpl.a -lib/libatomic_ops_gpl.la libdata/pkgconfig/atomic_ops.pc %%PORTDOCS%%%%DOCSDIR%%/LICENSING.txt %%PORTDOCS%%%%DOCSDIR%%/README.txt
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407230839.s6N8dq7j022710>