Date: Fri, 30 May 2014 18:43:48 +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: r355895 - in head/devel/alf: . files Message-ID: <201405301843.s4UIhml3014433@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405301843.s4UIhml3014433>