Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Oct 2001 07:08:57 -0800 (PST)
From:      TOGAWA Satoshi <toga@puyo.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/31592: math/geg: failing "make describe"
Message-ID:  <200110291508.f9TF8vV04717@freefall.freebsd.org>

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

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

>How-To-Repeat:
cd /usr/ports/math/geg ; make describe


>Fix:
diff -urN geg/Makefile.orig geg/Makefile
--- geg/Makefile.orig	Thu Oct  5 15:42:07 2000
+++ geg/Makefile	Tue Oct 30 00:06:26 2001
@@ -17,7 +17,7 @@
 USE_X_PREFIX=	yes
 USE_GTK=	yes
 USE_AUTOMAKE=	yes
-AUTOMAKE=	automake -a -i
+AUTOMAKE_ARGS=	-a -i
 CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
 		LIBS="-L${LOCALBASE}/lib"
 

>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?200110291508.f9TF8vV04717>