ports/176075: commit references a PR

dfilter service dfilter at FreeBSD.ORG
Tue Feb 19 23:10:01 UTC 2013


The following reply was made to PR ports/176075; it has been noted by GNATS.

From: dfilter at FreeBSD.ORG (dfilter service)
To: bug-followup at FreeBSD.org
Cc:  
Subject: Re: ports/176075: commit references a PR
Date: Tue, 19 Feb 2013 23:07:56 +0000 (UTC)

 Author: pawel
 Date: Tue Feb 19 23:07:43 2013
 New Revision: 312607
 URL: http://svnweb.freebsd.org/changeset/ports/312607
 
 Log:
   - Support using OpenSSL from ports
   - Trim Makefile header while here
   
   PR:		ports/176075
   Submitted by:	Steve Wall <swall at redcom.com>
   Approved by:	Mikhail Tsatsenko <m.tsatsenko at gmail.com> (maintainer)
 
 Modified:
   head/net/radsecproxy/Makefile
 
 Modified: head/net/radsecproxy/Makefile
 ==============================================================================
 --- head/net/radsecproxy/Makefile	Tue Feb 19 22:40:55 2013	(r312606)
 +++ head/net/radsecproxy/Makefile	Tue Feb 19 23:07:43 2013	(r312607)
 @@ -1,7 +1,4 @@
 -# New ports collection makefile for: radsecproxy
 -# Date created: 2011-10-25
 -# Whom: Honza Betik
 -#
 +# Created by: Honza Betik
  # $FreeBSD$
  
  PORTNAME=	radsecproxy
 @@ -20,6 +17,8 @@ MAN5=		radsecproxy.conf.5
  
  GNU_CONFIGURE=	yes
  USE_RC_SUBR=	${PORTNAME}
 +USE_OPENSSL=	yes
 +CONFIGURE_ARGS=	--with-ssl=${OPENSSLBASE}
  
  do-install:
  	${INSTALL_PROGRAM} ${WRKSRC}/radsecproxy ${PREFIX}/bin/catgconf
 _______________________________________________
 svn-ports-all at freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe at freebsd.org"
 


More information about the freebsd-ports-bugs mailing list