diff options
author | jseger <jseger@FreeBSD.org> | 1998-06-07 22:57:08 +0800 |
---|---|---|
committer | jseger <jseger@FreeBSD.org> | 1998-06-07 22:57:08 +0800 |
commit | 2f74d833768d74c1e874c88efae6654b9736abe6 (patch) | |
tree | 050fb5b81c9f15d8280795295c1f37b1e17e032e /devel | |
parent | f66c99037729762e94d79c08059910c87a7c9915 (diff) | |
download | freebsd-ports-gnome-2f74d833768d74c1e874c88efae6654b9736abe6.tar.gz freebsd-ports-gnome-2f74d833768d74c1e874c88efae6654b9736abe6.tar.zst freebsd-ports-gnome-2f74d833768d74c1e874c88efae6654b9736abe6.zip |
Mark this port BROKEN:
# make fetch
>> QTEZ-v0.52a-src.tar.gz doesn't seem to exist on this system.
>> Attempting to fetch from ftp://ftp.freebsd.org/pub/FreeBSD/distfiles//.
fetch: pub/FreeBSD/distfiles//QTEZ-v0.52a-src.tar.gz: cannot get remote modification time
fetch: ftp://ftp.freebsd.org/pub/FreeBSD/distfiles//QTEZ-v0.52a-src.tar.gz: FTP error:
fetch: File unavailable (e.g., file not found, no access)
>> Attempting to fetch from ftp://qtez.commkey.net/pub/QtEZ/.
fetch: pub/QtEZ/QTEZ-v0.52a-src.tar.gz: cannot get remote modification time
fetch: ftp://qtez.commkey.net/pub/QtEZ/QTEZ-v0.52a-src.tar.gz: FTP error:
fetch: File unavailable (e.g., file not found, no access)
>> Couldn't fetch it - please try to retrieve this
>> port manually into /usr/ports/distfiles/ and try again.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/qtez/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/qtez/Makefile b/devel/qtez/Makefile index fa6b9b11aa21..88c975d75083 100644 --- a/devel/qtez/Makefile +++ b/devel/qtez/Makefile @@ -3,7 +3,7 @@ # Date created: 14 May 1998 # Whom: Andrey Zakhvatov # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1998/05/19 06:56:53 tg Exp $ # DISTNAME= QTEZ-v0.52a @@ -14,6 +14,8 @@ EXTRACT_SUFX= -src.tar.gz MAINTAINER= andy@icc.surw.chel.su +BROKEN= fetch + BUILD_DEPENDS= moc:${PORTSDIR}/x11/qt LIB_DEPENDS= qt\\.1\\.:${PORTSDIR}/x11/qt |