[ports] cvs commit: ports/sysutils/syslog-ng3 Makefile

Sergey A. Osokin osa at FreeBSD.org
Wed May 5 15:43:59 UTC 2010


On Wed, May 05, 2010 at 03:38:32PM +0000, Cy Schubert wrote:
> cy          2010-05-05 15:38:25 UTC
> 
>   FreeBSD ports repository
> 
>   Modified files:
>     sysutils/syslog-ng3  Makefile 
>   Log:
>   LIB_DEPENDS= s/b LIB_DEPENDS.
>   
>   Thanks to:      osa
>   
>   Revision  Changes    Path
>   1.26      +1 -1      ports/sysutils/syslog-ng3/Makefile
> _______________________________________________
> cvs-all at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/cvs-all
> To unsubscribe, send any mail to "cvs-all-unsubscribe at freebsd.org"
> 
> 
> Index: ports/sysutils/syslog-ng3/Makefile
> diff -u ports/sysutils/syslog-ng3/Makefile:1.25 ports/sysutils/syslog-ng3/Makefile:1.26
> --- ports/sysutils/syslog-ng3/Makefile:1.25	Wed May  5 15:25:23 2010
> +++ ports/sysutils/syslog-ng3/Makefile	Wed May  5 15:38:24 2010
> @@ -73,7 +73,7 @@
>  
>  .if defined(WITH_PCRE)
>  CONFIGURE_ARGS+=	--enable-pcre
> -LIB_DEPENDS=		pcre.0:${PORTSDIR}/devel/pcre
> +LIB_DEPENDS+=		pcre.0:${PORTSDIR}/devel/pcre
>  .else
>  CONFIGURE_ARGS+=	--disable-pcre
>  .endif

Could you commit following patch.

Index: ports/sysutils/syslog-ng3/Makefile
===================================================================
RCS file: /home/pcvs/ports/sysutils/syslog-ng3/Makefile,v
retrieving revision 1.26
diff -u -r1.26 Makefile
--- ports/sysutils/syslog-ng3/Makefile	5 May 2010 15:38:24 -0000	1.26
+++ ports/sysutils/syslog-ng3/Makefile	5 May 2010 15:41:26 -0000
@@ -79,7 +79,7 @@
 .endif
 
 .if defined(WITH_SQL)
-LIB_DEPENDS=		dbi.0:${PORTSDIR}/databases/libdbi
+LIB_DEPENDS+=		dbi.0:${PORTSDIR}/databases/libdbi
 CONFIGURE_ENV+=		LIBDBI_LIBS="-ldbi"
 CONFIGURE_ARGS+=	--enable-sql
 .else


--
Sergey A. Osokin
osa at FreeBSD.ORG


More information about the cvs-ports mailing list