aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin M. Seger <jseger@FreeBSD.org>1998-10-15 14:31:45 +0000
committerJustin M. Seger <jseger@FreeBSD.org>1998-10-15 14:31:45 +0000
commit3c626488e1cb0d18950fa537b38843f462e5fc86 (patch)
treefbbe30506bf2d3d0a5c2cea982de7eabba152c74
parentf8c010fec5c0454e5599796546a6b8a98f1b68c0 (diff)
downloadports-3c626488e1cb0d18950fa537b38843f462e5fc86.tar.gz
ports-3c626488e1cb0d18950fa537b38843f462e5fc86.zip
Mark BROKEN for current: bad python paths
Notes
Notes: svn path=/head/; revision=14024
-rw-r--r--x11-toolkits/py-gnome/Makefile8
-rw-r--r--x11-toolkits/py-gnome2/Makefile8
-rw-r--r--x11-toolkits/py-gtk/Makefile8
-rw-r--r--x11-toolkits/py-gtk2/Makefile8
4 files changed, 28 insertions, 4 deletions
diff --git a/x11-toolkits/py-gnome/Makefile b/x11-toolkits/py-gnome/Makefile
index f04174e1ce90..3445862d71cc 100644
--- a/x11-toolkits/py-gnome/Makefile
+++ b/x11-toolkits/py-gnome/Makefile
@@ -3,7 +3,7 @@
# Date created: 30 May 1998
# Whom: Thomas Gellekum <tg@FreeBSD.ORG>
#
-# $Id: Makefile,v 1.11 1998/09/23 12:40:24 tg Exp $
+# $Id: Makefile,v 1.12 1998/09/25 09:52:44 asami Exp $
#
DISTNAME= pygtk-0.5.2
@@ -17,6 +17,12 @@ MASTER_SITES= ftp://ftp.daa.com.au/pub/james/python/ \
MAINTAINER= ports@FreeBSD.ORG
+
+OSVERSION!= sysctl -n kern.osreldate
+.if ${OSVERSION} >= 300000
+BROKEN= python
+.endif
+
BUILD_DEPENDS= python:${PORTSDIR}/lang/python
LIB_DEPENDS= Imlib.1:${PORTSDIR}/graphics/imlib
RUN_DEPENDS= python:${PORTSDIR}/lang/python
diff --git a/x11-toolkits/py-gnome2/Makefile b/x11-toolkits/py-gnome2/Makefile
index f04174e1ce90..3445862d71cc 100644
--- a/x11-toolkits/py-gnome2/Makefile
+++ b/x11-toolkits/py-gnome2/Makefile
@@ -3,7 +3,7 @@
# Date created: 30 May 1998
# Whom: Thomas Gellekum <tg@FreeBSD.ORG>
#
-# $Id: Makefile,v 1.11 1998/09/23 12:40:24 tg Exp $
+# $Id: Makefile,v 1.12 1998/09/25 09:52:44 asami Exp $
#
DISTNAME= pygtk-0.5.2
@@ -17,6 +17,12 @@ MASTER_SITES= ftp://ftp.daa.com.au/pub/james/python/ \
MAINTAINER= ports@FreeBSD.ORG
+
+OSVERSION!= sysctl -n kern.osreldate
+.if ${OSVERSION} >= 300000
+BROKEN= python
+.endif
+
BUILD_DEPENDS= python:${PORTSDIR}/lang/python
LIB_DEPENDS= Imlib.1:${PORTSDIR}/graphics/imlib
RUN_DEPENDS= python:${PORTSDIR}/lang/python
diff --git a/x11-toolkits/py-gtk/Makefile b/x11-toolkits/py-gtk/Makefile
index f04174e1ce90..3445862d71cc 100644
--- a/x11-toolkits/py-gtk/Makefile
+++ b/x11-toolkits/py-gtk/Makefile
@@ -3,7 +3,7 @@
# Date created: 30 May 1998
# Whom: Thomas Gellekum <tg@FreeBSD.ORG>
#
-# $Id: Makefile,v 1.11 1998/09/23 12:40:24 tg Exp $
+# $Id: Makefile,v 1.12 1998/09/25 09:52:44 asami Exp $
#
DISTNAME= pygtk-0.5.2
@@ -17,6 +17,12 @@ MASTER_SITES= ftp://ftp.daa.com.au/pub/james/python/ \
MAINTAINER= ports@FreeBSD.ORG
+
+OSVERSION!= sysctl -n kern.osreldate
+.if ${OSVERSION} >= 300000
+BROKEN= python
+.endif
+
BUILD_DEPENDS= python:${PORTSDIR}/lang/python
LIB_DEPENDS= Imlib.1:${PORTSDIR}/graphics/imlib
RUN_DEPENDS= python:${PORTSDIR}/lang/python
diff --git a/x11-toolkits/py-gtk2/Makefile b/x11-toolkits/py-gtk2/Makefile
index f04174e1ce90..3445862d71cc 100644
--- a/x11-toolkits/py-gtk2/Makefile
+++ b/x11-toolkits/py-gtk2/Makefile
@@ -3,7 +3,7 @@
# Date created: 30 May 1998
# Whom: Thomas Gellekum <tg@FreeBSD.ORG>
#
-# $Id: Makefile,v 1.11 1998/09/23 12:40:24 tg Exp $
+# $Id: Makefile,v 1.12 1998/09/25 09:52:44 asami Exp $
#
DISTNAME= pygtk-0.5.2
@@ -17,6 +17,12 @@ MASTER_SITES= ftp://ftp.daa.com.au/pub/james/python/ \
MAINTAINER= ports@FreeBSD.ORG
+
+OSVERSION!= sysctl -n kern.osreldate
+.if ${OSVERSION} >= 300000
+BROKEN= python
+.endif
+
BUILD_DEPENDS= python:${PORTSDIR}/lang/python
LIB_DEPENDS= Imlib.1:${PORTSDIR}/graphics/imlib
RUN_DEPENDS= python:${PORTSDIR}/lang/python