diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-10-14 16:35:50 +0800 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-10-14 16:35:50 +0800 |
commit | f1bb12de8e50bf76ae21f37debda60994ec7fd99 (patch) | |
tree | 1671d4beef381f12d939e34b344eb385a3af4f19 /x11-toolkits/vte | |
parent | 29adee7bb42244f34736c5c24ed18a9b269d0925 (diff) | |
download | freebsd-ports-gnome-f1bb12de8e50bf76ae21f37debda60994ec7fd99.tar.gz freebsd-ports-gnome-f1bb12de8e50bf76ae21f37debda60994ec7fd99.tar.zst freebsd-ports-gnome-f1bb12de8e50bf76ae21f37debda60994ec7fd99.zip |
Presenting GNOME 2.16.1 for FreeBSD. This release represents a massive
amount of work by the FreeBSD GNOME Team and our testers.
On top of the usual GNOME update, we have taken this opportunity to move
GNOME from X11BASE to LOCALBASE. This means roughly 600 ports NOT part of
the GNOME Desktop also need to be changed. The bulk of the move was carried
out by ahze, mezz, and pav, but it would not have been possible without
cooperation from the FreeBSD KDE team who worked with us to make sure
GNOME and KDE can still coexist happily. We would also like to send a
shout out to kris and pointyhat for putting up with multiple test runs
until we got something that was solid.
Back to GNOME 2.16. This release brings a huge amount of new functionality
to FreeBSD. The standard release notes can be read at
http://www.gnome.org/start/2.16/ . But on top of what you will read there,
jylefort and marcus have completed work on a port of HAL to FreeBSD. This
will allow FreeBSD to take advantage of closer hardware interaction such
as auto-mounting CD-ROMs, USB drives, and music players; auto-playing
audio CDs; and managing laptop power consumption.
But where would this all be without our loyal testers and contributors?
Therefore, the FreeBSD GNOME team would like to thank the following users:
Phillip Neumann <pneumann@gmail.com>
tmclaugh
mux
Yuri Pankov <yuri.pankov@gmail.com>
chinsan
Thomas <freebsdlists@bsdunix.ch>
Brian Gruber <knightbg@yahoo.com>
Franz Klammer <klammer@webonaut.com>
Dominique Goncalves <dominique.goncalves@gmail.com>
Pascal Hofstee <caelian@gmail.com>
Yasuda Keisuke <kysd@po.harenet.ne.jp>
backyard <backyard1454-bsd@yahoo.com>
Andris Raugulis <endrju@null.lv> <endrju@null.lv>
Eric L. Chen <d9364104@mail.nchu.edu.tw>
Pawel Worach <pawel.worach@gmail.com>
QuiRK on #freebsd-gnome
Shane Bell <decept0@gmail.com>
luigi
sajd on #freebsd-gnome
sat
Chris Coleman <chrisc@vmunix.com>
kaeru on #freebsd-gnome
crsd_ via irc.freenode.org/#FreeBSD-GNOME
Joel Diaz <joeldiaz@mac.com>
Enjoy!
Approved by: portmgr (implicit, kris)
Diffstat (limited to 'x11-toolkits/vte')
-rw-r--r-- | x11-toolkits/vte/Makefile | 8 | ||||
-rw-r--r-- | x11-toolkits/vte/distinfo | 6 | ||||
-rw-r--r-- | x11-toolkits/vte/files/patch-07_set_backspace_to_utf8 | 14 | ||||
-rw-r--r-- | x11-toolkits/vte/files/patch-config.h.in | 12 | ||||
-rw-r--r-- | x11-toolkits/vte/files/patch-configure | 26 | ||||
-rw-r--r-- | x11-toolkits/vte/files/patch-src_vteseq.c | 10 | ||||
-rw-r--r-- | x11-toolkits/vte/pkg-plist | 61 |
7 files changed, 87 insertions, 50 deletions
diff --git a/x11-toolkits/vte/Makefile b/x11-toolkits/vte/Makefile index 664b8ae86d5c..68b2629a6eb8 100644 --- a/x11-toolkits/vte/Makefile +++ b/x11-toolkits/vte/Makefile @@ -3,11 +3,11 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/x11-toolkits/vte/Makefile,v 1.49 2006/04/27 01:40:22 ahze Exp $ +# $MCom: ports/x11-toolkits/vte/Makefile,v 1.61 2006/10/03 12:33:40 ahze Exp $ # PORTNAME= vte -PORTVERSION= 0.12.2 +PORTVERSION= 0.14.1 PORTREVISION?= 0 CATEGORIES= x11-toolkits gnome MASTER_SITES= ${MASTER_SITE_GNOME} @@ -23,8 +23,8 @@ USE_BZIP2= yes USE_GMAKE= yes USE_BISON= yes -USE_X_PREFIX= yes -INSTALLS_SHLIB= yes +USE_XLIB= yes +USE_LDCONFIG= yes USE_AUTOTOOLS= libtool:15 USE_GETTEXT= yes USE_GNOME= gnomeprefix gnomehack gtk20 ltverhack referencehack diff --git a/x11-toolkits/vte/distinfo b/x11-toolkits/vte/distinfo index 8decc2692298..47f0d6ce9176 100644 --- a/x11-toolkits/vte/distinfo +++ b/x11-toolkits/vte/distinfo @@ -1,3 +1,3 @@ -MD5 (gnome2/vte-0.12.2.tar.bz2) = 7cb1bd6ca528bc4db5ec685549fd3eb1 -SHA256 (gnome2/vte-0.12.2.tar.bz2) = 41d22c945960feb1a924f58d2d237db2fbd1920cc48768ae0b4ac762245fcffb -SIZE (gnome2/vte-0.12.2.tar.bz2) = 974551 +MD5 (gnome2/vte-0.14.1.tar.bz2) = 98ea2513b773b44cb7f8d75dc1aa312e +SHA256 (gnome2/vte-0.14.1.tar.bz2) = 001b252018522a9dab890503a57949bd905d105dd317a2deca0e62f8cd16d6be +SIZE (gnome2/vte-0.14.1.tar.bz2) = 1008999 diff --git a/x11-toolkits/vte/files/patch-07_set_backspace_to_utf8 b/x11-toolkits/vte/files/patch-07_set_backspace_to_utf8 deleted file mode 100644 index cf1d41e6b7d7..000000000000 --- a/x11-toolkits/vte/files/patch-07_set_backspace_to_utf8 +++ /dev/null @@ -1,14 +0,0 @@ ---- src/vte.c.orig 2004-12-20 00:57:39 -0800 -+++ src/vte.c 2004-12-20 00:57:44 -0800 -@@ -7125,7 +7125,11 @@ - break; - default: - if (pid != 0) { -+ char *codeset; - terminal->pvt->pty_master = i; -+ g_get_charset(&codeset); -+ _vte_pty_set_utf8(terminal->pvt->pty_master, -+ (strcmp(codeset, "UTF-8") == 0)); - } - } - diff --git a/x11-toolkits/vte/files/patch-config.h.in b/x11-toolkits/vte/files/patch-config.h.in new file mode 100644 index 000000000000..03db0e1c47c3 --- /dev/null +++ b/x11-toolkits/vte/files/patch-config.h.in @@ -0,0 +1,12 @@ +--- 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 index 424e74a57917..7cddbbd44395 100644 --- a/x11-toolkits/vte/files/patch-configure +++ b/x11-toolkits/vte/files/patch-configure @@ -1,17 +1,6 @@ ---- configure.orig Tue Aug 23 20:29:13 2005 -+++ configure Tue Aug 23 20:30:09 2005 -@@ -26765,10 +26765,6 @@ - rm -f conftest* - - --cat >>confdefs.h <<\_ACEOF --#define _XOPEN_SOURCE_EXTENDED 1 --_ACEOF -- - - cat >>confdefs.h <<\_ACEOF - #define _XOPEN_SOURCE 1 -@@ -27067,7 +27063,7 @@ +--- configure.orig Tue Oct 3 08:23:12 2006 ++++ configure Tue Oct 3 08:23:12 2006 +@@ -26464,7 +26464,7 @@ @@ -20,12 +9,3 @@ do as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` echo "$as_me:$LINENO: checking for $ac_func" >&5 -@@ -29400,7 +29396,7 @@ - - - cat >>confdefs.h <<_ACEOF --#define LOCALEDIR "$mydatadir/locale" -+#define LOCALEDIR "$prefix/share/locale" - _ACEOF - - diff --git a/x11-toolkits/vte/files/patch-src_vteseq.c b/x11-toolkits/vte/files/patch-src_vteseq.c new file mode 100644 index 000000000000..e5afb288b0d8 --- /dev/null +++ b/x11-toolkits/vte/files/patch-src_vteseq.c @@ -0,0 +1,10 @@ +--- 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/vte/pkg-plist b/x11-toolkits/vte/pkg-plist index 6e7e79e3d677..c36847f1f528 100644 --- a/x11-toolkits/vte/pkg-plist +++ b/x11-toolkits/vte/pkg-plist @@ -6,7 +6,7 @@ include/vte/vteaccess.h lib/libvte.a lib/libvte.la lib/libvte.so -lib/libvte.so.4 +lib/libvte.so.9 lib/vte/decset lib/vte/interpret lib/vte/iso8859mode @@ -27,6 +27,7 @@ share/locale/az/LC_MESSAGES/vte.mo share/locale/be/LC_MESSAGES/vte.mo share/locale/bg/LC_MESSAGES/vte.mo share/locale/bn/LC_MESSAGES/vte.mo +share/locale/bn_IN/LC_MESSAGES/vte.mo share/locale/bs/LC_MESSAGES/vte.mo share/locale/ca/LC_MESSAGES/vte.mo share/locale/cs/LC_MESSAGES/vte.mo @@ -66,12 +67,12 @@ share/locale/mi/LC_MESSAGES/vte.mo share/locale/mk/LC_MESSAGES/vte.mo share/locale/ml/LC_MESSAGES/vte.mo share/locale/mn/LC_MESSAGES/vte.mo +share/locale/mr/LC_MESSAGES/vte.mo share/locale/ms/LC_MESSAGES/vte.mo share/locale/nb/LC_MESSAGES/vte.mo share/locale/ne/LC_MESSAGES/vte.mo share/locale/nl/LC_MESSAGES/vte.mo share/locale/nn/LC_MESSAGES/vte.mo -share/locale/no/LC_MESSAGES/vte.mo share/locale/or/LC_MESSAGES/vte.mo share/locale/pa/LC_MESSAGES/vte.mo share/locale/pl/LC_MESSAGES/vte.mo @@ -97,19 +98,67 @@ share/locale/xh/LC_MESSAGES/vte.mo share/locale/zh_CN/LC_MESSAGES/vte.mo share/locale/zh_HK/LC_MESSAGES/vte.mo share/locale/zh_TW/LC_MESSAGES/vte.mo +@dirrm share/gnome/vte/termcap +@dirrm share/gnome/vte +@dirrm lib/vte +@dirrm include/vte +@dirrmtry share/locale/zh_TW/LC_MESSAGES +@dirrmtry share/locale/zh_TW @dirrmtry share/locale/zh_HK/LC_MESSAGES @dirrmtry share/locale/zh_HK +@dirrmtry share/locale/zh_CN/LC_MESSAGES +@dirrmtry share/locale/zh_CN +@dirrmtry share/locale/xh/LC_MESSAGES +@dirrmtry share/locale/xh +@dirrmtry share/locale/uk/LC_MESSAGES +@dirrmtry share/locale/uk @dirrmtry share/locale/ug/LC_MESSAGES @dirrmtry share/locale/ug +@dirrmtry share/locale/sr/LC_MESSAGES +@dirrmtry share/locale/sr +@dirrmtry share/locale/sl/LC_MESSAGES +@dirrmtry share/locale/sl +@dirrmtry share/locale/sk/LC_MESSAGES +@dirrmtry share/locale/sk +@dirrmtry share/locale/rw/LC_MESSAGES +@dirrmtry share/locale/rw +@dirrmtry share/locale/ro/LC_MESSAGES +@dirrmtry share/locale/ro +@dirrmtry share/locale/pt/LC_MESSAGES +@dirrmtry share/locale/pt +@dirrmtry share/locale/pl/LC_MESSAGES +@dirrmtry share/locale/pl +@dirrmtry share/locale/nn/LC_MESSAGES +@dirrmtry share/locale/nn +@dirrmtry share/locale/ne/LC_MESSAGES +@dirrmtry share/locale/ne +@dirrmtry share/locale/mr/LC_MESSAGES +@dirrmtry share/locale/mr +@dirrmtry share/locale/mi/LC_MESSAGES +@dirrmtry share/locale/mi +@dirrmtry share/locale/li/LC_MESSAGES +@dirrmtry share/locale/li @dirrmtry share/locale/ky/LC_MESSAGES @dirrmtry share/locale/ky @dirrmtry share/locale/ku/LC_MESSAGES @dirrmtry share/locale/ku +@dirrmtry share/locale/ko/LC_MESSAGES +@dirrmtry share/locale/ko +@dirrmtry share/locale/gl/LC_MESSAGES +@dirrmtry share/locale/gl +@dirrmtry share/locale/fi/LC_MESSAGES +@dirrmtry share/locale/fi +@dirrmtry share/locale/el/LC_MESSAGES +@dirrmtry share/locale/el @dirrmtry share/locale/dz/LC_MESSAGES @dirrmtry share/locale/dz +@dirrmtry share/locale/cs/LC_MESSAGES +@dirrmtry share/locale/cs +@dirrmtry share/locale/ca/LC_MESSAGES +@dirrmtry share/locale/ca +@dirrmtry share/locale/bn_IN/LC_MESSAGES +@dirrmtry share/locale/bn_IN +@dirrmtry share/locale/be/LC_MESSAGES +@dirrmtry share/locale/be @dirrmtry share/locale/ang/LC_MESSAGES @dirrmtry share/locale/ang -@dirrm share/gnome/vte/termcap -@dirrm share/gnome/vte -@dirrm lib/vte -@dirrm include/vte |