Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Feb 1999 20:20:57 +0200
From:      Sheldon Hearn <axl@iafrica.com>
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   ports/10011: [PATCH] Fix x11-toolkits/FWF for current version of XFree86
Message-ID:  <37301.918670857@axl.noc.iafrica.com>

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

>Number:         10011
>Category:       ports
>Synopsis:       [PATCH] Fix x11-toolkits/FWF for current XFree86
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Feb 10 10:30:00 PST 1999
>Closed-Date:
>Last-Modified:
>Originator:     Sheldon Hearn
>Release:        FreeBSD 4.0-CURRENT i386
>Organization:
UUNET Internet Africa
>Environment:

	FreeBSD 4.0-CURRENT w/ XFree86 3.3.3.1+ .

>Description:

	x11-toolkits/FWF was marked broken for ELF in October last year
	when Xpm had its major version number bumped for ELF during the
	brief window during which Satoshi went mad. ;-)

	Since then, the dependency on Xpm works, but now the port is
	broken because of a define that conflicts with a define which
	has been added to xmkmf's FreeBSD.cf in later versions of
	XFree86. *phew*

>How-To-Repeat:

	cd /usr/ports/x11-toolkits/FWF ; make configure

>Fix:
	
	The following diff will create patch-ah to fix the problem:

Index: patch-ah
===================================================================
RCS file: patch-ah
diff -N patch-ah
--- /dev/null	Wed Feb 10 20:03:09 1999
+++ patch-ah	Wed Feb 10 20:12:48 1999
@@ -0,0 +1,11 @@
+--- FWF.tmpl.orig	Wed Feb 10 20:06:18 1999
++++ FWF.tmpl	Wed Feb 10 20:06:27 1999
+@@ -82,7 +82,7 @@
+ 	You probably won't need to edit these...
+ ------------------------------------------------------------------------*/
+ 
+-IMAKE_DEFINES = -DAvoidNullMakeCommand
++#IMAKE_DEFINES = -DAvoidNullMakeCommand
+ 
+ ARMERGE = ar r
+ PROJECTDIR = $(TOP)
>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?37301.918670857>