From mohacsi@scone.ki.iif.hu  Thu Aug 23 08:58:14 2007
Return-Path: <mohacsi@scone.ki.iif.hu>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 9EBFB16A417
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 23 Aug 2007 08:58:14 +0000 (UTC)
	(envelope-from mohacsi@scone.ki.iif.hu)
Received: from scone.ki.iif.hu (scone.ki.iif.hu [IPv6:2001:738:0:401:20f:1fff:fea4:ba0a])
	by mx1.freebsd.org (Postfix) with ESMTP id DE8CE13C457
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 23 Aug 2007 08:58:13 +0000 (UTC)
	(envelope-from mohacsi@scone.ki.iif.hu)
Received: from scone.ki.iif.hu (localhost [127.0.0.1])
	by scone.ki.iif.hu (8.14.1/8.14.1) with ESMTP id l7N8uBTt041186
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 23 Aug 2007 10:56:11 +0200 (CEST)
	(envelope-from mohacsi@scone.ki.iif.hu)
Received: (from mohacsi@localhost)
	by scone.ki.iif.hu (8.14.1/8.14.1/Submit) id l7N8uBTf041185;
	Thu, 23 Aug 2007 10:56:11 +0200 (CEST)
	(envelope-from mohacsi)
Message-Id: <200708230856.l7N8uBTf041185@scone.ki.iif.hu>
Date: Thu, 23 Aug 2007 10:56:11 +0200 (CEST)
From: Janos Mohacsi <janos.mohacsi@bsd.hu>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [MAINTAINER] emulators/yape: [C++ clean up]
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         115749
>Category:       ports
>Synopsis:       [MAINTAINER] emulators/yape: [C++ clean up]
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Aug 23 09:00:12 GMT 2007
>Closed-Date:    Thu Aug 23 10:58:07 GMT 2007
>Last-Modified:  Thu Aug 23 11:00:08 GMT 2007
>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:
State-Changed-From-To: open->closed 
State-Changed-By: rafan 
State-Changed-When: Thu Aug 23 10:58:06 UTC 2007 
State-Changed-Why:  
Committed with changes. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=115749 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/115749: commit references a PR
Date: Thu, 23 Aug 2007 10:57:43 +0000 (UTC)

 rafan       2007-08-23 10:57:37 UTC
 
   FreeBSD ports repository
 
   Modified files:
     emulators/yape       Makefile 
   Log:
   - Fix build with gcc 4
   - Pet portlint(1)
   
   PR:             ports/115749
   Submitted by:   Janos Mohacsi <janos.mohacsi at bsd.hu> (maintainer)
   
   Revision  Changes    Path
   1.13      +2 -1      ports/emulators/yape/Makefile
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
