From owner-svn-ports-all@FreeBSD.ORG Sat Dec 13 18:54:03 2014 Return-Path: Delivered-To: svn-ports-all@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 73AE1D78; Sat, 13 Dec 2014 18:54:03 +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 5F3FC980; Sat, 13 Dec 2014 18:54:03 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sBDIs3mW030344; Sat, 13 Dec 2014 18:54:03 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sBDIs3NC030343; Sat, 13 Dec 2014 18:54:03 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201412131854.sBDIs3NC030343@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Sat, 13 Dec 2014 18:54:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r374674 - head/games/bsdgames 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.18-1 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: Sat, 13 Dec 2014 18:54:03 -0000 Author: adamw Date: Sat Dec 13 18:54:02 2014 New Revision: 374674 URL: https://svnweb.freebsd.org/changeset/ports/374674 QAT: https://qat.redports.org/buildarchive/r374674/ Log: Since r367027, the setgid games have been installed as setgid root instead of setgid root. The port redefines BINGRP when necessary, but since BINGRP was being passed in MAKE_ARGS, it overrode those redefinitions. Passing BINGRP in MAKE_ENV instead should allow uidfix to still work, while making sure that the games are installed with the correct group. Submitted by: Glen Foster MFH: 2014Q4 Modified: head/games/bsdgames/Makefile Modified: head/games/bsdgames/Makefile ============================================================================== --- head/games/bsdgames/Makefile Sat Dec 13 18:49:26 2014 (r374673) +++ head/games/bsdgames/Makefile Sat Dec 13 18:54:02 2014 (r374674) @@ -3,7 +3,7 @@ PORTNAME= bsdgames PORTVERSION= 3.8.2 -PORTREVISION= 2 +PORTREVISION= 3 PORTEPOCH= 1 CATEGORIES= games # Fetched from git://git.dragonflybsd.org/dragonfly.git, v${PORTVERSION}, /games @@ -18,8 +18,7 @@ LICENSE= BSD3CLAUSE CONFLICTS= hangman-[0-9]* USES= uidfix tar:xz -MAKE_ENV+= NO_WERROR=1 -MAKE_ARGS= BINGRP=${BINGRP} +MAKE_ENV+= NO_WERROR=1 BINGRP=${BINGRP} # contain /usr/share/games SHAREPATH_FILES=atc/atc.6 \