Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Feb 2014 06:24:18 +0400 (MSK)
From:      Dmitry Marakasov <amdmi3@amdmi3.ru>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        horia@racoviceanu.com
Subject:   ports/186715: [PATCH] sysutils/dvdisaster: don't silence warnings
Message-ID:  <20140213022418.2D92945659@hades.panopticon>
Resent-Message-ID: <201402130230.s1D2U1Sn075484@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         186715
>Category:       ports
>Synopsis:       [PATCH] sysutils/dvdisaster: 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:30: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

Port maintainer (horia@racoviceanu.com) is cc'd.

Generated with FreeBSD Port Tools 0.99_11 (mode: change, diff: SVN)
>How-To-Repeat:
>Fix:

--- dvdisaster-0.72.5.patch begins here ---
Index: Makefile
===================================================================
--- Makefile	(revision 344035)
+++ Makefile	(working copy)
@@ -42,8 +42,6 @@
 post-patch:
 	${REINPLACE_CMD} -e '/REQUIRE_GCC/d' \
 		${WRKSRC}/configure ${WRKSRC}/tools/configure
-	${REINPLACE_CMD} -e 's|$$(CFG_GTK2_CFLAGS)|$$(CFG_GTK2_CFLAGS) -w|' \
-		${WRKSRC}/GNUmakefile.template
 	${REINPLACE_CMD} -e 's|(ctx)|(*ctx)|' \
 		${WRKSRC}/md5.c
 
--- dvdisaster-0.72.5.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20140213022418.2D92945659>