1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00

Update to 20070318.

PR:		ports/111074
Submitted by:	Herbert J. Skuhra <h.skuhra -at- gmail.com>
Approved by:	Ed Schouten <ed -at- fxq.nl> (maintainer)
This commit is contained in:
Philip Paeps 2007-04-01 15:39:00 +00:00
parent dc0b14d76e
commit 670581fca3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=188947
8 changed files with 44 additions and 32 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= ion-3ds
PORTVERSION= 20070203
PORTVERSION= 20070318
CATEGORIES= x11-wm
MASTER_SITES= http://modeemi.fi/~tuomov/dl/

View File

@ -1,3 +1,3 @@
MD5 (ion-3ds-20070203.tar.gz) = 15b8f253c9a62b97a9881d431908da2a
SHA256 (ion-3ds-20070203.tar.gz) = 950a2d27123d105d06d807b705c9ed5f6c93541976451078fbbb19c2150d8058
SIZE (ion-3ds-20070203.tar.gz) = 644970
MD5 (ion-3ds-20070318.tar.gz) = f02264ab7ecc990c2cd322f57a5e8a4d
SHA256 (ion-3ds-20070318.tar.gz) = 712da027fb12774f67d933d95a95452d98a5658617fc5515011ca79b6035258a
SIZE (ion-3ds-20070318.tar.gz) = 657282

View File

@ -1,5 +1,5 @@
--- system.mk.orig Tue Feb 20 21:06:40 2007
+++ system.mk Tue Feb 20 21:14:47 2007
--- system.mk.orig Sun Mar 18 21:32:12 2007
+++ system.mk Sat Mar 31 22:49:58 2007
@@ -7,7 +7,7 @@
## Installation paths
##
@ -53,24 +53,24 @@
# SunOS/Solaris
#X11_PREFIX=/usr/openwin
@@ -84,7 +84,7 @@
# XFree86 libraries up to 4.3.0 have a bug that will cause Ion to segfault
# if Opera is used when i18n support is enabled. The following setting
# should work around that situation.
@@ -83,7 +83,7 @@
# XFree86 libraries up to 4.3.0 have a bug that can cause a segfault.
# The following setting should work around that situation.
-DEFINES += -DCF_XFREE86_TEXTPROP_BUG_WORKAROUND
+#DEFINES += -DCF_XFREE86_TEXTPROP_BUG_WORKAROUND
# Use the Xutf8 routines (XFree86 extension) instead of Xmb routines in
# an UTF8 locale.
@@ -103,7 +103,7 @@
# Use the Xutf8 routines (XFree86 extension) instead of the Xmb routines
# in an UTF-8 locale. (No, you don't need this in UTF-8 locales, and
@@ -104,7 +104,7 @@
# asprintf and vasprintf in the c library. (gnu libc has.)
# If HAS_SYSTEM_ASPRINTF is not defined, an implementation
# in sprintf_2.2/ is used.
-#HAS_SYSTEM_ASPRINTF=1
+HAS_SYSTEM_ASPRINTF=1
# If you're on an archaic system (such as relatively recent *BSD releases)
# without even dummy multibyte/widechar and localisation support, you may
@@ -112,24 +112,24 @@
#DEFINES += -DCF_NO_LOCALE

View File

@ -1,12 +1,12 @@
bin/ion3
bin/pwm3
etc/ion3/cfg_defaults.lua
etc/ion3/cfg_dock.lua
etc/ion3/cfg_ion.lua
etc/ion3/cfg_ioncore.lua
etc/ion3/cfg_kludges.lua
etc/ion3/cfg_layouts.lua
etc/ion3/cfg_menu.lua
etc/ion3/cfg_modules.lua
etc/ion3/cfg_pwm.lua
etc/ion3/cfg_query.lua
etc/ion3/cfg_sp.lua
@ -20,13 +20,19 @@ etc/ion3/look_cleanviolet.lua
etc/ion3/look_dusky.lua
etc/ion3/look_greyviolet.lua
etc/ion3/look_ios.lua
etc/ion3/look_newviolet.lua
etc/ion3/look_simpleblue.lua
etc/ion3/lookcommon_clean.lua
etc/ion3/lookcommon_clean_frame.lua
etc/ion3/lookcommon_clean_stdisp.lua
etc/ion3/lookcommon_clean_tab.lua
etc/ion3/lookcommon_emboss.lua
etc/ion3/lookcommon_emboss_frame.lua
etc/ion3/lookcommon_emboss_stdisp.lua
etc/ion3/lookcommon_emboss_tab.lua
lib/ion3/bin/ion-completefile
lib/ion3/bin/ion-statusd
lib/ion3/lc/de.lc
lib/ion3/lc/ext_statusbar.lc
lib/ion3/lc/ioncore_bindings.lc
lib/ion3/lc/ioncore_efbb.lc
lib/ion3/lc/ioncore_ext.lc

