Date: Thu, 7 Jan 1999 20:30:06 -0800 (PST) From: pfgiffun@bachue.usc.unal.edu.co To: freebsd-gnats-submit@FreeBSD.ORG Subject: ports/9383: Fix for the urt port Message-ID: <199901080430.UAA27540@hub.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 9383 >Category: ports >Synopsis: Fix for the urt port >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: Thu Jan 7 20:40:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Pedro F. Giffuni >Release: 2.2.7-R >Organization: U. Nacional de Colombia >Environment: >Description: Hopefully the new flags will aid in building this port on alpha. I also made some changes suggested by portlint. Note: the scripts directory isn't needed. >How-To-Repeat: >Fix: diff -rNu urt.old/Makefile urt/Makefile --- urt.old/Makefile Thu Jan 7 22:42:38 1999 +++ urt/Makefile Thu Jan 7 23:24:56 1999 @@ -12,16 +12,18 @@ MASTER_SITES= ftp://ftp.cs.utah.edu/pub/ DISTFILES= urt-3.1b.tar.Z urt-doc.tar urt-img.tar +PATCH_SITES= ftp://ptolemy.berkeley.edu/pub/misc/urt/ +PATCHFILES= urt-3.1b-3.1b1.patch +PATCH_DIST_STRIP=-p1 + MAINTAINER= giffunip@asme.org LIB_DEPENDS= tiff.4:${PORTSDIR}/graphics/tiff34 BUILD_DEPENDS= ${X11BASE}/lib/libpbm.a:${PORTSDIR}/graphics/netpbm EXTRACT_ONLY= urt-3.1b.tar.Z -PATCH_SITES= ftp://ptolemy.berkeley.edu/pub/misc/urt/ -PATCHFILES= urt-3.1b-3.1b1.patch -PATCH_DIST_STRIP=-p1 +USE_XLIB= yes NO_WRKSUBDIR= yes CONFIGURE_SCRIPT=Configure CONFIGURE_ARGS= config/urt diff -rNu urt.old/patches/patch-aa urt/patches/patch-aa --- urt.old/patches/patch-aa Thu Jan 7 22:42:38 1999 +++ urt/patches/patch-aa Thu Jan 7 22:49:53 1999 @@ -45,7 +45,7 @@ # You can put any system dependent flags here. -ExtraCFLAGS = -+ExtraCFLAGS = -m486 -O2 ++ExtraCFLAGS = -O2 -pipe -fno-strength-reduce # System specific or configuration parameters. Define according to your # environment and desires. >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?199901080430.UAA27540>