From nobody@FreeBSD.org  Sun Apr 13 23:25:52 2014
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115])
	(using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by hub.freebsd.org (Postfix) with ESMTPS id A14CE628
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 13 Apr 2014 23:25:52 +0000 (UTC)
Received: from cgiserv.freebsd.org (cgiserv.freebsd.org [IPv6:2001:1900:2254:206a::50:4])
	(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
	(Client did not present a certificate)
	by mx1.freebsd.org (Postfix) with ESMTPS id 8CECB1278
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 13 Apr 2014 23:25:52 +0000 (UTC)
Received: from cgiserv.freebsd.org ([127.0.1.6])
	by cgiserv.freebsd.org (8.14.8/8.14.8) with ESMTP id s3DNPpkZ014527
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 13 Apr 2014 23:25:51 GMT
	(envelope-from nobody@cgiserv.freebsd.org)
Received: (from nobody@localhost)
	by cgiserv.freebsd.org (8.14.8/8.14.8/Submit) id s3DNPpwO014521;
	Sun, 13 Apr 2014 23:25:51 GMT
	(envelope-from nobody)
Message-Id: <201404132325.s3DNPpwO014521@cgiserv.freebsd.org>
Date: Sun, 13 Apr 2014 23:25:51 GMT
From: Stephen Hurd <shurd@sasktel.net>
To: freebsd-gnats-submit@FreeBSD.org
Subject: Maintainer update: comms/qsstv remove GCC dependency
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         188577
>Category:       ports
>Synopsis:       Maintainer update: comms/qsstv remove GCC dependency
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    db
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Apr 13 23:30:00 UTC 2014
>Closed-Date:    Sun Apr 13 23:37:34 UTC 2014
>Last-Modified:  Sun Apr 13 23:40:00 UTC 2014
>Originator:     Stephen Hurd
>Release:        10.0-RELEASE
>Organization:
>Environment:
FreeBSD portable 10.0-RELEASE-p1 FreeBSD 10.0-RELEASE-p1 #0: Tue Apr  8 06:45:06 UTC 2014     root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC  amd64

>Description:
Remove GCC dependency which made qsstv crash with a clang-built world.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: Makefile
===================================================================
--- Makefile	(revision 351242)
+++ Makefile	(working copy)
@@ -25,7 +25,6 @@
 
 USES=		qmake
 USE_QT4=	gui network xml moc_build rcc_build uic_build
-USE_GCC=	any
 
 .if defined(WITH_DEBUG)
 IGNORE=		sources need more patching for debug build


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->db 
Responsible-Changed-By: db 
Responsible-Changed-When: Sun Apr 13 23:33:35 UTC 2014 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=188577 
State-Changed-From-To: open->closed 
State-Changed-By: db 
State-Changed-When: Sun Apr 13 23:37:33 UTC 2014 
State-Changed-Why:  
Committed, with minor changes. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=188577 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/188577: commit references a PR
Date: Sun, 13 Apr 2014 23:37:18 +0000 (UTC)

 Author: db
 Date: Sun Apr 13 23:37:15 2014
 New Revision: 351243
 URL: http://svnweb.freebsd.org/changeset/ports/351243
 QAT: https://qat.redports.org/buildarchive/r351243/
 
 Log:
   - Remove GCC dependency which made qsstv crash with a clang-built world.
   
   PR:		ports/188577
   Submitted by:	Stephen Hurd <shurd@sasktel.net> (maintainer)
 
 Modified:
   head/comms/qsstv/Makefile
 
 Modified: head/comms/qsstv/Makefile
 ==============================================================================
 --- head/comms/qsstv/Makefile	Sun Apr 13 22:10:20 2014	(r351242)
 +++ head/comms/qsstv/Makefile	Sun Apr 13 23:37:15 2014	(r351243)
 @@ -2,6 +2,7 @@
  
  PORTNAME=	qsstv
  PORTVERSION=	8.2.7
 +PORTREVISION=	1
  CATEGORIES=	comms hamradio
  MASTER_SITES=	http://users.telenet.be/on4qz/qsstv/downloads/ \
  		${MASTER_SITE_LOCAL}
 @@ -25,7 +26,6 @@ BUILD_DEPENDS=	v4l_compat>=0:${PORTSDIR}
  
  USES=		qmake
  USE_QT4=	gui network xml moc_build rcc_build uic_build
 -USE_GCC=	any
  
  .if defined(WITH_DEBUG)
  IGNORE=		sources need more patching for debug build
 _______________________________________________
 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"
 
>Unformatted:
