From owner-freebsd-ports Mon Sep 4 12:20: 8 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 D32E237B42C for ; Mon, 4 Sep 2000 12:20:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA49463; Mon, 4 Sep 2000 12:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 9E86537B422; Mon, 4 Sep 2000 12:11:06 -0700 (PDT) Message-Id: <20000904191106.9E86537B422@hub.freebsd.org> Date: Mon, 4 Sep 2000 12:11:06 -0700 (PDT) From: tkato@prontomail.ne.jp To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/21033: Update port: games/xtic Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >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 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