ports/115749: [MAINTAINER] emulators/yape: [C++ clean up]

Janos Mohacsi janos.mohacsi at bsd.hu
Thu Aug 23 09:00:13 UTC 2007


>Number:         115749
>Category:       ports
>Synopsis:       [MAINTAINER] emulators/yape: [C++ clean up]
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Aug 23 09:00:12 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Janos Mohacsi
>Release:        FreeBSD 7.0-CURRENT i386
>Organization:
NIIF/HUNGARNET
>Environment:
System: FreeBSD scone.ki.iif.hu 7.0-CURRENT FreeBSD 7.0-CURRENT #0: Wed Jun 27 18:22:17 CEST 2007
>Description:
Changes:
make compilable on FreeBSD 7.0

Added file(s):
- files/patch-tape.h

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- yape-0.32.4_3.patch begins here ---
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 <bsd.port.pre.mk>
 
 .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();
--- yape-0.32.4_3.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list