Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Oct 2001 07:15:25 -0800 (PST)
From:      TOGAWA Satoshi <toga@puyo.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/31594: textproc/dico: failing "make describe"
Message-ID:  <200110291515.f9TFFP805624@freefall.freebsd.org>

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

>Number:         31594
>Category:       ports
>Synopsis:       textproc/dico: 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/textproc/dico , we see warning during making describe.
This is because that this port don't use "AUTOMAKE_ARGS".

>How-To-Repeat:
cd /usr/ports/textproc/dico ; make describe


>Fix:

diff -urN dico/Makefile.orig dico/Makefile
--- dico/Makefile.dico	Thu Sep 13 09:48:00 2001
+++ dico/Makefile	Tue Oct 30 00:13:23 2001
@@ -20,7 +20,7 @@
 PATCH_STRIP=	-p1
 USE_AUTOMAKE=	true
 USE_GMAKE=	true
-AUTOMAKE=	automake --add-missing --foreign --include-deps
+AUTOMAKE_ARGS=	--add-missing --foreign --include-deps
 ACLOCAL=	aclocal
 MAKE_ARGS=	prefix=${PREFIX}
 MAN1=		dico.1

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

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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