Date: Wed, 23 Jul 2014 09:18:54 +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: r362642 - head/devel/libbegemot Message-ID: <201407230918.s6N9Isg1040726@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Wed Jul 23 09:18:54 2014 New Revision: 362642 URL: http://svnweb.freebsd.org/changeset/ports/362642 QAT: https://qat.redports.org/buildarchive/r362642/ Log: - Switch to USES=libtool, drop .la files - Strip libraries - Add LICENSE_FILE Approved by: rum1cro@yandex.ru (maintainer) Modified: head/devel/libbegemot/Makefile head/devel/libbegemot/pkg-plist Modified: head/devel/libbegemot/Makefile ============================================================================== --- head/devel/libbegemot/Makefile Wed Jul 23 09:11:52 2014 (r362641) +++ head/devel/libbegemot/Makefile Wed Jul 23 09:18:54 2014 (r362642) @@ -3,7 +3,7 @@ PORTNAME= libbegemot PORTVERSION= 1.11 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel MASTER_SITES= http://people.freebsd.org/~harti/libbegemot/ \ http://m1cro.me/ports/distfiles/libbegemot/ @@ -12,10 +12,11 @@ MAINTAINER= rum1cro@yandex.ru COMMENT= Function library for begemot tools LICENSE= BSD2CLAUSE +LICENSE_FILE= ${WRKSRC}/COPYRIGHT GNU_CONFIGURE= yes -USES= gmake -USE_AUTOTOOLS= automake:env autoconf:env libltdl libtool +USES= gmake libtool +USE_AUTOTOOLS= automake:env autoconf:env libltdl libtoolize USE_LDCONFIG= yes MAKE_JOBS_UNSAFE= yes @@ -29,6 +30,9 @@ run-autotools:: -e '/^LIBTOOL=/s^\$$(top_builddir)/libtool^${LIBTOOL}^g' \ ${WRKSRC}/configure +pre-install: + @${STRIP_CMD} ${WRKSRC}/.libs/libbegemot.so + post-install: .for i in ${MAN_FILES} @${CP} ${WRKSRC}/${i:S/.1/.man/} ${WRKSRC}/${i} Modified: head/devel/libbegemot/pkg-plist ============================================================================== --- head/devel/libbegemot/pkg-plist Wed Jul 23 09:11:52 2014 (r362641) +++ head/devel/libbegemot/pkg-plist Wed Jul 23 09:18:54 2014 (r362642) @@ -1,7 +1,6 @@ include/begemot.h include/rpoll.h lib/libbegemot.a -lib/libbegemot.la lib/libbegemot.so lib/libbegemot.so.1 man/man1/cstrc.1.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407230918.s6N9Isg1040726>