svn commit: r379923 - head/audio/ocp
Emanuel Haupt
ehaupt at FreeBSD.org
Wed Feb 25 16:40:16 UTC 2015
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
More information about the svn-ports-head
mailing list