Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Oct 2001 07:04:08 -0800 (PST)
From:      TOGAWA Satoshi <toga@puyo.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/31590: audio/gdcd: failing "make descirbe"
Message-ID:  <200110291504.f9TF48400888@freefall.freebsd.org>

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

>Number:         31590
>Category:       ports
>Synopsis:       audio/gdcd: failing "make descirbe"
>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/audio/gdcd , we fail making describe.
This is because that this port don't use "AUTOMAKE_ARGS".

>How-To-Repeat:
cd /usr/ports/audio/gdcd/ ; make describe


>Fix:
diff -urN gdcd/Makefile.orig gdcd/Makefile
--- gdcd/Makefile.orig	Sun May 20 03:10:14 2001
+++ gdcd/Makefile	Mon Oct 29 23:58:58 2001
@@ -17,7 +17,7 @@
 USE_X_PREFIX=	yes
 USE_GNOME=	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?200110291504.f9TF48400888>