From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Oct 23 18:20:19 2005 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 [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D0C9C16A41F for ; Sun, 23 Oct 2005 18:20:19 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DCA1B43D48 for ; Sun, 23 Oct 2005 18:20:18 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j9NIKIIU098210 for ; Sun, 23 Oct 2005 18:20:18 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j9NIKI8U098207; Sun, 23 Oct 2005 18:20:18 GMT (envelope-from gnats) Resent-Date: Sun, 23 Oct 2005 18:20:18 GMT Resent-Message-Id: <200510231820.j9NIKI8U098207@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, Stephen Montgomery-Smith Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D4B1916A41F for ; Sun, 23 Oct 2005 18:14:05 +0000 (GMT) (envelope-from stephen@cauchy.math.missouri.edu) Received: from cauchy.math.missouri.edu (cauchy.math.missouri.edu [128.206.49.166]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6E2FA43D46 for ; Sun, 23 Oct 2005 18:14:05 +0000 (GMT) (envelope-from stephen@cauchy.math.missouri.edu) Received: from cauchy.math.missouri.edu (localhost [127.0.0.1]) by cauchy.math.missouri.edu (8.13.4/8.13.3) with ESMTP id j9NIE4rT026193 for ; Sun, 23 Oct 2005 13:14:04 -0500 (CDT) (envelope-from stephen@cauchy.math.missouri.edu) Received: (from stephen@localhost) by cauchy.math.missouri.edu (8.13.4/8.13.3/Submit) id j9NIE4r1026192; Sun, 23 Oct 2005 13:14:04 -0500 (CDT) (envelope-from stephen) Message-Id: <200510231814.j9NIE4r1026192@cauchy.math.missouri.edu> Date: Sun, 23 Oct 2005 13:14:04 -0500 (CDT) From: Stephen Montgomery-Smith To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/87879: xppaut-5.91 failed on i386 6 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Stephen Montgomery-Smith List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Oct 2005 18:20:20 -0000 >Number: 87879 >Category: ports >Synopsis: xppaut-5.91 failed on i386 6 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sun Oct 23 18:20:18 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Stephen Montgomery-Smith >Release: FreeBSD 5.4-STABLE i386 >Organization: >Environment: System: FreeBSD cauchy 5.4-STABLE FreeBSD 5.4-STABLE #0: Thu Sep 29 15:53:55 CDT 2005 stephen@cauchy:/usr/obj/usr/src/sys/cauchy i386 >Description: Dear port maintainer, This port does not respect non-standard LOCALBASE/X11BASE settings, which is a requirement that all FreeBSD ports should satisfy. In this build, your port and all its dependencies were built with LOCALBASE=/usr/opt and X11BASE=/usr/X, and the build failed because of hard-coded values in your port or the vendor sources. >How-To-Repeat: >Fix: diff -ur xppaut-orig/files/patch-Makefile xppaut/files/patch-Makefile --- xppaut-orig/files/patch-Makefile Sun Oct 23 13:08:15 2005 +++ xppaut/files/patch-Makefile Sun Oct 23 13:09:17 2005 @@ -22,7 +22,7 @@ -CFLAGS= -g -O -DAUTO -DCVODE_YES -DNOERRNO -DHAVEDLL -DMYSTR=$(VERSION) -I/usr/X11R6/include -LDFLAGS= -L/usr/X11R6/lib -LIBS= -lX11 -lm -ldl -+CFLAGS+= -DAUTO -DCVODE_YES -DNOERRNO -DHAVEDLL -DMYSTR=$(VERSION) -I/usr/X11R6/include ++CFLAGS+= -DAUTO -DCVODE_YES -DNOERRNO -DHAVEDLL -DMYSTR=$(VERSION) -I$(X11BASE)/include +LDFLAGS= -L$(X11BASE)/lib +LIBS= -lX11 -lm # NOTE: Recent (RedHat 8) versions of GCC seem to no longer have >Release-Note: >Audit-Trail: >Unformatted: