From owner-svn-ports-head@FreeBSD.ORG Wed Feb 25 16:40:15 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E141BE04; Wed, 25 Feb 2015 16:40:15 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CCAB2F25; Wed, 25 Feb 2015 16:40:15 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1PGeFko097072; Wed, 25 Feb 2015 16:40:15 GMT (envelope-from ehaupt@FreeBSD.org) Received: (from ehaupt@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1PGeFLu097071; Wed, 25 Feb 2015 16:40:15 GMT (envelope-from ehaupt@FreeBSD.org) Message-Id: <201502251640.t1PGeFLu097071@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: ehaupt set sender to ehaupt@FreeBSD.org using -f From: Emanuel Haupt Date: Wed, 25 Feb 2015 16:40:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379923 - head/audio/ocp X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Feb 2015 16:40:16 -0000 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