Date: Sat, 28 Jun 2014 13:08:47 +0000 (UTC) From: "Jason E. Hale" <jhale@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r359695 - head/devel/npth Message-ID: <201406281308.s5SD8lZV056219@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jhale Date: Sat Jun 28 13:08:47 2014 New Revision: 359695 URL: http://svnweb.freebsd.org/changeset/ports/359695 QAT: https://qat.redports.org/buildarchive/r359695/ Log: - USES=libtool, drop .a and .la files - USE_BZIP2 -> USES - Strip binaries - Simplify MASTER_SITES Modified: head/devel/npth/Makefile head/devel/npth/pkg-plist Modified: head/devel/npth/Makefile ============================================================================== --- head/devel/npth/Makefile Sat Jun 28 12:56:16 2014 (r359694) +++ head/devel/npth/Makefile Sat Jun 28 13:08:47 2014 (r359695) @@ -3,8 +3,7 @@ PORTNAME= npth PORTVERSION= 0.91 CATEGORIES= devel -MASTER_SITES= ${MASTER_SITE_GNUPG} -MASTER_SITE_SUBDIR= ${PORTNAME} +MASTER_SITES= GNUPG/${PORTNAME} MAINTAINER= jhale@FreeBSD.org COMMENT= New GNU Portable Threads @@ -12,9 +11,9 @@ COMMENT= New GNU Portable Threads LICENSE= LGPL3 GPLv2 LICENSE_COMB= dual -USE_BZIP2= yes -USE_AUTOTOOLS= libtool -GNU_CONFIGURE= yes +USES= tar:bzip2 libtool USE_LDCONFIG= yes +GNU_CONFIGURE= yes +INSTALL_TARGET= install-strip .include <bsd.port.mk> Modified: head/devel/npth/pkg-plist ============================================================================== --- head/devel/npth/pkg-plist Sat Jun 28 12:56:16 2014 (r359694) +++ head/devel/npth/pkg-plist Sat Jun 28 13:08:47 2014 (r359695) @@ -1,7 +1,6 @@ bin/npth-config include/npth.h -lib/libnpth.a -lib/libnpth.la lib/libnpth.so lib/libnpth.so.0 +lib/libnpth.so.0.0.2 share/aclocal/npth.m4
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406281308.s5SD8lZV056219>