Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 3 Feb 2014 15:45:08 +0000 (UTC)
From:      Mark Felder <feld@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r342457 - head/www/squid_radius_auth
Message-ID:  <201402031545.s13Fj85R041560@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@falz.net
+MAINTAINER=	ports@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/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402031545.s13Fj85R041560>