diff options
author | will <will@FreeBSD.org> | 2000-08-30 07:44:32 +0800 |
---|---|---|
committer | will <will@FreeBSD.org> | 2000-08-30 07:44:32 +0800 |
commit | d48002a5eba327be116a39d98284bc777b760595 (patch) | |
tree | a17c9f2dbb27c76df3b636a3efb150d8b5e361e3 /net/kdenetwork4 | |
parent | f41da54892a3f20904be09edeeac50bf02fd36f3 (diff) | |
download | freebsd-ports-gnome-d48002a5eba327be116a39d98284bc777b760595.tar.gz freebsd-ports-gnome-d48002a5eba327be116a39d98284bc777b760595.tar.zst freebsd-ports-gnome-d48002a5eba327be116a39d98284bc777b760595.zip |
Update to 20000829A snapshot. Disable kdenetwork2 for the time being so
I can address some of its issues (should see it marked un-broken in about
3 hours, if they're trivial enough). It took too long to get this update
out the door... :-(
This is a rather stable version of KDE2. Release is hoped for sometime
next month, so I'm going to try to reroll snapshots this weekend.
Also decide policy by removing the interactive requirement in qt22's
configure script. I don't know why they bothered adding it there..
Bugged by: *many* bug-reports, requests, etc.
Diffstat (limited to 'net/kdenetwork4')
-rw-r--r-- | net/kdenetwork4/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/kdenetwork4/Makefile b/net/kdenetwork4/Makefile index 45b25ef98d2f..2857c274dd51 100644 --- a/net/kdenetwork4/Makefile +++ b/net/kdenetwork4/Makefile @@ -18,6 +18,7 @@ LIB_DEPENDS= uu.1:${PORTSDIR}/converters/uulib \ kdecore.4:${PORTSDIR}/x11/kdelibs2 \ QwSpriteField.8:${PORTSDIR}/converters/kdesupport2 +BROKEN= "Does not use current snapshot" WRKSRC= ${WRKDIR}/kdenetwork MOC?= ${X11BASE}/bin/moc2 USE_BZIP2= yes |