Date: Thu, 13 Feb 2014 06:03:02 +0400 (MSK) From: Dmitry Marakasov <amdmi3@amdmi3.ru> To: FreeBSD-gnats-submit@freebsd.org Cc: nemysis@FreeBSD.org Subject: ports/186709: [PATCH] games/lmarbles: don't silence warnings Message-ID: <20140213020302.81E222A817@hades.panopticon> Resent-Message-ID: <201402130210.s1D2A0Nf068650@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 186709 >Category: ports >Synopsis: [PATCH] games/lmarbles: don't silence warnings >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Feb 13 02:10:00 UTC 2014 >Closed-Date: >Last-Modified: >Originator: Dmitry Marakasov >Release: FreeBSD 10.0-RELEASE amd64 >Organization: >Environment: System: FreeBSD hades.panopticon 10.0-RELEASE FreeBSD 10.0-RELEASE #0 r260807: Fri Jan 17 13:14:28 MSK >Description: - Don't silence warnings - Identation fix Port maintainer (nemysis@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99_11 (mode: change, diff: SVN) >How-To-Repeat: >Fix: --- lmarbles-1.0.8_3.patch begins here --- Index: Makefile =================================================================== --- Makefile (revision 344035) +++ Makefile (working copy) @@ -33,11 +33,9 @@ post-patch: @${REINPLACE_CMD} -e 's|(datadir)/icons|(datadir)/pixmaps|g ; \ - s|(datadir)/pixmaps/lmarbles48.gif|(datadir)/pixmaps/lmarbles48.png|' \ + s|(datadir)/pixmaps/lmarbles48.gif|(datadir)/pixmaps/lmarbles48.png|' \ ${WRKSRC}/Makefile.in - @${REINPLACE_CMD} -e 's|@CFLAGS@|@CFLAGS@ -w| ; \ - s|-m 666||g ; \ - s|lmarbles.prfs|lmarbles.prfs.sample|g' \ + @${REINPLACE_CMD} -e 's|-m 666||g ; s|lmarbles.prfs|lmarbles.prfs.sample|g' \ ${WRKSRC}/src/Makefile.in @${REINPLACE_CMD} -e 's|icons/lmarbles48.gif|icons/lmarbles48.png|' \ ${WRKSRC}/lmarbles.desktop.in --- lmarbles-1.0.8_3.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20140213020302.81E222A817>