Index: ports/databases/dbf2mysql/Makefile =================================================================== RCS file: /home/ncvs/ports/databases/dbf2mysql/Makefile,v retrieving revision 1.9 diff -u -r1.9 Makefile --- ports/databases/dbf2mysql/Makefile 10 Jan 2004 09:27:33 -0000 1.9 +++ ports/databases/dbf2mysql/Makefile 12 Jan 2004 08:56:08 -0000 @@ -7,7 +7,7 @@ PORTNAME= dbf2mysql PORTVERSION= 1.14 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= databases MASTER_SITES= ftp://mysql.nixc.net/pub/mysql/Downloads/Contrib/ \ ftp://ftp.plig.org/pub/mysql/Downloads/Contrib/ Index: ports/databases/dbf2mysql/files/patch-zz =================================================================== RCS file: ports/databases/dbf2mysql/files/patch-zz diff -N ports/databases/dbf2mysql/files/patch-zz --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ ports/databases/dbf2mysql/files/patch-zz 12 Jan 2004 08:55:53 -0000 @@ -0,0 +1,34 @@ +Index: Makefile +=================================================================== +RCS file: /home/cvsroot/roam/c/contrib/db/dbf2mysql/Makefile,v +retrieving revision 1.1.1.1.2.1 +retrieving revision 1.3 +diff -u -r1.1.1.1.2.1 -r1.3 +--- Makefile 2001/08/17 11:08:58 1.1.1.1.2.1 ++++ Makefile 2001/08/28 12:06:31 1.3 +@@ -18,7 +18,7 @@ + + # Set this to make smaller binaries + #STRIP= +-STRIP=-s ++STRIP?=-s + + # Set this to your MySQL installation-path + MYSQLINC=-I${PREFIX}/include/mysql +Index: dbf.c +=================================================================== +RCS file: /home/cvsroot/roam/c/contrib/db/dbf2mysql/dbf.c,v +retrieving revision 1.1.1.1 +retrieving revision 1.2 +diff -u -r1.1.1.1 -r1.2 +--- dbf.c 2001/08/17 10:53:23 1.1.1.1 ++++ dbf.c 2001/08/28 12:07:23 1.2 +@@ -513,7 +513,7 @@ + { + int t, i; + u_char *dbffield; +- char *end, *sp; ++ u_char *end, *sp; + double dblval; + long long int8val; + long int4val;