summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2020-10-30 14:22:28 +0000
committernia <nia@pkgsrc.org>2020-10-30 14:22:28 +0000
commit99039ee7f6a4daa7e56fcc3674512e35fa27bda9 (patch)
tree1ac6c31df24e6ff0b8a915e9b3bf94347278b9c1
parent7cd444e0f629a6a56ad3ca4fd2fe7b9c1d0efd78 (diff)
downloadpkgsrc-99039ee7f6a4daa7e56fcc3674512e35fa27bda9.tar.gz
x11: remove hyena
unused mono library, doesn't build, discontinued upstream
-rw-r--r--x11/Makefile3
-rw-r--r--x11/hyena/DESCR6
-rw-r--r--x11/hyena/Makefile30
-rw-r--r--x11/hyena/PLIST14
-rw-r--r--x11/hyena/buildlink3.mk14
-rw-r--r--x11/hyena/distinfo10
-rw-r--r--x11/hyena/patches/patch-Hyena.Data.Sqlite_Makefile.in15
-rw-r--r--x11/hyena/patches/patch-Hyena.Gui_Makefile.in30
-rw-r--r--x11/hyena/patches/patch-Hyena_Makefile.in15
-rw-r--r--x11/hyena/patches/patch-Mono.Data.Sqlite_Makefile.in15
10 files changed, 1 insertions, 151 deletions
diff --git a/x11/Makefile b/x11/Makefile
index 3e8cac83456..767d7768d31 100644
--- a/x11/Makefile
+++ b/x11/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.908 2020/10/28 11:50:07 pin Exp $
+# $NetBSD: Makefile,v 1.909 2020/10/30 14:22:28 nia Exp $
#
COMMENT= Packages to support the X window system
@@ -110,7 +110,6 @@ SUBDIR+= hot-babe
SUBDIR+= hs-X11
SUBDIR+= hs-X11-xft
SUBDIR+= hsetroot
-SUBDIR+= hyena
SUBDIR+= i3lock
SUBDIR+= iceauth
SUBDIR+= ico
diff --git a/x11/hyena/DESCR b/x11/hyena/DESCR
deleted file mode 100644
index 0fda44e2e02..00000000000
--- a/x11/hyena/DESCR
+++ /dev/null
@@ -1,6 +0,0 @@
-Hyena is a C# library used to make awesome applications. It contains
-a lot of random things, including useful data structures, a
-Sqlite-based db layer, cool widgets, a JSON library, a smart job/task
-scheduler, a user-query/search parser, and much more. It's particularly
-useful for Gtk# applications, though only the Hyena.Gui assembly
-requires Gtk#.
diff --git a/x11/hyena/Makefile b/x11/hyena/Makefile
deleted file mode 100644
index 19b7afbc91c..00000000000
--- a/x11/hyena/Makefile
+++ /dev/null
@@ -1,30 +0,0 @@
-# $NetBSD: Makefile,v 1.18 2020/06/02 08:25:00 adam Exp $
-
-DISTNAME= hyena-0.5
-PKGREVISION= 16
-CATEGORIES= x11 devel
-MASTER_SITES= ${MASTER_SITE_GNOME:=sources/hyena/0.5/}
-EXTRACT_SUFX= .tar.bz2
-
-MAINTAINER= pkgsrc.gnome@gmail.com
-HOMEPAGE= https://live.gnome.org/Hyena
-COMMENT= Hyena is a C\# library used to make awesome applications
-LICENSE= mit
-
-GNU_CONFIGURE= yes
-USE_TOOLS+= pkg-config gmake
-USE_LANGUAGES= # none
-
-PKGCONFIG_OVERRIDE+= build/pkg-config/hyena.data.sqlite.pc.in
-PKGCONFIG_OVERRIDE+= build/pkg-config/hyena.gui.pc.in
-PKGCONFIG_OVERRIDE+= build/pkg-config/hyena.pc.in
-
-SUBST_CLASSES+= fix-mcs
-SUBST_STAGE.fix-mcs= pre-configure
-SUBST_MESSAGE.fix-mcs= Fix compiler name
-SUBST_FILES.fix-mcs= configure
-SUBST_SED.fix-mcs= -e 's,gmcs,mcs,'
-
-.include "../../x11/gtk-sharp/buildlink3.mk"
-.include "../../lang/mono/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/x11/hyena/PLIST b/x11/hyena/PLIST
deleted file mode 100644
index 7f108c03496..00000000000
--- a/x11/hyena/PLIST
+++ /dev/null
@@ -1,14 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1 2014/05/26 09:24:56 wiz Exp $
-lib/hyena/Hyena.Data.Sqlite.dll
-lib/hyena/Hyena.Data.Sqlite.dll.mdb
-lib/hyena/Hyena.Gui.dll
-lib/hyena/Hyena.Gui.dll.config
-lib/hyena/Hyena.Gui.dll.mdb
-lib/hyena/Hyena.dll
-lib/hyena/Hyena.dll.config
-lib/hyena/Hyena.dll.mdb
-lib/hyena/Mono.Data.Sqlite.dll
-lib/hyena/Mono.Data.Sqlite.dll.mdb
-lib/pkgconfig/hyena.data.sqlite.pc
-lib/pkgconfig/hyena.gui.pc
-lib/pkgconfig/hyena.pc
diff --git a/x11/hyena/buildlink3.mk b/x11/hyena/buildlink3.mk
deleted file mode 100644
index 2c2465bfd93..00000000000
--- a/x11/hyena/buildlink3.mk
+++ /dev/null
@@ -1,14 +0,0 @@
-# $NetBSD: buildlink3.mk,v 1.1 2014/05/26 09:24:56 wiz Exp $
-
-BUILDLINK_TREE+= hyena
-
-.if !defined(HYENA_BUILDLINK3_MK)
-HYENA_BUILDLINK3_MK:=
-
-BUILDLINK_API_DEPENDS.hyena+= hyena>=0.5
-BUILDLINK_PKGSRCDIR.hyena?= ../../x11/hyena
-
-.include "../../x11/gtk-sharp/buildlink3.mk"
-.endif # HYENA_BUILDLINK3_MK
-
-BUILDLINK_TREE+= -hyena
diff --git a/x11/hyena/distinfo b/x11/hyena/distinfo
deleted file mode 100644
index df12cfcf090..00000000000
--- a/x11/hyena/distinfo
+++ /dev/null
@@ -1,10 +0,0 @@
-$NetBSD: distinfo,v 1.2 2015/11/04 03:28:33 agc Exp $
-
-SHA1 (hyena-0.5.tar.bz2) = 8486433cc8fb1b68b0b9142bd3ee6fe10e9e9656
-RMD160 (hyena-0.5.tar.bz2) = 5e6681f991f1d43ddfb3ae30c024efa6666d1910
-SHA512 (hyena-0.5.tar.bz2) = bd44f6507dd852c232b97d890950ec3a51db9a1c6a07440c395e2f05db64f2c537b076d3b46190f8738015d680dcc43eb28869a5dcfe3cf9851bd7590e66589c
-Size (hyena-0.5.tar.bz2) = 281733 bytes
-SHA1 (patch-Hyena.Data.Sqlite_Makefile.in) = 833c56142d0f5c30d38e1beea3cee42d9292c299
-SHA1 (patch-Hyena.Gui_Makefile.in) = 5404f0e10d4ced6262b13a17253976f9fb9a953b
-SHA1 (patch-Hyena_Makefile.in) = 4413eddc3991014f057c50a1d953b375248d344c
-SHA1 (patch-Mono.Data.Sqlite_Makefile.in) = e4ef43554e140be0666119acbb8718b801a23815
diff --git a/x11/hyena/patches/patch-Hyena.Data.Sqlite_Makefile.in b/x11/hyena/patches/patch-Hyena.Data.Sqlite_Makefile.in
deleted file mode 100644
index 1a24ab038e8..00000000000
--- a/x11/hyena/patches/patch-Hyena.Data.Sqlite_Makefile.in
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-Hyena.Data.Sqlite_Makefile.in,v 1.1 2014/05/26 09:24:56 wiz Exp $
-
-Fix comment character.
-
---- Hyena.Data.Sqlite/Makefile.in.orig 2010-10-06 19:46:07.000000000 +0000
-+++ Hyena.Data.Sqlite/Makefile.in
-@@ -393,7 +393,7 @@ uninstall-am: uninstall-local uninstall-
- pdf-am ps ps-am uninstall uninstall-am uninstall-local \
- uninstall-moduleSCRIPTS
-
--dnl SOURCES_BUILD += $(top_srcdir)/src/AssemblyInfo.cs
-+# SOURCES_BUILD += $(top_srcdir)/src/AssemblyInfo.cs
-
- all: $(ASSEMBLY_FILE) theme-icons
-
diff --git a/x11/hyena/patches/patch-Hyena.Gui_Makefile.in b/x11/hyena/patches/patch-Hyena.Gui_Makefile.in
deleted file mode 100644
index eb24cffaf09..00000000000
--- a/x11/hyena/patches/patch-Hyena.Gui_Makefile.in
+++ /dev/null
@@ -1,30 +0,0 @@
-$NetBSD: patch-Hyena.Gui_Makefile.in,v 1.1 2014/05/26 09:24:56 wiz Exp $
-
-1. chunk
-Fix
-error CS1705: Assembly `gdk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f' references `Mono.Cairo, Version=4.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756' which has a higher version number than imported assembly `Mono.Cairo, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756'
-./Hyena.Data.Gui/ListView/ListView_Rendering.cs(111,41): error CS0012: The type `Cairo.Context' is defined in an assembly that is not referenced. Consider adding a reference to assembly `Mono.Cairo, Version=4.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756'
-
-2. chunk:
-Fix comment character.
-
---- Hyena.Gui/Makefile.in.orig 2010-10-06 19:46:07.000000000 +0000
-+++ Hyena.Gui/Makefile.in
-@@ -140,7 +140,7 @@ top_build_prefix = @top_build_prefix@
- top_builddir = @top_builddir@
- top_srcdir = @top_srcdir@
- ASSEMBLY = Hyena.Gui
--ASSEMBLY_BUILD_FLAGS = -unsafe
-+ASSEMBLY_BUILD_FLAGS = -unsafe -sdk:4
- TARGET = library
- LINK = -r:ICSharpCode.SharpZipLib -r:Mono.Posix -r:System \
- -r:System.Core -r:Mono.Cairo $(GTKSHARP_LIBS) \
-@@ -486,7 +486,7 @@ uninstall-am: uninstall-local uninstall-
- pdf-am ps ps-am uninstall uninstall-am uninstall-local \
- uninstall-moduleSCRIPTS
-
--dnl SOURCES_BUILD += $(top_srcdir)/src/AssemblyInfo.cs
-+# SOURCES_BUILD += $(top_srcdir)/src/AssemblyInfo.cs
-
- all: $(ASSEMBLY_FILE) theme-icons
-
diff --git a/x11/hyena/patches/patch-Hyena_Makefile.in b/x11/hyena/patches/patch-Hyena_Makefile.in
deleted file mode 100644
index 239f4ad3171..00000000000
--- a/x11/hyena/patches/patch-Hyena_Makefile.in
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-Hyena_Makefile.in,v 1.1 2014/05/26 09:24:56 wiz Exp $
-
-Fix comment character.
-
---- Hyena/Makefile.in.orig 2010-10-06 19:46:07.000000000 +0000
-+++ Hyena/Makefile.in
-@@ -498,7 +498,7 @@ uninstall-am: uninstall-local uninstall-
- pdf-am ps ps-am uninstall uninstall-am uninstall-local \
- uninstall-moduleSCRIPTS
-
--dnl SOURCES_BUILD += $(top_srcdir)/src/AssemblyInfo.cs
-+# SOURCES_BUILD += $(top_srcdir)/src/AssemblyInfo.cs
-
- all: $(ASSEMBLY_FILE) theme-icons
-
diff --git a/x11/hyena/patches/patch-Mono.Data.Sqlite_Makefile.in b/x11/hyena/patches/patch-Mono.Data.Sqlite_Makefile.in
deleted file mode 100644
index b8d1e5696df..00000000000
--- a/x11/hyena/patches/patch-Mono.Data.Sqlite_Makefile.in
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-Mono.Data.Sqlite_Makefile.in,v 1.1 2014/05/26 09:24:56 wiz Exp $
-
-Fix comment character.
-
---- Mono.Data.Sqlite/Makefile.in.orig 2010-10-06 19:46:07.000000000 +0000
-+++ Mono.Data.Sqlite/Makefile.in
-@@ -394,7 +394,7 @@ uninstall-am: uninstall-local uninstall-
- pdf-am ps ps-am uninstall uninstall-am uninstall-local \
- uninstall-moduleSCRIPTS
-
--dnl SOURCES_BUILD += $(top_srcdir)/src/AssemblyInfo.cs
-+# SOURCES_BUILD += $(top_srcdir)/src/AssemblyInfo.cs
-
- all: $(ASSEMBLY_FILE) theme-icons
-