From leeym@utopia.leeym.com  Sat Sep 18 01:54:20 2004
Return-Path: <leeym@utopia.leeym.com>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id BBC6916A4CE; Sat, 18 Sep 2004 01:54:20 +0000 (GMT)
Received: from utopia.leeym.com (utopia.leeym.com [211.21.137.52])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 6F22543D2D; Sat, 18 Sep 2004 01:54:20 +0000 (GMT)
	(envelope-from leeym@utopia.leeym.com)
Received: from localhost (localhost [127.0.0.1])
	by utopia.leeym.com (Postfix) with ESMTP id 6BF373E9CB8;
	Sat, 18 Sep 2004 09:54:19 +0800 (CST)
Received: from utopia.leeym.com ([127.0.0.1])
 by localhost (utopia.leeym.com [127.0.0.1]) (amavisd-new, port 10024)
 with ESMTP id 26073-04; Sat, 18 Sep 2004 09:54:16 +0800 (CST)
Received: by utopia.leeym.com (Postfix, from userid 1000)
	id 0D3333E9CA4; Sat, 18 Sep 2004 09:54:15 +0800 (CST)
Message-Id: <20040918015415.0D3333E9CA4@utopia.leeym.com>
Date: Sat, 18 Sep 2004 09:54:15 +0800 (CST)
From: Yen-Ming Lee <leeym@FreeBSD.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: pat@FreeBSD.org
Subject: [PATCH] misc/menushki: minor fixes and unbreak
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         71837
>Category:       ports
>Synopsis:       [PATCH] misc/menushki: minor fixes and unbreak
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pat
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Sep 18 02:00:42 GMT 2004
>Closed-Date:    Wed Oct 13 00:46:41 GMT 2004
>Last-Modified:  Wed Oct 13 00:46:41 GMT 2004
>Originator:     Yen-Ming Lee
>Release:        FreeBSD 5.3-BETA4 i386
>Organization:
FreeBSD Taiwan
>Environment:
System: FreeBSD utopia.leeym.com 5.3-BETA4 FreeBSD 5.3-BETA4 #7: Mon Sep 13 05:12:30 CST 2004
>Description:

- add USE_GCC=2.95 and unbreak this port
- use USE_XLIB=yes instead of CATEGORIES=x11
- replace pkg-plist with PLIST_FILES and PORTDOCS

Removed file(s):
- pkg-plist

Port maintainer (pat@FreeBSD.org) is cc'd.

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

--- menushki-1.0_1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/misc/menushki/Makefile,v
retrieving revision 1.12
diff -u -u -r1.12 Makefile
--- Makefile	4 Feb 2004 05:07:43 -0000	1.12
+++ Makefile	18 Sep 2004 01:52:44 -0000
@@ -8,7 +8,7 @@
 PORTNAME=	menushki
 PORTVERSION=	1.0
 PORTREVISION=	1
-CATEGORIES=	misc x11
+CATEGORIES=	misc
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
 
@@ -18,21 +18,18 @@
 USE_X_PREFIX=	yes
 GNU_CONFIGURE=	yes
 USE_GMAKE=	yes
+USE_XLIB=	yes
+USE_GCC=	2.95
 
-DOCS=	AUTHORS ChangeLog README TODO
-
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} >= 500113
-BROKEN=         "Does not compile (bad C++ code)"
-.endif
+PLIST_FILES=	bin/menushki
+PORTDOCS=	AUTHORS ChangeLog README TODO
 
 post-install:
 .ifndef(NOPORTDOCS)
 	@${MKDIR} ${DOCSDIR}
-.for files in ${DOCS}
+.for files in ${PORTDOCS}
 	@${INSTALL_DATA} ${WRKSRC}/${files} ${DOCSDIR}
 .endfor
 .endif
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
Index: pkg-plist
===================================================================
RCS file: pkg-plist
diff -N pkg-plist
--- pkg-plist	7 Sep 2001 06:59:33 -0000	1.2
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,6 +0,0 @@
-bin/menushki
-%%PORTDOCS%%share/doc/menushki/AUTHORS
-%%PORTDOCS%%share/doc/menushki/ChangeLog
-%%PORTDOCS%%share/doc/menushki/README
-%%PORTDOCS%%share/doc/menushki/TODO
-%%PORTDOCS%%@dirrm share/doc/menushki
--- menushki-1.0_1.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->pat 
Responsible-Changed-By: leeym 
Responsible-Changed-When: Sat Sep 18 05:12:56 GMT 2004 
Responsible-Changed-Why:  
Over to the maintainer. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=71837 
State-Changed-From-To: open->closed 
State-Changed-By: leeym 
State-Changed-When: Wed Oct 13 00:46:40 GMT 2004 
State-Changed-Why:  
Committed, thanks. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=71837 
>Unformatted:
