diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-09-02 11:34:31 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-09-02 11:34:31 +0800 |
commit | 8aae4763f50d86eb4669fed6aca747595ee13ad7 (patch) | |
tree | f9eccd9a4f1f097cd77aa0dcfe3326aff54909b1 /math | |
parent | 5fa8f9f05350a041260f669e8ac2167e1bc72c3d (diff) | |
download | marcuscom-ports-8aae4763f50d86eb4669fed6aca747595ee13ad7.tar marcuscom-ports-8aae4763f50d86eb4669fed6aca747595ee13ad7.tar.gz marcuscom-ports-8aae4763f50d86eb4669fed6aca747595ee13ad7.tar.bz2 marcuscom-ports-8aae4763f50d86eb4669fed6aca747595ee13ad7.tar.lz marcuscom-ports-8aae4763f50d86eb4669fed6aca747595ee13ad7.tar.xz marcuscom-ports-8aae4763f50d86eb4669fed6aca747595ee13ad7.tar.zst marcuscom-ports-8aae4763f50d86eb4669fed6aca747595ee13ad7.zip |
Update to 1.3.2.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2759 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'math')
-rw-r--r-- | math/gnumeric2/Makefile | 2 | ||||
-rw-r--r-- | math/gnumeric2/distinfo | 4 | ||||
-rw-r--r-- | math/gnumeric2/files/patch-src_tools_solver_lp_solve_commonlib.c | 25 | ||||
-rw-r--r-- | math/gnumeric2/files/patch-src_workbook-control-gui-priv.h | 11 | ||||
-rw-r--r-- | math/gnumeric2/pkg-plist | 1 |
5 files changed, 29 insertions, 14 deletions
diff --git a/math/gnumeric2/Makefile b/math/gnumeric2/Makefile index 578e04973..5ad285550 100644 --- a/math/gnumeric2/Makefile +++ b/math/gnumeric2/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gnumeric2 -PORTVERSION= 1.3.1 +PORTVERSION= 1.3.2 CATEGORIES= math gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME:S/2$//}/${PORTVERSION:R} diff --git a/math/gnumeric2/distinfo b/math/gnumeric2/distinfo index ab01cc3d8..a1ff75f4c 100644 --- a/math/gnumeric2/distinfo +++ b/math/gnumeric2/distinfo @@ -1,2 +1,2 @@ -MD5 (gnome2/gnumeric-1.3.1.tar.bz2) = 753b966dad1d61ef900eb40f5c8f37ad -SIZE (gnome2/gnumeric-1.3.1.tar.bz2) = 14028707 +MD5 (gnome2/gnumeric-1.3.2.tar.bz2) = 14c7e3cf3f3eda61f1d029f6f473d678 +SIZE (gnome2/gnumeric-1.3.2.tar.bz2) = 14534699 diff --git a/math/gnumeric2/files/patch-src_tools_solver_lp_solve_commonlib.c b/math/gnumeric2/files/patch-src_tools_solver_lp_solve_commonlib.c new file mode 100644 index 000000000..e2bbe97e6 --- /dev/null +++ b/math/gnumeric2/files/patch-src_tools_solver_lp_solve_commonlib.c @@ -0,0 +1,25 @@ +--- src/tools/solver/lp_solve/commonlib.c.orig Wed Sep 1 23:20:25 2004 ++++ src/tools/solver/lp_solve/commonlib.c Wed Sep 1 23:25:07 2004 +@@ -4,7 +4,7 @@ + #ifdef INTEGERTIME + # include <time.h> + #else +-# include <sys/timeb.h> ++# include <sys/time.h> + #endif + + #include <stdlib.h> +@@ -282,10 +282,10 @@ + #elif defined CLOCKTIME + return((double)clock()/CLOCKS_PER_SEC /* CLK_TCK */); + #else +- struct timeb buf; ++ struct timeval buf; + +- ftime(&buf); +- return((double)buf.time+((double) buf.millitm)/1000.0); ++ gettimeofday(&buf, NULL); ++ return((double)buf.tv_sec+((double) buf.tv_usec)/1000.0); + #endif + } + diff --git a/math/gnumeric2/files/patch-src_workbook-control-gui-priv.h b/math/gnumeric2/files/patch-src_workbook-control-gui-priv.h deleted file mode 100644 index ff5a8336b..000000000 --- a/math/gnumeric2/files/patch-src_workbook-control-gui-priv.h +++ /dev/null @@ -1,11 +0,0 @@ ---- src/workbook-control-gui-priv.h.orig Mon Aug 2 21:26:30 2004 -+++ src/workbook-control-gui-priv.h Mon Aug 2 21:27:53 2004 -@@ -111,7 +111,7 @@ - void wbcg_insert_sheet (GtkWidget *ignored, WorkbookControlGUI *wbcg); - void wbcg_append_sheet (GtkWidget *ignored, WorkbookControlGUI *wbcg); - void wbcg_set_selection_halign (WorkbookControlGUI *wbcg, StyleHAlignFlags halign); --void wbcg_set_selection_valign (WorkbookControlGUI *wbcg, StyleHAlignFlags halign); -+void wbcg_set_selection_valign (WorkbookControlGUI *wbcg, StyleVAlignFlags valign); - - enum { - WBCG_MARKUP_CHANGED, diff --git a/math/gnumeric2/pkg-plist b/math/gnumeric2/pkg-plist index ae81d7a4f..57157ce73 100644 --- a/math/gnumeric2/pkg-plist +++ b/math/gnumeric2/pkg-plist @@ -392,6 +392,7 @@ share/locale/lv/LC_MESSAGES/gnumeric.mo share/locale/ml/LC_MESSAGES/gnumeric.mo share/locale/mr/LC_MESSAGES/gnumeric.mo share/locale/ms/LC_MESSAGES/gnumeric.mo +share/locale/nb/LC_MESSAGES/gnumeric.mo share/locale/nl/LC_MESSAGES/gnumeric.mo share/locale/nn/LC_MESSAGES/gnumeric.mo share/locale/no/LC_MESSAGES/gnumeric.mo |