Skip site navigation (1)Skip section navigation (2)
Date:      Mon,  4 Sep 2000 12:11:06 -0700 (PDT)
From:      tkato@prontomail.ne.jp
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/21033: Update port: games/xtic
Message-ID:  <20000904191106.9E86537B422@hub.freebsd.org>

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

>Number:         21033
>Category:       ports
>Synopsis:       Update port: games/xtic
>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:   Mon Sep 04 12:20:01 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        4.1-RELEASE i386
>Organization:
>Environment:
>Description:
- Support X11BASE properly

>How-To-Repeat:

>Fix:
diff -urN /usr/ports/games/xtic/Makefile games/xtic/Makefile
--- /usr/ports/games/xtic/Makefile	Thu Aug  3 21:14:26 2000
+++ games/xtic/Makefile	Sat Aug 12 02:36:09 2000
@@ -18,4 +18,7 @@
 USE_XPM=	yes
 MAN1=		xtic.1
 
+post-patch:
+	@${PERL} -pi -e "s|%%X11BASE%%|${X11BASE}|g" ${WRKSRC}/configure.h
+
 .include <bsd.port.mk>
diff -urN /usr/ports/games/xtic/patches/patch-aa games/xtic/patches/patch-aa
--- /usr/ports/games/xtic/patches/patch-aa	Fri Jun 23 13:35:56 1995
+++ games/xtic/patches/patch-aa	Sat Aug 12 02:33:26 2000
@@ -5,4 +5,4 @@
   *  Change this to the correct place, if needed */
  
 -#define XPMLIBRARY -L/usr/local/lib -lXpm
-+#define XPMLIBRARY -L/usr/X11R6/lib -lXpm
++#define XPMLIBRARY -L%%X11BASE%%/lib -lXpm


>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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