From owner-svn-ports-all@FreeBSD.ORG Tue Nov 26 21:15:15 2013 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 A1574F8E; Tue, 26 Nov 2013 21:15:15 +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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8FE9E2E7F; Tue, 26 Nov 2013 21:15:15 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAQLFFUQ042300; Tue, 26 Nov 2013 21:15:15 GMT (envelope-from kwm@svn.freebsd.org) Received: (from kwm@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAQLFFww042298; Tue, 26 Nov 2013 21:15:15 GMT (envelope-from kwm@svn.freebsd.org) Message-Id: <201311262115.rAQLFFww042298@svn.freebsd.org> From: Koop Mast Date: Tue, 26 Nov 2013 21:15:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334975 - in head/graphics: libGLU libGLw 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.16 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, 26 Nov 2013 21:15:15 -0000 Author: kwm Date: Tue Nov 26 21:15:14 2013 New Revision: 334975 URL: http://svnweb.freebsd.org/changeset/ports/334975 Log: Stageify. Modified: head/graphics/libGLU/Makefile head/graphics/libGLw/Makefile Modified: head/graphics/libGLU/Makefile ============================================================================== --- head/graphics/libGLU/Makefile Tue Nov 26 21:05:21 2013 (r334974) +++ head/graphics/libGLU/Makefile Tue Nov 26 21:15:14 2013 (r334975) @@ -17,5 +17,7 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-static USE_LDCONFIG= yes -NO_STAGE= yes +post-install: + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libGLU.so.1 + .include Modified: head/graphics/libGLw/Makefile ============================================================================== --- head/graphics/libGLw/Makefile Tue Nov 26 21:05:21 2013 (r334974) +++ head/graphics/libGLw/Makefile Tue Nov 26 21:15:14 2013 (r334975) @@ -21,5 +21,7 @@ CONFIGURE_ARGS= --disable-static --enabl CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -NO_STAGE= yes +post-install: + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libGLw.so.1 + .include