svn commit: r342457 - head/www/squid_radius_auth

Mark Felder feld at FreeBSD.org
Mon Feb 3 15:45:08 UTC 2014


Author: feld
Date: Mon Feb  3 15:45:08 2014
New Revision: 342457
URL: http://svnweb.freebsd.org/changeset/ports/342457
QAT: https://qat.redports.org/buildarchive/r342457/

Log:
  Maintainer is my coworker; we don't run this in in production anymore.
  Kicking this back to the ports@ pool.
  Support STAGE while here, and an easy fix for building with CLANG.
  
  The resulting binaries are untested, but it should be functionally identical.
  
  Approved by:	swills (mentor)
  Approved by:	maintainer (private email, he's my coworker)

Modified:
  head/www/squid_radius_auth/Makefile
  head/www/squid_radius_auth/pkg-plist

Modified: head/www/squid_radius_auth/Makefile
==============================================================================
--- head/www/squid_radius_auth/Makefile	Mon Feb  3 15:44:19 2014	(r342456)
+++ head/www/squid_radius_auth/Makefile	Mon Feb  3 15:45:08 2014	(r342457)
@@ -6,10 +6,13 @@ PORTVERSION=	1.10
 CATEGORIES=	www
 MASTER_SITES=	http://www.squid-cache.org/contrib/squid_radius_auth/
 
-MAINTAINER=	freebsd at falz.net
+MAINTAINER=	ports at FreeBSD.org
 COMMENT=	RADIUS authenticator for squid proxy 2.5 and later
 
-MAN8=		squid_radius_auth.8
+.include <bsd.port.pre.mk>
 
-NO_STAGE=	yes
-.include <bsd.port.mk>
+post-patch:
+	${REINPLACE_CMD} 's|= gcc|?= gcc|' ${WRKSRC}/Makefile
+	${REINPLACE_CMD} 's|PREFIX  = /usr/local|PREFIX  = ${PREFIX}|' ${WRKSRC}/Make.inc
+
+.include <bsd.port.post.mk>

Modified: head/www/squid_radius_auth/pkg-plist
==============================================================================
--- head/www/squid_radius_auth/pkg-plist	Mon Feb  3 15:44:19 2014	(r342456)
+++ head/www/squid_radius_auth/pkg-plist	Mon Feb  3 15:45:08 2014	(r342457)
@@ -1,5 +1,6 @@
 etc/squid/squid_radius_auth.conf
 etc/squid/squid_radius_auth.conf.default
 libexec/squid/squid_radius_auth
+man/man8/squid_radius_auth.8.gz
 @dirrmtry libexec/squid/
 @dirrmtry etc/squid/


More information about the svn-ports-all mailing list