summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBill Fumerola <billf@FreeBSD.org>1998-11-17 20:21:54 +0000
committerBill Fumerola <billf@FreeBSD.org>1998-11-17 20:21:54 +0000
commit73d1f77e106e1f5f16f59bd35d7fb4a4b95df2cd (patch)
treecc0de1bea0563e69c0ba4d1e5f6a951b104784b4
parentMASTERSITES of swisswatch is moved. (diff)
gyve is broken with guile-1.3. Marking it and everything that
depends on it as BROKEN. PR: ports/8618 Submitted by: Yukihiro Nakai <nakai@TokyoNet.AD.JP>
Notes
Notes: svn path=/head/; revision=14615
-rw-r--r--lang/guileobjc/Makefile4
-rw-r--r--misc/scriptkit/Makefile4
2 files changed, 6 insertions, 2 deletions
diff --git a/lang/guileobjc/Makefile b/lang/guileobjc/Makefile
index 3a96c1117265..1e746d684269 100644
--- a/lang/guileobjc/Makefile
+++ b/lang/guileobjc/Makefile
@@ -3,7 +3,7 @@
# Date created: 21 April 1998
# Whom: Yukihiro Nakai <Nakai@technologist.com>
#
-# $Id: Makefile,v 1.3 1998/10/05 05:04:46 steve Exp $
+# $Id: Makefile,v 1.4 1998/10/27 16:33:54 vanilla Exp $
#
DISTNAME= guileobjc-0.3.8
@@ -15,6 +15,8 @@ MAINTAINER= Nakai@technologist.com
BUILD_DEPENDS= ${LOCALBASE}/lib/libobjects.a:${PORTSDIR}/lang/libobjects
LIB_DEPENDS= guile.4:${PORTSDIR}/lang/guile
+BROKEN= Doesn't work with the latest guile.
+
GNU_CONFIGURE= yes
.include <bsd.port.mk>
diff --git a/misc/scriptkit/Makefile b/misc/scriptkit/Makefile
index 2ce37f9eee15..dd53af953777 100644
--- a/misc/scriptkit/Makefile
+++ b/misc/scriptkit/Makefile
@@ -3,7 +3,7 @@
# Date created: 22 April 1998
# Whom: Yukihiro Nakai <Nakai@technologist.com>
#
-# $Id: Makefile,v 1.2 1998/09/24 00:33:28 vanilla Exp $
+# $Id: Makefile,v 1.3 1998/10/04 22:48:23 steve Exp $
#
DISTNAME= ScriptKit-0.1.6
@@ -15,6 +15,8 @@ MAINTAINER= Nakai@technologist.com
BUILD_DEPENDS= goconfig:${PORTSDIR}/lang/guileobjc
+BROKEN= Depends on guileobjc
+
GNU_CONFIGURE= yes
.include <bsd.port.mk>