View File

@ -6,7 +6,7 @@
#
PORTNAME= ion-3ds
PORTVERSION= 20070203
PORTVERSION= 20070318
CATEGORIES= x11-wm
MASTER_SITES= http://modeemi.fi/~tuomov/dl/

View File

@ -1,3 +1,3 @@
MD5 (ion-3ds-20070203.tar.gz) = 15b8f253c9a62b97a9881d431908da2a
SHA256 (ion-3ds-20070203.tar.gz) = 950a2d27123d105d06d807b705c9ed5f6c93541976451078fbbb19c2150d8058
SIZE (ion-3ds-20070203.tar.gz) = 644970
MD5 (ion-3ds-20070318.tar.gz) = f02264ab7ecc990c2cd322f57a5e8a4d
SHA256 (ion-3ds-20070318.tar.gz) = 712da027fb12774f67d933d95a95452d98a5658617fc5515011ca79b6035258a
SIZE (ion-3ds-20070318.tar.gz) = 657282

View File

@ -1,5 +1,5 @@
--- system.mk.orig Tue Feb 20 21:06:40 2007
+++ system.mk Tue Feb 20 21:14:47 2007
--- system.mk.orig Sun Mar 18 21:32:12 2007
+++ system.mk Sat Mar 31 22:49:58 2007
@@ -7,7 +7,7 @@
## Installation paths
##
@ -53,24 +53,24 @@
# SunOS/Solaris
#X11_PREFIX=/usr/openwin
@@ -84,7 +84,7 @@
# XFree86 libraries up to 4.3.0 have a bug that will cause Ion to segfault
# if Opera is used when i18n support is enabled. The following setting
# should work around that situation.
@@ -83,7 +83,7 @@
# XFree86 libraries up to 4.3.0 have a bug that can cause a segfault.
# The following setting should work around that situation.
-DEFINES += -DCF_XFREE86_TEXTPROP_BUG_WORKAROUND
+#DEFINES += -DCF_XFREE86_TEXTPROP_BUG_WORKAROUND
# Use the Xutf8 routines (XFree86 extension) instead of Xmb routines in
# an UTF8 locale.
@@ -103,7 +103,7 @@
# Use the Xutf8 routines (XFree86 extension) instead of the Xmb routines
# in an UTF-8 locale. (No, you don't need this in UTF-8 locales, and
@@ -104,7 +104,7 @@
# asprintf and vasprintf in the c library. (gnu libc has.)
# If HAS_SYSTEM_ASPRINTF is not defined, an implementation
# in sprintf_2.2/ is used.
-#HAS_SYSTEM_ASPRINTF=1
+HAS_SYSTEM_ASPRINTF=1
# If you're on an archaic system (such as relatively recent *BSD releases)
# without even dummy multibyte/widechar and localisation support, you may
@@ -112,24 +112,24 @@
#DEFINES += -DCF_NO_LOCALE

View File

@ -1,12 +1,12 @@
bin/ion3
bin/pwm3
etc/ion3/cfg_defaults.lua
etc/ion3/cfg_dock.lua
etc/ion3/cfg_ion.lua
etc/ion3/cfg_ioncore.lua
etc/ion3/cfg_kludges.lua
etc/ion3/cfg_layouts.lua
etc/ion3/cfg_menu.lua
etc/ion3/cfg_modules.lua
etc/ion3/cfg_pwm.lua
etc/ion3/cfg_query.lua
etc/ion3/cfg_sp.lua
@ -20,13 +20,19 @@ etc/ion3/look_cleanviolet.lua
etc/ion3/look_dusky.lua
etc/ion3/look_greyviolet.lua
etc/ion3/look_ios.lua
etc/ion3/look_newviolet.lua
etc/ion3/look_simpleblue.lua
etc/ion3/lookcommon_clean.lua
etc/ion3/lookcommon_clean_frame.lua
etc/ion3/lookcommon_clean_stdisp.lua
etc/ion3/lookcommon_clean_tab.lua
etc/ion3/lookcommon_emboss.lua
etc/ion3/lookcommon_emboss_frame.lua
etc/ion3/lookcommon_emboss_stdisp.lua
etc/ion3/lookcommon_emboss_tab.lua
lib/ion3/bin/ion-completefile
lib/ion3/bin/ion-statusd
lib/ion3/lc/de.lc
lib/ion3/lc/ext_statusbar.lc
lib/ion3/lc/ioncore_bindings.lc
lib/ion3/lc/ioncore_efbb.lc
lib/ion3/lc/ioncore_ext.lc