From owner-freebsd-ports Thu Jan 7 20:40:11 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA28883 for freebsd-ports-outgoing; Thu, 7 Jan 1999 20:40:11 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA28869 for ; Thu, 7 Jan 1999 20:40:07 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id UAA10289; Thu, 7 Jan 1999 20:40:01 -0800 (PST) Received: (from nobody@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA27540; Thu, 7 Jan 1999 20:30:06 -0800 (PST) (envelope-from nobody) Message-Id: <199901080430.UAA27540@hub.freebsd.org> Date: Thu, 7 Jan 1999 20:30:06 -0800 (PST) From: pfgiffun@bachue.usc.unal.edu.co To: freebsd-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: www-1.0 Subject: ports/9383: Fix for the urt port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >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