Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Jun 2014 11:49:09 +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: r359076 - head/devel/libexplain
Message-ID:  <201406241149.s5OBn99F073053@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406241149.s5OBn99F073053>