Bug 186713 - [PATCH] graphics/pngwriter: don't silence warnings
Summary: [PATCH] graphics/pngwriter: 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:20 UTC (History)
1 user (show)

See Also:


Attachments
pngwriter-0.5.4_2.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: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"