svn commit: r414772 - head/www/squid-devel
Matthew Seaman
matthew at FreeBSD.org
Sat May 7 11:27:08 UTC 2016
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 at 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 <bsd.port.options.mk>
+.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
More information about the svn-ports-head
mailing list