From owner-svn-ports-all@freebsd.org Sat May 7 11:27:08 2016 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 7880BB2FE16; Sat, 7 May 2016 11:27:08 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 459F21EE1; Sat, 7 May 2016 11:27:08 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u47BR7iW075925; Sat, 7 May 2016 11:27:07 GMT (envelope-from matthew@FreeBSD.org) Received: (from matthew@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u47BR71U075924; Sat, 7 May 2016 11:27:07 GMT (envelope-from matthew@FreeBSD.org) Message-Id: <201605071127.u47BR71U075924@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: matthew set sender to matthew@FreeBSD.org using -f From: Matthew Seaman Date: Sat, 7 May 2016 11:27:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r414772 - head/www/squid-devel 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.22 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: Sat, 07 May 2016 11:27:08 -0000 Author: matthew Date: Sat May 7 11:27:07 2016 New Revision: 414772 URL: https://svnweb.freebsd.org/changeset/ports/414772 Log: Switch to USES=compiler:c++11-lib rather than c++11-lang in an attempt to improve compilability on older OS versions. Even so, mark as broken on 9.x for now, until remaining compilation problems can be solved. PR: 209249 Submitted by: timp87@gmail.com (maintainer) Modified: head/www/squid-devel/Makefile Modified: head/www/squid-devel/Makefile ============================================================================== --- head/www/squid-devel/Makefile Sat May 7 11:20:11 2016 (r414771) +++ head/www/squid-devel/Makefile Sat May 7 11:27:07 2016 (r414772) @@ -28,7 +28,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING CONFLICTS= squid*-3.* -USES= compiler:c++11-lang cpe perl5 shebangfix tar:xz +USES= compiler:c++11-lib cpe perl5 shebangfix tar:xz CPE_VENDOR= squid-cache SHEBANG_FILES= scripts/*.pl contrib/*.pl tools/*.pl GNU_CONFIGURE= yes @@ -206,6 +206,10 @@ CONFIGURE_ARGS= --with-default-user=squi .include +.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1000000 +IGNORE= Doesn't build, messes C++ headers and libs +.endif + # Authentication methods and modules: basic_auth= DB SMB_LM NCSA PAM POP3 RADIUS fake getpwnam