From owner-svn-ports-all@FreeBSD.ORG Fri May 30 18:43:49 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 69D1EDB0; Fri, 30 May 2014 18:43:49 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3EFC024A8; Fri, 30 May 2014 18:43:49 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s4UIhnBs014436; Fri, 30 May 2014 18:43:49 GMT (envelope-from amdmi3@svn.freebsd.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s4UIhml3014433; Fri, 30 May 2014 18:43:48 GMT (envelope-from amdmi3@svn.freebsd.org) Message-Id: <201405301843.s4UIhml3014433@svn.freebsd.org> From: Dmitry Marakasov Date: Fri, 30 May 2014 18:43:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r355895 - in head/devel/alf: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 May 2014 18:43:49 -0000 Author: amdmi3 Date: Fri May 30 18:43:48 2014 New Revision: 355895 URL: http://svnweb.freebsd.org/changeset/ports/355895 QAT: https://qat.redports.org/buildarchive/r355895/ Log: - Switch to USES=libtool, drop .la files - Strip libraries Added: head/devel/alf/files/ head/devel/alf/files/patch-python__Makefile.in (contents, props changed) Modified: head/devel/alf/Makefile head/devel/alf/pkg-plist Modified: head/devel/alf/Makefile ============================================================================== --- head/devel/alf/Makefile Fri May 30 18:43:09 2014 (r355894) +++ head/devel/alf/Makefile Fri May 30 18:43:48 2014 (r355895) @@ -3,16 +3,17 @@ PORTNAME= alf PORTVERSION= 0.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel python MASTER_SITES= SF/largefiles/largefiles/${PORTNAME}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Abstract Large File -USE_AUTOTOOLS= libtool +USES= libtool USE_PYTHON= yes GNU_CONFIGURE= yes USE_LDCONFIG= yes +INSTALL_TARGET= install-strip .include Added: head/devel/alf/files/patch-python__Makefile.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/alf/files/patch-python__Makefile.in Fri May 30 18:43:48 2014 (r355895) @@ -0,0 +1,11 @@ +--- python/Makefile.in.orig 2002-05-22 17:05:02.000000000 +0400 ++++ python/Makefile.in 2014-05-30 21:46:22.000000000 +0400 +@@ -104,7 +104,7 @@ + + pyexec_LTLIBRARIES = alfmodule.la + alfmodule_la_LDFLAGS = -module -avoid-version -export-symbols-regex initalf +-alfmodule_la_LIBADD = -L../src -lalf ++alfmodule_la_LIBADD = -L../src -L../src/.libs -lalf + alfmodule_la_SOURCES = alfmodule.c + subdir = python + mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs Modified: head/devel/alf/pkg-plist ============================================================================== --- head/devel/alf/pkg-plist Fri May 30 18:43:09 2014 (r355894) +++ head/devel/alf/pkg-plist Fri May 30 18:43:48 2014 (r355895) @@ -1,10 +1,9 @@ include/alf/alf.h include/alf/common.h lib/libalf.a -lib/libalf.la lib/libalf.so lib/libalf.so.0 +lib/libalf.so.0.0.0 %%PYTHON_SITELIBDIR%%/alfmodule.a -%%PYTHON_SITELIBDIR%%/alfmodule.la %%PYTHON_SITELIBDIR%%/alfmodule.so @dirrm include/alf