From owner-svn-ports-all@freebsd.org Wed Jul 15 02:37:03 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 147DE9A2879; Wed, 15 Jul 2015 02:37:03 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repo.freebsd.org (repo.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 05192122C; Wed, 15 Jul 2015 02:37:03 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from svnmir.geo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6F2b2JX088546; Wed, 15 Jul 2015 02:37:02 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by svnmir.geo.freebsd.org (8.14.9/8.14.9/Submit) id t6F2b2GD088545; Wed, 15 Jul 2015 02:37:02 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201507150237.t6F2b2GD088545@svnmir.geo.freebsd.org> X-Authentication-Warning: svnmir.geo.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Wed, 15 Jul 2015 02:37:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392116 - head/devel/caf 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: Wed, 15 Jul 2015 02:37:03 -0000 Author: vanilla Date: Wed Jul 15 02:37:01 2015 New Revision: 392116 URL: https://svnweb.freebsd.org/changeset/ports/392116 Log: 1: set BROKEN_FreeBSD_8. 2: Fix build on FreeBSD 9. Approved by: maintainer Modified: head/devel/caf/Makefile Modified: head/devel/caf/Makefile ============================================================================== --- head/devel/caf/Makefile Wed Jul 15 02:23:50 2015 (r392115) +++ head/devel/caf/Makefile Wed Jul 15 02:37:01 2015 (r392116) @@ -16,6 +16,7 @@ LDFLAGS+= -pthread USES= cmake:outsource compiler:c++11-lang USE_LDCONFIG= yes USE_GITHUB= yes +BROKEN_FreeBSD_8= "undefined reference to `iswalpha_l'" OPTIONS_DEFINE= DEBUG TEST STATIC OPTIONS_RADIO= LOG_LEVEL @@ -57,10 +58,7 @@ regression-test: build # require clang & libc++ BUILD_DEPENDS+= ${LOCALBASE}/bin/clang34:${PORTSDIR}/lang/clang34 \ ${LOCALBASE}/lib/c++/libstdc++.so:${PORTSDIR}/devel/libc++ -CC= clang34 -CXX= clang++34 -CXXFLAGS+= -stdlib=libc++ -I${LOCALBASE}/include/c++/v1 -CPP= clang-cpp34 +CXXFLAGS+= -stdlib=libc++ -I${LOCALBASE}/include/c++/v1 -L${LOCALBASE}/lib .endif .include