diff options
author | dholland <dholland@pkgsrc.org> | 2012-06-24 21:48:06 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2012-06-24 21:48:06 +0000 |
commit | c8362d6a8621acf819e2319e107c9fed11fa746e (patch) | |
tree | f17bf034c0a79d088f5db4c0f8491011bdf7f255 /wm/obconf | |
parent | a3867a2d72207a20de71e99899ab99f8f22fcfb5 (diff) | |
download | pkgsrc-c8362d6a8621acf819e2319e107c9fed11fa746e.tar.gz |
Mark this BROKEN, per tech-pkg. It does not build against any remotely
recent OpenBox. Meanwhile, upstream seems to have decided that they
don't need to make releases any more, so there's no prospect of a new
version being available, only random development versions taken
directly from their SCM.
If anyone actually uses this or cares about it, please try to persuade
upstream to cut a release, or even just tar up a snapshot that they
think is stable.
If nothing develops, the package will be removed sometime after 2012Q2
is branched.
Diffstat (limited to 'wm/obconf')
-rw-r--r-- | wm/obconf/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/wm/obconf/Makefile b/wm/obconf/Makefile index 1a739bb7aaa..ce04a406e34 100644 --- a/wm/obconf/Makefile +++ b/wm/obconf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.40 2012/06/14 07:44:41 sbd Exp $ +# $NetBSD: Makefile,v 1.41 2012/06/24 21:48:06 dholland Exp $ DISTNAME= obconf-2.0.3 PKGREVISION= 12 @@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://openbox.org/wiki/ObConf:About COMMENT= Tool for configuring the Openbox window manager +BROKEN= No longer builds against Openbox, and no new release is available. + PKG_DESTDIR_SUPPORT= user-destdir USE_TOOLS+= pkg-config gtar |