From owner-svn-ports-head@FreeBSD.ORG Mon Jul 21 14:14:03 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 EF3812F7; Mon, 21 Jul 2014 14:14:02 +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 50F0E2ACA; Mon, 21 Jul 2014 14:14:02 +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 2DB2F12B1DC; Mon, 21 Jul 2014 10:13:53 -0400 (EDT) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.6\)) Subject: Re: svn commit: r362282 - head/audio/musicpd From: Adam Weinberger In-Reply-To: <98131e5d-843d-4d2d-97e8-0b7d304529ac@email.android.com> Date: Mon, 21 Jul 2014 10:13:50 -0400 Content-Transfer-Encoding: quoted-printable Message-Id: <44E9C6BB-2725-4DF8-8AC2-7A2AF7F6089B@adamw.org> References: <201407192131.s6JLVS8t088706@svn.freebsd.org> <20140720010437.GT28314@ivaldir.etoilebsd.net> <98131e5d-843d-4d2d-97e8-0b7d304529ac@email.android.com> To: Chris Rees X-Mailer: Apple Mail (2.1878.6) Cc: Chris Rees , svn-ports-head@freebsd.org, Baptiste Daroussin , svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18 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: Mon, 21 Jul 2014 14:14:03 -0000 On 21 Jul, 2014, at 9:19, Chris Rees wrote: >=20 >=20 > On 20 July 2014 02:04:38 BST, Baptiste Daroussin = wrote: >> On Sat, Jul 19, 2014 at 09:31:28PM +0000, Chris Rees wrote: >>> Author: crees >>> Date: Sat Jul 19 21:31:27 2014 >>> New Revision: 362282 >>> URL: http://svnweb.freebsd.org/changeset/ports/362282 >>> QAT: https://qat.redports.org/buildarchive/r362282/ >>>=20 >>> Log: >>> Stop pkg complaining, and do exactly the same as before :) >>>=20 >>> Modified: >>> head/audio/musicpd/Makefile >>> head/audio/musicpd/pkg-plist >>>=20 >>> Modified: head/audio/musicpd/Makefile >>>=20 >> = =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/audio/musicpd/Makefile Sat Jul 19 20:26:10 2014 = (r362281) >>> +++ head/audio/musicpd/Makefile Sat Jul 19 21:31:27 2014 = (r362282) >>> @@ -217,17 +217,26 @@ post-patch: >>> .endif >>>=20 >>> do-install: >>> - @${INSTALL_PROGRAM} ${WRKSRC}/src/mpd \ >>> + ${INSTALL_PROGRAM} ${WRKSRC}/src/mpd \ >>> ${STAGEDIR}/${PREFIX}/bin/${PORTNAME} >>> - @${INSTALL_MAN} ${WRKSRC}/doc/mpd.1 \ >>> + ${INSTALL_MAN} ${WRKSRC}/doc/mpd.1 \ >>> ${STAGEDIR}/${PREFIX}/man/man1/${PORTNAME}.1 >>> - @${INSTALL_MAN} ${WRKSRC}/doc/mpd.conf.5 \ >>> + ${INSTALL_MAN} ${WRKSRC}/doc/mpd.conf.5 \ >>> ${STAGEDIR}/${PREFIX}/man/man5/${PORTNAME}.conf.5 >>> - @${MKDIR} ${STAGEDIR}/${DOCSDIR} >>> -.for doc in ${PORTDOCS} >>> - @${INSTALL_DATA} ${WRKSRC}/${doc} ${STAGEDIR}/${DOCSDIR}/ >>> -.endfor >>> - @${INSTALL_DATA} ${WRKSRC}/doc/mpdconf.example \ >>> + ${MKDIR} ${STAGEDIR}/${DOCSDIR} >>> + ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} = ${STAGEDIR}/${DOCSDIR}/ >>> + ${INSTALL_DATA} ${WRKSRC}/doc/mpdconf.example \ >>> ${STAGEDIR}/${PREFIX}/etc/${PORTNAME}.conf.sample >>> + ${PRINTF} "%s\n%s\n%s\n" "@cwd /" "@owner ${MPDUSER}" \ >>> + "@group ${MPDGROUP}" >> ${TMPPLIST} >>> + cd ${STAGEDIR} && ${MKDIR} -v ${MPDDIR:S,^/,,}/.mpd | ${SORT} -r = | >> \ >>> + ${SED} 's,^,@dirrmtry ,' >> ${TMPPLIST} >>> +.ifndef WITH_PKGNG >>> + # Cute, we can't use @dirrmtry with pkg_old... >>> + # Remove once all using pkgng >>=20 >> Now is does :) >>=20 >>> + ${REINPLACE_CMD} \ >>> + 's,^@dirrmtry \(.*\),@unexec rmdir \1 > /dev/null || :,' = \ >>> + ${TMPPLIST} >>> +.endif >>>=20 >>> .include >>>=20 >>> Modified: head/audio/musicpd/pkg-plist >>>=20 >> = =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/audio/musicpd/pkg-plist Sat Jul 19 20:26:10 2014 = (r362281) >>> +++ head/audio/musicpd/pkg-plist Sat Jul 19 21:31:27 2014 = (r362282) >>> @@ -2,7 +2,5 @@ bin/musicpd >>> @unexec if cmp -s %D/etc/musicpd.conf.sample %D/etc/musicpd.conf; >> then rm -f %D/etc/musicpd.conf; fi >>> etc/musicpd.conf.sample >>> @exec if [ ! -f %B/musicpd.conf ] ; then cp -p %D/%F >> %B/musicpd.conf; fi >>=20 >> The above can be replaced by @sample etc/musicpd.conf.sample >>=20 >>> -@exec install -d -o %%MPDUSER%% -g %%MPDGROUP%% %%MPDDIR%% >> %%MPDDIR%%/.mpd >>> -@unexec rmdir -p %%MPDDIR%%/.mpd 2>/dev/null || true >=20 > Yes, I did that when I just removed all that above code, thanks. >=20 > What would be really nice would be a chmod u+w on the config file once = copied over! @mode 666 @sample etc/musicpd.conf.sample @mode If you only want it on the non-sample, you can also add @exec chmod 444 %D/etc/musicpd.conf.sample # Adam --=20 Adam Weinberger adamw@adamw.org http://www.adamw.org