summaryrefslogtreecommitdiffstats
path: root/x11-toolkits/vte/files
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2009-11-30 04:05:12 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2009-11-30 04:05:12 +0800
commita3b5135851621cb514e7708d11f9dc82f851ea5c (patch)
treeb2b32cc424aeb8dc4d13263958511bf8ca92bc34 /x11-toolkits/vte/files
parent095098375dd5bb1d27d533ffc7dc27305e105c95 (diff)
downloadmarcuscom-ports-a3b5135851621cb514e7708d11f9dc82f851ea5c.tar
marcuscom-ports-a3b5135851621cb514e7708d11f9dc82f851ea5c.tar.gz
marcuscom-ports-a3b5135851621cb514e7708d11f9dc82f851ea5c.tar.bz2
marcuscom-ports-a3b5135851621cb514e7708d11f9dc82f851ea5c.tar.lz
marcuscom-ports-a3b5135851621cb514e7708d11f9dc82f851ea5c.tar.xz
marcuscom-ports-a3b5135851621cb514e7708d11f9dc82f851ea5c.tar.zst
marcuscom-ports-a3b5135851621cb514e7708d11f9dc82f851ea5c.zip
Remove these ports now that they are in the ports tree.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@13266 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-toolkits/vte/files')
-rw-r--r--x11-toolkits/vte/files/patch-config.h.in12
-rw-r--r--x11-toolkits/vte/files/patch-configure11
-rw-r--r--x11-toolkits/vte/files/patch-gnome-pty-helper_Makefile.in13
-rw-r--r--x11-toolkits/vte/files/patch-gnome-pty-helper_gnome-utmp.c40
-rw-r--r--x11-toolkits/vte/files/patch-python_Makefile.in19
-rw-r--r--x11-toolkits/vte/files/patch-src_vteseq.c10
6 files changed, 0 insertions, 105 deletions
diff --git a/x11-toolkits/vte/files/patch-config.h.in b/x11-toolkits/vte/files/patch-config.h.in
deleted file mode 100644
index 03db0e1c4..000000000
--- a/x11-toolkits/vte/files/patch-config.h.in
+++ /dev/null
@@ -1,12 +0,0 @@
---- config.h.in.orig Wed May 17 10:45:57 2006
-+++ config.h.in Wed May 17 10:46:25 2006
-@@ -106,6 +106,9 @@
- /* Define to 1 if you have the <GL/glx.h> header file. */
- #undef HAVE_GL_GLX_H
-
-+/* Define to 1 if you have the `posix_openpt' function. */
-+#undef HAVE_POSIX_OPENPT
-+
- /* Define to 1 if you have the `grantpt' function. */
- #undef HAVE_GRANTPT
-
diff --git a/x11-toolkits/vte/files/patch-configure b/x11-toolkits/vte/files/patch-configure
deleted file mode 100644
index e9fe90107..000000000
--- a/x11-toolkits/vte/files/patch-configure
+++ /dev/null
@@ -1,11 +0,0 @@
---- configure.orig Tue Feb 13 16:22:38 2007
-+++ configure Tue Feb 13 16:23:19 2007
-@@ -24887,7 +24887,7 @@ fi
-
-
-
--for ac_func in cfmakeraw fork setsid setpgid getpgid getpt grantpt unlockpt ptsname ptsname_r tcgetattr tcsetattr
-+for ac_func in cfmakeraw fork setsid setpgid getpgid getpt grantpt posix_openpt unlockpt ptsname ptsname_r tcgetattr tcsetattr
- do
- as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
- echo "$as_me:$LINENO: checking for $ac_func" >&5
diff --git a/x11-toolkits/vte/files/patch-gnome-pty-helper_Makefile.in b/x11-toolkits/vte/files/patch-gnome-pty-helper_Makefile.in
deleted file mode 100644
index 93f9d08da..000000000
--- a/x11-toolkits/vte/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/vte/files/patch-gnome-pty-helper_gnome-utmp.c b/x11-toolkits/vte/files/patch-gnome-pty-helper_gnome-utmp.c
deleted file mode 100644
index bc0877bf5..000000000
--- a/x11-toolkits/vte/files/patch-gnome-pty-helper_gnome-utmp.c
+++ /dev/null
@@ -1,40 +0,0 @@
---- gnome-pty-helper/gnome-utmp.c.orig Sat Oct 28 23:15:53 2006
-+++ gnome-pty-helper/gnome-utmp.c Sat Oct 28 23:15:40 2006
-@@ -258,10 +258,18 @@ write_logout_record (char *login_name, v
- #endif
-
- if (utmp)
-+#if defined(__FreeBSD__)
-+ logout (put.ut_line);
-+#else
- update_utmp (&put);
-+#endif
-
- if (wtmp)
-+#if defined(__FreeBSD__)
-+ logwtmp (put.ut_line, "", "");
-+#else
- update_wtmp (WTMP_OUTPUT_FILENAME, &put);
-+#endif
-
- free (ut);
- }
-@@ -347,10 +355,18 @@ write_login_record (char *login_name, ch
- # endif
- #endif
- if (utmp)
-+#if defined(__FreeBSD__)
-+ login (ut);
-+#else
- update_utmp (ut);
-+#endif
-
- if (wtmp)
-+#if defined(__FreeBSD__)
-+ logwtmp (ut->ut_line, ut->ut_name, ut->ut_host);
-+#else
- update_wtmp (WTMP_OUTPUT_FILENAME, ut);
-+#endif
-
- if (lastlog)
- update_lastlog(login_name, ut);
diff --git a/x11-toolkits/vte/files/patch-python_Makefile.in b/x11-toolkits/vte/files/patch-python_Makefile.in
deleted file mode 100644
index d821a7cf6..000000000
--- a/x11-toolkits/vte/files/patch-python_Makefile.in
+++ /dev/null
@@ -1,19 +0,0 @@
---- python/Makefile.in.orig 2009-11-01 13:38:24.000000000 -0500
-+++ python/Makefile.in 2009-11-01 13:38:24.000000000 -0500
-@@ -73,7 +73,6 @@ am__installdirs = "$(DESTDIR)$(pythonsit
- LTLIBRARIES = $(pythonsiteexec_LTLIBRARIES)
- am__DEPENDENCIES_1 =
- @BUILD_PYTHON_MODULES_TRUE@vtemodule_la_DEPENDENCIES = \
--@BUILD_PYTHON_MODULES_TRUE@ $(top_builddir)/src/libvte.la \
- @BUILD_PYTHON_MODULES_TRUE@ $(am__DEPENDENCIES_1) \
- @BUILD_PYTHON_MODULES_TRUE@ $(am__DEPENDENCIES_1) \
- @BUILD_PYTHON_MODULES_TRUE@ $(am__DEPENDENCIES_1)
-@@ -320,7 +319,7 @@ EXTRA_DIST = vte.defs pyvte.pc.in vte.ov
- # we do this to suport building with -Wl,-z,defs which errors on
- # vtemodule.so as we cannot include $(PYTHON_LIBS) due to bug 410986.
- @BUILD_PYTHON_MODULES_TRUE@vtemodule_la_LDFLAGS = -module -avoid-version -export-symbols-regex initvte $(PYTHON_LDFLAGS) $(AM_LDFLAGS)
--@BUILD_PYTHON_MODULES_TRUE@vtemodule_la_LIBADD = $(top_builddir)/src/libvte.la $(LIBS) $(PYGTK_LIBS) $(VTE_LIBS) $(X_LIBS)
-+@BUILD_PYTHON_MODULES_TRUE@vtemodule_la_LIBADD = -lvte $(LIBS) $(PYGTK_LIBS) $(VTE_LIBS) $(X_LIBS)
- @BUILD_PYTHON_MODULES_TRUE@nodist_vtemodule_la_SOURCES = vte.c
- all: all-am
-
diff --git a/x11-toolkits/vte/files/patch-src_vteseq.c b/x11-toolkits/vte/files/patch-src_vteseq.c
deleted file mode 100644
index e5afb288b..000000000
--- a/x11-toolkits/vte/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
-