From owner-svn-ports-head@FreeBSD.ORG Thu Sep 12 10:17:58 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 1023B77B; Thu, 12 Sep 2013 10:17:58 +0000 (UTC) (envelope-from danfe@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 F1EB22637; Thu, 12 Sep 2013 10:17:57 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8CAHv8V023735; Thu, 12 Sep 2013 10:17:57 GMT (envelope-from danfe@svn.freebsd.org) Received: (from danfe@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8CAHv8A023734; Thu, 12 Sep 2013 10:17:57 GMT (envelope-from danfe@svn.freebsd.org) Message-Id: <201309121017.r8CAHv8A023734@svn.freebsd.org> From: Alexey Dokuchaev Date: Thu, 12 Sep 2013 10:17:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327051 - head/games/quake2-relay 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: Thu, 12 Sep 2013 10:17:58 -0000 Author: danfe Date: Thu Sep 12 10:17:57 2013 New Revision: 327051 URL: http://svnweb.freebsd.org/changeset/ports/327051 Log: - Unbreak the build in GCC-less environment by explicitly passing LD value - While here, contract MASTER_SITES and convert USE_GMAKE to USES Reported by: pkg-fallout Modified: head/games/quake2-relay/Makefile Modified: head/games/quake2-relay/Makefile ============================================================================== --- head/games/quake2-relay/Makefile Thu Sep 12 10:07:38 2013 (r327050) +++ head/games/quake2-relay/Makefile Thu Sep 12 10:17:57 2013 (r327051) @@ -4,8 +4,7 @@ PORTNAME= relay PORTVERSION= 0.4 CATEGORIES= games -MASTER_SITES= ${MASTER_SITE_LOCAL} http://freebsd.nsu.ru/distfiles/ -MASTER_SITE_SUBDIR= danfe +MASTER_SITES= LOCAL/danfe http://freebsd.nsu.ru/distfiles/ PKGNAMEPREFIX= ${Q2PKGNAMEPREFIX} DISTNAME= relay-${PORTVERSION}.src @@ -14,10 +13,10 @@ COMMENT= Quake II multi-view demo record LICENSE= GPLv2 -USE_GMAKE= yes +USES= gmake MAKE_ARGS= MODE=release OBJ_DIR=. OUT_DIR=. Q2MODULE=game.so \ QUAKE2_DIR="${Q2DIR}" BIN_DIR="${PREFIX}/bin" \ - CC="${CC}" CFLAGS="${CFLAGS}" + CC="${CC}" LD="${CC}" CFLAGS="${CFLAGS}" WRKSRC= ${WRKDIR}/relay-${PORTVERSION} PORTDOCS= FAQ README