From owner-svn-ports-head@FreeBSD.ORG Thu Apr 16 15:16:07 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CE4405AC; Thu, 16 Apr 2015 15:16:07 +0000 (UTC) Received: from vps.amdmi3.ru (vps.amdmi3.ru [109.234.38.216]) by mx1.freebsd.org (Postfix) with ESMTP id 92521A9B; Thu, 16 Apr 2015 15:16:06 +0000 (UTC) Received: from hive.panopticon (unknown [78.153.152.119]) by vps.amdmi3.ru (Postfix) with ESMTPS id 4D8F9B0613; Thu, 16 Apr 2015 18:15:59 +0300 (MSK) Received: from hades.panopticon (hades.panopticon [192.168.0.32]) by hive.panopticon (Postfix) with ESMTP id EB424E1D; Thu, 16 Apr 2015 18:15:45 +0300 (MSK) Received: by hades.panopticon (Postfix, from userid 1000) id 4D49AEAF9; Thu, 16 Apr 2015 18:15:51 +0300 (MSK) Date: Thu, 16 Apr 2015 18:15:51 +0300 From: Dmitry Marakasov To: Frederic Culot Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r384052 - in head/games/tomenet: . files Message-ID: <20150416151551.GA22511@hades.panopticon> References: <201504151354.t3FDshh1086098@svn.freebsd.org> <20150416103600.GC60236@culot.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20150416103600.GC60236@culot.org> User-Agent: Mutt/1.5.23 (2014-03-12) X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 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: Thu, 16 Apr 2015 15:16:07 -0000 * Frederic Culot (culot@FreeBSD.org) wrote: > > > Author: amdmi3 > > Date: Wed Apr 15 13:54:43 2015 > > New Revision: 384052 > > URL: https://svnweb.freebsd.org/changeset/ports/384052 > > > > Log: > > - Fix build on < 10.x > > - Respect CC > > > > Approved by: portmgr blanket > > Many thanks Dmitry for taking care of this! No problem. I plan to improve it a bit as suggested by marino@, is that OK? --- tomenet.patch begins here --- Index: Makefile =================================================================== --- Makefile (revision 384112) +++ Makefile (working copy) @@ -12,8 +12,10 @@ WRKSRC= ${WRKDIR}/${DISTNAME}/src MAKEFILE= makefile -USES= gmake ncurses tar:bzip2 -CFLAGS+= -DDEFAULT_PATH="\\\"${DATADIR}/lib/\\\"" +USES= execinfo gmake ncurses tar:bzip2 +CFLAGS+= -DDEFAULT_PATH="\\\"${DATADIR}/lib/\\\"" \ + ${EXECINFO_CPPFLAGS} +LDFLAGS+= ${EXECINFO_LDFLAGS} MAKE_JOBS_UNSAFE= yes SUB_FILES= pkg-message @@ -31,12 +33,6 @@ .include -.if ${OSVERSION} < 1000000 -LIB_DEPENDS+= libexecinfo.so:${PORTSDIR}/devel/libexecinfo -CFLAGS+= -I${LOCALBASE}/include -LIBS+= -L${LOCALBASE}/lib -.endif - post-install: .if ${PORT_OPTIONS:MDOCS} ${MKDIR} ${STAGEDIR}${DOCSDIR} --- tomenet.patch ends here --- -- Dmitry Marakasov . 55B5 0596 FF1E 8D84 5F56 9510 D35A 80DD F9D2 F77D amdmi3@amdmi3.ru ..: jabber: amdmi3@jabber.ru http://amdmi3.ru