diff options
author | Justin M. Seger <jseger@FreeBSD.org> | 1998-06-07 14:57:08 +0000 |
---|---|---|
committer | Justin M. Seger <jseger@FreeBSD.org> | 1998-06-07 14:57:08 +0000 |
commit | 53045a4b2f0382d43b566f4ee29e4fb62d8e221e (patch) | |
tree | 9ffb97af15f6d46c647762fe66204cf364d241d5 /devel | |
parent | Upgrade to 1.3.5. This fix a bug in the sound code when you don't (diff) |
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.
Notes
Notes:
svn path=/head/; revision=11331
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 |