[62904] trunk/dports/sysutils/bsdsfv
toby at macports.org
toby at macports.org
Thu Jan 21 03:38:11 PST 2010
Revision: 62904
http://trac.macports.org/changeset/62904
Author: toby at macports.org
Date: 2010-01-21 03:38:08 -0800 (Thu, 21 Jan 2010)
Log Message:
-----------
properly fix #22680
Modified Paths:
--------------
trunk/dports/sysutils/bsdsfv/Portfile
Added Paths:
-----------
trunk/dports/sysutils/bsdsfv/files/patch-bsdsfv.c
Modified: trunk/dports/sysutils/bsdsfv/Portfile
===================================================================
--- trunk/dports/sysutils/bsdsfv/Portfile 2010-01-21 10:54:47 UTC (rev 62903)
+++ trunk/dports/sysutils/bsdsfv/Portfile 2010-01-21 11:38:08 UTC (rev 62904)
@@ -18,19 +18,11 @@
sha1 5e72c5e12bce2d5f77469d8f2425064a0ea6fc1e \
rmd160 5b1a0d31b5e0cb6814a08a438f8bfaf930f4005e
-patchfiles patch-Makefile
+patchfiles patch-Makefile patch-bsdsfv.c
worksrcdir ${name}
use_configure no
test.run no
-if {[info exists build_arch]} {
- if {${build_arch} == "x86_64"} {
- configure.build_arch i386
- } elseif {${build_arch} == "ppc64"} {
- configure.build_arch ppc
- }
-}
-
build.env CC="${configure.cc} ${configure.cc_archflags}" \
CFLAGS="${configure.cflags} ${configure.cppflags}" \
LDFLAGS="${configure.ldflags}"
Added: trunk/dports/sysutils/bsdsfv/files/patch-bsdsfv.c
===================================================================
--- trunk/dports/sysutils/bsdsfv/files/patch-bsdsfv.c (rev 0)
+++ trunk/dports/sysutils/bsdsfv/files/patch-bsdsfv.c 2010-01-21 11:38:08 UTC (rev 62904)
@@ -0,0 +1,11 @@
+--- bsdsfv.c.orig 2010-01-21 03:31:58.000000000 -0800
++++ bsdsfv.c 2010-01-21 03:35:39.000000000 -0800
+@@ -43,7 +43,7 @@
+
+ typedef struct sfvtable {
+ char filename[FNAMELEN];
+- int crc;
++ unsigned int crc;
+ int found;
+ } SFVTABLE;
+
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100121/829f3b79/attachment.html>
More information about the macports-changes
mailing list