Update to 1.4.1. Add WANTLIB.
This commit is contained in:
parent
16965c58af
commit
d3d757724f
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.9 2004/12/10 20:39:22 marcm Exp $
|
||||
# $OpenBSD: Makefile,v 1.10 2004/12/22 06:02:26 marcm Exp $
|
||||
|
||||
COMMENT= "spreadsheet application for GNOME"
|
||||
|
||||
VERSION= 1.4.0
|
||||
VERSION= 1.4.1
|
||||
DISTNAME= gnumeric-${VERSION}
|
||||
CATEGORIES= math x11/gnome
|
||||
|
||||
@ -15,6 +15,16 @@ PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
WANTLIB= ICE ORBit-2 ORBitCosNaming-2 SM X11 Xcursor Xext \
|
||||
Xft Xinerama Xrender art_lgpl_2 atk-1.0.0.0 audiofile \
|
||||
bonobo-2 bonobo-activation bonoboui-2 bz2 c crypto \
|
||||
esd fontconfig freetype gconf-2 gdk-x11-2.0.0.0 \
|
||||
gdk_pixbuf-2.0.0.0 glade-2.0.0.0 glib-2.0.0.0 \
|
||||
gmodule-2.0.0.0 gnome-2 gnome-keyring gnomecanvas-2 \
|
||||
gnomeprint-2-2 gnomevfs-2 gobject-2.0.0.0 \
|
||||
gthread-2.0.0.0 gtk-x11-2.0.0.0 jpeg m pango-1.0.0.0 \
|
||||
pangoft2-1.0.0.0 pangox-1.0.0.0 pangoxft-1.0.0.0 \
|
||||
popt pthread ssl xml2 z
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnumeric/1.4/}
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (gnumeric-1.4.0.tar.gz) = 5f8c191fb5294b0e23278c5804b6954f
|
||||
RMD160 (gnumeric-1.4.0.tar.gz) = 6a974ac0104628aed1037d94da67d615ba238c97
|
||||
SHA1 (gnumeric-1.4.0.tar.gz) = 3d650583b7322721e01f676a290737fc58f6831b
|
||||
MD5 (gnumeric-1.4.1.tar.gz) = 20708834b7fedfbae364e68772761065
|
||||
RMD160 (gnumeric-1.4.1.tar.gz) = 743a05db01378429f14a777f1ad8d3994637a898
|
||||
SHA1 (gnumeric-1.4.1.tar.gz) = 7bee85a974dd6ed823567e372fda351861a85271
|
||||
|
@ -1,6 +1,6 @@
|
||||
$OpenBSD: patch-src_tools_solver_lp_solve_commonlib_c,v 1.1 2004/12/10 20:39:22 marcm Exp $
|
||||
--- src/tools/solver/lp_solve/commonlib.c.orig Tue Dec 7 21:26:14 2004
|
||||
+++ src/tools/solver/lp_solve/commonlib.c Tue Dec 7 21:50:44 2004
|
||||
$OpenBSD: patch-src_tools_solver_lp_solve_commonlib_c,v 1.2 2004/12/22 06:02:27 marcm Exp $
|
||||
--- src/tools/solver/lp_solve/commonlib.c.orig Sun Dec 5 19:36:47 2004
|
||||
+++ src/tools/solver/lp_solve/commonlib.c Sun Dec 19 19:55:11 2004
|
||||
@@ -1,7 +1,7 @@
|
||||
|
||||
#include <sys/types.h>
|
||||
@ -9,7 +9,7 @@ $OpenBSD: patch-src_tools_solver_lp_solve_commonlib_c,v 1.1 2004/12/10 20:39:22
|
||||
+#if defined (INTEGERTIME) || defined (__OpenBSD__)
|
||||
# include <time.h>
|
||||
#else
|
||||
# include <sys/timeb.h>
|
||||
# include <sys/time.h>
|
||||
@@ -279,7 +279,7 @@ double timeNow()
|
||||
{
|
||||
#ifdef INTEGERTIME
|
||||
@ -18,4 +18,4 @@ $OpenBSD: patch-src_tools_solver_lp_solve_commonlib_c,v 1.1 2004/12/10 20:39:22
|
||||
+#elif defined (CLOCKTIME) || defined (__OpenBSD__)
|
||||
return((double)clock()/CLOCKS_PER_SEC /* CLK_TCK */);
|
||||
#else
|
||||
struct timeb buf;
|
||||
struct timeval buf;
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.2 2004/12/10 20:39:22 marcm Exp $
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.3 2004/12/22 06:02:27 marcm Exp $
|
||||
lib/gnumeric/${VERSION}/plugins/applix/applix.so
|
||||
lib/gnumeric/${VERSION}/plugins/corba/corba.so
|
||||
lib/gnumeric/${VERSION}/plugins/derivatives/derivatives.so
|
||||
@ -27,6 +27,7 @@ lib/gnumeric/${VERSION}/plugins/plan_perfect/plan_perfect.so
|
||||
lib/gnumeric/${VERSION}/plugins/plot_barcol/barcol.so
|
||||
lib/gnumeric/${VERSION}/plugins/plot_pie/pie.so
|
||||
lib/gnumeric/${VERSION}/plugins/plot_radar/radar.so
|
||||
lib/gnumeric/${VERSION}/plugins/plot_surface/surface.so
|
||||
lib/gnumeric/${VERSION}/plugins/plot_xy/xy.so
|
||||
lib/gnumeric/${VERSION}/plugins/qpro/qpro.so
|
||||
lib/gnumeric/${VERSION}/plugins/sample_datasource/sample_datasource.so
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.8 2004/12/10 20:39:22 marcm Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.9 2004/12/22 06:02:27 marcm Exp $
|
||||
bin/gnumeric
|
||||
bin/gnumeric-${VERSION}
|
||||
bin/ssconvert
|
||||
@ -99,6 +99,11 @@ lib/gnumeric/${VERSION}/plugins/plot_radar/
|
||||
lib/gnumeric/${VERSION}/plugins/plot_radar/plot-types.xml
|
||||
lib/gnumeric/${VERSION}/plugins/plot_radar/plugin.xml
|
||||
lib/gnumeric/${VERSION}/plugins/plot_radar/radar.la
|
||||
lib/gnumeric/${VERSION}/plugins/plot_surface/
|
||||
lib/gnumeric/${VERSION}/plugins/plot_surface/gog-contour-prefs.glade
|
||||
lib/gnumeric/${VERSION}/plugins/plot_surface/plot-types.xml
|
||||
lib/gnumeric/${VERSION}/plugins/plot_surface/plugin.xml
|
||||
lib/gnumeric/${VERSION}/plugins/plot_surface/surface.la
|
||||
lib/gnumeric/${VERSION}/plugins/plot_xy/
|
||||
lib/gnumeric/${VERSION}/plugins/plot_xy/gog-bubble-prefs.glade
|
||||
lib/gnumeric/${VERSION}/plugins/plot_xy/plot-types.xml
|
||||
|
Loading…
Reference in New Issue
Block a user