summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2008-01-21 03:47:43 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2008-01-21 03:47:43 +0800
commitcc577929b5ee7c2403e8d15e08f605c7b7cb6da5 (patch)
treeb83d27086407b6fab14707d58ab01bf69a9b7392
parentd9247fae0316ba37ef28358e5ae625869afdde5b (diff)
downloadmarcuscom-ports-cc577929b5ee7c2403e8d15e08f605c7b7cb6da5.tar
marcuscom-ports-cc577929b5ee7c2403e8d15e08f605c7b7cb6da5.tar.gz
marcuscom-ports-cc577929b5ee7c2403e8d15e08f605c7b7cb6da5.tar.bz2
marcuscom-ports-cc577929b5ee7c2403e8d15e08f605c7b7cb6da5.tar.lz
marcuscom-ports-cc577929b5ee7c2403e8d15e08f605c7b7cb6da5.tar.xz
marcuscom-ports-cc577929b5ee7c2403e8d15e08f605c7b7cb6da5.tar.zst
marcuscom-ports-cc577929b5ee7c2403e8d15e08f605c7b7cb6da5.zip
Stupid, Joe. Assign the iso3166.tab file to the right variable.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10194 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r--x11/gnome-panel/Makefile4
-rw-r--r--x11/gnome-panel/files/patch-applets_clock_clock-zonetable.c2
2 files changed, 3 insertions, 3 deletions
diff --git a/x11/gnome-panel/Makefile b/x11/gnome-panel/Makefile
index bb138ff96..09ce99a1e 100644
--- a/x11/gnome-panel/Makefile
+++ b/x11/gnome-panel/Makefile
@@ -3,12 +3,12 @@
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/x11/gnome-panel/Makefile,v 1.164 2008/01/20 18:40:20 marcus Exp $
+# $MCom: ports/x11/gnome-panel/Makefile,v 1.165 2008/01/20 19:06:44 marcus Exp $
#
PORTNAME= gnome-panel
PORTVERSION= 2.21.5
-PORTREVISION?= 2
+PORTREVISION?= 3
CATEGORIES= x11 gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/gnome-panel/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
diff --git a/x11/gnome-panel/files/patch-applets_clock_clock-zonetable.c b/x11/gnome-panel/files/patch-applets_clock_clock-zonetable.c
index 72c28fbf6..0df281fd9 100644
--- a/x11/gnome-panel/files/patch-applets_clock_clock-zonetable.c
+++ b/x11/gnome-panel/files/patch-applets_clock_clock-zonetable.c
@@ -8,7 +8,7 @@
+ /*priv->iso3166 = g_build_filename (zoneinfodir, "iso3166.tab", NULL);*/
+ /* FreeBSD doesn't include iso3166.tab, so we install it especially
+ * for this clock. */
-+ priv->zonetab = g_build_filename (DATADIR, "gnome-panel", "iso3166.tab", NULL);
++ priv->iso3166 = g_build_filename (DATADIR, "gnome-panel", "iso3166.tab", NULL);
#ifdef CLOCK_TEXTDOMAIN
/* this is used when clock is embedded in the gnome-panel