pkgsrc-WIP-changes archive

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

vte: remove, x11/vte3 is newer



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <tk%giga.or.at@localhost>
Pushed By:	wiz
Date:		Sun Sep 12 00:55:55 2021 +0200
Changeset:	5dbc9e89e82cc953c123522e09c328032f51c14a

Modified Files:
	Makefile
	TODO
	gnome-core/Makefile
Removed Files:
	vte/DESCR
	vte/Makefile
	vte/Makefile.common
	vte/PLIST
	vte/buildlink3.mk
	vte/distinfo
	vte/patches/patch-bindings_vala_app.vala

Log Message:
vte: remove, x11/vte3 is newer

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=5dbc9e89e82cc953c123522e09c328032f51c14a

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 Makefile                                 |   1 -
 TODO                                     |   1 +
 gnome-core/Makefile                      |   2 +-
 vte/DESCR                                |   2 -
 vte/Makefile                             |  49 --------------
 vte/Makefile.common                      |  14 ----
 vte/PLIST                                | 113 -------------------------------
 vte/buildlink3.mk                        |  33 ---------
 vte/distinfo                             |   7 --
 vte/patches/patch-bindings_vala_app.vala |  25 -------
 10 files changed, 2 insertions(+), 245 deletions(-)

diffs:
diff --git a/Makefile b/Makefile
index 2adc19162d..06888a4632 100644
--- a/Makefile
+++ b/Makefile
@@ -5785,7 +5785,6 @@ SUBDIR+=	volctl
 SUBDIR+=	vpnc
 SUBDIR+=	vpr
 SUBDIR+=	vsearch
-SUBDIR+=	vte
 SUBDIR+=	vulkan-loader
 SUBDIR+=	wackamole
 SUBDIR+=	waffle
diff --git a/TODO b/TODO
index a2375837e5..6bc41b5acb 100644
--- a/TODO
+++ b/TODO
@@ -79,6 +79,7 @@ Suggested package updates
 	o libgtk-java-2.10.2
 	o libpthread-stubs-0.3
 	o libressl-2.3.1
+	o libvirt-glib-4.0.0
 	o lives-2.8.2
 	o lucene-4.5.0
 	o man-1.6f
diff --git a/gnome-core/Makefile b/gnome-core/Makefile
index 74439364ec..112e351980 100644
--- a/gnome-core/Makefile
+++ b/gnome-core/Makefile
@@ -116,7 +116,7 @@ DEPENDS+=	gnome-tracker-[0-9]*:../../wip/gnome-tracker # upstream name "tracker"
 DEPENDS+=	vala-[0-9]*:../../lang/vala
 # TODO valadoc
 DEPENDS+=	vino-[0-9]*:../../wip/vino
-DEPENDS+=	vte-[0-9]*:../../wip/vte # x11/vte029 ?
+DEPENDS+=	vte3-[0-9]*:../../x11/vte3
 # wing - Windows only
 DEPENDS+=	yelp3-[0-9]*:../../misc/yelp3
 DEPENDS+=	yelp-tools-[0-9]*:../../textproc/yelp-tools
