diff options
author | mnag <mnag@FreeBSD.org> | 2005-11-02 05:25:19 +0800 |
---|---|---|
committer | mnag <mnag@FreeBSD.org> | 2005-11-02 05:25:19 +0800 |
commit | 6d5a371ac8eb4b990143014e4a14e140d6b7932c (patch) | |
tree | 2d8c62c81004361e4d8637ffe33159e56274e653 /x11-wm | |
parent | 94f483f88951037e20a30f9544396cab21de1a04 (diff) | |
download | freebsd-ports-gnome-6d5a371ac8eb4b990143014e4a14e140d6b7932c.tar.gz freebsd-ports-gnome-6d5a371ac8eb4b990143014e4a14e140d6b7932c.tar.zst freebsd-ports-gnome-6d5a371ac8eb4b990143014e4a14e140d6b7932c.zip |
Update to 20051029
Fix compile-error when using WITHOUT_NLS
PR: 88294
Submitted by: Ed Schouten <ed@fxq.nl> (maintainer)
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/ion-3/Makefile | 2 | ||||
-rw-r--r-- | x11-wm/ion-3/distinfo | 4 | ||||
-rw-r--r-- | x11-wm/ion-3/files/patch-ion-statusd.c | 13 | ||||
-rw-r--r-- | x11-wm/ion-3ds/Makefile | 2 | ||||
-rw-r--r-- | x11-wm/ion-3ds/distinfo | 4 | ||||
-rw-r--r-- | x11-wm/ion-3ds/files/patch-ion-statusd.c | 13 |
6 files changed, 32 insertions, 6 deletions
diff --git a/x11-wm/ion-3/Makefile b/x11-wm/ion-3/Makefile index dbedfa58df65..9f27a8f95076 100644 --- a/x11-wm/ion-3/Makefile +++ b/x11-wm/ion-3/Makefile @@ -6,7 +6,7 @@ # PORTNAME= ion-3ds -PORTVERSION= 20051023 +PORTVERSION= 20051029 CATEGORIES= x11-wm MASTER_SITES= http://modeemi.fi/~tuomov/ion/dl/ diff --git a/x11-wm/ion-3/distinfo b/x11-wm/ion-3/distinfo index 25cc178a252c..56d72eac43e0 100644 --- a/x11-wm/ion-3/distinfo +++ b/x11-wm/ion-3/distinfo @@ -1,2 +1,2 @@ -MD5 (ion-3ds-20051023.tar.gz) = 3d3d28526b3462324af028edfd3c6551 -SIZE (ion-3ds-20051023.tar.gz) = 590041 +MD5 (ion-3ds-20051029.tar.gz) = b055eab63623443f6aa80a8274dc761b +SIZE (ion-3ds-20051029.tar.gz) = 590222 diff --git a/x11-wm/ion-3/files/patch-ion-statusd.c b/x11-wm/ion-3/files/patch-ion-statusd.c new file mode 100644 index 000000000000..217304006148 --- /dev/null +++ b/x11-wm/ion-3/files/patch-ion-statusd.c @@ -0,0 +1,13 @@ +--- mod_statusbar/ion-statusd/ion-statusd.c Sat Oct 29 14:33:05 2005 ++++ mod_statusbar/ion-statusd/ion-statusd.c Mon Oct 31 20:29:09 2005 +@@ -143,8 +143,10 @@ + int opt; + bool quiet=FALSE; + ++#if !defined (CF_NO_LOCALE) + if(setlocale(LC_ALL, "")==NULL) + warn("setlocale() call failed."); ++#endif + + configtab=extl_table_none(); + diff --git a/x11-wm/ion-3ds/Makefile b/x11-wm/ion-3ds/Makefile index dbedfa58df65..9f27a8f95076 100644 --- a/x11-wm/ion-3ds/Makefile +++ b/x11-wm/ion-3ds/Makefile @@ -6,7 +6,7 @@ # PORTNAME= ion-3ds -PORTVERSION= 20051023 +PORTVERSION= 20051029 CATEGORIES= x11-wm MASTER_SITES= http://modeemi.fi/~tuomov/ion/dl/ diff --git a/x11-wm/ion-3ds/distinfo b/x11-wm/ion-3ds/distinfo index 25cc178a252c..56d72eac43e0 100644 --- a/x11-wm/ion-3ds/distinfo +++ b/x11-wm/ion-3ds/distinfo @@ -1,2 +1,2 @@ -MD5 (ion-3ds-20051023.tar.gz) = 3d3d28526b3462324af028edfd3c6551 -SIZE (ion-3ds-20051023.tar.gz) = 590041 +MD5 (ion-3ds-20051029.tar.gz) = b055eab63623443f6aa80a8274dc761b +SIZE (ion-3ds-20051029.tar.gz) = 590222 diff --git a/x11-wm/ion-3ds/files/patch-ion-statusd.c b/x11-wm/ion-3ds/files/patch-ion-statusd.c new file mode 100644 index 000000000000..217304006148 --- /dev/null +++ b/x11-wm/ion-3ds/files/patch-ion-statusd.c @@ -0,0 +1,13 @@ +--- mod_statusbar/ion-statusd/ion-statusd.c Sat Oct 29 14:33:05 2005 ++++ mod_statusbar/ion-statusd/ion-statusd.c Mon Oct 31 20:29:09 2005 +@@ -143,8 +143,10 @@ + int opt; + bool quiet=FALSE; + ++#if !defined (CF_NO_LOCALE) + if(setlocale(LC_ALL, "")==NULL) + warn("setlocale() call failed."); ++#endif + + configtab=extl_table_none(); + |