From owner-svn-ports-all@freebsd.org Thu Jun 25 11:42:25 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 99BCF98DA9F; Thu, 25 Jun 2015 11:42:25 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) 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 84D901E10; Thu, 25 Jun 2015 11:42:25 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5PBgPWl027252; Thu, 25 Jun 2015 11:42:25 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5PBgPT0027251; Thu, 25 Jun 2015 11:42:25 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201506251142.t5PBgPT0027251@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Thu, 25 Jun 2015 11:42:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390562 - head/graphics/oyranos X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Jun 2015 11:42:25 -0000 Author: amdmi3 Date: Thu Jun 25 11:42:24 2015 New Revision: 390562 URL: https://svnweb.freebsd.org/changeset/ports/390562 Log: - Mark BROKEN on 9.x: clang++: error: unknown argument: '-R/usr/local/lib' Approved by: portmgr blanket Reported by: pkg-fallout Modified: head/graphics/oyranos/Makefile Modified: head/graphics/oyranos/Makefile ============================================================================== --- head/graphics/oyranos/Makefile Thu Jun 25 11:39:08 2015 (r390561) +++ head/graphics/oyranos/Makefile Thu Jun 25 11:42:24 2015 (r390562) @@ -24,6 +24,8 @@ LIB_DEPENDS= libraw.so:${PORTSDIR}/graph liblcms2.so:${PORTSDIR}/graphics/lcms2 \ libXcm.so:${PORTSDIR}/x11/libXcm +BROKEN_FreeBSD_9= does not build + USES= cmake gettext iconv pkgconfig tar:bzip2 USE_GL= yes USE_LDCONFIG= yes