Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Aug 1997 00:24:14 -0400 (EDT)
From:      Chuck Robey <chuckr@glue.umd.edu>
To:        bovynf@awe.be
Cc:        freebsd-ports@hub.freebsd.org
Subject:   Re: ports/4283: Xaw3d port installs headers files incorrecly
Message-ID:  <Pine.BSF.3.96.970813002221.726C-100000@Journey2.mat.net>
In-Reply-To: <199708121749.TAA00693@hal9000.not4u.net>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 12 Aug 1997 bovynf@awe.be wrote:


This one's not really broken.  I found the same thing about 3 months ago,
asked XFree86 about it, and it turns out that this is caused by a change
in the X11/config configuration files, going from XFree86 version
3.2->3.3.  If you do it under 3.3, it works fine.

> 
> >Number:         4283
> >Category:       ports
> >Synopsis:       Xaw3d port installs header files incorrecly
> >Confidential:   no
> >Severity:       serious
> >Priority:       high
> >Responsible:    freebsd-ports
> >State:          open
> >Class:          sw-bug
> >Submitter-Id:   current-users
> >Arrival-Date:   Tue Aug 12 10:50:01 PDT 1997
> >Last-Modified:
> >Originator:     Filip Bovyn
> >Organization:
> >Release:        FreeBSD 2.2-STABLE i386
> >Environment:
> 
> 	
> 
> >Description:
> 
> 	The header files are installed in 
> 	  /usr/X11R6/include/X11/X11/Xaw3d
>         instead of
> 	  /usr/X11R6/include/X11/Xaw3d
> 
>         The latter is the directory where it should be installed
> 	according to the PLIST. It is also where other ports expect
> 	to find things.
> 
> >How-To-Repeat:
> 
> 	Build and install the Xaw3d port. 
> 
> >Fix:
> 	
> 	IncSubdir should be left at Xaw3d in the Imakefile, instead
> 	of X11/Xaw3d.
> 
> 	It works if patch-aa is changed to this:
> 
> --- Imakefile.orig	Wed May 29 17:38:40 1996
> +++ Imakefile	Mon Aug 11 00:02:32 1997
> @@ -38,9 +38,9 @@
>  
>         LINTLIBS = $(LINTXLIB) $(LINTXTOOL)
>  
> -#  EXTRA_DEFINES = -DARROW_SCROLLBAR -DUSEGRAY
> +  EXTRA_DEFINES = -DARROW_SCROLLBAR -DUSEGRAY
>  
> -#  EXTRA_INCLUDES = -I.
> +  EXTRA_INCLUDES = -I.
>  
>  HEADERS = \
>  	AllWidgets.h \
> 
> >Audit-Trail:
> >Unformatted:
> 
> 

----------------------------+-----------------------------------------------
Chuck Robey                 | Interests include any kind of voice or data 
chuckr@eng.umd.edu          | communications topic, C programming, and Unix.
213 Lakeside Drive Apt T-1  |
Greenbelt, MD 20770         | I run Journey2 and picnic, both FreeBSD
(301) 220-2114              | version 3.0 current -- and great FUN!
----------------------------+-----------------------------------------------




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.96.970813002221.726C-100000>