From owner-freebsd-ports Tue Apr 16 11:10:14 2002 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 4CA8037B41B for ; Tue, 16 Apr 2002 11:10:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g3GIA1402168; Tue, 16 Apr 2002 11:10:01 -0700 (PDT) (envelope-from gnats) Received: from woozle.rinet.ru (woozle.rinet.ru [195.54.192.68]) by hub.freebsd.org (Postfix) with ESMTP id 8101937B405 for ; Tue, 16 Apr 2002 11:00:44 -0700 (PDT) Received: (from marck@localhost) by woozle.rinet.ru (8.11.6/8.11.6) id g3GI0gk89539; Tue, 16 Apr 2002 22:00:42 +0400 (MSD) (envelope-from marck) Message-Id: <200204161800.g3GI0gk89539@woozle.rinet.ru> Date: Tue, 16 Apr 2002 22:00:42 +0400 (MSD) From: Dmitry Morozovsky Reply-To: Dmitry Morozovsky To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/37149: games/nethack4-gnome can't find gnome.h 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: 37149 >Category: ports >Synopsis: games/nethack4-gnome can't find gnome.h >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Apr 16 11:10:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Dmitry Morozovsky >Release: FreeBSD 4-STABLE i386 >Organization: Cronyx Plus LLC (RiNet ISP) >Environment: System: FreeBSD 4-STABLE >Description: games/nethack3-gnome fails to find gnome.h in process of building. It seems that wrong Include directory have been specified >How-To-Repeat: cd /usr/ports/games/nethack3-gnome make >Fix: Don't know whether this fix is appropriate. Anyway, besides setgid gtk issue (which is another story), this patch helps. Index: files/patch-sys::unix::Makefile.src =================================================================== RCS file: /home/ncvs/ports/games/nethack3-gnome/files/patch-sys::unix::Makefile.src,v retrieving revision 1.1 diff -u -r1.1 patch-sys::unix::Makefile.src --- files/patch-sys::unix::Makefile.src 2001/12/12 04:24:01 1.1 +++ files/patch-sys::unix::Makefile.src 2002/04/16 17:56:38 @@ -13,7 +13,7 @@ # directories. The ones given below is the usual spot for linux systems. # The paths are for glibconfig.h and gnomesupport.h respectively. # -! GNOMEINC=-I/usr/X11R6/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include/kpathsea -I../win/gnome +! GNOMEINC=-I/usr/X11R6/include -I/usr/X11R6/include/gnome-1.0 -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include/kpathsea -I../win/gnome # flags for debugging: # CFLAGS = -g -I../include >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message