Bug 43591

Summary: devel/tide port update
Product: Ports & Packages Reporter: Nils M Holm <nmh>
Component: Individual Port(s)Assignee: freebsd-ports (Nobody) <ports>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff
none
file.diff
none
file.diff none

Description Nils M Holm 2002-10-02 17:40:01 UTC
Update to TIDE 1.6.

NOTE: T3X 7.0 is required to compile this port. See PR ports/43590.

Fix: PORTNAME=	tide
-PORTVERSION=	1.4
+PORTVERSION=	1.6
 CATEGORIES=	devel
-MASTER_SITES= 	http://www.t3x.org/Compiler/ \
-		http://www.homepages.de/home/nmh/T3X/Compiler/
+MASTER_SITES=	http://www.not-compatible.org/files/ \
+		http://www.t3x.org/files/
 DISTNAME=	tide-${PORTVERSION:S/.//g}

 MAINTAINER=	nmh@t3x.org
@@ -17,6 +17,10 @@
 BUILD_DEPENDS=	tx:${PORTSDIR}/lang/t3x
 RUN_DEPENDS=	${BUILD_DEPENDS}

-MAKE_ENV+=	T3XDIR=/usr/local/t3x/r6
+MAKE_ENV+=	T3XDIR=/usr/local/t3x/r7
+
+do-configure:
+	@(cd ${WRKSRC}; ${LN} Makefile.UNX Makefile)
+	@(cd ${WRKSRC}/T3Xtools; ${LN} Makefile.UNX Makefile)

 .include <bsd.port.mk>
. editing source programs
 . compiling programs without leaving the editor
Comment 1 Kris Kennaway freebsd_committer freebsd_triage 2002-11-18 09:58:57 UTC
State Changed
From-To: open->closed

Update committed, thanks!