FreeBSD

ports/21971: Update port: games/xbl

From:tkato@prontomail.ne.jp
Date:Fri, 13 Oct 2000 18:07:44 -0700 (PDT)
Subject:Update port: games/xbl
Send-pr version:www-1.0

Number:21971
Category:ports
Synopsis:Update port: games/xbl
Severity:non-critical
Priority:low
Responsible:freebsd-ports@FreeBSD.org
State:closed
Class:change-request
Arrival-Date:Fri Oct 13 18:10:02 PDT 2000
Closed-Date:Sat Oct 14 12:52:38 PDT 2000
Last-Modified:Sat Oct 14 12:52:46 PDT 2000
Originator:KATO Tsuguru
Release:4.1.1-RELEASE i386

Organization:
 
Environment:
 
Description:
- Support X11BASE properly
How-To-Repeat:
 
Fix:
Download patch-1.diff
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 <bsd.port.mk>
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:
State Changed
From-To:open->closed
By:ade
When:Sat Oct 14 12:52:38 PDT 2000
Why:Update committed, thanks!

Unformatted:
 
Submit Followup | Raw PR | Find another PR