Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Sep 2014 18:30:50 +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: r368284 - head/editors/nvi-devel
Message-ID:  <201409151830.s8FIUo4M035269@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Mon Sep 15 18:30:49 2014
New Revision: 368284
URL: http://svnweb.freebsd.org/changeset/ports/368284
QAT: https://qat.redports.org/buildarchive/r368284/

Log:
  - Drop .la files, no dependees require them
  
  Approved by:	portmgr blanket

Modified:
  head/editors/nvi-devel/Makefile
  head/editors/nvi-devel/pkg-plist

Modified: head/editors/nvi-devel/Makefile
==============================================================================
--- head/editors/nvi-devel/Makefile	Mon Sep 15 18:30:46 2014	(r368283)
+++ head/editors/nvi-devel/Makefile	Mon Sep 15 18:30:49 2014	(r368284)
@@ -3,7 +3,7 @@
 
 PORTNAME=	nvi
 PORTVERSION=	1.81.6
-PORTREVISION=	8
+PORTREVISION=	9
 CATEGORIES=	editors
 MASTER_SITES=	http://garage.linux.student.kuleuven.be/~skimo/nvi/devel/ \
 		http://www.kotnet.org/~skimo/nvi/devel/
@@ -20,7 +20,7 @@ WIDECHAR_DESC=	Enable wide-character sup
 WRKSRC=			${WRKDIR}/${DISTNAME}/build.unix
 GNU_CONFIGURE=		yes
 USE_LDCONFIG=		yes
-USES=			iconv libtool:keepla pkgconfig tar:bzip2
+USES=			iconv libtool pkgconfig tar:bzip2
 USE_BDB=		42+
 CONFIGURE_ARGS+=	--with-db-prefix=${LOCALBASE} \
 			--program-prefix=n

Modified: head/editors/nvi-devel/pkg-plist
==============================================================================
--- head/editors/nvi-devel/pkg-plist	Mon Sep 15 18:30:46 2014	(r368283)
+++ head/editors/nvi-devel/pkg-plist	Mon Sep 15 18:30:49 2014	(r368284)
@@ -2,7 +2,6 @@ bin/nex
 bin/nvi
 bin/nview
 lib/libvi.a
-lib/libvi.la
 lib/libvi.so
 lib/libvi.so.0
 lib/libvi.so.0.0.0



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