From owner-svn-ports-all@FreeBSD.ORG Thu Sep 18 19:31:19 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 A58F0AFA; Thu, 18 Sep 2014 19:31:19 +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 90A0B961; Thu, 18 Sep 2014 19:31:19 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8IJVJ1p016850; Thu, 18 Sep 2014 19:31:19 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8IJVJPW016849; Thu, 18 Sep 2014 19:31:19 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201409181931.s8IJVJPW016849@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Thu, 18 Sep 2014 19:31:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r368509 - in head/graphics/gltt: . files 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-1 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: Thu, 18 Sep 2014 19:31:19 -0000 Author: tijl Date: Thu Sep 18 19:31:19 2014 New Revision: 368509 URL: http://svnweb.freebsd.org/changeset/ports/368509 QAT: https://qat.redports.org/buildarchive/r368509/ Log: Remove old libtool patch and add INSTALL_TARGET=install-strip Deleted: head/graphics/gltt/files/patch-configure Modified: head/graphics/gltt/Makefile Modified: head/graphics/gltt/Makefile ============================================================================== --- head/graphics/gltt/Makefile Thu Sep 18 19:26:56 2014 (r368508) +++ head/graphics/gltt/Makefile Thu Sep 18 19:31:19 2014 (r368509) @@ -23,9 +23,7 @@ CONFIGURE_ARGS= --with-ttf-includes=${LO --with-gl-libraries=${LOCALBASE}/lib \ --with-glut-includes=${LOCALBASE}/include \ --with-glut-libraries=${LOCALBASE}/lib +INSTALL_TARGET= install-strip USE_LDCONFIG= yes -post-install: - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libgltt.so - .include