From owner-svn-ports-head@FreeBSD.ORG Wed Sep 3 22:33:52 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B9915D10; Wed, 3 Sep 2014 22:33:52 +0000 (UTC) Received: from apnoea.adamw.org (apnoea.adamw.org [204.109.59.150]) (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 684B2100C; Wed, 3 Sep 2014 22:33:52 +0000 (UTC) Received: from [192.168.192.25] (dhcp-108-170-169-12.cable.user.start.ca [108.170.169.12]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by apnoea.adamw.org (Postfix) with ESMTPSA id BDAB6114A68; Wed, 3 Sep 2014 18:33:49 -0400 (EDT) Content-Type: text/plain; charset=windows-1252 Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.6\)) Subject: Re: svn commit: r362826 - head/games/xrot From: Adam Weinberger In-Reply-To: <20140903222412.GB43982@hades.panopticon> Date: Wed, 3 Sep 2014 18:33:46 -0400 Content-Transfer-Encoding: quoted-printable Message-Id: References: <201407241624.s6OGO5CS028298@svn.freebsd.org> <20140903222412.GB43982@hades.panopticon> To: Dmitry Marakasov X-Mailer: Apple Mail (2.1878.6) Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, Adam Weinberger , ports-committers@freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 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: Wed, 03 Sep 2014 22:33:52 -0000 On 3 Sep, 2014, at 18:24, Dmitry Marakasov wrote: > * Adam Weinberger (adamw@FreeBSD.org) wrote: >=20 > Was there a reason for a sticky bit and u+w on a binary? If no, I'd > like to change it to more common and expectable 2555. That would be me miscalculating the MSB. Don=92t ask me how I got 2+0=3D3.= It definitely should be 2555, yes. # Adam --=20 Adam Weinberger adamw@adamw.org http://www.adamw.org >=20 >> Author: adamw >> Date: Thu Jul 24 16:24:05 2014 >> New Revision: 362826 >> URL: http://svnweb.freebsd.org/changeset/ports/362826 >> QAT: https://qat.redports.org/buildarchive/r362826/ >>=20 >> Log: >> Stage, and move pkg-install into the plist to handle modifying >> files outside of $PREFIX correctly. >>=20 >> Added: >> head/games/xrot/pkg-plist (contents, props changed) >> Deleted: >> head/games/xrot/pkg-install >> Modified: >> head/games/xrot/Makefile >>=20 >> Modified: head/games/xrot/Makefile >> = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D >> --- head/games/xrot/Makefile Thu Jul 24 16:22:57 2014 = (r362825) >> +++ head/games/xrot/Makefile Thu Jul 24 16:24:05 2014 = (r362826) >> @@ -23,13 +23,9 @@ USE_XORG=3D xpm >> ALL_TARGET=3D xrot >> CFLAGS+=3D -Wno-return-type >>=20 >> -PLIST_FILES=3D bin/xrot >> - >> -NO_STAGE=3D yes >> do-install: >> - ${INSTALL_PROGRAM} ${WRKSRC}/xrot ${PREFIX}/bin >> - ${CHOWN} root:games ${PREFIX}/bin/xrot >> - ${CHMOD} g+s ${PREFIX}/bin/xrot >> - ${SH} pkg-install ${PKGNAME} POST-INSTALL >> + ${INSTALL_PROGRAM} ${WRKSRC}/xrot ${STAGEDIR}${PREFIX}/bin >> + @${MKDIR} ${STAGEDIR}/var/games >> + ${TOUCH} ${STAGEDIR}/var/games/xrot.scores.sample >>=20 >> .include >>=20 >> Added: head/games/xrot/pkg-plist >> = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D >> --- /dev/null 00:00:00 1970 (empty, because file is newly = added) >> +++ head/games/xrot/pkg-plist Thu Jul 24 16:24:05 2014 = (r362826) >> @@ -0,0 +1,9 @@ >> +@group games >> +@mode 3755 >> +bin/xrot >> +@mode >> +@cwd / >> +@sample var/games/xrot.scores.sample >> +@exec chmod 664 %B/%f >> +@group >> +@dirrmtry var/games >=20 > --=20 > Dmitry Marakasov . 55B5 0596 FF1E 8D84 5F56 9510 D35A 80DD F9D2 = F77D > amdmi3@amdmi3.ru ..: jabber: amdmi3@jabber.ru = http://www.amdmi3.ru >=20