summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2004-01-16 04:40:42 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2004-01-16 04:40:42 +0800
commit3082dc4fd60369bd0c3c6a449a3a6db89cb3a5b4 (patch)
tree6479e7a5a5bba384ace26882759ab0b9574ee659
parentd012a0521f7b18432e72363f72d4fdc63720a2db (diff)
downloadmarcuscom-ports-3082dc4fd60369bd0c3c6a449a3a6db89cb3a5b4.tar
marcuscom-ports-3082dc4fd60369bd0c3c6a449a3a6db89cb3a5b4.tar.gz
marcuscom-ports-3082dc4fd60369bd0c3c6a449a3a6db89cb3a5b4.tar.bz2
marcuscom-ports-3082dc4fd60369bd0c3c6a449a3a6db89cb3a5b4.tar.lz
marcuscom-ports-3082dc4fd60369bd0c3c6a449a3a6db89cb3a5b4.tar.xz
marcuscom-ports-3082dc4fd60369bd0c3c6a449a3a6db89cb3a5b4.tar.zst
marcuscom-ports-3082dc4fd60369bd0c3c6a449a3a6db89cb3a5b4.zip
Update to 2.5.3.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@1676 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r--editors/gedit2/Makefile2
-rw-r--r--editors/gedit2/distinfo2
-rw-r--r--editors/gedit2/files/patch-configure33
-rw-r--r--editors/gedit2/files/patch-gedit_gedit-mdi-child.c21
-rw-r--r--editors/gedit2/pkg-plist1
5 files changed, 33 insertions, 26 deletions
diff --git a/editors/gedit2/Makefile b/editors/gedit2/Makefile
index 956fe409d..e9d2c74f8 100644
--- a/editors/gedit2/Makefile
+++ b/editors/gedit2/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= gedit2
-PORTVERSION= 2.5.0
+PORTVERSION= 2.5.3
CATEGORIES= editors gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME:S/2$//}/2.5
diff --git a/editors/gedit2/distinfo b/editors/gedit2/distinfo
index 3ad6091dc..b5c77b6ca 100644
--- a/editors/gedit2/distinfo
+++ b/editors/gedit2/distinfo
@@ -1 +1 @@
-MD5 (gnome2/gedit-2.5.0.tar.bz2) = e9a059a11ebcdf86be75f69c4a75019b
+MD5 (gnome2/gedit-2.5.3.tar.bz2) = e6f24e886979c11e4c9dbe147c33af76
diff --git a/editors/gedit2/files/patch-configure b/editors/gedit2/files/patch-configure
index 3cba7464f..bfb9764c8 100644
--- a/editors/gedit2/files/patch-configure
+++ b/editors/gedit2/files/patch-configure
@@ -1,6 +1,33 @@
---- configure.orig Tue Dec 17 05:27:57 2002
-+++ configure Sun Dec 22 17:31:25 2002
-@@ -10758,17 +10759,17 @@
+--- configure.orig Thu Jan 15 13:50:59 2004
++++ configure Thu Jan 15 15:10:20 2004
+@@ -21254,7 +21254,9 @@
+ if eval "test \"\${$as_ac_var+set}\" = set"; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+ else
+- cat >conftest.$ac_ext <<_ACEOF
++ ac_check_lib_save_LIBS=$LIBS
++LIBS="-lintl $LIBS"
++cat >conftest.$ac_ext <<_ACEOF
+ #line $LINENO "configure"
+ /* confdefs.h. */
+ _ACEOF
+@@ -21318,6 +21320,7 @@
+ eval "$as_ac_var=no"
+ fi
+ rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
++LIBS=$ac_check_lib_save_LIBS
+ fi
+ echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
+ echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
+@@ -21325,6 +21328,7 @@
+ cat >>confdefs.h <<_ACEOF
+ #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
+ _ACEOF
++ LIBS="-lintl $LIBS"
+
+ else
+ { { echo "$as_me:$LINENO: error: ngettext function is required to build gedit." >&5
+@@ -21359,17 +21363,17 @@
if test "x${prefix}" = "xNONE"; then
cat >>confdefs.h <<_ACEOF
diff --git a/editors/gedit2/files/patch-gedit_gedit-mdi-child.c b/editors/gedit2/files/patch-gedit_gedit-mdi-child.c
deleted file mode 100644
index 90475607b..000000000
--- a/editors/gedit2/files/patch-gedit_gedit-mdi-child.c
+++ /dev/null
@@ -1,21 +0,0 @@
---- gedit/gedit-mdi-child.c.orig Wed Jan 14 17:16:40 2004
-+++ gedit/gedit-mdi-child.c Wed Jan 14 17:18:00 2004
-@@ -37,7 +37,7 @@
- #include <libgnomevfs/gnome-vfs.h>
- #include <libgnomevfs/gnome-vfs-mime-utils.h>
- #include <libgnomevfs/gnome-vfs-mime-handlers.h>
--#include <eel/eel-input-event-box.h>
-+#include <gtk/gtkeventbox.h>
-
- #include <bonobo/bonobo-i18n.h>
-
-@@ -751,7 +751,8 @@
- &w, &h);
-
- /* create our layout/event boxes */
-- event_box = eel_input_event_box_new();
-+ event_box = gtk_event_box_new();
-+ gtk_event_box_set_visible_window (GTK_EVENT_BOX (event_box), FALSE);
- event_hbox = gtk_hbox_new (FALSE, 0);
- hbox = gtk_hbox_new (FALSE, 0);
-
diff --git a/editors/gedit2/pkg-plist b/editors/gedit2/pkg-plist
index 32e52dc66..5f6c4e0ba 100644
--- a/editors/gedit2/pkg-plist
+++ b/editors/gedit2/pkg-plist
@@ -183,6 +183,7 @@ share/locale/ga/LC_MESSAGES/gedit-%%VERSION%%.mo
share/locale/gl/LC_MESSAGES/gedit-%%VERSION%%.mo
share/locale/he/LC_MESSAGES/gedit-%%VERSION%%.mo
share/locale/hi/LC_MESSAGES/gedit-%%VERSION%%.mo
+share/locale/hr/LC_MESSAGES/gedit-%%VERSION%%.mo
share/locale/hu/LC_MESSAGES/gedit-%%VERSION%%.mo
share/locale/it/LC_MESSAGES/gedit-%%VERSION%%.mo
share/locale/ja/LC_MESSAGES/gedit-%%VERSION%%.mo