Bug 43591 - devel/tide port update
Summary: devel/tide port update
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-10-02 17:40 UTC by Nils M Holm
Modified: 2002-11-18 09:59 UTC (History)
0 users

See Also:


Attachments
file.diff (174 bytes, patch)
2002-10-02 17:40 UTC, Nils M Holm
no flags Details | Diff
file.diff (777 bytes, patch)
2002-10-02 17:40 UTC, Nils M Holm
no flags Details | Diff
file.diff (4.10 KB, patch)
2002-10-02 17:40 UTC, Nils M Holm
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!