From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Nov 24 11:40:13 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2445716A403 for ; Fri, 24 Nov 2006 11:40:13 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.FreeBSD.org (Postfix) with ESMTP id B5A4D43D4C for ; Fri, 24 Nov 2006 11:39:31 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id kAOBeCHl043180 for ; Fri, 24 Nov 2006 11:40:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id kAOBeCO1043179; Fri, 24 Nov 2006 11:40:12 GMT (envelope-from gnats) Resent-Date: Fri, 24 Nov 2006 11:40:12 GMT Resent-Message-Id: <200611241140.kAOBeCO1043179@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Takeshi MUTOH Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B4FC716A407 for ; Fri, 24 Nov 2006 11:39:31 +0000 (UTC) (envelope-from mutoh@openedu.org) Received: from sacraya.610t.org (42.ipassign.org [210.171.141.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id 784D543D53 for ; Fri, 24 Nov 2006 11:38:50 +0000 (GMT) (envelope-from mutoh@openedu.org) Received: from localhost (localhost [127.0.0.1]) by sacraya.610t.org (Postfix) with ESMTP id 5A9A4BE446; Fri, 24 Nov 2006 20:33:58 +0900 (JST) Received: from sacraya.610t.org ([127.0.0.1]) by localhost (sacraya.610t.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id KppOtr3aPHXT; Fri, 24 Nov 2006 20:33:54 +0900 (JST) Received: from sacraya.610t.org (localhost [IPv6:::1]) by sacraya.610t.org (Postfix) with ESMTP id 0AD34BE444; Fri, 24 Nov 2006 20:33:54 +0900 (JST) Message-Id: <863b896pul.wl%mutoh@openedu.org> Date: Fri, 24 Nov 2006 20:33:54 +0900 From: Takeshi MUTOH To: FreeBSD-gnats-submit@FreeBSD.org Cc: mutoh@openedu.org, kris@obsecurity.org Subject: ports/105812: Fix X11BASE problem for lang/squeak X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Nov 2006 11:40:13 -0000 >Number: 105812 >Category: ports >Synopsis: Fix X11BASE problem for lang/squeak >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Fri Nov 24 11:40:11 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Takeshi MUTOH >Release: FreeBSD 6.2-PRERELEASE i386 >Organization: 610t >Environment: FreeBSD sacraya.610t.org 6.2-PRERELEASE FreeBSD 6.2-PRERELEASE #7: Fri Nov 10 16:47:54 JST 2006 root@sacraya.610t.org:/usr/obj/usr/src/sys/SMP i386 >Description: The lang/squeak ports use /usr/X11R6/ directory. So if X11BASE change somewhere, it cannot build. >How-To-Repeat: Change X11BASE except for /usr/X11R6 and make lang/squeak. >Fix: Please apply patch below: diff -ruN /usr/ports/lang/squeak/files/patch-platforms::unix::npsqueak::Makefile squeak/files/patch-platforms::unix::npsqueak::Makefile --- /usr/ports/lang/squeak/files/patch-platforms::unix::npsqueak::Makefile Fri Jun 9 02:00:49 2006 +++ squeak/files/patch-platforms::unix::npsqueak::Makefile Fri Nov 24 18:56:12 2006 @@ -1,5 +1,14 @@ ---- platforms/unix/npsqueak/Makefile.org Tue Jan 31 10:36:12 2006 -+++ platforms/unix/npsqueak/Makefile Tue Jan 31 10:37:14 2006 +--- platforms/unix/npsqueak/Makefile.orig Sat Aug 23 06:59:39 2003 ++++ platforms/unix/npsqueak/Makefile Fri Nov 24 18:55:48 2006 +@@ -3,7 +3,7 @@ + + ############ Customize flags here ####################### + +-INC = -I./include -I/usr/X11R6/include ++INC = -I./include -I%%X11BASE%%/include + CC = gcc + CFLAGS = $(INC) -O2 -fPIC -Wall + LD = gcc @@ -20,7 +20,7 @@ ############ compile and link ########################### -- Takeshi MUTOH >Release-Note: >Audit-Trail: >Unformatted: