From owner-svn-ports-head@FreeBSD.ORG Tue Oct 1 14:10:44 2013 Return-Path: Delivered-To: svn-ports-head@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 ESMTP id 35BA27F0; Tue, 1 Oct 2013 14:10:44 +0000 (UTC) (envelope-from danilo@FreeBSD.org) 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 22B1F2E75; Tue, 1 Oct 2013 14:10:44 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r91EAiXn083105; Tue, 1 Oct 2013 14:10:44 GMT (envelope-from danilo@svn.freebsd.org) Received: (from danilo@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r91EAhJC083104; Tue, 1 Oct 2013 14:10:43 GMT (envelope-from danilo@svn.freebsd.org) Message-Id: <201310011410.r91EAhJC083104@svn.freebsd.org> From: Danilo Egea Gondolfo Date: Tue, 1 Oct 2013 14:10:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r328949 - head/games/hllib 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.14 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: Tue, 01 Oct 2013 14:10:44 -0000 Author: danilo Date: Tue Oct 1 14:10:43 2013 New Revision: 328949 URL: http://svnweb.freebsd.org/changeset/ports/328949 Log: - Change maintainer email to @FreeBSD.org - Add stage support Approved by: wg (mentor) Modified: head/games/hllib/Makefile Modified: head/games/hllib/Makefile ============================================================================== --- head/games/hllib/Makefile Tue Oct 1 13:38:11 2013 (r328948) +++ head/games/hllib/Makefile Tue Oct 1 14:10:43 2013 (r328949) @@ -7,7 +7,7 @@ CATEGORIES= games devel MASTER_SITES= http://nemesis.thewavelength.net/files/files/ DISTNAME= ${PORTNAME}${PORTVERSION:S/.//g} -MAINTAINER= danilogondolfo@gmail.com +MAINTAINER= danilo@FreeBSD.org COMMENT= Library to work with various Half-Life file formats LICENSE= LGPL21 @@ -24,11 +24,12 @@ HLLIB_VERS= 2.4.4 PLIST_FILES= include/hl.h lib/libhl.so.${HLLIB_VERS} \ lib/libhl.so.2 lib/libhl.so -NO_STAGE= yes +MAKE_ARGS= PREFIX="${STAGEDIR}${PREFIX}" + post-patch: # Allow propagating of CXX, CXXFLAGS, and PREFIX; fix Linuxism and symlinks - @${REINPLACE_CMD} -E 's,^([CP][^=]*)=,\1?=, ; s,g root,g wheel, ; \ - s,s \$$\(PREFIX\)/lib/,s ,' ${WRKSRC}/Makefile + @${REINPLACE_CMD} -E 's,^([CP][^=]*)=,\1?=, ; s,-g root,,g ; \ + s,-o root,,g ; s,s \$$\(PREFIX\)/lib/,s ,' ${WRKSRC}/Makefile # Add forgotten file to the source list so it would be picked up by linker @${REINPLACE_CMD} -e 's,ProcStream\.cpp,& SGAFile.cpp,' \ ${WRKSRC}/Makefile