From mita@pcmita.isen.fr  Sat Sep 27 01:16:42 1997
Received: from pcmita.isen.fr (pcmita.isen.fr [192.134.17.84])
          by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id BAA08930
          for <FreeBSD-gnats-submit@freebsd.org>; Sat, 27 Sep 1997 01:16:40 -0700 (PDT)
Received: (from mita@localhost)
	by pcmita.isen.fr (8.8.5/8.8.5) id KAA00407;
	Sat, 27 Sep 1997 10:15:40 +0200 (CEST)
Message-Id: <199709270815.KAA00407@pcmita.isen.fr>
Date: Sat, 27 Sep 1997 10:15:40 +0200 (CEST)
From: MITA Yoshio <Yoshio.Mita.isen.fr@pcmita.isen.fr>
Reply-To: MITA Yoshio <Yoshio.Mita.isen.fr@pcmita.isen.fr>
To: FreeBSD-gnats-submit@freebsd.org
Subject: current xfig-3.2 cannot be compiled under XFree86 3.2
X-Send-Pr-Version: 3.2

>Number:         4637
>Category:       ports
>Synopsis:       current xfig-3.2 is unable to compile under XFree86
>Confidential:   no
>Severity:       critical
>Priority:       high
>Responsible:    freebsd-ports
>State:          closed
>Quarter:
>Keywords:
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Sep 27 01:20:00 PDT 1997
>Closed-Date:    Mon Oct 6 22:20:11 PDT 1997
>Last-Modified:  Mon Oct  6 22:20:39 PDT 1997
>Originator:     MITA Yoshio
>Release:        FreeBSD 2.2.1-RELEASE i386
>Organization:
Centre National de la Recherche Scientifique
>Environment:
	XFree86-3.2 + FreeBSD 2.2.1-R
>Description:
	Compilation stops with errors like: X11/Xpm.h no such file or directory.
>How-To-Repeat:
>Fix:
	The error is solved by applying this patch, but I don't know
	whether this change makes compilation error at XFree86 3.3[.1].

diff -rcN graphics/xfig.orig/patches/patch-aa graphics/xfig/patches/patch-aa
*** graphics/xfig.orig/patches/patch-aa	Thu Aug 28 06:57:42 1997
--- graphics/xfig/patches/patch-aa	Sat Sep 27 08:32:06 1997
***************
*** 27,33 ****
   #ifdef USEXPM
   XPMLIBDIR = $(USRLIBDIR)
  -XPMINC = -I$(INCDIR)
! +XPMINC = -I$(INCDIR)/X11
   XPMLIB = -L$(XPMLIBDIR) -lXpm
   #endif
   
--- 27,33 ----
   #ifdef USEXPM
   XPMLIBDIR = $(USRLIBDIR)
  -XPMINC = -I$(INCDIR)
! +XPMINC = -I$(INCDIR)/X11 -I$(INCDIR)
   XPMLIB = -L$(XPMLIBDIR) -lXpm
   #endif
   
>Release-Note:
>Audit-Trail:

From: Thomas Gellekum <tg@ihf.rwth-aachen.de>
To: MITA Yoshio <Yoshio.Mita.isen.fr@pcmita.isen.fr>
Cc: FreeBSD-gnats-submit@FreeBSD.ORG
Subject: Re: ports/4637: current xfig-3.2 cannot be compiled under XFree86 3.2
Date: 29 Sep 1997 08:42:15 +0200

 MITA Yoshio <Yoshio.Mita.isen.fr@pcmita.isen.fr> writes:
 
 > >Environment:
 > 	XFree86-3.2 + FreeBSD 2.2.1-R
 > >Description:
 > 	Compilation stops with errors like: X11/Xpm.h no such file or directory.
 > >How-To-Repeat:
 > >Fix:
 > 	The error is solved by applying this patch, but I don't know
 > 	whether this change makes compilation error at XFree86 3.3[.1].
 
 Yes, it will. Sorry, but the ports collection is tracking 2.2-STABLE
 and -current. You should upgrade your XFree86 installation.
 
 tg

From: asami@cs.berkeley.edu (Satoshi Asami)
To: Yoshio.Mita@isen.fr
Cc: freebsd-gnats-submit@freebsd.org
Subject: Re: ports/4637: current xfig-3.2 cannot be compiled under XFree86 3.2
Date: Tue, 30 Sep 1997 01:04:18 -0700 (PDT)

 Although I don't have the machine to test XFree86-3.2 anymore, I
 certainly don't mind changes going into the tree that supports both
 3.3[.1] and 3.2.  What I objected in the past is something that breaks 
 3.3 for the sake of 3.2.
 
 Satoshi
State-Changed-From-To: open->closed 
State-Changed-By: obrien 
State-Changed-When: Mon Oct 6 22:20:11 PDT 1997 
State-Changed-Why:  
Patched applied.  Tested OK under XF311. 
>Unformatted:
