Diff
Modified: trunk/dports/audio/mp3cue/Portfile (32381 => 32382)
--- trunk/dports/audio/mp3cue/Portfile 2007-12-28 20:05:52 UTC (rev 32381)
+++ trunk/dports/audio/mp3cue/Portfile 2007-12-28 20:07:21 UTC (rev 32382)
@@ -23,7 +23,7 @@
depends_build port:bison port:libid3tag
-patchfiles patch-fec-pkt.c
+patchfiles patch-fec-pkt.c.diff
post-patch {
reinplace "s|YACC=bison|YACC=${prefix}/bin/bison|" ${worksrcpath}/Makefile
Deleted: trunk/dports/audio/mp3cue/files/patch-fec-pkt.c (32381 => 32382)
--- trunk/dports/audio/mp3cue/files/patch-fec-pkt.c 2007-12-28 20:05:52 UTC (rev 32381)
+++ trunk/dports/audio/mp3cue/files/patch-fec-pkt.c 2007-12-28 20:07:21 UTC (rev 32382)
@@ -1,11 +0,0 @@
---- fec-pkt.c.orig 2004-12-30 17:24:07.000000000 +0100
-+++ fec-pkt.c 2006-10-01 18:39:24.000000000 +0200
-@@ -66,7 +66,7 @@
- Reads a FEC packet from the filedescriptor, and unpacks the header
- fields into the header structure.
- **/
--int fec_pkt_read(fec_pkt_t *pkt, int fd) {
-+ssize_t fec_pkt_read(fec_pkt_t *pkt, int fd) {
- assert(pkt != NULL);
-
- /*M
Copied: trunk/dports/audio/mp3cue/files/patch-fec-pkt.c.diff (from rev 32372, trunk/dports/audio/mp3cue/files/patch-fec-pkt.c) (0 => 32382)
--- trunk/dports/audio/mp3cue/files/patch-fec-pkt.c.diff (rev 0)
+++ trunk/dports/audio/mp3cue/files/patch-fec-pkt.c.diff 2007-12-28 20:07:21 UTC (rev 32382)
@@ -0,0 +1,11 @@
+--- fec-pkt.c.orig 2004-12-30 17:24:07.000000000 +0100
++++ fec-pkt.c 2006-10-01 18:39:24.000000000 +0200
+@@ -66,7 +66,7 @@
+ Reads a FEC packet from the filedescriptor, and unpacks the header
+ fields into the header structure.
+ **/
+-int fec_pkt_read(fec_pkt_t *pkt, int fd) {
++ssize_t fec_pkt_read(fec_pkt_t *pkt, int fd) {
+ assert(pkt != NULL);
+
+ /*M