svn commit: r351243 - head/comms/qsstv

Diane Bruce db at FreeBSD.org
Sun Apr 13 23:37:16 UTC 2014


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 at 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


More information about the svn-ports-head mailing list