Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Jun 2003 01:19:08 -0500 (CDT)
From:      Mark Linimon <linimon@lonesome.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/53917: [patch] mark editors/thoteditor as broken on 5.0
Message-ID:  <200306300619.h5U6J8Y2092700@lonesome.lonesome.com>
Resent-Message-ID: <200306300620.h5U6KHPh077494@freefall.freebsd.org>

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

>Number:         53917
>Category:       ports
>Synopsis:       [patch] mark editors/thoteditor as broken on 5.0
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jun 29 23:20:16 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Mark Linimon
>Release:        FreeBSD-4.7
>Organization:
FreeBSD
>Environment:
System: FreeBSD lonesome.lonesome.com 4.7-STABLE FreeBSD 4.7-STABLE #0: Fri Nov 8 23:46:29 CST 2002 root@lonesome.lonesome.com:/usr/src/sys/compile/MULTIMEDIA i386
>Description:
	Per bento, this does not build on 5.0.  FYI, the most recent release
	of this software was in 1998.
>How-To-Repeat:
	make install
>Fix:

--- thoteditor/Makefile.dist	Sun Jun  8 14:33:52 2003
+++ thoteditor/Makefile	Mon Jun 30 01:17:24 2003
@@ -20,6 +20,12 @@
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	An structured document editor, offering a graphical WYSIWYG interface
 
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 500000
+BROKEN=		"Does not compile on ${OSVERSION}"
+.endif
+
 THOT_SUBDIR=	Target
 USE_MOTIF=	yes
 WRKSRC=		$(WRKDIR)/Thot/$(THOT_SUBDIR)
@@ -49,4 +55,4 @@
 	$(INSTALL_MAN) $(WRKSRC)/../tools/cextract-1.7/cextrc.5 $(PREFIX)/man/man5
 	$(INSTALL_MAN) $(WRKSRC)/../tools/cextract-1.7/cextract.man $(PREFIX)/man/man1/cextract.1
 
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200306300619.h5U6J8Y2092700>