Bug 186709 - [PATCH] games/lmarbles: don't silence warnings
Summary: [PATCH] games/lmarbles: don't silence warnings
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Rusmir Dusko
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-02-13 02:10 UTC by Dmitry Marakasov
Modified: 2014-02-13 12:20 UTC (History)
1 user (show)

See Also:


Attachments
lmarbles-1.0.8_3.patch (744 bytes, patch)
2014-02-13 02:10 UTC, Dmitry Marakasov
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dmitry Marakasov 2014-02-13 02:10:00 UTC
- 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)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-02-13 02:10:08 UTC
Responsible Changed
From-To: freebsd-ports-bugs->nemysis

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Rusmir Dusko freebsd_committer freebsd_triage 2014-02-13 11:58:12 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2014-02-13 12:17:19 UTC
Author: nemysis
Date: Thu Feb 13 12:17:12 2014
New Revision: 344092
URL: http://svnweb.freebsd.org/changeset/ports/344092
QAT: https://qat.redports.org/buildarchive/r344092/

Log:
  - Simplify REINPLACE, don't silence warnings
  
  PR:		ports/186709
  Submitted by:	amdmi3@

Modified:
  head/games/lmarbles/Makefile

Modified: head/games/lmarbles/Makefile
==============================================================================
--- head/games/lmarbles/Makefile	Thu Feb 13 12:05:28 2014	(r344091)
+++ head/games/lmarbles/Makefile	Thu Feb 13 12:17:12 2014	(r344092)
@@ -32,12 +32,11 @@ DOC_FILES2=	*.jpg *.html
 OPTIONS_DEFINE=	DOCS
 
 post-patch:
-	@${REINPLACE_CMD} -e 's|(datadir)/icons|(datadir)/pixmaps|g ; \
+	@${REINPLACE_CMD} -e 's|(datadir)/icons|(datadir)/pixmaps|; \
 	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||; \
+		s|lmarbles.prfs|lmarbles.prfs.sample|' \
 		${WRKSRC}/src/Makefile.in
 	@${REINPLACE_CMD} -e 's|icons/lmarbles48.gif|icons/lmarbles48.png|' \
 		${WRKSRC}/lmarbles.desktop.in
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"