svn commit: r359076 - head/devel/libexplain
Dmitry Marakasov
amdmi3 at FreeBSD.org
Tue Jun 24 11:49:10 UTC 2014
Author: amdmi3
Date: Tue Jun 24 11:49:09 2014
New Revision: 359076
URL: http://svnweb.freebsd.org/changeset/ports/359076
QAT: https://qat.redports.org/buildarchive/r359076/
Log:
- Switch to USES=libtool, drop .la files
Approved by: portmgr blanket
Modified:
head/devel/libexplain/Makefile
head/devel/libexplain/pkg-plist
Modified: head/devel/libexplain/Makefile
==============================================================================
--- head/devel/libexplain/Makefile Tue Jun 24 11:48:15 2014 (r359075)
+++ head/devel/libexplain/Makefile Tue Jun 24 11:49:09 2014 (r359076)
@@ -3,6 +3,7 @@
PORTNAME= libexplain
PORTVERSION= 1.3.${PATCHLEVEL}
+PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= SF/${PORTNAME}/${PORTVERSION:R}
DISTNAME= ${PORTNAME}-${PORTVERSION:R}
@@ -15,9 +16,10 @@ LICENSE= LGPL3
BUILD_DEPENDS= gsed:${PORTSDIR}/textproc/gsed
RUN_DEPENDS= lsof:${PORTSDIR}/sysutils/lsof
-USES= bison gettext gmake
+USES= bison gettext gmake libtool
USE_GHOSTSCRIPT_BUILD= yes
USE_AUTOTOOLS= libtool
+GNU_CONFIGURE= yes
CONFIGURE_ENV= ac_cv_header_linux_kd_h=no
USE_LDCONFIG= yes
Modified: head/devel/libexplain/pkg-plist
==============================================================================
--- head/devel/libexplain/pkg-plist Tue Jun 24 11:48:15 2014 (r359075)
+++ head/devel/libexplain/pkg-plist Tue Jun 24 11:49:09 2014 (r359076)
@@ -239,7 +239,6 @@ include/libexplain/waitpid.h
include/libexplain/write.h
include/libexplain/writev.h
lib/libexplain.a
-lib/libexplain.la
lib/libexplain.so
lib/libexplain.so.55
libdata/pkgconfig/libexplain.pc
More information about the svn-ports-all
mailing list