aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2017-04-01 22:25:21 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2017-04-01 22:25:21 +0000
commitff733faa589f980b442fb84d9ce82fafcc22d50c (patch)
tree36cbedeaf99b37cb4ade1d39fb3e98e49b1d24e2
parent067df085ebf0d8bd36c0e0f694afba602bde11be (diff)
downloadports-ff733faa589f980b442fb84d9ce82fafcc22d50c.tar.gz
ports-ff733faa589f980b442fb84d9ce82fafcc22d50c.zip
Notes
-rw-r--r--MOVED1
-rw-r--r--x11-toolkits/Makefile1
-rw-r--r--x11-toolkits/vte290/Makefile58
-rw-r--r--x11-toolkits/vte290/distinfo2
-rw-r--r--x11-toolkits/vte290/files/patch-gnome-pty-helper_Makefile.in13
-rw-r--r--x11-toolkits/vte290/files/patch-gnome-pty-helper_config.h.in12
-rw-r--r--x11-toolkits/vte290/files/patch-gnome-pty-helper_configure11
-rw-r--r--x11-toolkits/vte290/files/patch-gnome-pty-helper_gnome-pty-helper.c10
-rw-r--r--x11-toolkits/vte290/files/patch-gnome-pty-helper_gnome-utmp.c11
-rw-r--r--x11-toolkits/vte290/files/patch-src_vteseq.c10
-rw-r--r--x11-toolkits/vte290/pkg-descr6
-rw-r--r--x11-toolkits/vte290/pkg-plist136
12 files changed, 1 insertions, 270 deletions
diff --git a/MOVED b/MOVED
index 89d2a69df143..a185d02948df 100644
--- a/MOVED
+++ b/MOVED
@@ -9198,3 +9198,4 @@ databases/libgda4-ldap||2017-04-02|Obsolete and not depend on anymore
devel/libsigcx||2017-04-02|Obsolete and not depend on anymore
x11-toolkits/gal2||2017-04-02|Obsolete and not depend on anymore
x11-toolkits/gal2-reference||2017-04-02|Obsolete and not depend on anymore
+x11-toolkits/vte290|x11-toolkits/vte3|2017-04-02|Obsolete and not depend on anymore
diff --git a/x11-toolkits/Makefile b/x11-toolkits/Makefile
index 5d66b4ae025b..6d2e1ae00348 100644
--- a/x11-toolkits/Makefile
+++ b/x11-toolkits/Makefile
@@ -282,7 +282,6 @@
SUBDIR += viewklass
SUBDIR += vte
SUBDIR += vte-reference
- SUBDIR += vte290
SUBDIR += vte3
SUBDIR += vtkfox
SUBDIR += wlc
diff --git a/x11-toolkits/vte290/Makefile b/x11-toolkits/vte290/Makefile
deleted file mode 100644
index 71c2def1e578..000000000000
--- a/x11-toolkits/vte290/Makefile
+++ /dev/null
@@ -1,58 +0,0 @@
-# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
-# $FreeBSD$
-# $MCom: ports/trunk/x11-toolkits/vte3/Makefile 18941 2013-12-08 01:18:10Z kwm $
-
-PORTNAME?= vte
-PORTVERSION= 0.34.7
-PORTREVISION?= 1
-CATEGORIES= x11-toolkits gnome
-MASTER_SITES= GNOME
-DISTNAME= vte-${PORTVERSION}
-PKGNAMESUFFIX?= 3-290
-DIST_SUBDIR= gnome3
-
-MAINTAINER?= gnome@FreeBSD.org
-COMMENT?= Gtk 3 based terminal widget with accessibility and I18N support
-
-USES+= tar:xz
-PORTSCOUT= ignore:1
-
-.if !defined(REFERENCE_PORT)
-VTE3_SLAVE?= no
-
-.if ${VTE3_SLAVE}!="yes"
-RUN_DEPENDS+= ${LOCALBASE}/libexec/gnome-pty-helper:x11-toolkits/gnome-pty-helper
-.endif
-
-USES+= bison gettext gmake libtool pathfix pkgconfig
-USE_LDCONFIG= yes
-GNU_CONFIGURE= yes
-USE_GNOME?= gnomeprefix gtk30 referencehack intltool introspection:build
-CPPFLAGS+= -I${LOCALBASE}/include
-LDFLAGS+= -L${LOCALBASE}/lib
-CONFIGURE_ARGS?=--disable-python \
- --with-gtk=3.0 \
- --enable-introspection \
- --disable-static \
- --disable-Bsymbolic \
- --disable-gnome-pty-helper \
- --disable-freetypetest
-INSTALL_TARGET= install-strip
-
-.if !defined(MASTERDIR)
-OPTIONS_DEFINE= GLX
-GLX_DESC= Support for DRI/GLX rendering
-
-GLX_CONFIGURE_ON= --with-glX
-GLX_USE= GL=yes
-.endif
-
-PLIST_SUB= VERSION=2.90
-
-post-install:
- @${MV} ${STAGEDIR}${PREFIX}/etc/profile.d/vte.sh \
- ${STAGEDIR}${PREFIX}/etc/profile.d/vte3.sh
-
-.include <bsd.port.mk>
-
-.endif
diff --git a/x11-toolkits/vte290/distinfo b/x11-toolkits/vte290/distinfo
deleted file mode 100644
index 4bf4600d53f1..000000000000
--- a/x11-toolkits/vte290/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (gnome3/vte-0.34.7.tar.xz) = 187e49cca574f548d04ceea701e95a1531ff9dd9cd1953ce6455824720dab932
-SIZE (gnome3/vte-0.34.7.tar.xz) = 984068
diff --git a/x11-toolkits/vte290/files/patch-gnome-pty-helper_Makefile.in b/x11-toolkits/vte290/files/patch-gnome-pty-helper_Makefile.in
deleted file mode 100644
index 93f9d08dab50..000000000000
--- a/x11-toolkits/vte290/files/patch-gnome-pty-helper_Makefile.in
+++ /dev/null
@@ -1,13 +0,0 @@
---- gnome-pty-helper/Makefile.in.orig 2009-05-06 01:20:54.000000000 -0400
-+++ gnome-pty-helper/Makefile.in 2009-05-06 01:21:30.000000000 -0400
-@@ -590,8 +590,8 @@ uninstall-am: uninstall-libexecPROGRAMS
-
-
- install-exec-hook:
-- chown root.utmp $(DESTDIR)$(libexecdir)/gnome-pty-helper || true
-- chmod g+s $(DESTDIR)$(libexecdir)/gnome-pty-helper || true
-+ chown root:wheel $(DESTDIR)$(libexecdir)/gnome-pty-helper || true
-+ chmod u+s $(DESTDIR)$(libexecdir)/gnome-pty-helper || true
-
- -include $(top_srcdir)/git.mk
- # Tell versions [3.59,3.63) of GNU make to not export all variables.
diff --git a/x11-toolkits/vte290/files/patch-gnome-pty-helper_config.h.in b/x11-toolkits/vte290/files/patch-gnome-pty-helper_config.h.in
deleted file mode 100644
index d07c7bce3919..000000000000
--- a/x11-toolkits/vte290/files/patch-gnome-pty-helper_config.h.in
+++ /dev/null
@@ -1,12 +0,0 @@
---- gnome-pty-helper/config.h.in.orig 2012-03-24 17:31:26.000000000 -0400
-+++ gnome-pty-helper/config.h.in 2012-03-24 17:31:43.000000000 -0400
-@@ -24,6 +24,9 @@
- /* Define to 1 if you have the `getutmpx' function. */
- #undef HAVE_GETUTMPX
-
-+/* Define to 1 if you have the `getutxid' function. */
-+#undef HAVE_GETUTXID
-+
- /* Define to 1 if you have the `grantpt' function. */
- #undef HAVE_GRANTPT
-
diff --git a/x11-toolkits/vte290/files/patch-gnome-pty-helper_configure b/x11-toolkits/vte290/files/patch-gnome-pty-helper_configure
deleted file mode 100644
index 737b74e59ca5..000000000000
--- a/x11-toolkits/vte290/files/patch-gnome-pty-helper_configure
+++ /dev/null
@@ -1,11 +0,0 @@
---- gnome-pty-helper/configure.orig 2012-03-24 17:31:04.000000000 -0400
-+++ gnome-pty-helper/configure 2012-03-24 17:31:21.000000000 -0400
-@@ -5699,7 +5699,7 @@ fi
-
- fi
-
--for ac_func in endutent fcntl forkpty getttyent getutent getutmpx grantpt flock login_tty openpty revoke sendmsg seteuid setreuid setutent strrchr updwtmp updwtmpx utmpname utmpxname
-+for ac_func in endutent fcntl forkpty getttyent getutent getutmpx grantpt flock login_tty openpty revoke sendmsg seteuid setreuid setutent strrchr updwtmp updwtmpx utmpname utmpxname getutxid
- do :
- as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
- ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
diff --git a/x11-toolkits/vte290/files/patch-gnome-pty-helper_gnome-pty-helper.c b/x11-toolkits/vte290/files/patch-gnome-pty-helper_gnome-pty-helper.c
deleted file mode 100644
index ab80c5364b55..000000000000
--- a/x11-toolkits/vte290/files/patch-gnome-pty-helper_gnome-pty-helper.c
+++ /dev/null
@@ -1,10 +0,0 @@
---- gnome-pty-helper/gnome-pty-helper.c
-+++ gnome-pty-helper/gnome-pty-helper.c
-@@ -51,7 +51,6 @@
- #include <stdlib.h>
- #include <string.h>
- #include <stdio.h>
--#include <utmp.h>
- #include <grp.h>
- #include "gnome-pty.h"
- #include "gnome-login-support.h"
diff --git a/x11-toolkits/vte290/files/patch-gnome-pty-helper_gnome-utmp.c b/x11-toolkits/vte290/files/patch-gnome-pty-helper_gnome-utmp.c
deleted file mode 100644
index fa2750ccd5ba..000000000000
--- a/x11-toolkits/vte290/files/patch-gnome-pty-helper_gnome-utmp.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- gnome-pty-helper/gnome-utmp.c.orig 2012-03-24 17:30:46.000000000 -0400
-+++ gnome-pty-helper/gnome-utmp.c 2012-03-24 17:30:25.000000000 -0400
-@@ -152,7 +152,7 @@ update_wtmp (char *file, UTMP *putmp)
- #endif /* !HAVE_GETUTMPX */
-
-
--#if defined(HAVE_GETUTMPX)
-+#if defined(HAVE_GETUTMPX) || defined(HAVE_GETUTXID)
- static void
- update_utmp (UTMP *ut)
- {
diff --git a/x11-toolkits/vte290/files/patch-src_vteseq.c b/x11-toolkits/vte290/files/patch-src_vteseq.c
deleted file mode 100644
index e5afb288b0d8..000000000000
--- a/x11-toolkits/vte290/files/patch-src_vteseq.c
+++ /dev/null
@@ -1,10 +0,0 @@
---- src/vteseq.c.orig Mon Jun 12 20:27:00 2006
-+++ src/vteseq.c Mon Jun 12 20:27:19 2006
-@@ -20,6 +20,7 @@
- #include "../config.h"
-
- #ifdef HAVE_SYS_SYSLIMITS_H
-+#include <sys/cdefs.h>
- #include <sys/syslimits.h>
- #endif
-
diff --git a/x11-toolkits/vte290/pkg-descr b/x11-toolkits/vte290/pkg-descr
deleted file mode 100644
index 31996350c95b..000000000000
--- a/x11-toolkits/vte290/pkg-descr
+++ /dev/null
@@ -1,6 +0,0 @@
-Terminal widget with improved font, internationalisation and accessibility
-support for the GNOME 2 desktop. Designed to replace libzvt.
-
-This port features the old 2.90 API.
-
-WWW: http://www.gnome.org/
diff --git a/x11-toolkits/vte290/pkg-plist b/x11-toolkits/vte290/pkg-plist
deleted file mode 100644
index d0fac0fae0a9..000000000000
--- a/x11-toolkits/vte290/pkg-plist
+++ /dev/null
@@ -1,136 +0,0 @@
-bin/vte2_90
-etc/profile.d/vte3.sh
-include/vte-%%VERSION%%/vte/pty.h
-include/vte-%%VERSION%%/vte/reaper.h
-include/vte-%%VERSION%%/vte/vte.h
-include/vte-%%VERSION%%/vte/vteaccess.h
-include/vte-%%VERSION%%/vte/vtedeprecated.h
-include/vte-%%VERSION%%/vte/vtepty.h
-include/vte-%%VERSION%%/vte/vtetypebuiltins.h
-include/vte-%%VERSION%%/vte/vteversion.h
-lib/girepository-1.0/Vte-%%VERSION%%.typelib
-lib/libvte2_90.so
-lib/libvte2_90.so.9
-lib/libvte2_90.so.9.3400.7
-libdata/pkgconfig/vte-%%VERSION%%.pc
-share/doc/vte-2.90/VteReaper.html
-share/doc/vte-2.90/VteTerminal.html
-share/doc/vte-2.90/VteTerminalAccessible.html
-share/doc/vte-2.90/annotation-glossary.html
-share/doc/vte-2.90/api-index-0-20.html
-share/doc/vte-2.90/api-index-0-24.html
-share/doc/vte-2.90/api-index-0-26.html
-share/doc/vte-2.90/api-index-0-28.html
-share/doc/vte-2.90/api-index-0-34.html
-share/doc/vte-2.90/api-index-deprecated.html
-share/doc/vte-2.90/api-index-full.html
-share/doc/vte-2.90/ch01.html
-share/doc/vte-2.90/ch02.html
-share/doc/vte-2.90/ch03.html
-share/doc/vte-2.90/deprecated-objects.html
-share/doc/vte-2.90/home.png
-share/doc/vte-2.90/index.html
-share/doc/vte-2.90/index.sgml
-share/doc/vte-2.90/internal-objects.html
-share/doc/vte-2.90/left.png
-share/doc/vte-2.90/licence.html
-share/doc/vte-2.90/object-hierarchy.html
-share/doc/vte-2.90/pt01.html
-share/doc/vte-2.90/right.png
-share/doc/vte-2.90/style.css
-share/doc/vte-2.90/up.png
-share/doc/vte-2.90/vte-Version-Information.html
-share/doc/vte-2.90/vte-Vte-PTY.html
-share/doc/vte-2.90/vte-2.90.devhelp2
-share/gir-1.0/Vte-%%VERSION%%.gir
-share/locale/am/LC_MESSAGES/vte-2.90.mo
-share/locale/ang/LC_MESSAGES/vte-2.90.mo
-share/locale/ar/LC_MESSAGES/vte-2.90.mo
-share/locale/as/LC_MESSAGES/vte-2.90.mo
-share/locale/ast/LC_MESSAGES/vte-2.90.mo
-share/locale/az/LC_MESSAGES/vte-2.90.mo
-share/locale/be/LC_MESSAGES/vte-2.90.mo
-share/locale/be@latin/LC_MESSAGES/vte-2.90.mo
-share/locale/bg/LC_MESSAGES/vte-2.90.mo
-share/locale/bn/LC_MESSAGES/vte-2.90.mo
-share/locale/bn_IN/LC_MESSAGES/vte-2.90.mo
-share/locale/bs/LC_MESSAGES/vte-2.90.mo
-share/locale/ca/LC_MESSAGES/vte-2.90.mo
-share/locale/ca@valencia/LC_MESSAGES/vte-2.90.mo
-share/locale/cs/LC_MESSAGES/vte-2.90.mo
-share/locale/cy/LC_MESSAGES/vte-2.90.mo
-share/locale/da/LC_MESSAGES/vte-2.90.mo
-share/locale/de/LC_MESSAGES/vte-2.90.mo
-share/locale/dz/LC_MESSAGES/vte-2.90.mo
-share/locale/el/LC_MESSAGES/vte-2.90.mo
-share/locale/en@shaw/LC_MESSAGES/vte-2.90.mo
-share/locale/en_CA/LC_MESSAGES/vte-2.90.mo
-share/locale/en_GB/LC_MESSAGES/vte-2.90.mo
-share/locale/eo/LC_MESSAGES/vte-2.90.mo
-share/locale/es/LC_MESSAGES/vte-2.90.mo
-share/locale/et/LC_MESSAGES/vte-2.90.mo
-share/locale/eu/LC_MESSAGES/vte-2.90.mo
-share/locale/fa/LC_MESSAGES/vte-2.90.mo
-share/locale/fi/LC_MESSAGES/vte-2.90.mo
-share/locale/fr/LC_MESSAGES/vte-2.90.mo
-share/locale/fur/LC_MESSAGES/vte-2.90.mo
-share/locale/ga/LC_MESSAGES/vte-2.90.mo
-share/locale/gl/LC_MESSAGES/vte-2.90.mo
-share/locale/gu/LC_MESSAGES/vte-2.90.mo
-share/locale/he/LC_MESSAGES/vte-2.90.mo
-share/locale/hi/LC_MESSAGES/vte-2.90.mo
-share/locale/hr/LC_MESSAGES/vte-2.90.mo
-share/locale/hu/LC_MESSAGES/vte-2.90.mo
-share/locale/id/LC_MESSAGES/vte-2.90.mo
-share/locale/is/LC_MESSAGES/vte-2.90.mo
-share/locale/it/LC_MESSAGES/vte-2.90.mo
-share/locale/ja/LC_MESSAGES/vte-2.90.mo
-share/locale/ka/LC_MESSAGES/vte-2.90.mo
-share/locale/kn/LC_MESSAGES/vte-2.90.mo
-share/locale/ko/LC_MESSAGES/vte-2.90.mo
-share/locale/ku/LC_MESSAGES/vte-2.90.mo
-share/locale/ky/LC_MESSAGES/vte-2.90.mo
-share/locale/li/LC_MESSAGES/vte-2.90.mo
-share/locale/lt/LC_MESSAGES/vte-2.90.mo
-share/locale/lv/LC_MESSAGES/vte-2.90.mo
-share/locale/mai/LC_MESSAGES/vte-2.90.mo
-share/locale/mi/LC_MESSAGES/vte-2.90.mo
-share/locale/mk/LC_MESSAGES/vte-2.90.mo
-share/locale/ml/LC_MESSAGES/vte-2.90.mo
-share/locale/mn/LC_MESSAGES/vte-2.90.mo
-share/locale/mr/LC_MESSAGES/vte-2.90.mo
-share/locale/ms/LC_MESSAGES/vte-2.90.mo
-share/locale/nb/LC_MESSAGES/vte-2.90.mo
-share/locale/ne/LC_MESSAGES/vte-2.90.mo
-share/locale/nds/LC_MESSAGES/vte-2.90.mo
-share/locale/nl/LC_MESSAGES/vte-2.90.mo
-share/locale/nn/LC_MESSAGES/vte-2.90.mo
-share/locale/oc/LC_MESSAGES/vte-2.90.mo
-share/locale/or/LC_MESSAGES/vte-2.90.mo
-share/locale/pa/LC_MESSAGES/vte-2.90.mo
-share/locale/pl/LC_MESSAGES/vte-2.90.mo
-share/locale/pt/LC_MESSAGES/vte-2.90.mo
-share/locale/pt_BR/LC_MESSAGES/vte-2.90.mo
-share/locale/ro/LC_MESSAGES/vte-2.90.mo
-share/locale/ru/LC_MESSAGES/vte-2.90.mo
-share/locale/rw/LC_MESSAGES/vte-2.90.mo
-share/locale/si/LC_MESSAGES/vte-2.90.mo
-share/locale/sk/LC_MESSAGES/vte-2.90.mo
-share/locale/sl/LC_MESSAGES/vte-2.90.mo
-share/locale/sq/LC_MESSAGES/vte-2.90.mo
-share/locale/sr/LC_MESSAGES/vte-2.90.mo
-share/locale/sr@latin/LC_MESSAGES/vte-2.90.mo
-share/locale/sv/LC_MESSAGES/vte-2.90.mo
-share/locale/ta/LC_MESSAGES/vte-2.90.mo
-share/locale/te/LC_MESSAGES/vte-2.90.mo
-share/locale/th/LC_MESSAGES/vte-2.90.mo
-share/locale/tr/LC_MESSAGES/vte-2.90.mo
-share/locale/ug/LC_MESSAGES/vte-2.90.mo
-share/locale/uk/LC_MESSAGES/vte-2.90.mo
-share/locale/uz@cyrillic/LC_MESSAGES/vte-2.90.mo
-share/locale/vi/LC_MESSAGES/vte-2.90.mo
-share/locale/wa/LC_MESSAGES/vte-2.90.mo
-share/locale/xh/LC_MESSAGES/vte-2.90.mo
-share/locale/zh_CN/LC_MESSAGES/vte-2.90.mo
-share/locale/zh_HK/LC_MESSAGES/vte-2.90.mo
-share/locale/zh_TW/LC_MESSAGES/vte-2.90.mo