ports/186709: [PATCH] games/lmarbles: don't silence warnings

Dmitry Marakasov amdmi3 at amdmi3.ru
Thu Feb 13 02:10:01 UTC 2014


>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 at 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:


More information about the freebsd-ports-bugs mailing list