Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Aug 1997 19:49:13 +0200 (MET DST)
From:      bovynf@awe.be
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   ports/4283: Xaw3d port installs headers files incorrecly
Message-ID:  <199708121749.TAA00693@hal9000.not4u.net>
Resent-Message-ID: <199708121750.KAA06825@hub.freebsd.org>

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

>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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199708121749.TAA00693>