From owner-svn-ports-all@FreeBSD.ORG Tue May 27 16:28:45 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5FF60DE0; Tue, 27 May 2014 16:28:45 +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 4D32F2BA1; Tue, 27 May 2014 16:28:45 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s4RGSjfX096033; Tue, 27 May 2014 16:28:45 GMT (envelope-from amdmi3@svn.freebsd.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s4RGSiU4096031; Tue, 27 May 2014 16:28:44 GMT (envelope-from amdmi3@svn.freebsd.org) Message-Id: <201405271628.s4RGSiU4096031@svn.freebsd.org> From: Dmitry Marakasov Date: Tue, 27 May 2014 16:28:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r355541 - head/games/libfov 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: Tue, 27 May 2014 16:28:45 -0000 Author: amdmi3 Date: Tue May 27 16:28:44 2014 New Revision: 355541 URL: http://svnweb.freebsd.org/changeset/ports/355541 QAT: https://qat.redports.org/buildarchive/r355541/ Log: - Switch to USES=libtool, drop .la files - Strip libraries Modified: head/games/libfov/Makefile head/games/libfov/pkg-plist Modified: head/games/libfov/Makefile ============================================================================== --- head/games/libfov/Makefile Tue May 27 16:17:33 2014 (r355540) +++ head/games/libfov/Makefile Tue May 27 16:28:44 2014 (r355541) @@ -3,6 +3,7 @@ PORTNAME= libfov PORTVERSION= 1.0.4 +PORTREVISION= 1 CATEGORIES= games devel MASTER_SITES= GOOGLE_CODE @@ -12,10 +13,11 @@ COMMENT= C library for calculating field LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING -USES= pathfix pkgconfig -USE_AUTOTOOLS= libtool +USES= pathfix pkgconfig libtool +GNU_CONFIGURE= yes CONFIGURE_ENV= ac_cv_prog_doxygen=no ac_cv_path_SDL_CONFIG=no USE_LDCONFIG= yes +INSTALL_TARGET= install-strip post-extract: @${CHMOD} ${BINMODE} ${WRKSRC}/install-sh Modified: head/games/libfov/pkg-plist ============================================================================== --- head/games/libfov/pkg-plist Tue May 27 16:17:33 2014 (r355540) +++ head/games/libfov/pkg-plist Tue May 27 16:28:44 2014 (r355541) @@ -1,9 +1,9 @@ include/fov/fov.h lib/fov/include/config.h lib/libfov.a -lib/libfov.la lib/libfov.so lib/libfov.so.1 +lib/libfov.so.1.0.2 libdata/pkgconfig/libfov.pc @dirrm lib/fov/include @dirrm lib/fov