Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Jul 2014 12:19:33 +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: r362885 - head/devel/libeio
Message-ID:  <201407251219.s6PCJXq4011209@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Fri Jul 25 12:19:32 2014
New Revision: 362885
URL: http://svnweb.freebsd.org/changeset/ports/362885
QAT: https://qat.redports.org/buildarchive/r362885/

Log:
  - Switch to USES=libtool, drop .la files
  
  Approved by:	portmgr blanket

Modified:
  head/devel/libeio/Makefile

Modified: head/devel/libeio/Makefile
==============================================================================
--- head/devel/libeio/Makefile	Fri Jul 25 12:19:07 2014	(r362884)
+++ head/devel/libeio/Makefile	Fri Jul 25 12:19:32 2014	(r362885)
@@ -3,6 +3,7 @@
 
 PORTNAME=	libeio
 PORTVERSION=	4.18.0
+PORTREVISION=	1
 CATEGORIES=	devel
 
 MAINTAINER=	osa@FreeBSD.org
@@ -13,6 +14,7 @@ GH_ACCOUNT=	scunningham
 GH_TAGNAME=	${GH_COMMIT}
 GH_COMMIT=	e1a62ab
 USE_AUTOTOOLS=	libtoolize aclocal autoconf autoheader automake
+USES=		libtool
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 
@@ -20,7 +22,7 @@ LIBTOOLIZE_ARGS=--copy --force
 ACLOCAL_ARGS=	-I ${LOCALBASE}/share/aclocal
 AUTOMAKE_ARGS=	--add-missing
 
-PLIST_FILES=	include/eio.h lib/libeio.a lib/libeio.la \
-		lib/libeio.so lib/libeio.so.1
+PLIST_FILES=	include/eio.h lib/libeio.a lib/libeio.so \
+		lib/libeio.so.1 lib/libeio.so.1.0.0
 
 .include <bsd.port.mk>



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