Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 1 May 2004 16:08:15 +0200 (CEST)
From:      Helge Oldach <spamass-milter-may04@oldach.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        spamass-milter-may04@oldach.net
Subject:   ports/66145: ports/mail/spamass-milter has unnecessary dependencies
Message-ID:  <200405011408.i41E8FRU006476@sep.oldach.net>
Resent-Message-ID: <200405011410.i41EALQv068544@freefall.freebsd.org>

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

>Number:         66145
>Category:       ports
>Synopsis:       ports/mail/spamass-milter has unnecessary dependencies
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat May 01 07:10:20 PDT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Helge Oldach
>Release:        FreeBSD 4.10-PRERELEASE i386
>Organization:
>Environment:
System: FreeBSD localhost 4.10-PRERELEASE FreeBSD 4.10-PRERELEASE #1838: Sun Apr 25 00:32:25 CEST 2004 toor@localhost:/usr/obj/usr/src/sys/GENERIC i386


	
>Description:

Makefile contains unnecessary USE_AUTOCONF_VER and USE_AUTOMAKE_VER
dependencies. Actually GNU_CONFIGURE is sufficient. Please modify to
avoid dependency bloat.

>How-To-Repeat:
	
>Fix:


--- Makefile.ORIG	Mon Mar 15 07:45:59 2004
+++ Makefile	Sat May  1 16:07:32 2004
@@ -56,8 +56,7 @@
 
 CONFIGURE_ENV+=	CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
 
-USE_AUTOCONF_VER= 253
-USE_AUTOMAKE_VER= 15
+GNU_CONFIGURE=	yes
 
 MAN1=		spamass-milter.1
 


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



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