ports/151473: [maintainer-update] www/squidguard: fix ldap support

Guido Falsi mad at madpilot.net
Tue Oct 26 11:40:11 UTC 2010


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

From: Guido Falsi <mad at madpilot.net>
To: bug-followup at FreeBSD.org, mad at madpilot.net
Cc:  
Subject: Re: ports/151473: [maintainer-update] www/squidguard: fix ldap
 support
Date: Tue, 26 Oct 2010 13:31:42 +0200

 --jRHKVT23PllUwdXP
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: inline
 
 Fixed patch.
 
 Previous one was plainly wrong. Sorry!
 
 -- 
 Guido Falsi <mad at madpilot.net>
 
 --jRHKVT23PllUwdXP
 Content-Type: text/x-diff; charset=us-ascii
 Content-Disposition: attachment; filename="sg.diff"
 
 diff -ruN squidguard.old/Makefile squidguard/Makefile
 --- squidguard.old/Makefile	2010-08-13 16:11:05.000000000 +0200
 +++ squidguard/Makefile	2010-10-26 13:05:47.879973000 +0200
 @@ -7,7 +7,7 @@
  
  PORTNAME=	squidGuard
  PORTVERSION=	1.4
 -PORTREVISION=	2
 +PORTREVISION=	3
  CATEGORIES=	www
  MASTER_SITES=	http://www.squidguard.org/Downloads/
  
 @@ -25,7 +25,7 @@
  		--with-sg-logdir=${LOGDIR} \
  		--exec-prefix=${PREFIX}
  
 -CONFIGURE_ENV=	CFLAGS="${CFLAGS} -I${PREFIX}/include"
 +CONFIGURE_ENV=	CFLAGS="${CFLAGS} -I${PREFIX}/include" LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib"
  
  CFGINPUT=	${.CURDIR}/files/sgcfg.in
  
 @@ -156,7 +156,7 @@
  	${FIND} ${DATADIR} -type f -name *.db -exec ${CHMOD} 660 {} \; ; \
  	${ECHO_MSG} "       -> Blacklist databases installed in: ${DATADIR}"
  .else
 -	${ECHO_MSG} "===>   Existing configuration file found - blacklist databases not created"
 +	@${ECHO_MSG} "===>   Existing configuration file found - blacklist databases not created"
  .endif
  
  post-install:
 
 --jRHKVT23PllUwdXP--



More information about the freebsd-ports-bugs mailing list