1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-16 07:58:04 +00:00

- Update to 1.4.1

This commit is contained in:
Pav Lucistnik 2004-12-10 17:42:19 +00:00
parent 46cf51632b
commit 61985d199d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=123647
4 changed files with 8 additions and 28 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= gnumeric2
PORTVERSION= 1.4.0
PORTVERSION= 1.4.1
CATEGORIES= math gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME:S/2$//}/${PORTVERSION:R}

View File

@ -1,2 +1,2 @@
MD5 (gnome2/gnumeric-1.4.0.tar.bz2) = f6b4bb2cdac76b3b9ffc2b3a146a5408
SIZE (gnome2/gnumeric-1.4.0.tar.bz2) = 16806726
MD5 (gnome2/gnumeric-1.4.1.tar.bz2) = bc60b5c342908e969b320ab833e6b151
SIZE (gnome2/gnumeric-1.4.1.tar.bz2) = 16827174

View File

@ -1,25 +0,0 @@
--- 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
}

View File

@ -73,6 +73,10 @@ lib/gnumeric/%%VERSION%%/plugins/plot_pie/plugin.xml
lib/gnumeric/%%VERSION%%/plugins/plot_radar/plot-types.xml
lib/gnumeric/%%VERSION%%/plugins/plot_radar/plugin.xml
lib/gnumeric/%%VERSION%%/plugins/plot_radar/radar.so
lib/gnumeric/%%VERSION%%/plugins/plot_surface/gog-contour-prefs.glade
lib/gnumeric/%%VERSION%%/plugins/plot_surface/surface.so
lib/gnumeric/%%VERSION%%/plugins/plot_surface/plugin.xml
lib/gnumeric/%%VERSION%%/plugins/plot_surface/plot-types.xml
lib/gnumeric/%%VERSION%%/plugins/plot_xy/gog-bubble-prefs.glade
lib/gnumeric/%%VERSION%%/plugins/plot_xy/plot-types.xml
lib/gnumeric/%%VERSION%%/plugins/plot_xy/plugin.xml
@ -782,6 +786,7 @@ share/locale/zh_TW/LC_MESSAGES/gnumeric.mo
@dirrm lib/gnumeric/%%VERSION%%/plugins/python-loader
@dirrm lib/gnumeric/%%VERSION%%/plugins/py-func
@dirrm lib/gnumeric/%%VERSION%%/plugins/plot_xy
@dirrm lib/gnumeric/%%VERSION%%/plugins/plot_surface
@dirrm lib/gnumeric/%%VERSION%%/plugins/plot_radar
@dirrm lib/gnumeric/%%VERSION%%/plugins/plot_pie
@dirrm lib/gnumeric/%%VERSION%%/plugins/plot_barcol