From owner-freebsd-ports Wed Nov 21 14:40:15 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 D346837B41E for ; Wed, 21 Nov 2001 14:40:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fALMe1V07551; Wed, 21 Nov 2001 14:40:01 -0800 (PST) (envelope-from gnats) Received: from hand.dotat.at (host217-35-25-75.in-addr.btopenworld.com [217.35.25.75]) by hub.freebsd.org (Postfix) with ESMTP id 6A09437B405 for ; Wed, 21 Nov 2001 14:33:33 -0800 (PST) Received: from fanf by hand.dotat.at with local (Exim 3.33 #1) id 166fw1-00020h-00; Wed, 21 Nov 2001 22:33:37 +0000 Message-Id: Date: Wed, 21 Nov 2001 22:33:37 +0000 From: Tony Finch Reply-To: Tony Finch To: FreeBSD-gnats-submit@freebsd.org Cc: Tony Finch X-Send-Pr-Version: 3.113 Subject: ports/32176: FvwmM4 requires gnu m4 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: 32176 >Category: ports >Synopsis: FvwmM4 requires gnu m4 >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: Wed Nov 21 14:40:01 PST 2001 >Closed-Date: >Last-Modified: >Originator: Tony Finch >Release: FreeBSD 4.4-STABLE-20011121 i386 >Organization: dotat labs >Environment: System: FreeBSD hand.dotat.at 4.4-STABLE-20011121 FreeBSD 4.4-STABLE-20011121 #0: Wed Nov 21 20:24:20 GMT 2001 fanf@:/FreeBSD/obj/FreeBSD/releng4/sys/SHARP i386 >Description: FvwmM4 uses various command line options when invoking m4 that are not supported by FreeBSD's m4; using gnu m4 fixes the problem. >How-To-Repeat: >Fix: in addition to adding a dependency on gm4, the following patch is needed: --- modules/FvwmM4/FvwmM4.c.orig Wed Nov 21 22:32:08 2001 +++ modules/FvwmM4/FvwmM4.c Wed Nov 21 22:32:20 2001 @@ -71,7 +71,7 @@ int m4_prefix_defines; /* Add "m4_" to the names of the defines */ char m4_options[BUFSIZ]; /* Command line options to m4 */ char m4_outfile[BUFSIZ] = ""; /* The output filename for m4 */ -char *m4_prog = "m4"; /* Name of the m4 program */ +char *m4_prog = "gm4"; /* Name of the m4 program */ int m4_default_quotes; /* Use default m4 quotes */ char *m4_startquote = "`"; /* Left quote characters for m4 */ char *m4_endquote = "'"; /* Right quote characters for m4 */ >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message