Update to 0.68.

This commit is contained in:
Maxim Sobolev 2001-08-06 11:02:56 +00:00
parent 4d89842b1c
commit 89b6ca446c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=45867
14 changed files with 104 additions and 40 deletions

View File

@ -6,8 +6,7 @@
#
PORTNAME= gnumeric
PORTVERSION= 0.67
PORTREVISION= 1
PORTVERSION= 0.68
CATEGORIES?= math gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= stable/sources/gnumeric
@ -16,7 +15,8 @@ MAINTAINER?= gnome@FreeBSD.org
LIB_DEPENDS= guile.9:${PORTSDIR}/lang/guile \
gnomeole2.0:${PORTSDIR}/devel/libole2 \
gbrun.0:${PORTSDIR}/lang/gnomebasic
gbrun.0:${PORTSDIR}/lang/gnomebasic \
giconv.2:${PORTSDIR}/converters/libiconv
USE_BZIP2= yes
USE_X_PREFIX= yes
@ -37,5 +37,7 @@ pre-patch:
@find ${WRKSRC} -name "Makefile.in*" | xargs ${PERL} -pi -e \
's|\$\(datadir\)/gnome/|\$\(datadir\)/|g ; \
s|\$\(datadir\)/locale|\$\(prefix\)/share/locale|g'
@find ${WRKSRC}/plugins/excel -name "*.[ch]" | xargs ${PERL} -pi -e \
's|iconv\.h|giconv.h|g'
.include <bsd.port.mk>

View File

@ -1 +1 @@
MD5 (gnumeric-0.67.tar.bz2) = 92e5fafd4f013afea4cb57f304c831e3
MD5 (gnumeric-0.68.tar.bz2) = a1bc7ba82f9c95404212916080cd2881

View File

@ -1,6 +1,20 @@
--- configure.orig Sun May 20 13:17:33 2001
+++ configure Mon May 21 11:57:29 2001
@@ -10526,6 +10532,6 @@
$FreeBSD$
--- configure.orig Mon Aug 6 12:35:22 2001
+++ configure Mon Aug 6 12:36:51 2001
@@ -9496,7 +9496,7 @@
done
-for ac_hdr in iconv.h
+for ac_hdr in giconv.h
do
ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
@@ -10664,10 +10664,10 @@
top_srcdir="$ac_dots$ac_given_srcdir" ;;
esac
- case "$ac_given_INSTALL" in
- [/$]*) INSTALL="$ac_given_INSTALL" ;;
@ -11,3 +25,5 @@
+# *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
+# esac
echo creating "$ac_file"
rm -f "$ac_file"

View File

@ -1,13 +0,0 @@
$FreeBSD$
--- plugins/dif/dif.c 2001/07/09 16:17:34 1.1
+++ plugins/dif/dif.c 2001/07/09 16:17:57
@@ -8,6 +8,7 @@
* Based on ff-csv code.
*/
#include <config.h>
+#include <sys/types.h>
#include <sys/mman.h>
#include <unistd.h>
#include <stdio.h>

View File

@ -0,0 +1,13 @@
$FreeBSD$
--- plugins/gb/excel-gb-interior.c 2001/08/06 10:12:43 1.1
+++ plugins/gb/excel-gb-interior.c 2001/08/06 10:17:01
@@ -14,7 +14,6 @@
#include "sheet.h"
#include "cell.h"
#include "parse-util.h"
-#include "command-context-corba.h"
#include "selection.h"
#include "commands.h"

View File

@ -0,0 +1,13 @@
$FreeBSD$
--- plugins/gb/excel-gb-range.c 2001/08/06 10:18:32 1.1
+++ plugins/gb/excel-gb-range.c 2001/08/06 10:18:40
@@ -15,7 +15,6 @@
#include "cell.h"
#include "parse-util.h"
#include "commands.h"
-#include "command-context-corba.h"
#include "selection.h"
#include <gbrun/libgbrun.h>

View File

@ -684,6 +684,7 @@ share/locale/hu/LC_MESSAGES/gnumeric.mo
share/locale/it/LC_MESSAGES/gnumeric.mo
share/locale/ja/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
share/locale/pl/LC_MESSAGES/gnumeric.mo
share/locale/pt/LC_MESSAGES/gnumeric.mo

