ports/71837: [PATCH] misc/menushki: minor fixes and unbreak

Yen-Ming Lee leeym at FreeBSD.org
Sat Sep 18 02:00:43 UTC 2004


>Number:         71837
>Category:       ports
>Synopsis:       [PATCH] misc/menushki: minor fixes and unbreak
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Sep 18 02:00:42 GMT 2004
>Closed-Date:
>Last-Modified:
>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 at 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:
>Unformatted:



More information about the freebsd-ports-bugs mailing list