diff -ruN --exclude=CVS /usr/ports/emulators/yape.orig/Makefile /usr/ports/emulators/yape/Makefile --- /usr/ports/emulators/yape.orig/Makefile 2007-05-19 22:04:52.000000000 +0200 +++ /usr/ports/emulators/yape/Makefile 2007-08-23 10:53:16.000000000 +0200 @@ -7,7 +7,7 @@ PORTNAME= yape PORTVERSION= 0.32.4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= emulators MASTER_SITES= http://yape.homeserver.hu/download/ DISTNAME= ${PORTNAME}SDL-${PORTVERSION} @@ -26,7 +26,7 @@ .include .if ${OSVERSION} < 503001 -IGNORE= Build only in 5.3 or uppper (Need fmax(3) and fmin(3) function) +IGNORE= build only in 5.3 or uppper (Need fmax(3) and fmin(3) function) .endif post-extract: diff -ruN --exclude=CVS /usr/ports/emulators/yape.orig/files/patch-tape.h /usr/ports/emulators/yape/files/patch-tape.h --- /usr/ports/emulators/yape.orig/files/patch-tape.h 1970-01-01 01:00:00.000000000 +0100 +++ /usr/ports/emulators/yape/files/patch-tape.h 2007-08-23 10:13:50.000000000 +0200 @@ -0,0 +1,14 @@ + +$FreeBSD$ + +--- tape.h.orig ++++ tape.h +@@ -34,7 +34,7 @@ + void (TAP::*write_encode)(); + + public: +- TAP::TAP(); ++ TAP(); + MEM *mem; + char tapefilename[256]; + bool attach_tap();