View File

@ -6,8 +6,7 @@
#
PORTNAME= gnumeric
PORTVERSION= 0.67
PORTREVISION= 1
PORTVERSION= 0.68
CATEGORIES?= math gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= stable/sources/gnumeric
@ -16,7 +15,8 @@ MAINTAINER?= gnome@FreeBSD.org
LIB_DEPENDS= guile.9:${PORTSDIR}/lang/guile \
gnomeole2.0:${PORTSDIR}/devel/libole2 \
gbrun.0:${PORTSDIR}/lang/gnomebasic
gbrun.0:${PORTSDIR}/lang/gnomebasic \
giconv.2:${PORTSDIR}/converters/libiconv
USE_BZIP2= yes
USE_X_PREFIX= yes
@ -37,5 +37,7 @@ pre-patch:
@find ${WRKSRC} -name "Makefile.in*" | xargs ${PERL} -pi -e \
's|\$\(datadir\)/gnome/|\$\(datadir\)/|g ; \
s|\$\(datadir\)/locale|\$\(prefix\)/share/locale|g'
@find ${WRKSRC}/plugins/excel -name "*.[ch]" | xargs ${PERL} -pi -e \
's|iconv\.h|giconv.h|g'
.include <bsd.port.mk>

View File

@ -1 +1 @@
MD5 (gnumeric-0.67.tar.bz2) = 92e5fafd4f013afea4cb57f304c831e3
MD5 (gnumeric-0.68.tar.bz2) = a1bc7ba82f9c95404212916080cd2881

View File

@ -1,6 +1,20 @@
--- configure.orig Sun May 20 13:17:33 2001
+++ configure Mon May 21 11:57:29 2001
@@ -10526,6 +10532,6 @@
$FreeBSD$
--- configure.orig Mon Aug 6 12:35:22 2001
+++ configure Mon Aug 6 12:36:51 2001
@@ -9496,7 +9496,7 @@
done
-for ac_hdr in iconv.h
+for ac_hdr in giconv.h
do
ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
@@ -10664,10 +10664,10 @@
top_srcdir="$ac_dots$ac_given_srcdir" ;;
esac
- case "$ac_given_INSTALL" in
- [/$]*) INSTALL="$ac_given_INSTALL" ;;
@ -11,3 +25,5 @@
+# *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
+# esac
echo creating "$ac_file"
rm -f "$ac_file"

View File

@ -1,13 +0,0 @@
$FreeBSD$
--- plugins/dif/dif.c 2001/07/09 16:17:34 1.1
+++ plugins/dif/dif.c 2001/07/09 16:17:57
@@ -8,6 +8,7 @@
* Based on ff-csv code.
*/
#include <config.h>
+#include <sys/types.h>
#include <sys/mman.h>
#include <unistd.h>
#include <stdio.h>

View File

@ -0,0 +1,13 @@
$FreeBSD$
--- plugins/gb/excel-gb-interior.c 2001/08/06 10:12:43 1.1
+++ plugins/gb/excel-gb-interior.c 2001/08/06 10:17:01
@@ -14,7 +14,6 @@
#include "sheet.h"
#include "cell.h"
#include "parse-util.h"
-#include "command-context-corba.h"
#include "selection.h"
#include "commands.h"

View File

@ -0,0 +1,13 @@
$FreeBSD$
--- plugins/gb/excel-gb-range.c 2001/08/06 10:18:32 1.1
+++ plugins/gb/excel-gb-range.c 2001/08/06 10:18:40
@@ -15,7 +15,6 @@
#include "cell.h"
#include "parse-util.h"
#include "commands.h"
-#include "command-context-corba.h"
#include "selection.h"
#include <gbrun/libgbrun.h>

View File

@ -684,6 +684,7 @@ share/locale/hu/LC_MESSAGES/gnumeric.mo
share/locale/it/LC_MESSAGES/gnumeric.mo
share/locale/ja/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
share/locale/pl/LC_MESSAGES/gnumeric.mo
share/locale/pt/LC_MESSAGES/gnumeric.mo