From owner-freebsd-ports Mon Oct 29 7:20: 8 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EA73337B407 for ; Mon, 29 Oct 2001 07:20:00 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9TFK0t06534; Mon, 29 Oct 2001 07:20:00 -0800 (PST) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7FBB137B408 for ; Mon, 29 Oct 2001 07:12:49 -0800 (PST) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9TFCnn05258; Mon, 29 Oct 2001 07:12:49 -0800 (PST) (envelope-from nobody) Message-Id: <200110291512.f9TFCnn05258@freefall.freebsd.org> Date: Mon, 29 Oct 2001 07:12:49 -0800 (PST) From: TOGAWA Satoshi To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/31593: security/cyrus-sasl: failing "make describe" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 31593 >Category: ports >Synopsis: security/cyrus-sasl: failing "make describe" >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Oct 29 07:20:00 PST 2001 >Closed-Date: >Last-Modified: >Originator: TOGAWA Satoshi >Release: 4-STABLE >Organization: >Environment: FreeBSD cel.sd.puyo.org 4.4-STABLE FreeBSD 4.4-STABLE #38: Sat Oct 27 01:05:06 JST 2001 togawa@cel.sd.puyo.org:/usr/obj/usr/src/sys/CEL i386 >Description: In /usr/ports/security/cyrus-sasl , we see warning during making describe. This is because that this port don't use "AUTOMAKE_ARGS". >How-To-Repeat: cd /usr/ports/security/cyrus-sasl ; make describe >Fix: diff -urN cyrus-sasl/Makefile.orig cyrus-sasl/Makefile --- cyrus-sasl/Makefile.orig Mon Aug 13 13:01:25 2001 +++ cyrus-sasl/Makefile Tue Oct 30 00:10:01 2001 @@ -36,7 +36,7 @@ USE_AUTOMAKE= YES USE_LIBTOOL= YES AUTOHEADER= autoheader -AUTOMAKE= automake --add-missing --include-deps +AUTOMAKE_ARGS= --add-missing --include-deps CONFIGURE_ARGS= --sysconfdir=${PREFIX}/etc \ --with-plugindir=${PREFIX}/lib/sasl \ >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message