Bug 186713

Summary: [PATCH] graphics/pngwriter: don't silence warnings
Product: Ports & Packages Reporter: Dmitry Marakasov <amdmi3>
Component: Individual Port(s)Assignee: Rusmir Dusko <nemysis>
Status: Closed FIXED    
Severity: Affects Only Me CC: nemysis
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
pngwriter-0.5.4_2.patch none

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

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

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

Modified:
  head/graphics/pngwriter/Makefile

Modified: head/graphics/pngwriter/Makefile
==============================================================================
--- head/graphics/pngwriter/Makefile	Thu Feb 13 13:10:45 2014	(r344096)
+++ head/graphics/pngwriter/Makefile	Thu Feb 13 13:13:49 2014	(r344097)
@@ -17,7 +17,7 @@ USES=		pkgconfig
 
 WRKSRC=		${WRKDIR}/${DISTNAME}
 
-CXXFLAGS+=	`pkg-config --cflags freetype2 libpng15` -I${LOCALBASE}/include -w
+CXXFLAGS+=	`pkg-config --cflags freetype2 libpng15` -I${LOCALBASE}/include
 
 PLIST_FILES=	include/pngwriter.h \
 		lib/libpngwriter.a \
_______________________________________________
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"