Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Jan 2004 01:53:57 +0100
From:      Matthias Andree <matthias.andree@gmx.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/61375: [MAINTAINER] mail/bogofilter: Makefile cosmetic
Message-ID:  <E1Agvll-0008qi-21@libertas.emma.line.org>
Resent-Message-ID: <200401150100.i0F10P23079925@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         61375
>Category:       ports
>Synopsis:       [MAINTAINER] mail/bogofilter: Makefile cosmetic
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jan 14 17:00:25 PST 2004
>Closed-Date:
>Last-Modified:
>Originator:     Matthias Andree
>Release:        FreeBSD 4.9-STABLE i386
>Organization:
>Environment:
System: FreeBSD libertas.emma.line.org 4.9-STABLE FreeBSD 4.9-STABLE #74: Wed Jan 14 21:55:07 CET 2004
>Description:
Makefile cosmetic changes:
* db-4.2.2 to db-4.2 in LIB_DEPENDS
* drop 2nd contiguous blank line

Generated with FreeBSD Port Tools 0.50
>How-To-Repeat:
>Fix:

--- bogofilter-0.15.13.2.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/mail/bogofilter/Makefile /root/ports/mail/bogofilter/Makefile
--- /usr/ports/mail/bogofilter/Makefile	Thu Jan 15 01:35:52 2004
+++ /root/ports/mail/bogofilter/Makefile	Thu Jan 15 01:52:57 2004
@@ -18,7 +18,7 @@
 # values for some of our variables
 WITH_DB_VER?=	4
 .if ${WITH_DB_VER} == 42
-LIB_DEPENDS?=	db-4.2.2:${PORTSDIR}/databases/db42
+LIB_DEPENDS?=	db-4.2:${PORTSDIR}/databases/db42
 libs=		-ldb-4.2
 .else
 WITH_DB_VER=	4
@@ -54,7 +54,6 @@
 	@${ECHO} "Use -DWITH_DB_VER=42 to link against db42 instead of the default db4"
 	@${ECHO} ""
 .endif
-	
 
 post-build::
 	cd ${WRKSRC} && make check SHELL=${SH}
--- bogofilter-0.15.13.2.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1Agvll-0008qi-21>