Skip site navigation (1)Skip section navigation (2)
Date:      20 May 1999 20:37:59 -0000
From:      yds@dppl.com
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        jfitz@FreeBSD.ORG
Subject:   ports/11807: Port update: net/ratoolset
Message-ID:  <19990520203759.83108.qmail@paris.dppl.com>

next in thread | raw e-mail | index | archive | help

>Number:         11807
>Category:       ports
>Synopsis:       Port update: net/ratoolset
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu May 20 13:40:00 PDT 1999
>Closed-Date:
>Last-Modified:
>Originator:     Yarema
>Release:        FreeBSD 3.1-STABLE i386
>Organization:
>Environment:

	FreeBSD 3.1-STABLE Feb 24 02:20:15 EST 1999 i386

>Description:

Distribution file no longer available. Updated to the latest 3.5.x
release cuz 4.3.3 does not compile with gcc version 2.7.2.1
Since 4.3.3 is being developed on Linux with egcs, perhaps it does
build on 4.0-CURRENT.

>How-To-Repeat:

	cd /usr/ports/net/ratoolset && make

>Fix:
	
diff -ruN ratoolset-3.5.2/Makefile ratoolset/Makefile
--- ratoolset-3.5.2/Makefile	Sun Sep 27 21:02:07 1998
+++ ratoolset/Makefile	Thu May 20 15:52:12 1999
@@ -6,20 +6,21 @@
 # $Id: Makefile,v 1.7 1998/09/28 01:02:07 steve Exp $
 #
 
-DISTNAME=	RAToolSet-3.5.2
-PKGNAME=	ratoolset-3.5.2
-CATEGORIES=	net tk41
+DISTNAME=	RAToolSet-3.5.8
+PKGNAME=	ratoolset-3.5.8
+CATEGORIES=	net tk80
 MASTER_SITES=	ftp://ftp.isi.edu/ra/RAToolSet/
 
 MAINTAINER=	jfitz@FreeBSD.ORG
 
-LIB_DEPENDS=	tk41.1:${PORTSDIR}/x11-toolkits/tk41
+LIB_DEPENDS=	tk80.1:${PORTSDIR}/x11-toolkits/tk80
 
 GNU_CONFIGURE=	Yes
-CONFIGURE_ENV=	TCL_TK_INCLUDE_DIR="${PREFIX}/include/tcl7.5: \
-			${PREFIX}/include/tk4.1" \
+CONFIGURE_ENV=	TCL_TK_INCLUDE_DIR="${PREFIX}/include/tcl8.0:${PREFIX}/include/tk8.0" \
 		TCL_TK_LIBRARY_DIR=${PREFIX}/lib \
-		LD_TCL_TK_LIBS="-ltcl75 -ltk41"
+		TCL_LIBRARY=/usr/local/lib/tcl8.0 \
+		TK_LIBRARY=/usr/local/lib/tk8.0 \
+		LD_TCL_TK_LIBS="-ltk80 -ltcl80"
 
 MAN1=		CIDRAdvisor.1 aoe.1 pmatch.1 prpath.1 RtConfig.1 peval.1 \
 		prcheck.1 roe.1
diff -ruN ratoolset-3.5.2/files/md5 ratoolset/files/md5
--- ratoolset-3.5.2/files/md5	Mon May  5 06:46:19 1997
+++ ratoolset/files/md5	Thu May 20 14:51:57 1999
@@ -1 +1 @@
-MD5 (RAToolSet-3.5.2.tar.gz) = 5ebc74261aa1136bdf28aa8240d01cbd
+MD5 (RAToolSet-3.5.8.tar.gz) = 4c7a04539a878ba3bcc5a6de3d12ac38

>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?19990520203759.83108.qmail>