From owner-svn-ports-all@FreeBSD.ORG Mon Jul 14 18:37:55 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 67B9A821; Mon, 14 Jul 2014 18:37:55 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 55103257F; Mon, 14 Jul 2014 18:37:55 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s6EIbtjo019159; Mon, 14 Jul 2014 18:37:55 GMT (envelope-from tijl@svn.freebsd.org) Received: (from tijl@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s6EIbsum019157; Mon, 14 Jul 2014 18:37:54 GMT (envelope-from tijl@svn.freebsd.org) Message-Id: <201407141837.s6EIbsum019157@svn.freebsd.org> From: Tijl Coosemans Date: Mon, 14 Jul 2014 18:37:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r361810 - head/net/ilbc X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Jul 2014 18:37:55 -0000 Author: tijl Date: Mon Jul 14 18:37:54 2014 New Revision: 361810 URL: http://svnweb.freebsd.org/changeset/ports/361810 QAT: https://qat.redports.org/buildarchive/r361810/ Log: - Convert to USES=libtool - Add INSTALL_TARGET=install-strip Modified: head/net/ilbc/Makefile head/net/ilbc/pkg-plist Modified: head/net/ilbc/Makefile ============================================================================== --- head/net/ilbc/Makefile Mon Jul 14 18:37:06 2014 (r361809) +++ head/net/ilbc/Makefile Mon Jul 14 18:37:54 2014 (r361810) @@ -3,6 +3,7 @@ PORTNAME= ilbc DISTVERSION= rfc3951 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= http://simon.morlat.free.fr/download/1.2.x/source/ @@ -11,8 +12,9 @@ COMMENT= Internet Low Bit Rate codec (RF CONFLICTS= libilbc-[0-9]* -USE_AUTOTOOLS= libtool GNU_CONFIGURE= yes +INSTALL_TARGET= install-strip +USES= libtool USE_LDCONFIG= yes .include Modified: head/net/ilbc/pkg-plist ============================================================================== --- head/net/ilbc/pkg-plist Mon Jul 14 18:37:06 2014 (r361809) +++ head/net/ilbc/pkg-plist Mon Jul 14 18:37:54 2014 (r361810) @@ -2,7 +2,7 @@ include/ilbc/iLBC_decode.h include/ilbc/iLBC_encode.h include/ilbc/iLBC_define.h lib/libilbc.a -lib/libilbc.la lib/libilbc.so lib/libilbc.so.0 +lib/libilbc.so.0.0.0 @dirrm include/ilbc