Date: 6 Mar 1999 19:00:26 -0000 From: Tom Hukins <tom@eborcom.com> To: FreeBSD-gnats-submit@freebsd.org Subject: ports/10463: Fix abs on 2.2.x Message-ID: <19990306190026.6558.qmail@eborcom.com>
next in thread | raw e-mail | index | archive | help
>Number: 10463 >Category: ports >Synopsis: Fix Port: math/abs >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: Sun Mar 7 08:50:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Tom Hukins >Release: FreeBSD 2.2.8-STABLE i386 >Organization: eBORcOM >Environment: >Description: The math/abs port does not build on FreeBSD-2.2.8. I realise that there is no longer any guarantee that ports should build on 2.2.x systems, but the change required is minimal. I would be extremely surprised if this change breaks anything for 3.x or 4.x users. I am sending a small patch, which I hope will be used. >How-To-Repeat: >Fix: diff -ruN abs.old/patches/patch-aa abs/patches/patch-aa --- abs.old/patches/patch-aa Tue Jan 26 03:43:37 1999 +++ abs/patches/patch-aa Sat Mar 6 18:54:55 1999 @@ -1,13 +1,15 @@ ---- Makefile.orig Mon Jan 25 00:36:03 1999 -+++ Makefile Mon Jan 25 00:37:42 1999 -@@ -4,6 +4,7 @@ +--- Makefile.orig Sun Dec 20 17:56:29 1998 ++++ Makefile Sat Mar 6 18:54:17 1999 +@@ -4,7 +4,8 @@ MAKE = make +-LIBS = -L /lib/X11 -L /usr/X11R6/lib -lXaw -lX11 -lm -lXt -lXmu -lXext +CFLAGS+=-I$(X11BASE)/include - LIBS = -L /lib/X11 -L /usr/X11R6/lib -lXaw -lX11 -lm -lXt -lXmu -lXext ++LIBS = -L /lib/X11 -L /usr/X11R6/lib -lXaw -lX11 -lm -lXt -lXmu -lXext -lXpm SRCS = \ + applic.c \ @@ -105,7 +106,7 @@ $(MAKE) all); \ fi \ >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?19990306190026.6558.qmail>