Bug 188577 - Maintainer update: comms/qsstv remove GCC dependency
Summary: Maintainer update: comms/qsstv remove GCC dependency
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: Diane Bruce
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-04-14 00:30 UTC by Stephen Hurd
Modified: 2014-04-14 00:40 UTC (History)
0 users

See Also:


Attachments
file.diff (326 bytes, patch)
2014-04-14 00:30 UTC, Stephen Hurd
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Stephen Hurd freebsd_committer freebsd_triage 2014-04-14 00:30:00 UTC
Remove GCC dependency which made qsstv crash with a clang-built world.

Fix: Patch attached with submission follows:
Comment 1 Diane Bruce freebsd_committer freebsd_triage 2014-04-14 00:33:35 UTC
Responsible Changed
From-To: freebsd-ports-bugs->db

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2014-04-14 00:37:18 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"
Comment 3 Diane Bruce freebsd_committer freebsd_triage 2014-04-14 00:37:33 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!