Remove guile-gtk.

"guile-gtk has been decommissioned. See guile-gnome for current work."

No user in pkgsrc.
This commit is contained in:
wiz 2016-09-15 16:24:19 +00:00
parent 224fbebe73
commit 312add2c89
8 changed files with 3 additions and 108 deletions

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.2309 2016/09/14 13:39:40 prlw1 Exp $
# $NetBSD: Makefile,v 1.2310 2016/09/15 16:24:19 wiz Exp $
#
COMMENT= Development utilities
@ -326,7 +326,6 @@ SUBDIR+= gst-plugins1-pango
SUBDIR+= gtexinfo
SUBDIR+= gtl
SUBDIR+= guile-gnome
SUBDIR+= guile-gtk
SUBDIR+= guile-lib
SUBDIR+= guile-slib
SUBDIR+= guile-www

View file

@ -1,10 +0,0 @@
Guile-gtk is a library written to make GTK 1.2 accessible from
guile. It provides a convenient interface for Scheme programmers to
develop visual applications. It can also integrate with GNOME via the
Gnome-guile module. (For glib2, see guile-gobject instead.)
Guile-gtk was started by Marius Vollmer <mvo@zagadka.ping.de> and
is currently maintained by Ariel Rios <jarios@usa.net> and other
intrepid Guile hackers around the world.
Guile-gtk is free software licensed under the GPL.

View file

@ -1,24 +0,0 @@
# $NetBSD: Makefile,v 1.50 2016/09/15 15:42:39 gdt Exp $
#
DISTNAME= guile-gtk-0.60
PKGREVISION= 13
CATEGORIES= devel x11
MASTER_SITES= ${MASTER_SITE_GNU:=guile-gtk/}
MAINTAINER= gdt@NetBSD.org
HOMEPAGE= http://www.gnu.org/software/guile-gtk/
COMMENT= Library to make GTK 1.2 accessible from guile
USE_LIBTOOL= yes
USE_TOOLS+= makeinfo
GNU_CONFIGURE= yes
MAKE_ENV+= MACHINE_ARCH=${MACHINE_ARCH:Q}
INFO_FILES= yes
# Does not build with guile20 due to gh.h
.include "../../lang/guile/buildlink3.mk"
.include "../../x11/gtk/buildlink3.mk"
.include "../../graphics/gdk-pixbuf/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

View file

@ -1,23 +0,0 @@
@comment $NetBSD: PLIST,v 1.7 2009/06/14 17:48:47 joerg Exp $
bin/build-guile-gtk
bin/build-guile-gtk-1.2
include/guile-gtk.h
info/guile-gtk.info
lib/libguilegdkpixbuf-1.2.la
lib/libguilegtk-1.2.la
share/guile-gtk/gdk-1.2.defs
share/guile-gtk/gdk-pixbuf.defs
share/guile-gtk/gtk-1.2.defs
share/guile/gtk-1.2/config.scm
share/guile/gtk-1.2/dynlink.scm
share/guile/gtk-1.2/gdk-pixbuf.scm
share/guile/gtk-1.2/gdk.scm
share/guile/gtk-1.2/gtk.scm
share/guile/gtk-1.2/repl.scm
share/guile/gtk-1.2/threads.scm
share/guile/gtk/config.scm
share/guile/gtk/dynlink.scm
share/guile/gtk/gdk.scm
share/guile/gtk/gtk.scm
share/guile/gtk/repl.scm
share/guile/gtk/threads.scm

View file

@ -1,16 +0,0 @@
# $NetBSD: buildlink3.mk,v 1.16 2016/09/15 14:32:39 wiz Exp $
BUILDLINK_TREE+= guile-gtk
.if !defined(GUILE_GTK_BUILDLINK3_MK)
GUILE_GTK_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.guile-gtk+= guile-gtk>=0.4
BUILDLINK_ABI_DEPENDS.guile-gtk+= guile-gtk>=0.60nb13
BUILDLINK_PKGSRCDIR.guile-gtk?= ../../devel/guile-gtk
.include "../../lang/guile/buildlink3.mk"
.include "../../x11/gtk/buildlink3.mk"
.endif # GUILE_GTK_BUILDLINK3_MK
BUILDLINK_TREE+= -guile-gtk

View file

@ -1,7 +0,0 @@
$NetBSD: distinfo,v 1.10 2015/11/03 03:27:30 agc Exp $
SHA1 (guile-gtk-0.60.tar.gz) = dd25377098d61fc1030a769caa5e5777a4abd9e8
RMD160 (guile-gtk-0.60.tar.gz) = 0e620e18745fcd936ee1b8ec61d9881506f7294d
SHA512 (guile-gtk-0.60.tar.gz) = 62731b8f269c5b23d44bfbd6dc27aff26f414720bbb594aa6c39399e6552c6ba1150c0327db4bd4499e89e4b5fa9e7721a8a2ce72a5514375ecdaef628b952ea
Size (guile-gtk-0.60.tar.gz) = 752981 bytes
SHA1 (patch-aa) = f3f6e47727ea7429c671fe02d2a93e8e962e920b

View file

@ -1,25 +0,0 @@
$NetBSD: patch-aa,v 1.7 2004/12/03 15:28:33 wiz Exp $
--- Makefile.in.orig Wed Jul 26 19:24:58 2000
+++ Makefile.in
@@ -641,3 +641,20 @@ dist-hook:
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT:
+
+# problems with optimization. triggers internal compiler errors
+
+COMPILE_NOOPT=${COMPILE:C/-O[0-9]*//g}
+LTCOMPILE_NOOPT=${LTCOMPILE:C/-O[0-9]*//g}
+
+.if (${MACHINE_ARCH} == "alpha")
+
+gdk-glue.o: gdk-glue.c
+ $(COMPILE_NOOPT) -c gdk-glue.c
+
+gdk-glue.lo: gdk-glue.c
+ @echo "Compiling without optimization to work around gcc -O* compiler bug"
+ $(LTCOMPILE_NOOPT) -c gdk-glue.c
+
+.endif
+

View file

@ -1,4 +1,4 @@
$NetBSD: CHANGES-2016,v 1.3825 2016/09/15 15:59:30 wiz Exp $
$NetBSD: CHANGES-2016,v 1.3826 2016/09/15 16:24:19 wiz Exp $
Changes to the packages collection and infrastructure in 2016:
@ -5400,3 +5400,4 @@ Changes to the packages collection and infrastructure in 2016:
Updated net/py-ncclient to 0.5.2 [he 2016-09-15]
Updated x11/xbindkeys to 1.8.6 [wiz 2016-09-15]
Updated x11/xbindkeys-tk to 1.8.6 [wiz 2016-09-15]
Removed devel/guile-gtk [wiz 2016-09-15]