From owner-freebsd-ports Fri Oct 13 18:10:26 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9830837B675 for ; Fri, 13 Oct 2000 18:10:02 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA66271; Fri, 13 Oct 2000 18:10:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 58D8537B503; Fri, 13 Oct 2000 18:07:44 -0700 (PDT) Message-Id: <20001014010744.58D8537B503@hub.freebsd.org> Date: Fri, 13 Oct 2000 18:07:44 -0700 (PDT) From: tkato@prontomail.ne.jp To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/21971: Update port: games/xbl Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 21971 >Category: ports >Synopsis: Update port: games/xbl >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Oct 13 18:10:02 PDT 2000 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 4.1.1-RELEASE i386 >Organization: >Environment: >Description: - Support X11BASE properly >How-To-Repeat: >Fix: diff -urN /usr/ports/games/xbl/Makefile games/xbl/Makefile --- /usr/ports/games/xbl/Makefile Mon Jun 5 04:26:20 2000 +++ games/xbl/Makefile Sat Oct 14 03:47:04 2000 @@ -15,7 +15,8 @@ USE_X_PREFIX= yes GNU_CONFIGURE= yes -CFLAGS+= -I${PREFIX}/include +CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include" \ + LIBS="-L${X11BASE}/lib" MANN= xbl.n .include diff -urN /usr/ports/games/xbl/files/patch-aa games/xbl/files/patch-aa --- /usr/ports/games/xbl/files/patch-aa Tue Dec 1 17:17:36 1998 +++ games/xbl/files/patch-aa Sat Oct 14 03:54:09 2000 @@ -29,7 +29,7 @@ # The default value if overrided by configure if xmkmf or imake exists. # -SCOREDIR=/usr/local/lib/xbl -+SCOREDIR=$(PREFIX)/lib/xbl ++SCOREDIR=$(PREFIX)/lib/X11/xbl @SCOREDIR@ # Directory where put man pages. @@ -54,7 +54,7 @@ -DXBLVERSION=\"$(XBLVERSION)\" \ -DGROUP_GID=$(GROUP_GID) \ - $(USE_SETGID) @DEFS@ -g -+ $(USE_SETGID) @DEFS@ @CFLAGS@ ++ $(USE_SETGID) @DEFS@ @CPPFLAGS@ @CFLAGS@ # For link edit options LDOPTIONS=$(CFLAGS) LDOPTIONS=@LDOPTIONS@ >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message