pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Remove devel/stooop?



On Sat, Nov 16, 2013 at 22:21:59 +0100, Moritz Wilhelmy wrote:
> is it okay to remove devel/stooop?
> It hasn't been updated since 2000 because no new versions have been
> released and judging by  grep -R stooop pkgsrc  (including wip) the only
> package using it is graphics/tkpiechart.
> 
> It is part of tcllib now, so I suggest making tkpiechart depend on
> tcllib instead and removing stooop, especially since its name should
> have been tcl-stooop to begin with.

Can someone verify that tkpiechart still works for them after applying
the following patch? If it does, all that needs to be done is removing
the devel/stooop package itself and the SUBDIR entry from the devel
Makefile and adding it to the update notes. I haven't tested the package
yet since my only NetBSD machine at the moment does not have X11
installed.

By the way, similar to how stooop now ships as part of tcllib,
tkpiechart ships as part of tklib, which isn't packaged for pkgsrc yet.

Index: Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/graphics/tkpiechart/Makefile,v
retrieving revision 1.19
diff -u -p -r1.19 Makefile
--- Makefile    6 Apr 2013 21:07:32 -0000       1.19
+++ Makefile    17 Nov 2013 22:13:25 -0000
@@ -1,7 +1,7 @@
 # $NetBSD: Makefile,v 1.19 2013/04/06 21:07:32 rodent Exp $
 
 DISTNAME=      tkpiechart-5.4
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    graphics
 MASTER_SITES=  http://jfontain.free.fr/
 
@@ -10,7 +10,7 @@ HOMEPAGE=     http://jfontain.free.fr/
 COMMENT=       Tcl/Tk pie-chart utility; in Tcl, not as an extension
 
 DEPENDS+=      tk>=8.3.2:../../x11/tk
-DEPENDS+=      stooop>=3.7:../../devel/stooop
+DEPENDS+=      tcllib>=1.8:../../devel/tcllib
 
 PKG_INSTALLATION_TYPES=        overwrite pkgviews
 


Home | Main Index | Thread Index | Old Index