Index: ports/databases/dbf2mysql/Makefile =================================================================== RCS file: /home/ncvs/ports/databases/dbf2mysql/Makefile,v retrieving revision 1.11 diff -u -r1.11 Makefile --- ports/databases/dbf2mysql/Makefile 17 Sep 2005 16:28:43 -0000 1.11 +++ ports/databases/dbf2mysql/Makefile 19 Sep 2005 06:19:14 -0000 @@ -7,7 +7,7 @@ PORTNAME= dbf2mysql PORTVERSION= 1.14 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= databases MASTER_SITES= http://mysql.tsuren.net/Downloads/Contrib/ \ ftp://ftp.us.es/Mirror/www.mysql.org/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;