Date: Mon, 31 May 2010 00:00:14 +0000 (UTC) From: Sylvio Cesar Teixeira <sylvio@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/squid31 Makefile ports/www/squid31/files patch-configure Message-ID: <201005310000.o4V00ED6031989@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
sylvio 2010-05-31 00:00:14 UTC
FreeBSD ports repository
Modified files:
www/squid31 Makefile
Added files:
www/squid31/files patch-configure
Log:
- Squid 3.1 uses g++ to compile the configuration test programs. This
causes two tests (for setresuid(2) and strnstr(3)) to fail due to
g++ complaining about programming errors within the tests itself.
These tests do work on earlier versions of Squid where gcc is used
to compile them.
- Add a patch to correct these issues
- BUMP PORTREVISION
PR: ports/147219
Submitted by: Thomas-Martin Seck <tmseck@web.de> (maintainer)
Revision Changes Path
1.239 +2 -1 ports/www/squid31/Makefile
1.6 +23 -0 ports/www/squid31/files/patch-configure (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201005310000.o4V00ED6031989>
