Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Feb 2015 16:40:15 +0000 (UTC)
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r379923 - head/audio/ocp
Message-ID:  <201502251640.t1PGeFLu097071@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ehaupt
Date: Wed Feb 25 16:40:14 2015
New Revision: 379923
URL: https://svnweb.freebsd.org/changeset/ports/379923
QAT: https://qat.redports.org/buildarchive/r379923/

Log:
  Remove compiler:nestedfct - this port does not require nested functions and
  builds fine with clang. Also remove USE_GCC=any which was redundant with
  compiler:nestedfct.

Modified:
  head/audio/ocp/Makefile

Modified: head/audio/ocp/Makefile
==============================================================================
--- head/audio/ocp/Makefile	Wed Feb 25 16:15:33 2015	(r379922)
+++ head/audio/ocp/Makefile	Wed Feb 25 16:40:14 2015	(r379923)
@@ -3,6 +3,7 @@
 
 PORTNAME=	ocp
 PORTVERSION=	0.1.21
+PORTREVISION=	1
 PORTEPOCH=	1
 CATEGORIES=	audio
 MASTER_SITES=	SF/opencubicplayer/${DISTNAME} \
@@ -21,9 +22,8 @@ LIB_DEPENDS=	libid3tag.so:${PORTSDIR}/au
 ONLY_FOR_ARCHS=	i386 amd64
 
 GNU_CONFIGURE=	yes
-USES=		ncurses gmake pkgconfig desktop-file-utils compiler:nestedfct makeinfo tar:xz iconv
+USES=		ncurses gmake pkgconfig desktop-file-utils makeinfo tar:xz iconv
 USE_LDCONFIG=	yes
-USE_GCC=	any
 INSTALLS_ICONS=	yes
 
 MAKE_JOBS_UNSAFE=	yes



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