From nobody@FreeBSD.org  Wed Dec 22 17:57:42 2010
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id B5A751065675
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 22 Dec 2010 17:57:42 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from red.freebsd.org (unknown [IPv6:2001:4f8:fff6::22])
	by mx1.freebsd.org (Postfix) with ESMTP id 8AF1B8FC1E
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 22 Dec 2010 17:57:42 +0000 (UTC)
Received: from red.freebsd.org (localhost [127.0.0.1])
	by red.freebsd.org (8.14.4/8.14.4) with ESMTP id oBMHvgjm063020
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 22 Dec 2010 17:57:42 GMT
	(envelope-from nobody@red.freebsd.org)
Received: (from nobody@localhost)
	by red.freebsd.org (8.14.4/8.14.4/Submit) id oBMHvgml063019;
	Wed, 22 Dec 2010 17:57:42 GMT
	(envelope-from nobody)
Message-Id: <201012221757.oBMHvgml063019@red.freebsd.org>
Date: Wed, 22 Dec 2010 17:57:42 GMT
From: Alex Kozlov <spam@rm-rf.kiev.ua>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [patch] emulators/fmsx unbroke
X-Send-Pr-Version: www-3.1
X-GNATS-Notify: dk@farm.org

>Number:         153375
>Category:       ports
>Synopsis:       [patch] emulators/fmsx unbroke
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Dec 22 18:00:31 UTC 2010
>Closed-Date:    Wed Jan 26 04:54:58 UTC 2011
>Last-Modified:  Wed Jan 26 05:00:19 UTC 2011
>Originator:     Alex Kozlov
>Release:        RELENG_8
>Organization:
private
>Environment:
>Description:
Unbroke emulators/fmsx port.
>How-To-Repeat:
$sudo make -C /usr/ports/emulators/fmsx fetch
===>  fmsx-3.5.1_2 is marked as broken: does not fetch.
Apply patch.
$sudo make -C /usr/ports/emulators/fmsx fetch
===>  License check disabled, port has not defined LICENSE
=> fMSX351.zip doesn't seem to exist in /usr/ports/distfiles/fmsx351.
=> Attempting to fetch from http://www.mavetju.org/download/adopted/.
fMSX351.zip                                   100% of  503 kB  126 kBps
=> MSX.ROM doesn't seem to exist in /usr/ports/distfiles/fmsx351.
=> Attempting to fetch from http://fms.komkon.org/fMSX/src/.
MSX.ROM                                       100% of   32 kB   14 kBps
=> MSX2.ROM doesn't seem to exist in /usr/ports/distfiles/fmsx351.
=> Attempting to fetch from http://fms.komkon.org/fMSX/src/.
MSX2.ROM                                      100% of   32 kB   14 kBps
=> MSX2EXT.ROM doesn't seem to exist in /usr/ports/distfiles/fmsx351.
=> Attempting to fetch from http://fms.komkon.org/fMSX/src/.
MSX2EXT.ROM                                   100% of   16 kB   10 kBps
=> MSX2P.ROM doesn't seem to exist in /usr/ports/distfiles/fmsx351.
=> Attempting to fetch from http://fms.komkon.org/fMSX/src/.
MSX2P.ROM                                     100% of   32 kB   17 kBps
=> MSX2PEXT.ROM doesn't seem to exist in /usr/ports/distfiles/fmsx351.
=> Attempting to fetch from http://fms.komkon.org/fMSX/src/.
MSX2PEXT.ROM                                  100% of   16 kB   17 kBps
=> FMPAC.ROM doesn't seem to exist in /usr/ports/distfiles/fmsx351.
=> Attempting to fetch from http://fms.komkon.org/fMSX/src/.
FMPAC.ROM                                     100% of   64 kB   13 kBps
=> DISK.ROM doesn't seem to exist in /usr/ports/distfiles/fmsx351.
=> Attempting to fetch from http://fms.komkon.org/fMSX/src/.
DISK.ROM                                      100% of   16 kB   25 kBps
=> MSXDOS2.ROM doesn't seem to exist in /usr/ports/distfiles/fmsx351.
=> Attempting to fetch from http://fms.komkon.org/fMSX/src/.
MSXDOS2.ROM                                   100% of   64 kB   19 kBps
=> PAINTER.ROM doesn't seem to exist in /usr/ports/distfiles/fmsx351.
=> Attempting to fetch from http://fms.komkon.org/fMSX/src/.
PAINTER.ROM                                   100% of   64 kB   19 kBps
=> KANJI.ROM doesn't seem to exist in /usr/ports/distfiles/fmsx351.
=> Attempting to fetch from http://fms.komkon.org/fMSX/src/.
KANJI.ROM                                     100% of  128 kB   17 kBps
>Fix:


Patch attached with submission follows:

Index: emulators/fmsx/Makefile
@@ -22,8 +22,6 @@
 MAINTAINER=	dk@farm.org
 COMMENT=	The Portable MSX/MSX2/MSX2+ Emulator
 
-BROKEN=		does not fetch
-
 USE_XORG=	xi x11
 USE_ZIP=	yes
 USE_GMAKE=	yes


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Wed Dec 22 18:00:38 UTC 2010 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

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

From: Edwin Groothuis <edwin@FreeBSD.org>
To: dk@farm.org
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/153375: [patch] emulators/fmsx unbroke
Date: Wed, 22 Dec 2010 18:00:34 UT

 Maintainer of emulators/fmsx,
 
 Please note that PR ports/153375 has just been submitted.
 
 If it contains a patch for an upgrade, an enhancement or a bug fix
 you agree on, reply to this email stating that you approve the patch
 and a committer will take care of it.
 
 The full text of the PR can be found at:
     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/153375
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org

From: Alex Kozlov <spam@rm-rf.kiev.ua>
To: bug-followup@FreeBSD.org, spam@rm-rf.kiev.ua
Cc:  
Subject: Re: ports/153375: [patch] emulators/fmsx unbroke
Date: Tue, 18 Jan 2011 22:15:30 +0200

 Hi
 
 Maintainer timeout?
 
 
 --
 Adios
State-Changed-From-To: feedback->closed 
State-Changed-By: miwi 
State-Changed-When: Wed Jan 26 04:54:57 UTC 2011 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/153375: commit references a PR
Date: Wed, 26 Jan 2011 04:54:44 +0000 (UTC)

 miwi        2011-01-26 04:54:38 UTC
 
   FreeBSD ports repository
 
   Modified files:
     emulators/fmsx       Makefile distinfo pkg-message 
   Log:
   - Unbroke
   - Pet Portlint
   - R.I.P MD5
   
   PR:             153375
   Submitted by:   Alex Kozlov <spam@rm-rf.kiev.ua>
   Approved by:    maintainer timeout
   Feature safe:   yes
   
   Revision  Changes    Path
   1.32      +0 -2      ports/emulators/fmsx/Makefile
   1.9       +0 -11     ports/emulators/fmsx/distinfo
   1.3       +0 -1      ports/emulators/fmsx/pkg-message
 _______________________________________________
 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:
