summaryrefslogtreecommitdiffstats
path: root/x11-toolkits
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2003-05-07 14:31:49 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2003-05-07 14:31:49 +0800
commit9f00aa3d0a54c6c0aaac9eff6805636177953b3b (patch)
tree8b77b87ed1e6bd916ec2b4f0598473a5ce082517 /x11-toolkits
parent757a246b210c22c052624bd59ee92c961e3b9c62 (diff)
downloadmarcuscom-ports-9f00aa3d0a54c6c0aaac9eff6805636177953b3b.tar
marcuscom-ports-9f00aa3d0a54c6c0aaac9eff6805636177953b3b.tar.gz
marcuscom-ports-9f00aa3d0a54c6c0aaac9eff6805636177953b3b.tar.bz2
marcuscom-ports-9f00aa3d0a54c6c0aaac9eff6805636177953b3b.tar.lz
marcuscom-ports-9f00aa3d0a54c6c0aaac9eff6805636177953b3b.tar.xz
marcuscom-ports-9f00aa3d0a54c6c0aaac9eff6805636177953b3b.tar.zst
marcuscom-ports-9f00aa3d0a54c6c0aaac9eff6805636177953b3b.zip
Update to 0.11.6.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@731 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/vte/Makefile4
-rw-r--r--x11-toolkits/vte/distinfo2
-rw-r--r--x11-toolkits/vte/files/patch-configure17
-rw-r--r--x11-toolkits/vte/files/patch-src_vtegl.c12
-rw-r--r--x11-toolkits/vte/pkg-plist2
5 files changed, 30 insertions, 7 deletions
diff --git a/x11-toolkits/vte/Makefile b/x11-toolkits/vte/Makefile
index 96646a8f6..6d0cd8c03 100644
--- a/x11-toolkits/vte/Makefile
+++ b/x11-toolkits/vte/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= vte
-PORTVERSION= 0.11.5
+PORTVERSION= 0.11.6
CATEGORIES= x11-toolkits gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.11
@@ -32,7 +32,5 @@ post-patch:
s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
@${REINPLACE_CMD} -e 's|malloc\.h|stdlib.h|g' \
${WRKSRC}/gnome-pty-helper/gnome-pty-helper.c
- @${REINPLACE_CMD} -e 's|[(]libdir[)]/locale|(prefix)/share/locale|g' \
- ${WRKSRC}/po/Makefile.in.in
.include <bsd.port.mk>
diff --git a/x11-toolkits/vte/distinfo b/x11-toolkits/vte/distinfo
index 4a6fc4e9b..66e83bac0 100644
--- a/x11-toolkits/vte/distinfo
+++ b/x11-toolkits/vte/distinfo
@@ -1 +1 @@
-MD5 (gnome2/vte-0.11.5.tar.bz2) = 613dd657d9c1a047dd5e84456fe4c249
+MD5 (gnome2/vte-0.11.6.tar.bz2) = 0655dfec493e783f7d55756259c9098c
diff --git a/x11-toolkits/vte/files/patch-configure b/x11-toolkits/vte/files/patch-configure
index 72106cddb..955fd6d51 100644
--- a/x11-toolkits/vte/files/patch-configure
+++ b/x11-toolkits/vte/files/patch-configure
@@ -1,6 +1,6 @@
---- configure.orig Tue Dec 3 02:15:27 2002
-+++ configure Wed Dec 4 02:01:09 2002
-@@ -8643,6 +8643,7 @@
+--- configure.orig Tue May 6 10:14:49 2003
++++ configure Wed May 7 02:24:01 2003
+@@ -8724,6 +8724,7 @@
# This can be used to rebuild libtool when needed
LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
@@ -8,3 +8,14 @@
# Always use our own libtool.
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
+@@ -13009,10 +13010,6 @@
+ fi
+ rm -f conftest*
+
+-
+-cat >>confdefs.h <<\_ACEOF
+-#define _XOPEN_SOURCE_EXTENDED 1
+-_ACEOF
+
+
+ cat >>confdefs.h <<\_ACEOF
diff --git a/x11-toolkits/vte/files/patch-src_vtegl.c b/x11-toolkits/vte/files/patch-src_vtegl.c
new file mode 100644
index 000000000..4d5a1caa2
--- /dev/null
+++ b/x11-toolkits/vte/files/patch-src_vtegl.c
@@ -0,0 +1,12 @@
+--- src/vtegl.c.orig Wed May 7 02:30:06 2003
++++ src/vtegl.c Wed May 7 02:30:15 2003
+@@ -312,8 +312,7 @@
+ _vte_gl_clear(struct _vte_draw *draw,
+ gint x, gint y, gint width, gint height)
+ {
+- struct _vte_gl_data *data;
+- data = (struct _vte_gl_data*) draw->impl_data;
++ struct _vte_gl_data *data = (struct _vte_gl_data*) draw->impl_data;
+ long xstop, ystop, i, j;
+ int pixmapw, pixmaph, w, h;
+
diff --git a/x11-toolkits/vte/pkg-plist b/x11-toolkits/vte/pkg-plist
index 7c908e360..12d939315 100644
--- a/x11-toolkits/vte/pkg-plist
+++ b/x11-toolkits/vte/pkg-plist
@@ -54,6 +54,8 @@ share/locale/ru/LC_MESSAGES/vte.mo
share/locale/sl/LC_MESSAGES/vte.mo
share/locale/sk/LC_MESSAGES/vte.mo
share/locale/sq/LC_MESSAGES/vte.mo
+share/locale/sr/LC_MESSAGES/vte.mo
+share/locale/sr@Latn/LC_MESSAGES/vte.mo
share/locale/sv/LC_MESSAGES/vte.mo
share/locale/tr/LC_MESSAGES/vte.mo
share/locale/uk/LC_MESSAGES/vte.mo