From owner-svn-ports-all@FreeBSD.ORG Wed Apr 15 13:54:44 2015 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.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9B057ABE; Wed, 15 Apr 2015 13:54:44 +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 849401ED; Wed, 15 Apr 2015 13:54:44 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3FDsiNJ086100; Wed, 15 Apr 2015 13:54:44 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3FDshh1086098; Wed, 15 Apr 2015 13:54:44 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201504151354.t3FDshh1086098@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 15 Apr 2015 13:54:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r384052 - in head/games/tomenet: . 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.20 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: Wed, 15 Apr 2015 13:54:44 -0000 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 Modified: head/games/tomenet/Makefile head/games/tomenet/files/patch-makefile Modified: head/games/tomenet/Makefile ============================================================================== --- head/games/tomenet/Makefile Wed Apr 15 13:46:34 2015 (r384051) +++ head/games/tomenet/Makefile Wed Apr 15 13:54:43 2015 (r384052) @@ -31,6 +31,12 @@ OPTIONS_DEFINE= DOCS .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} Modified: head/games/tomenet/files/patch-makefile ============================================================================== --- head/games/tomenet/files/patch-makefile Wed Apr 15 13:46:34 2015 (r384051) +++ head/games/tomenet/files/patch-makefile Wed Apr 15 13:54:43 2015 (r384052) @@ -5,7 +5,7 @@ # This is my compiler of choice, it seems to work most everywhere # -CC = gcc -+CC = cc ++CC ?= cc # For allowing #if..#else..#endif constructs in LUA files - C. Blue # Note: The flags must contain