svn commit: r362642 - head/devel/libbegemot
Dmitry Marakasov
amdmi3 at FreeBSD.org
Wed Jul 23 09:18:54 UTC 2014
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 at 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 at 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
More information about the svn-ports-head
mailing list