Bug 186714 - [PATCH] graphics/photopc: don't silence warnings
Summary: [PATCH] graphics/photopc: 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:30 UTC by Dmitry Marakasov
Modified: 2014-02-13 13:10 UTC (History)
1 user (show)

See Also:


Attachments
photopc-3.07.patch (413 bytes, patch)
2014-02-13 02:30 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:30:00 UTC
- Don't silence warnings

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:30:26 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 13:08:36 UTC
State Changed
From-To: open->closed

Committed. Thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2014-02-13 13:09:36 UTC
Author: nemysis
Date: Thu Feb 13 13:09:29 2014
New Revision: 344095
URL: http://svnweb.freebsd.org/changeset/ports/344095
QAT: https://qat.redports.org/buildarchive/r344095/

Log:
  - Don't silence warnings
  
  PR:		ports/186714
  Submitted by:	amdmi3@

Modified:
  head/graphics/photopc/Makefile

Modified: head/graphics/photopc/Makefile
==============================================================================
--- head/graphics/photopc/Makefile	Thu Feb 13 13:04:44 2014	(r344094)
+++ head/graphics/photopc/Makefile	Thu Feb 13 13:09:29 2014	(r344095)
@@ -22,12 +22,7 @@ PORTDOCS=	README protocol.htm usage.htm
 
 OPTIONS_DEFINE=	DOCS
 
-post-patch:
-	@${REINPLACE_CMD} -e 's|CFLAGS = @CFLAGS@|CFLAGS = @CFLAGS@ -w|' \
-		${WRKSRC}/Makefile.in
-
 post-install:
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 	${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
-
 .include <bsd.port.mk>
_______________________________________________
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"