diff --git a/vte/DESCR b/vte/DESCR
deleted file mode 100644
index 87e42915a1..0000000000
--- a/vte/DESCR
+++ /dev/null
@@ -1,2 +0,0 @@
-Terminal widget with improved font, internationalization and
-accessibility support for the GNOME 2 desktop.
diff --git a/vte/Makefile b/vte/Makefile
deleted file mode 100644
index a6467ef776..0000000000
--- a/vte/Makefile
+++ /dev/null
@@ -1,49 +0,0 @@
-# $NetBSD: Makefile,v 1.13 2015/06/06 18:39:04 krytarowski Exp $
-#
-
-.include "Makefile.common"
-
-# https://git.gnome.org/browse/vte/
-
-CATEGORIES=	x11
-
-MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=	https://www.gnome.org/
-COMMENT=	Terminal widget with improved accessibility and I18N support
-LICENSE=	gnu-lgpl-v2
-
-USE_PKGLOCALEDIR=	yes
-USE_LIBTOOL=		yes
-GNU_CONFIGURE=		yes
-USE_TOOLS+=		gmake intltool msgfmt pkg-config autoreconf autoconf automake gettext-m4
-USE_LANGUAGES+=		c c++
-
-CONFIGURE_ARGS+=	--enable-Bsymbolic=auto
-CONFIGURE_ARGS+=	--enable-introspection
-
-pre-configure:
-	${RUN} cd ${WRKSRC} && \
-	${SETENV} ${CONFIGURE_ENV} ${SH} ./autogen.sh NOCONFIGURE=1
-
-.include "../../devel/gperf/buildlink3.mk"
-.include "../../security/gnutls/buildlink3.mk"
-.include "../../x11/gtk3/buildlink3.mk"
-.include "../../lang/vala/buildlink3.mk"
-.include "../../devel/gobject-introspection/buildlink3.mk"
-.include "../../textproc/gtk-doc/buildlink3.mk"
-BUILDLINK_API_DEPENDS.glib2+=		glib2>=2.40.0
-.include "../../devel/glib2/buildlink3.mk"
-.include "../../devel/pango/buildlink3.mk"
-# for FC_WIDTH
-BUILDLINK_API_DEPENDS.fontconfig+=	fontconfig>=2.1.93
-.include "../../fonts/fontconfig/buildlink3.mk"
-.include "../../graphics/freetype2/buildlink3.mk"
-# requires gtk3 >= 3.8.0
-#BUILDLINK_API_DEPENDS.gtk2+=		gtk2+>=2.10.0
-.include "../../x11/libSM/buildlink3.mk"
-.include "../../x11/libX11/buildlink3.mk"
-.include "../../x11/libXft/buildlink3.mk"
-.include "../../x11/libXt/buildlink3.mk"
-.include "../../devel/pcre2/buildlink3.mk"
-.include "../../mk/termcap.buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/vte/Makefile.common b/vte/Makefile.common
deleted file mode 100644
index ace360f9e6..0000000000
--- a/vte/Makefile.common
+++ /dev/null
@@ -1,14 +0,0 @@
-# $NetBSD: Makefile.common,v 1.3 2015/06/06 15:46:31 krytarowski Exp $
-#
-# used by x11/py-vte/Makefile
-
-DISTNAME=	vte-0.48.3
-MASTER_SITES=	${MASTER_SITE_GITHUB:=GNOME/}
-
-HOMEPAGE=	https://www.gnome.org/
-LICENSE=	gnu-lgpl-v2
-
-DISTINFO_FILE=		${.CURDIR}/../../wip/vte/distinfo
-PATCHDIR=		${.CURDIR}/../../wip/vte/patches
-
-PKGCONFIG_OVERRIDE+=	vte.pc.in
diff --git a/vte/PLIST b/vte/PLIST
deleted file mode 100644
index 148eb5fcf8..0000000000
--- a/vte/PLIST
+++ /dev/null
@@ -1,113 +0,0 @@
-@comment $NetBSD$
-bin/vte-2.91
-etc/profile.d/vte.sh
-include/vte-2.91/vte/vte.h
-include/vte-2.91/vte/vtedeprecated.h
-include/vte-2.91/vte/vteenums.h
-include/vte-2.91/vte/vteglobals.h
-include/vte-2.91/vte/vtemacros.h
-include/vte-2.91/vte/vtepty.h
-include/vte-2.91/vte/vteregex.h
-include/vte-2.91/vte/vteterminal.h
-include/vte-2.91/vte/vtetypebuiltins.h
-include/vte-2.91/vte/vteversion.h
-lib/girepository-1.0/Vte-2.91.typelib
-lib/libvte-2.91.la
-lib/pkgconfig/vte-2.91.pc
-share/gir-1.0/Vte-2.91.gir
-share/locale/am/LC_MESSAGES/vte-2.91.mo
-share/locale/an/LC_MESSAGES/vte-2.91.mo
-share/locale/ang/LC_MESSAGES/vte-2.91.mo
-share/locale/ar/LC_MESSAGES/vte-2.91.mo
-share/locale/as/LC_MESSAGES/vte-2.91.mo
-share/locale/ast/LC_MESSAGES/vte-2.91.mo
-share/locale/az/LC_MESSAGES/vte-2.91.mo
-share/locale/be/LC_MESSAGES/vte-2.91.mo
-share/locale/be@latin/LC_MESSAGES/vte-2.91.mo
-share/locale/bg/LC_MESSAGES/vte-2.91.mo
-share/locale/bn/LC_MESSAGES/vte-2.91.mo
-share/locale/bn_IN/LC_MESSAGES/vte-2.91.mo
-share/locale/bs/LC_MESSAGES/vte-2.91.mo
-share/locale/ca/LC_MESSAGES/vte-2.91.mo
-share/locale/ca@valencia/LC_MESSAGES/vte-2.91.mo
-share/locale/cs/LC_MESSAGES/vte-2.91.mo
-share/locale/cy/LC_MESSAGES/vte-2.91.mo
-share/locale/da/LC_MESSAGES/vte-2.91.mo
-share/locale/de/LC_MESSAGES/vte-2.91.mo
-share/locale/dz/LC_MESSAGES/vte-2.91.mo
-share/locale/el/LC_MESSAGES/vte-2.91.mo
-share/locale/en@shaw/LC_MESSAGES/vte-2.91.mo
-share/locale/en_CA/LC_MESSAGES/vte-2.91.mo
-share/locale/en_GB/LC_MESSAGES/vte-2.91.mo
-share/locale/eo/LC_MESSAGES/vte-2.91.mo
-share/locale/es/LC_MESSAGES/vte-2.91.mo
-share/locale/et/LC_MESSAGES/vte-2.91.mo
-share/locale/eu/LC_MESSAGES/vte-2.91.mo
-share/locale/fa/LC_MESSAGES/vte-2.91.mo
-share/locale/fi/LC_MESSAGES/vte-2.91.mo
-share/locale/fr/LC_MESSAGES/vte-2.91.mo
-share/locale/fur/LC_MESSAGES/vte-2.91.mo
-share/locale/ga/LC_MESSAGES/vte-2.91.mo
-share/locale/gd/LC_MESSAGES/vte-2.91.mo
-share/locale/gl/LC_MESSAGES/vte-2.91.mo
-share/locale/gu/LC_MESSAGES/vte-2.91.mo
-share/locale/he/LC_MESSAGES/vte-2.91.mo
-share/locale/hi/LC_MESSAGES/vte-2.91.mo
-share/locale/hr/LC_MESSAGES/vte-2.91.mo
-share/locale/hu/LC_MESSAGES/vte-2.91.mo
-share/locale/id/LC_MESSAGES/vte-2.91.mo
-share/locale/is/LC_MESSAGES/vte-2.91.mo
-share/locale/it/LC_MESSAGES/vte-2.91.mo
-share/locale/ja/LC_MESSAGES/vte-2.91.mo
-share/locale/ka/LC_MESSAGES/vte-2.91.mo
-share/locale/kk/LC_MESSAGES/vte-2.91.mo
-share/locale/kn/LC_MESSAGES/vte-2.91.mo
-share/locale/ko/LC_MESSAGES/vte-2.91.mo
-share/locale/ku/LC_MESSAGES/vte-2.91.mo
-share/locale/ky/LC_MESSAGES/vte-2.91.mo
-share/locale/li/LC_MESSAGES/vte-2.91.mo
-share/locale/lt/LC_MESSAGES/vte-2.91.mo
-share/locale/lv/LC_MESSAGES/vte-2.91.mo
-share/locale/mai/LC_MESSAGES/vte-2.91.mo
-share/locale/mi/LC_MESSAGES/vte-2.91.mo
-share/locale/mk/LC_MESSAGES/vte-2.91.mo
-share/locale/ml/LC_MESSAGES/vte-2.91.mo
-share/locale/mn/LC_MESSAGES/vte-2.91.mo
-share/locale/mr/LC_MESSAGES/vte-2.91.mo
-share/locale/ms/LC_MESSAGES/vte-2.91.mo
-share/locale/nb/LC_MESSAGES/vte-2.91.mo
-share/locale/nds/LC_MESSAGES/vte-2.91.mo
-share/locale/ne/LC_MESSAGES/vte-2.91.mo
-share/locale/nl/LC_MESSAGES/vte-2.91.mo
-share/locale/nn/LC_MESSAGES/vte-2.91.mo
-share/locale/oc/LC_MESSAGES/vte-2.91.mo
-share/locale/or/LC_MESSAGES/vte-2.91.mo
-share/locale/pa/LC_MESSAGES/vte-2.91.mo
-share/locale/pl/LC_MESSAGES/vte-2.91.mo
-share/locale/pt/LC_MESSAGES/vte-2.91.mo
-share/locale/pt_BR/LC_MESSAGES/vte-2.91.mo
-share/locale/ro/LC_MESSAGES/vte-2.91.mo
-share/locale/ru/LC_MESSAGES/vte-2.91.mo
-share/locale/rw/LC_MESSAGES/vte-2.91.mo
-share/locale/si/LC_MESSAGES/vte-2.91.mo
-share/locale/sk/LC_MESSAGES/vte-2.91.mo
-share/locale/sl/LC_MESSAGES/vte-2.91.mo
-share/locale/sq/LC_MESSAGES/vte-2.91.mo
-share/locale/sr/LC_MESSAGES/vte-2.91.mo
-share/locale/sr@latin/LC_MESSAGES/vte-2.91.mo
-share/locale/sv/LC_MESSAGES/vte-2.91.mo
-share/locale/ta/LC_MESSAGES/vte-2.91.mo
-share/locale/te/LC_MESSAGES/vte-2.91.mo
-share/locale/tg/LC_MESSAGES/vte-2.91.mo
-share/locale/th/LC_MESSAGES/vte-2.91.mo
-share/locale/tr/LC_MESSAGES/vte-2.91.mo
-share/locale/ug/LC_MESSAGES/vte-2.91.mo
-share/locale/uk/LC_MESSAGES/vte-2.91.mo
-share/locale/uz@cyrillic/LC_MESSAGES/vte-2.91.mo
-share/locale/vi/LC_MESSAGES/vte-2.91.mo
-share/locale/wa/LC_MESSAGES/vte-2.91.mo
-share/locale/xh/LC_MESSAGES/vte-2.91.mo
-share/locale/zh_CN/LC_MESSAGES/vte-2.91.mo
-share/locale/zh_HK/LC_MESSAGES/vte-2.91.mo
-share/locale/zh_TW/LC_MESSAGES/vte-2.91.mo
-share/vala/vapi/vte-2.91.vapi
diff --git a/vte/buildlink3.mk b/vte/buildlink3.mk
deleted file mode 100644
index e58fa36489..0000000000
--- a/vte/buildlink3.mk
+++ /dev/null
@@ -1,33 +0,0 @@
-# $NetBSD$
-
-BUILDLINK_TREE+=	vte
-
-.if !defined(VTE_BUILDLINK3_MK)
-VTE_BUILDLINK3_MK:=
-
-BUILDLINK_API_DEPENDS.vte+=	vte>=0.42.1
-BUILDLINK_PKGSRCDIR.vte?=	../../wip/vte
-
-# XXX
-# XXX Uncomment and keep only the buildlink3 lines below which are directly
-# XXX needed for dependencies to compile, link, and run.  If this package
-# XXX provides a wrappered API or otherwise does not expose the APIs of the
-# XXX buildlink3 lines below to dependencies, remove them.
-# XXX
-#.include "../../devel/gperf/buildlink3.mk"
-.include "../../security/gnutls/buildlink3.mk"
-.include "../../x11/gtk3/buildlink3.mk"
-#.include "../../lang/vala/buildlink3.mk"
-#.include "../../devel/gobject-introspection/buildlink3.mk"
-#.include "../../textproc/gtk-doc/buildlink3.mk"
-.include "../../devel/glib2/buildlink3.mk"
-#.include "../../devel/pango/buildlink3.mk"
-#.include "../../fonts/fontconfig/buildlink3.mk"
-#.include "../../graphics/freetype2/buildlink3.mk"
-#.include "../../x11/libSM/buildlink3.mk"
-#.include "../../x11/libX11/buildlink3.mk"
-#.include "../../x11/libXft/buildlink3.mk"
-#.include "../../x11/libXt/buildlink3.mk"
-.endif	# VTE_BUILDLINK3_MK
-
-BUILDLINK_TREE+=	-vte
diff --git a/vte/distinfo b/vte/distinfo
deleted file mode 100644
index 43015435b0..0000000000
--- a/vte/distinfo
+++ /dev/null
@@ -1,7 +0,0 @@
-$NetBSD: distinfo,v 1.10 2015/06/06 15:46:31 krytarowski Exp $
-
-SHA1 (vte-0.48.3.tar.gz) = 71bfc3f0f2e6286ddce0f30b2ddd667a5dbe5fc7
-RMD160 (vte-0.48.3.tar.gz) = a02a85df3d7a171890fa455568750a737b985467
-SHA512 (vte-0.48.3.tar.gz) = 6b837857487e8a8c2dff4d878d1eccc6995e443e42f34e1dfe714956e3f82350fe71d4ee5e3f75340be5e573f4575150f0a6a534c41715b483699c71fade284a
-Size (vte-0.48.3.tar.gz) = 662855 bytes
-SHA1 (patch-bindings_vala_app.vala) = fcb7c175fac42af26099828c5006ce56e33369e5
diff --git a/vte/patches/patch-bindings_vala_app.vala b/vte/patches/patch-bindings_vala_app.vala
deleted file mode 100644
index e70592e480..0000000000
--- a/vte/patches/patch-bindings_vala_app.vala
+++ /dev/null
@@ -1,25 +0,0 @@
-$NetBSD$
-
-Backport fix for newer vala
-https://gitlab.gnome.org/GNOME/vte/commit/53690d5cee51bdb7c3f7680d3c22b316b1086f2c
-
---- bindings/vala/app.vala.orig	2017-05-04 09:46:02.000000000 +0000
-+++ bindings/vala/app.vala
-@@ -491,7 +491,7 @@ class Window : Gtk.ApplicationWindow
- 
-     switch (pid) {
-     case -1: /* error */
--      printerr("Error forking: %m");
-+      printerr("Error forking: %s", strerror(errno));
-       break;
-     case 0: /* child */ {
-       pty.child_setup();
-@@ -811,6 +811,8 @@ class App : Gtk.Application
- 
-   public struct Options
-   {
-+    //FIXME Merge this struct into App class
-+    public int dummy;
-     public static bool audible = false;
-     public static string? command = null;
-     private static string? cjk_ambiguous_width_string = null;


Home | Main Index | Thread Index | Old Index