Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Oct 2010 11:40:11 GMT
From:      Guido Falsi <mad@madpilot.net>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/151473: [maintainer-update] www/squidguard: fix ldap support
Message-ID:  <201010261140.o9QBeBMq056776@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/151473; it has been noted by GNATS.

From: Guido Falsi <mad@madpilot.net>
To: bug-followup@FreeBSD.org, mad@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@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--



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