From owner-svn-ports-head@FreeBSD.ORG Wed Sep 10 12:18:45 2014 Return-Path: Delivered-To: svn-ports-head@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 44729A8B; Wed, 10 Sep 2014 12:18: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 2FA1A9DE; Wed, 10 Sep 2014 12:18:45 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8ACIji7022330; Wed, 10 Sep 2014 12:18:45 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8ACIiVl022327; Wed, 10 Sep 2014 12:18:44 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201409101218.s8ACIiVl022327@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 10 Sep 2014 12:18:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r367824 - head/graphics/ftgl X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Sep 2014 12:18:45 -0000 Author: amdmi3 Date: Wed Sep 10 12:18:44 2014 New Revision: 367824 URL: http://svnweb.freebsd.org/changeset/ports/367824 QAT: https://qat.redports.org/buildarchive/r367824/ Log: - Drop .la files, no dependees require them Modified: head/graphics/ftgl/Makefile head/graphics/ftgl/pkg-plist Modified: head/graphics/ftgl/Makefile ============================================================================== --- head/graphics/ftgl/Makefile Wed Sep 10 12:18:29 2014 (r367823) +++ head/graphics/ftgl/Makefile Wed Sep 10 12:18:44 2014 (r367824) @@ -3,7 +3,7 @@ PORTNAME= ftgl DISTVERSION= 2.1.3-rc5 -PORTREVISION= 2 +PORTREVISION= 3 PORTEPOCH= 1 CATEGORIES= graphics MASTER_SITES= SF/${PORTNAME}/FTGL%20Source/2.1.3%7Erc5 @@ -16,7 +16,7 @@ LIB_DEPENDS= libfreetype.so:${PORTSDIR}/ GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-gl-inc="${LOCALBASE}/include" \ --without-glut-inc -USES= pathfix gmake libtool:keepla +USES= pathfix gmake libtool USE_GL= gl glu USE_XORG= x11 xext xmu INSTALL_TARGET= install-strip Modified: head/graphics/ftgl/pkg-plist ============================================================================== --- head/graphics/ftgl/pkg-plist Wed Sep 10 12:18:29 2014 (r367823) +++ head/graphics/ftgl/pkg-plist Wed Sep 10 12:18:44 2014 (r367824) @@ -21,7 +21,6 @@ include/FTGL/FTSimpleLayout.h include/FTGL/FTTextureGlyph.h include/FTGL/ftgl.h lib/libftgl.a -lib/libftgl.la lib/libftgl.so lib/libftgl.so.2 lib/libftgl.so.2.1.3