From owner-svn-ports-all@FreeBSD.ORG Fri Jun 28 21:49:07 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 463075B6; Fri, 28 Jun 2013 21:49:07 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 364B3181C; Fri, 28 Jun 2013 21:49:07 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r5SLn7Ea009338; Fri, 28 Jun 2013 21:49:07 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r5SLmxKa009275; Fri, 28 Jun 2013 21:48:59 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201306282148.r5SLmxKa009275@svn.freebsd.org> From: Baptiste Daroussin Date: Fri, 28 Jun 2013 21:48:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r321991 - in head/games: actx antipolix awele cosmo editss flying gru mindfocus oneko-sakura speyes sxsame wmeyes xbat xbattle xcheckers xcubes xdeblock xdemineur xdigger xdino xhexagon... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Jun 2013 21:49:07 -0000 Author: bapt Date: Fri Jun 28 21:48:59 2013 New Revision: 321991 URL: http://svnweb.freebsd.org/changeset/ports/321991 Log: Convert to USES=imake While here: Trim headers Remove indefinite articles Mark as broken ports not building with gcc or clang Convert to optionsng Modified: head/games/actx/Makefile head/games/antipolix/Makefile head/games/awele/Makefile head/games/cosmo/Makefile head/games/editss/Makefile head/games/flying/Makefile head/games/gru/Makefile head/games/mindfocus/Makefile head/games/oneko-sakura/Makefile head/games/speyes/Makefile head/games/sxsame/Makefile head/games/wmeyes/Makefile head/games/xbat/Makefile head/games/xbattle/Makefile head/games/xcheckers/Makefile head/games/xcubes/Makefile head/games/xdeblock/Makefile head/games/xdemineur/Makefile head/games/xdigger/Makefile head/games/xdino/Makefile head/games/xhexagons/Makefile head/games/xhime/Makefile head/games/xisola/Makefile head/games/xkobo/Makefile head/games/xkoules/Makefile head/games/xlaby/Makefile head/games/xmball/Makefile head/games/xmemory/Makefile head/games/xminesweep/Makefile head/games/xmlink/Makefile head/games/xmris/Makefile head/games/xmulti/Makefile head/games/xoct/Makefile head/games/xoids/Makefile head/games/xoj/Makefile head/games/xonix/Makefile head/games/xpacman/Makefile head/games/xpanex/Makefile head/games/xpat2/Makefile head/games/xpyraminx/Makefile head/games/xrobots/Makefile head/games/xrot/Makefile head/games/xskewb/Makefile head/games/xsokoban/Makefile head/games/xspacewarp/Makefile head/games/xtic/Makefile head/games/xtriangles/Makefile head/games/xvier/Makefile head/games/yamsweeper/Makefile Modified: head/games/actx/Makefile ============================================================================== --- head/games/actx/Makefile Fri Jun 28 21:35:14 2013 (r321990) +++ head/games/actx/Makefile Fri Jun 28 21:48:59 2013 (r321991) @@ -1,9 +1,5 @@ -# New ports collection makefile for: actx -# Date created: 19 Feb 1999 -# Whom: Shinya Esu -# +# Created by: Shinya Esu # $FreeBSD$ -# PORTNAME= actx PORTVERSION= 1.23 @@ -16,13 +12,15 @@ COMMENT= Window sitter for X11 NO_CDROM= 'contains commercial character data' -USE_IMAKE= yes +USES= imake USE_XORG= xaw MAN1= actx.1 MANLANG= "" ja ACTXDIR= ${PREFIX}/share/examples/actx +.include + post-extract: @ ${CP} ${WRKSRC}/samples/Imakefile ${WRKSRC} @@ -45,7 +43,7 @@ post-install: .for i in sample.Xdefaults sample.actxrc @ ${INSTALL_DATA} ${WRKSRC}/samples/$i ${ACTXDIR} .endfor -.if !defined(NOPORTDOCS) +.if ${PORT_OPTONS:MDOCS} .for i in doc/ForDevelloper.jis doc/ManualInstall.jis README.jis @ ${MKDIR} ${PREFIX}/share/doc/ja/actx @ ${INSTALL_MAN} ${WRKSRC}/$i ${PREFIX}/share/doc/ja/actx Modified: head/games/antipolix/Makefile ============================================================================== --- head/games/antipolix/Makefile Fri Jun 28 21:35:14 2013 (r321990) +++ head/games/antipolix/Makefile Fri Jun 28 21:48:59 2013 (r321991) @@ -1,9 +1,5 @@ -# New ports collection makefile for: antipolix -# Date created: 2 December 1998 -# Whom: Andrey Zakhvatov -# +# Created by: Andrey Zakhvatov # $FreeBSD$ -# PORTNAME= antipolix PORTVERSION= 2.1 @@ -17,10 +13,11 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Simple multiplayer game for X Window System NO_WRKSUBDIR= yes -USE_IMAKE= yes +USES= imake USE_XORG= x11 NO_INSTALL_MANPAGES= yes +.include pre-build: @${TOUCH} ${WRKSRC}/client.man ${WRKSRC}/server.man @@ -31,7 +28,7 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/.motd ${PREFIX}/share/examples/antipolix/dot.motd.sample ${INSTALL_DATA} ${WRKSRC}/.players ${PREFIX}/share/examples/antipolix/dot.players.sample ${INSTALL_DATA} ${WRKSRC}/.server_defaults ${PREFIX}/share/examples/antipolix/dot.server_defaults.sample -.if !defined(NOPORTDOCS) +.if ${PORT_OPTIONS:MDOCS} @${MKDIR} ${PREFIX}/share/doc/antipolix .for file in ANTIPOLIX_RULES CLIENT_USE COPYRIGHT SERVER_USE ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/antipolix Modified: head/games/awele/Makefile ============================================================================== --- head/games/awele/Makefile Fri Jun 28 21:35:14 2013 (r321990) +++ head/games/awele/Makefile Fri Jun 28 21:48:59 2013 (r321991) @@ -1,9 +1,5 @@ -# New ports collection makefile for: awele -# Date created: 01 May 1998 -# Whom: Thomas Gellekum -# +# Created by: Thomas Gellekum # $FreeBSD$ -# PORTNAME= awele PORTVERSION= 1.0 @@ -14,12 +10,12 @@ DISTNAME= ${PORTNAME}${PORTVERSION} EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org -COMMENT= An african board game +COMMENT= African board game WRKSRC= ${WRKDIR}/${PORTNAME} +USES= imake USE_XORG= x11 -USE_IMAKE= yes USE_TCL_BUILD= yes USE_TK_BUILD= yes USE_TCL= yes Modified: head/games/cosmo/Makefile ============================================================================== --- head/games/cosmo/Makefile Fri Jun 28 21:35:14 2013 (r321990) +++ head/games/cosmo/Makefile Fri Jun 28 21:48:59 2013 (r321991) @@ -1,9 +1,5 @@ -# New ports collection makefile for: cosmo -# Date created: 28 December 1996 -# Whom: Yukihiro Nakai -# +# Created by: Yukihiro Nakai # $FreeBSD$ -# PORTNAME= cosmo PORTVERSION= 2.0.4 @@ -26,7 +22,7 @@ NO_CDROM= Possible copyright infringemen WRKSRC= ${WRKDIR}/cosmo2 DIST_SUBDIR= cosmo -USE_IMAKE= yes +USES= imake USE_XORG= x11 xext XMKMF= xmkmf NO_INSTALL_MANPAGES= yes Modified: head/games/editss/Makefile ============================================================================== --- head/games/editss/Makefile Fri Jun 28 21:35:14 2013 (r321990) +++ head/games/editss/Makefile Fri Jun 28 21:48:59 2013 (r321991) @@ -1,9 +1,5 @@ -# New ports collection makefile for: editss -# Date created: 14 November 2001 -# Whom: Jean-Yves Lefort -# +# Created by: Jean-Yves Lefort # $FreeBSD$ -# PORTNAME= editss PORTVERSION= 2.2 @@ -13,9 +9,9 @@ MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= jylefort MAINTAINER= ports@FreeBSD.org -COMMENT= An editor for XPilot shipshapes +COMMENT= Editor for XPilot shipshapes -USE_IMAKE= yes +USES= imake USE_XORG= x11 xaw xmu xt ALL_TARGET= editss MAN6= editss.6 Modified: head/games/flying/Makefile ============================================================================== --- head/games/flying/Makefile Fri Jun 28 21:35:14 2013 (r321990) +++ head/games/flying/Makefile Fri Jun 28 21:48:59 2013 (r321991) @@ -1,9 +1,5 @@ -# New ports collection makefile for: flying -# Date created: 12 Jul 1996 -# Whom: searle -# +# Created by: searle # $FreeBSD$ -# PORTNAME= flying PORTVERSION= 6.20 @@ -16,7 +12,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= Pool/snooker/billiards/carrom/etc game -USE_IMAKE= yes +USES= imake USE_XORG= x11 MAN1= flying.1 PLIST_FILES= bin/flying Modified: head/games/gru/Makefile ============================================================================== --- head/games/gru/Makefile Fri Jun 28 21:35:14 2013 (r321990) +++ head/games/gru/Makefile Fri Jun 28 21:48:59 2013 (r321991) @@ -1,9 +1,5 @@ -# New ports collection makefile for: gru -# Date created: 21 Sep 1999 -# Whom: HIYAMA Takeshi -# +# Created by: HIYAMA Takeshi # $FreeBSD$ -# PORTNAME= gru PORTVERSION= 8087 @@ -14,12 +10,14 @@ MASTER_SITES= http://www.bsddiary.net/gr MAINTAINER= ports@FreeBSD.org COMMENT= Gru makes your eyes happy -USE_IMAKE= yes +USES= imake USE_XORG= x11 xext xmu xpm xaw xt sm ice MAN1= gru.1 -.if !defined(NOPORTDOCS) +.include + +.if ${PORT_OPTIONS:MDOCS} DOCSDIR= ${PREFIX}/share/doc/ja/gru post-install: ${MKDIR} ${DOCSDIR} Modified: head/games/mindfocus/Makefile ============================================================================== --- head/games/mindfocus/Makefile Fri Jun 28 21:35:14 2013 (r321990) +++ head/games/mindfocus/Makefile Fri Jun 28 21:48:59 2013 (r321991) @@ -1,9 +1,5 @@ -# New ports collection makefile for: mindfocus -# Date created: 3 December 1998 -# Whom: Sugimoto Sadahiro -# +# Created by: Sugimoto Sadahiro # $FreeBSD$ -# PORTNAME= mindfocus PORTVERSION= 0.88 @@ -15,12 +11,14 @@ DISTFILES= mindfocus-0.88.tar.gz mindfoc MAINTAINER= ixtl@utmc.or.jp COMMENT= Lovely characters stay on top of active window -USE_IMAKE= yes +USES= imake USE_XORG= xpm RESTRICTED= 'contains commercial character data' DOCSDIR= ${PREFIX}/share/doc/ja/${PORTNAME} +.include + post-install: .for i in mayu.mfc mio.mfc misaki2.mfc mizuka.mfc myu.mfc ryoko.mfc ${INSTALL_DATA} ${WRKDIR}/$i ${EXAMPLESDIR} @@ -34,7 +32,7 @@ post-install: ${INSTALL_DATA} ${WRKDIR}/pixmaps/$i ${EXAMPLESDIR}/pixmaps .endfor -.if !defined(NOPORTDOCS) +.if ${PORT_OPTIONS:MDOCS} ${MKDIR} ${DOCSDIR} ${INSTALL_MAN} ${WRKSRC}/doc/HISTORY.euc ${DOCSDIR} ${INSTALL_MAN} ${WRKSRC}/doc/MFC.euc ${DOCSDIR} Modified: head/games/oneko-sakura/Makefile ============================================================================== --- head/games/oneko-sakura/Makefile Fri Jun 28 21:35:14 2013 (r321990) +++ head/games/oneko-sakura/Makefile Fri Jun 28 21:48:59 2013 (r321991) @@ -1,9 +1,5 @@ -# New ports collection makefile for: oneko-sakura -# Date created: 25 May 1999 -# Whom: HOTARU-YA -# +# Created by: HOTARU-YA # $FreeBSD$ -# PORTNAME= oneko PORTVERSION= 1.2 @@ -17,7 +13,7 @@ COMMENT= A cat, Sakura or Tomoyo chasing CONFLICTS= oneko-2.* -USE_IMAKE= yes +USES= imake USE_XORG= x11 xext MAN6= oneko.6 PLIST_FILES= bin/oneko Modified: head/games/speyes/Makefile ============================================================================== --- head/games/speyes/Makefile Fri Jun 28 21:35:14 2013 (r321990) +++ head/games/speyes/Makefile Fri Jun 28 21:48:59 2013 (r321991) @@ -1,9 +1,5 @@ -# New ports collection makefile for: speyes -# Date created: 03 November 1999 -# Whom: Chris D. Faulhaber -# +# Created by: Chris D. Faulhaber # $FreeBSD$ -# PORTNAME= speyes PORTVERSION= 1.2.0 @@ -15,7 +11,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= WindowMaker dockapp/xeyes clone using SouthPark characters PLIST_FILES= bin/speyes -USE_IMAKE= yes +USES= imake USE_XORG= xpm xmu .include Modified: head/games/sxsame/Makefile ============================================================================== --- head/games/sxsame/Makefile Fri Jun 28 21:35:14 2013 (r321990) +++ head/games/sxsame/Makefile Fri Jun 28 21:48:59 2013 (r321991) @@ -1,9 +1,5 @@ -# New ports collection makefile for: sxsame -# Date created: 11 December 1999 -# Whom: Yuichi Narahara -# +# Created by: Yuichi Narahara # $FreeBSD$ -# PORTNAME= sxsame PORTVERSION= 3.02 @@ -19,9 +15,9 @@ MASTER_SITES= http://hanzubon.jp/mirrors MASTER_SITE_SUBDIR= VinePlus/1.1/JG-0.9.1/sources MAINTAINER= ports@FreeBSD.org -COMMENT= A tile-removing puzzle game for the X Window system +COMMENT= Tile-removing puzzle game for the X Window system -USE_IMAKE= yes +USES= imake USE_XORG= xpm INSTALL_TARGET= install install.dir BINOWN= root @@ -29,8 +25,10 @@ BINGRP= games BINMODE= 2755 MAKE_ENV+= BINOWN=${BINOWN} BINGRP=${BINGRP} BINMODE=${BINMODE} +.include + post-install: -.if !defined(NOPORTDOCS) +.if ${PORT_OPTIONS:MDOCS} @${MKDIR} ${DOCSDIR} .for i in INSTALL.jp README.jp ${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR} Modified: head/games/wmeyes/Makefile ============================================================================== --- head/games/wmeyes/Makefile Fri Jun 28 21:35:14 2013 (r321990) +++ head/games/wmeyes/Makefile Fri Jun 28 21:48:59 2013 (r321991) @@ -1,9 +1,5 @@ -# New ports collection makefile for: wmeyes -# Date created: 18 March 1999 -# Whom: Zenin -# +# Created by: Zenin # $FreeBSD$ -# PORTNAME= wmeyes PORTVERSION= 1.2 @@ -14,18 +10,20 @@ MASTER_SITES= http://www.bstern.org/wmey MAINTAINER= ports@FreeBSD.org COMMENT= The world's most useless WindowMaker dock app -USE_IMAKE= yes +USES= imake USE_XORG= xpm xmu NO_INSTALL_MANPAGES= yes PORTDOCS= README PLIST_FILES= bin/wmeyes +.include + post-patch: @${REINPLACE_CMD} -e 's|Target(|TargetNoMan(|g' ${WRKSRC}/Imakefile post-install: -.if !defined(NOPORTDOCS) +.if ${PORT_OPTIONS:MDOCS} @${MKDIR} ${DOCSDIR} .for file in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} Modified: head/games/xbat/Makefile ============================================================================== --- head/games/xbat/Makefile Fri Jun 28 21:35:14 2013 (r321990) +++ head/games/xbat/Makefile Fri Jun 28 21:48:59 2013 (r321991) @@ -1,9 +1,5 @@ -# New ports collection makefile for: xbat -# Date created: 30 January 1997 -# Whom: Yukihiro Nakai -# +# Created by: Yukihiro Nakai # $FreeBSD$ -# PORTNAME= xbat PORTVERSION= 1.11 @@ -18,7 +14,7 @@ COMMENT= XEVIOUS like shooting game NO_CDROM= Possible copyright infringement -USE_IMAKE= yes +USES= imake USE_XORG= x11 xext WRKSRC= ${WRKDIR}/Xev111 ALL_TARGET= xbat Modified: head/games/xbattle/Makefile ============================================================================== --- head/games/xbattle/Makefile Fri Jun 28 21:35:14 2013 (r321990) +++ head/games/xbattle/Makefile Fri Jun 28 21:48:59 2013 (r321991) @@ -11,12 +11,14 @@ MASTER_SITE_SUBDIR= distfiles MAINTAINER= ports@FreeBSD.org COMMENT= Concurrent multi-player battle strategy game -USE_IMAKE= yes +USES= imake USE_XORG= x11 xext MAN1= xbattle.1 CFLAGS+= -Wno-return-type +.include + post-install: $(MKDIR) $(PREFIX)/share/xbattle $(CP) -R $(WRKSRC)/xbos $(PREFIX)/share/xbattle/ @@ -29,7 +31,7 @@ post-install: @${CHMOD} 644 ${PREFIX}/share/xbattle/xbos/* @${CHMOD} 755 ${PREFIX}/share/xbattle/xbts @${CHMOD} 644 ${PREFIX}/share/xbattle/xbts/* -.if !defined(NOPORTDOCS) +.if ${PORT_OPTIONS:MDOCS} @${MKDIR} ${DOCSDIR} @${INSTALL_DATA} ${WRKSRC}/tutorial* ${DOCSDIR} @${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} Modified: head/games/xcheckers/Makefile ============================================================================== --- head/games/xcheckers/Makefile Fri Jun 28 21:35:14 2013 (r321990) +++ head/games/xcheckers/Makefile Fri Jun 28 21:48:59 2013 (r321991) @@ -1,9 +1,5 @@ -# New ports collection makefile for: xcheckers -# Date created: 25 January 2003 -# Whom: Simon Barner -# +# Created by: Simon Barner # $FreeBSD$ -# PORTNAME= xcheckers PORTVERSION= 2.2.3 @@ -12,9 +8,9 @@ CATEGORIES= games MASTER_SITES= http://arton.cunst.net/xcheckers/ MAINTAINER= ports@FreeBSD.org -COMMENT= A checkers game for X11 +COMMENT= Checkers game for X11 -USE_IMAKE= yes +USES= imake USE_XORG= x11 xext xpm MAN6= xcheckers.6 simplech.6 Modified: head/games/xcubes/Makefile ============================================================================== --- head/games/xcubes/Makefile Fri Jun 28 21:35:14 2013 (r321990) +++ head/games/xcubes/Makefile Fri Jun 28 21:48:59 2013 (r321991) @@ -1,9 +1,5 @@ -# New ports collection makefile for: xcubes -# Date created: 12 October 1996 -# Whom: Yukihiro Nakai -# +# Created by: Yukihiro Nakai # $FreeBSD$ -# PORTNAME= xcubes PORTVERSION= 5.5.2 @@ -16,7 +12,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Cube puzzle for X11 WRKSRC= ${WRKDIR}/${PORTNAME} -USE_IMAKE= yes +USES= imake USE_XORG= x11 xext xt sm ice MAN1= xcubes.1 MANCOMPRESSED= no Modified: head/games/xdeblock/Makefile ============================================================================== --- head/games/xdeblock/Makefile Fri Jun 28 21:35:14 2013 (r321990) +++ head/games/xdeblock/Makefile Fri Jun 28 21:48:59 2013 (r321991) @@ -1,9 +1,5 @@ -# New ports collection makefile for: xdeblock -# Date created: 28 December 1996 -# Whom: Yukihiro Nakai -# +# Created by: Yukihiro Nakai # $FreeBSD$ -# PORTNAME= xdeblock PORTVERSION= 1.0 @@ -17,7 +13,7 @@ COMMENT= Block action game WRKSRC= ${WRKDIR}/xdeblo_v1.0 -USE_IMAKE= yes +USES= imake USE_XORG= xpm NO_INSTALL_MANPAGES= yes Modified: head/games/xdemineur/Makefile ============================================================================== --- head/games/xdemineur/Makefile Fri Jun 28 21:35:14 2013 (r321990) +++ head/games/xdemineur/Makefile Fri Jun 28 21:48:59 2013 (r321991) @@ -1,9 +1,5 @@ -# New ports collection makefile for: xdemineur -# Date created: 13 Feb 1998 -# Whom: Thomas Gellekum -# +# Created by: Thomas Gellekum # $FreeBSD$ -# PORTNAME= xdemineur PORTVERSION= 2.1.1 @@ -16,7 +12,7 @@ MASTER_SITE_SUBDIR= games MAINTAINER= ports@FreeBSD.org COMMENT= Another minesweeper game for the X Window System -USE_IMAKE= yes +USES= imake USE_XORG= xpm MAN1= xdemineur.1 PLIST_FILES= bin/xdemineur Modified: head/games/xdigger/Makefile ============================================================================== --- head/games/xdigger/Makefile Fri Jun 28 21:35:14 2013 (r321990) +++ head/games/xdigger/Makefile Fri Jun 28 21:48:59 2013 (r321991) @@ -1,9 +1,5 @@ -# New ports collection makefile for: xdigger -# Date created: 29 June 1998 -# Whom: Andrey Zakhvatov -# +# Created by: Andrey Zakhvatov # $FreeBSD$ -# PORTNAME= xdigger PORTVERSION= 1.0.10 @@ -16,10 +12,12 @@ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= Boulderdash-like KC85 Digger for X Window System -USE_IMAKE= yes +USES= imake USE_XORG= x11 xext MAN6= xdigger.6 +.include + post-patch: @${REINPLACE_CMD} -e "s|%%PREFIX%%|${PREFIX}|g" ${WRKSRC}/configure.h @@ -28,7 +26,7 @@ post-install: @${CHOWN} root:games ${PREFIX}/bin/xdigger @${CHMOD} 664 ${PREFIX}/share/xdigger/xdigger.hiscore @${CHOWN} root:games ${PREFIX}/share/xdigger/xdigger.hiscore -.if !defined(NOPORTDOCS) +.if ${PORT_OPTIONS:MDOCS} @${MKDIR} ${DOCSDIR} @${INSTALL_DATA} ${WRKSRC}/ChangeLog ${DOCSDIR} @${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} Modified: head/games/xdino/Makefile ============================================================================== --- head/games/xdino/Makefile Fri Jun 28 21:35:14 2013 (r321990) +++ head/games/xdino/Makefile Fri Jun 28 21:48:59 2013 (r321991) @@ -1,9 +1,5 @@ -# New ports collection makefile for: xdino -# Date created: 12 October 1996 -# Whom: Yukihiro Nakai -# +# Created by: Yukihiro Nakai # $FreeBSD$ -# PORTNAME= xdino PORTVERSION= 5.5.2 @@ -16,7 +12,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Dino puzzle game for X11 WRKSRC= ${WRKDIR}/${PORTNAME} -USE_IMAKE= yes +USES= imake USE_XORG= x11 xext xt sm ice MAN1= xdino.1 MANCOMPRESSED= no Modified: head/games/xhexagons/Makefile ============================================================================== --- head/games/xhexagons/Makefile Fri Jun 28 21:35:14 2013 (r321990) +++ head/games/xhexagons/Makefile Fri Jun 28 21:48:59 2013 (r321991) @@ -1,9 +1,5 @@ -# New ports collection makefile for: xhexagons -# Date created: 20 May 1998 -# Whom: Andrey Zakhvatov -# +# Created by: Andrey Zakhvatov # $FreeBSD$ -# PORTNAME= xhexagons PORTVERSION= 5.5.2 @@ -16,7 +12,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Hexagons puzzle (similar to Fifteen Puzzle) for X Window System WRKSRC= ${WRKDIR}/xhexagons -USE_IMAKE= yes +USES= imake USE_XORG= x11 xext xt sm ice MAN1= xhexagons.1 XFREE86_HTML_MAN= no Modified: head/games/xhime/Makefile ============================================================================== --- head/games/xhime/Makefile Fri Jun 28 21:35:14 2013 (r321990) +++ head/games/xhime/Makefile Fri Jun 28 21:48:59 2013 (r321991) @@ -1,9 +1,5 @@ -# ports collection makefile for: xhime -# Date created: 25 August 1998 -# Whom: Seiichirou Hiraoka -# +# Created by: Seiichirou Hiraoka # $FreeBSD$ -# PORTNAME= xhime PORTVERSION= 1.51 @@ -16,7 +12,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Resident Himechan for X Window System WRKSRC= ${WRKDIR}/xhime1.51 -USE_IMAKE= yes +USES= imake USE_XORG= x11 xext MANCOMPRESSED= yes MANLANG= . ja @@ -24,7 +20,7 @@ MAN6= xhime.6 NO_CDROM= 'contains commercial character data' -.include +.include post-install: ${STRIP_CMD} ${PREFIX}/bin/xhime @@ -32,7 +28,7 @@ post-install: ${PREFIX}/man/ja/man6 ${MV} ${PREFIX}/man/ja/man6/xhime-man.euc ${PREFIX}/man/ja/man6/xhime.6 ${GZIP_CMD} ${PREFIX}/man/ja/man6/xhime.6 -.if !defined(NOPORTDOCS) +.if ${PORT_OPTIONS:MDOCS} @${MKDIR} ${PREFIX}/share/doc/ja/xhime @(cd ${WRKSRC};\ ${INSTALL_DATA} xhime-doc.euc xhime.doc rh110-doc.euc \ @@ -40,4 +36,4 @@ post-install: ) .endif -.include +.include Modified: head/games/xisola/Makefile ============================================================================== --- head/games/xisola/Makefile Fri Jun 28 21:35:14 2013 (r321990) +++ head/games/xisola/Makefile Fri Jun 28 21:48:59 2013 (r321991) @@ -1,9 +1,5 @@ -# New ports collection makefile for: xisola -# Date created: 9 May 1998 -# Whom: Andrey Zakhvatov -# +# Created by: Andrey Zakhvatov # $FreeBSD$ -# PORTNAME= xisola PORTVERSION= 1.0 @@ -16,12 +12,13 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Simple board game for X Window System WRKSRC= ${WRKDIR}/${PORTNAME} -USE_IMAKE= yes +USES= imake USE_XORG= x11 xext xaw xmu xt sm ice NO_INSTALL_MANPAGES= yes +.include post-install: -.if !defined(NOPORTDOCS) +.if ${PORT_OPTIONS:MDOCS} @${MKDIR} ${DOCSDIR} @${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} .endif Modified: head/games/xkobo/Makefile ============================================================================== --- head/games/xkobo/Makefile Fri Jun 28 21:35:14 2013 (r321990) +++ head/games/xkobo/Makefile Fri Jun 28 21:48:59 2013 (r321991) @@ -1,9 +1,5 @@ -# New ports collection makefile for: xkobo -# Date created: 18 Jul 1995 -# Whom: jkh -# +# Created by: jkh # $FreeBSD$ -# PORTNAME= xkobo PORTVERSION= 1.11 @@ -16,15 +12,13 @@ MASTER_SITE_SUBDIR= games MAINTAINER= will@FreeBSD.org COMMENT= Multi-way scrolling shoot 'em up game for X. Strangely addictive -USE_IMAKE= yes +BROKEN= Does not build both with gcc and clang + +USES= imake USE_XORG= x11 xext ALL_TARGET= xkobo MAN1= xkobo.1 -post-configure: - ${REINPLACE_CMD} -E -e 's,^.* CC = .*$$, CC=${CC},' \ - -e 's,^.* CXX = .*$$, CXX=${CXX},' ${WRKSRC}/Makefile - post-install: ${CHMOD} u-s,g+s ${PREFIX}/bin/xkobo ${CHOWN} root:games ${PREFIX}/bin/xkobo ${PREFIX}/lib/X11/xkobo-scores Modified: head/games/xkoules/Makefile ============================================================================== --- head/games/xkoules/Makefile Fri Jun 28 21:35:14 2013 (r321990) +++ head/games/xkoules/Makefile Fri Jun 28 21:48:59 2013 (r321991) @@ -1,9 +1,5 @@ -# New ports collection makefile for: xkoules -# Date created: 11 March 1998 -# Whom: Andrey Zakhvatov -# +# Created by: Andrey Zakhvatov # $FreeBSD$ -# PORTNAME= xkoules PORTVERSION= 1.4 @@ -17,16 +13,18 @@ EXTRACT_SUFX= -src.tar.gz MAINTAINER= ports@FreeBSD.org COMMENT= Fast action arcade-style game for X Window -USE_IMAKE= yes +USES= imake USE_XORG= x11 xext MAN6= xkoules.6 MAKE_JOBS_UNSAFE= yes +.include + post-extract: @${CP} ${WRKSRC}/xkoules.6 ${WRKSRC}/xkoules.man post-install: -.if !defined(NOPORTDOCS) +.if ${PORT_OPTIONS:MDOCS} @${MKDIR} ${DOCSDIR} .for file in ANNOUNCE BUGS Card ChangeLog Koules.FAQ TODO @${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} Modified: head/games/xlaby/Makefile ============================================================================== --- head/games/xlaby/Makefile Fri Jun 28 21:35:14 2013 (r321990) +++ head/games/xlaby/Makefile Fri Jun 28 21:48:59 2013 (r321991) @@ -1,9 +1,5 @@ -# New ports collection makefile for: xlaby -# Date created: 3 March 1998 -# Whom: Andrey Zakhvatov -# +# Created by: Andrey Zakhvatov # $FreeBSD$ -# PORTNAME= xlaby PORTVERSION= 2.0.1 @@ -18,7 +14,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Daemonic X Labyrinth played directly with the mouse pointer NO_WRKSUBDIR= yes -USE_IMAKE= yes +USES= imake USE_XORG= x11 MAN6= xlaby.6 PLIST_FILES= bin/xlaby Modified: head/games/xmball/Makefile ============================================================================== --- head/games/xmball/Makefile Fri Jun 28 21:35:14 2013 (r321990) +++ head/games/xmball/Makefile Fri Jun 28 21:48:59 2013 (r321991) @@ -1,9 +1,5 @@ -# New ports collection makefile for: xmball -# Date created: 21 May 1998 -# Whom: Andrey Zakhvatov -# +# Created by: Andrey Zakhvatov # $FreeBSD$ -# PORTNAME= xmball PORTVERSION= 5.5.2 @@ -16,7 +12,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Masterball puzzle for X Window System WRKSRC= ${WRKDIR}/${PORTNAME} -USE_IMAKE= yes +USES= imake USE_XORG= x11 xext xt sm ice MAN1= xmball.1 MANCOMPRESSED= no Modified: head/games/xmemory/Makefile ============================================================================== --- head/games/xmemory/Makefile Fri Jun 28 21:35:14 2013 (r321990) +++ head/games/xmemory/Makefile Fri Jun 28 21:48:59 2013 (r321991) @@ -12,7 +12,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= Multi-player memory game -USE_IMAKE= yes +USES= imake USE_XORG= x11 xext MAN1= xmemory.1 Modified: head/games/xminesweep/Makefile ============================================================================== --- head/games/xminesweep/Makefile Fri Jun 28 21:35:14 2013 (r321990) +++ head/games/xminesweep/Makefile Fri Jun 28 21:48:59 2013 (r321991) @@ -1,9 +1,5 @@ -# New ports collection makefile for: xminesweep -# Date created: 31 Januar 1995 -# Whom: janek -# +# Created by: janek # $FreeBSD$ -# PORTNAME= xminesweep PORTVERSION= 3.0 @@ -19,7 +15,7 @@ EXTRACT_SUFX= .tar.Z MAINTAINER= ports@FreeBSD.org COMMENT= X11 minesweeper game -USE_IMAKE= yes +USES= imake USE_XORG= x11 xext xmu xaw xt xpm sm ice MAN1= xminesweep.1 PLIST_FILES= bin/xminesweep Modified: head/games/xmlink/Makefile ============================================================================== --- head/games/xmlink/Makefile Fri Jun 28 21:35:14 2013 (r321990) +++ head/games/xmlink/Makefile Fri Jun 28 21:48:59 2013 (r321991) @@ -1,9 +1,5 @@ -# New ports collection makefile for: xmlink -# Date created: 19 May 1998 -# Whom: Andrey Zakhvatov -# +# Created by: Andrey Zakhvatov # $FreeBSD$ -# PORTNAME= xmlink PORTVERSION= 5.5.2 @@ -16,7 +12,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Missing Link puzzle for X Window System WRKSRC= ${WRKDIR}/${PORTNAME} -USE_IMAKE= yes +USES= imake USE_XORG= x11 xext xt sm ice MAN1= xmlink.1 MANCOMPRESSED= no Modified: head/games/xmris/Makefile ============================================================================== --- head/games/xmris/Makefile Fri Jun 28 21:35:14 2013 (r321990) +++ head/games/xmris/Makefile Fri Jun 28 21:48:59 2013 (r321991) @@ -1,7 +1,4 @@ -# New ports collection makefile for: xmris -# Date created: 21 September 1994 -# Whom: jmz -# +# Created by: jmz # $FreeBSD$ PORTNAME= xmris @@ -16,7 +13,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= A version of the Mr Do video arcade game for X11 -USE_IMAKE= yes +USES= imake USE_XORG= x11 xext xaw xmu xt sm ice MAKE_FLAGS= XAPPLOADDIR=${PREFIX}/lib/X11/app-defaults -f ALL_TARGET= xmris xmred Modified: head/games/xmulti/Makefile ============================================================================== --- head/games/xmulti/Makefile Fri Jun 28 21:35:14 2013 (r321990) +++ head/games/xmulti/Makefile Fri Jun 28 21:48:59 2013 (r321991) @@ -1,9 +1,5 @@ -# New ports collection makefile for: xmulti -# Date created: 4 Jun 1998 -# Whom: Toru YANO -# +# Created by: Toru YANO # $FreeBSD$ -# PORTNAME= xmulti PORTVERSION= 2.00b4 @@ -13,19 +9,21 @@ MASTER_SITES= http://www.denpa.org/~go/x DISTFILES= xmul200b4.tgz MAINTAINER= toru@tenchi.ne.jp -COMMENT= A X11 mascot based on gal-game "To Heart" +COMMENT= X11 mascot based on gal-game "To Heart" WRKSRC= ${WRKDIR}/xmulti200beta4 -USE_IMAKE= yes +USES= imake USE_XORG= x11 xext xaw xmu xt xpm sm ice MAN1= xmaid.1 NO_MANCOMPRESS= yes DOCSDIR= ${PREFIX}/share/doc/ja/{PORTNAME} +.include + post-install: -.if !defined(NOPORTDOCS) +.if ${PORT_OPTIONS:MDOCS} ${MKDIR} ${DOCSDIR} .for i in MODULE.jp README.jp STYLESHEET.jp XMULTI.jp ${INSTALL_MAN} ${WRKSRC}/$i ${DOCSDIR} Modified: head/games/xoct/Makefile ============================================================================== --- head/games/xoct/Makefile Fri Jun 28 21:35:14 2013 (r321990) +++ head/games/xoct/Makefile Fri Jun 28 21:48:59 2013 (r321991) @@ -1,9 +1,5 @@ -# New ports collection makefile for: xoct -# Date created: 28 March 1998 -# Whom: Andrey Zakhvatov -# +# Created by: Andrey Zakhvatov # $FreeBSD$ -# PORTNAME= xoct PORTVERSION= 5.5.2 @@ -16,7 +12,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Oct puzzle for X Window System WRKSRC= ${WRKDIR}/${PORTNAME} -USE_IMAKE= yes +USES= imake USE_XORG= x11 xext xt sm ice MAN1= xoct.1 MANCOMPRESSED= no Modified: head/games/xoids/Makefile ============================================================================== --- head/games/xoids/Makefile Fri Jun 28 21:35:14 2013 (r321990) +++ head/games/xoids/Makefile Fri Jun 28 21:48:59 2013 (r321991) @@ -1,9 +1,5 @@ -# New ports collection makefile for: xoids -# Date created: 16 March 1998 -# Whom: Andrey Zakhvatov -# +# Created by: Andrey Zakhvatov # $FreeBSD$ -# PORTNAME= xoids PORTVERSION= 1.5 @@ -15,7 +11,7 @@ MASTER_SITE_SUBDIR= games MAINTAINER= ports@FreeBSD.org COMMENT= X Window Asteroids style game with full color pixmaps -USE_IMAKE= yes +USES= imake USE_XORG= xpm MAN6= xoids.6 @@ -23,7 +19,7 @@ post-extract: @${CP} ${WRKSRC}/xoids.1x ${WRKSRC}/xoids.man post-install: -.if !defined(NOPORTDOCS) +.if ${PORT_OPTIONS:MDOCS} @${MKDIR} ${DOCSDIR} @${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} .endif Modified: head/games/xoj/Makefile ============================================================================== --- head/games/xoj/Makefile Fri Jun 28 21:35:14 2013 (r321990) +++ head/games/xoj/Makefile Fri Jun 28 21:48:59 2013 (r321991) @@ -1,9 +1,5 @@ -# New ports collection makefile for: xoj -# Date created: 30 March 1998 -# Whom: Andrey Zakhvatov -# +# Created by: Andrey Zakhvatov # $FreeBSD$ -# PORTNAME= xoj PORTVERSION= 1.0 @@ -16,8 +12,8 @@ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= O. J. Simpson Simulator root window demo +USES= imake USE_XORG= xaw -USE_IMAKE= yes NO_INSTALL_MANPAGES= yes PLIST_FILES= bin/xoj Modified: head/games/xonix/Makefile ============================================================================== --- head/games/xonix/Makefile Fri Jun 28 21:35:14 2013 (r321990) +++ head/games/xonix/Makefile Fri Jun 28 21:48:59 2013 (r321991) @@ -1,9 +1,5 @@ -# New ports collection makefile for: xonix -# Date created: 3 May 1995 -# Whom: joerg -# +# Created by: joerg # $FreeBSD$ -# PORTNAME= xonix PORTVERSION= 1.4 @@ -14,7 +10,7 @@ MASTER_SITES= ftp://ftp.interface-busine MAINTAINER= joerg@FreeBSD.org COMMENT= Try to win land without colliding with `flyers' and `eaters' -USE_IMAKE= yes +USES= imake USE_XORG= xaw MAN1= xonix.1 Modified: head/games/xpacman/Makefile ============================================================================== --- head/games/xpacman/Makefile Fri Jun 28 21:35:14 2013 (r321990) +++ head/games/xpacman/Makefile Fri Jun 28 21:48:59 2013 (r321991) @@ -1,9 +1,5 @@ -# New ports collection makefile for: xpacman -# Date created: 19 Aug 1995 -# Whom: joerg -# +# Created by: joerg # $FreeBSD$ -# PORTNAME= xpacman PORTVERSION= 1.0 @@ -13,11 +9,11 @@ MASTER_SITES= ftp://ftp.nvg.unit.no/pub/ DISTNAME= pacman10 MAINTAINER= joerg@FreeBSD.org -COMMENT= An old action game +COMMENT= Old action game NO_WRKSUBDIR= Does not unpack into subdir. USE_ZIP= yes -USE_IMAKE= yes +USES= imake USE_XORG= x11 xext MAN1= pacman.1 PLIST_FILES= bin/pacman Modified: head/games/xpanex/Makefile ============================================================================== --- head/games/xpanex/Makefile Fri Jun 28 21:35:14 2013 (r321990) *** DIFF OUTPUT TRUNCATED AT 1000 LINES ***