From owner-svn-ports-head@freebsd.org Sun Dec 13 09:41:30 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C5803A4222C; Sun, 13 Dec 2015 09:41:30 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5BB9817BE; Sun, 13 Dec 2015 09:41:30 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBD9fTfu078683; Sun, 13 Dec 2015 09:41:29 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBD9fNB3078617; Sun, 13 Dec 2015 09:41:23 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201512130941.tBD9fNB3078617@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sun, 13 Dec 2015 09:41:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r403659 - in head: games/54321 games/KnightCap games/atris games/blockade games/bsp games/cowsay games/daimonin-music games/fgkicker games/foobillard games/fxsudoku games/heretic games/... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Dec 2015 09:41:31 -0000 Author: bapt Date: Sun Dec 13 09:41:22 2015 New Revision: 403659 URL: https://svnweb.freebsd.org/changeset/ports/403659 Log: Mark as broken: does not fetch Modified: head/games/54321/Makefile head/games/KnightCap/Makefile head/games/atris/Makefile head/games/blockade/Makefile head/games/bsp/Makefile head/games/cowsay/Makefile head/games/daimonin-music/Makefile head/games/fgkicker/Makefile head/games/foobillard/Makefile head/games/fxsudoku/Makefile head/games/heretic/Makefile head/games/hexxagon/Makefile head/games/hohlin/Makefile head/games/imaze/Makefile head/games/jaggedalliance2/Makefile head/games/kmancala/Makefile head/games/linux-enemyterritory-jaymod-21/Makefile head/games/linux-nwserver/Makefile head/games/live-f1/Makefile head/games/mangband/Makefile head/games/megaglest-data/Makefile head/games/megaglest/Makefile head/games/motogt/Makefile head/games/mvdsv/Makefile head/games/netris/Makefile head/games/nibbles/Makefile head/games/opensfx/Makefile head/games/plonx/Makefile head/games/qtv/Makefile head/games/quake2-zaero/Makefile head/games/rt2-demo/Makefile head/games/tbe/Makefile head/games/thevalley/Makefile head/games/trigger-data/Makefile head/games/trigger-rally/Makefile head/games/tuxpuck/Makefile head/games/xbomber/Makefile head/games/xonix/Makefile head/games/xroads/Makefile head/games/xwelltris/Makefile head/games/xwordpy/Makefile head/graphics/aeskulap/Makefile head/graphics/agg/Makefile head/graphics/cbview/Makefile head/graphics/cenon/Makefile head/graphics/copperspice/Makefile head/graphics/gexiv2/Makefile head/graphics/giblib/Makefile head/graphics/hugin-devel/Makefile head/graphics/libaux/Makefile head/graphics/libboard/Makefile head/graphics/potrace/Makefile head/graphics/povray36/Makefile head/graphics/py-PyX/Makefile head/graphics/py-PyX12/Makefile head/graphics/quat-gui/Makefile head/graphics/quat/Makefile head/graphics/quesoglc/Makefile head/graphics/ruby-gd/Makefile head/graphics/volpack/Makefile head/graphics/whirlgif/Makefile head/graphics/white_dune/Makefile head/graphics/xd3d/Makefile head/graphics/yagf/Makefile Modified: head/games/54321/Makefile ============================================================================== --- head/games/54321/Makefile Sun Dec 13 08:49:53 2015 (r403658) +++ head/games/54321/Makefile Sun Dec 13 09:41:22 2015 (r403659) @@ -12,6 +12,7 @@ DISTNAME= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= Five games in four-, three-, or two-dimensions for one player +BROKEN= unfetchable LIB_DEPENDS= libpng.so:${PORTSDIR}/graphics/png USES= gmake tar:tgz Modified: head/games/KnightCap/Makefile ============================================================================== --- head/games/KnightCap/Makefile Sun Dec 13 08:49:53 2015 (r403658) +++ head/games/KnightCap/Makefile Sun Dec 13 09:41:22 2015 (r403659) @@ -11,6 +11,8 @@ DISTNAME= KnightCap-${PORTVERSION} MAINTAINER= johans@FreeBSD.org COMMENT= Chess program with 3D interface for X Window System +BROKEN= unfetchable + WRKSRC= ${WRKDIR}/Export USE_XORG= xmu xt xext x11 xi Modified: head/games/atris/Makefile ============================================================================== --- head/games/atris/Makefile Sun Dec 13 08:49:53 2015 (r403658) +++ head/games/atris/Makefile Sun Dec 13 09:41:22 2015 (r403659) @@ -10,6 +10,8 @@ MASTER_SITES= http://www.sourcefiles.org MAINTAINER= ports@FreeBSD.org COMMENT= Atris: Alizarin Tetris +BROKEN= unfetchable + LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING Modified: head/games/blockade/Makefile ============================================================================== --- head/games/blockade/Makefile Sun Dec 13 08:49:53 2015 (r403658) +++ head/games/blockade/Makefile Sun Dec 13 09:41:22 2015 (r403659) @@ -11,6 +11,7 @@ DISTNAME= ${PORTNAME}-${DISTVERSION}-lin MAINTAINER= ports@FreeBSD.org COMMENT= X version of the `blockade' Macintosh game +BROKEN= unfetchable WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USE_XORG= x11 Modified: head/games/bsp/Makefile ============================================================================== --- head/games/bsp/Makefile Sun Dec 13 08:49:53 2015 (r403658) +++ head/games/bsp/Makefile Sun Dec 13 09:41:22 2015 (r403659) @@ -9,6 +9,7 @@ MASTER_SITES= http://games.moria.org.uk/ MAINTAINER= ports@FreeBSD.org COMMENT= Node builder for Doom +BROKEN= unfetchable LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING Modified: head/games/cowsay/Makefile ============================================================================== --- head/games/cowsay/Makefile Sun Dec 13 08:49:53 2015 (r403658) +++ head/games/cowsay/Makefile Sun Dec 13 09:41:22 2015 (r403659) @@ -10,6 +10,7 @@ MASTER_SITES= http://www.nog.net/~tony/w MAINTAINER= wxs@FreeBSD.org COMMENT= Configurable talking characters in ASCII art +BROKEN= unfetchable USES= perl5 NO_BUILD= # defined Modified: head/games/daimonin-music/Makefile ============================================================================== --- head/games/daimonin-music/Makefile Sun Dec 13 08:49:53 2015 (r403658) +++ head/games/daimonin-music/Makefile Sun Dec 13 09:41:22 2015 (r403659) @@ -12,6 +12,7 @@ DIST_SUBDIR= daimonin MAINTAINER= ports@FreeBSD.org COMMENT= Music for daimonin client +BROKEN= unfetchable NO_BUILD= yes USES= zip NO_ARCH= yes Modified: head/games/fgkicker/Makefile ============================================================================== --- head/games/fgkicker/Makefile Sun Dec 13 08:49:53 2015 (r403658) +++ head/games/fgkicker/Makefile Sun Dec 13 09:41:22 2015 (r403659) @@ -10,6 +10,8 @@ MASTER_SITES= http://www.larfeliz.be/pro MAINTAINER= erik@bz.bzflag.bz COMMENT= Launcher frontend for FlightGear +BROKEN= unfetchable + RUN_DEPENDS= fgfs:${PORTSDIR}/games/flightgear USE_GNOME= gtk20 Modified: head/games/foobillard/Makefile ============================================================================== --- head/games/foobillard/Makefile Sun Dec 13 08:49:53 2015 (r403658) +++ head/games/foobillard/Makefile Sun Dec 13 09:41:22 2015 (r403659) @@ -10,6 +10,8 @@ MASTER_SITES= http://foobillard.sunsite. MAINTAINER= thomas@bsdunix.ch COMMENT= Free OpenGL billiards game +BROKEN= unfetchable + LIB_DEPENDS= libpng.so:${PORTSDIR}/graphics/png \ libfreetype.so:${PORTSDIR}/print/freetype2 Modified: head/games/fxsudoku/Makefile ============================================================================== --- head/games/fxsudoku/Makefile Sun Dec 13 08:49:53 2015 (r403658) +++ head/games/fxsudoku/Makefile Sun Dec 13 09:41:22 2015 (r403659) @@ -10,6 +10,8 @@ MASTER_SITES= http://www.fifthplanet.net MAINTAINER= edwin@mavetju.org COMMENT= Implementation of the Sudoku game +BROKEN= unfetchable + LIB_DEPENDS= libFOX-1.6.so:${PORTSDIR}/x11-toolkits/fox16 USES= tar:bzip2 gmake Modified: head/games/heretic/Makefile ============================================================================== --- head/games/heretic/Makefile Sun Dec 13 08:49:53 2015 (r403658) +++ head/games/heretic/Makefile Sun Dec 13 09:41:22 2015 (r403659) @@ -12,6 +12,8 @@ DISTNAME= gl${PORTNAME}-${PORTVERSION} MAINTAINER= oliver@FreeBSD.org COMMENT= Unix source-port of the famous Heretic game by id Software +BROKEN= unfetchable + USES= gmake USE_XORG= x11 xi xpm xau Modified: head/games/hexxagon/Makefile ============================================================================== --- head/games/hexxagon/Makefile Sun Dec 13 08:49:53 2015 (r403658) +++ head/games/hexxagon/Makefile Sun Dec 13 09:41:22 2015 (r403659) @@ -9,6 +9,8 @@ MASTER_SITES= http://www.nesqi.se/hexxag MAINTAINER= makc@FreeBSD.org COMMENT= Strategy hexagon game +BROKEN= unfetchable + LIB_DEPENDS= libgtkmm-2.4.so:${PORTSDIR}/x11-toolkits/gtkmm24 USES= gmake pkgconfig tar:bzip2 Modified: head/games/hohlin/Makefile ============================================================================== --- head/games/hohlin/Makefile Sun Dec 13 08:49:53 2015 (r403658) +++ head/games/hohlin/Makefile Sun Dec 13 09:41:22 2015 (r403659) @@ -14,6 +14,7 @@ DISTNAME= ${PORTNAME}-${SHORTPORTVERSION MAINTAINER= jmohacsi@bsd.hu COMMENT= Remake of the classic spectrum game Head over Heels +BROKEN= unfetchable WRKSRC= ${WRKDIR}/hoh-install-${PORTVERSION}/ USES= tar:bzip2 Modified: head/games/imaze/Makefile ============================================================================== --- head/games/imaze/Makefile Sun Dec 13 08:49:53 2015 (r403658) +++ head/games/imaze/Makefile Sun Dec 13 09:41:22 2015 (r403659) @@ -15,6 +15,7 @@ COMMENT= Multi-player network action gam LICENSE= BSD4CLAUSE LICENSE_FILE= ${WRKSRC}/Copyright +BROKEN= unfetchable OPTIONS_DEFINE= AUDIO JOYSTICK OPTIONS_RADIO= GUI OPTIONS_RADIO_GUI= XVIEW MOTIF Modified: head/games/jaggedalliance2/Makefile ============================================================================== --- head/games/jaggedalliance2/Makefile Sun Dec 13 08:49:53 2015 (r403658) +++ head/games/jaggedalliance2/Makefile Sun Dec 13 09:41:22 2015 (r403659) @@ -11,6 +11,8 @@ MASTER_SITES= http://deponie.yamagi.org/ MAINTAINER= lme@FreeBSD.org COMMENT= Port of "Jagged Alliance 2" using SDL +BROKEN= unfetchable + DISTVERSIONSUFFIX= -source # Ignore this if you feel adventurous Modified: head/games/kmancala/Makefile ============================================================================== --- head/games/kmancala/Makefile Sun Dec 13 08:49:53 2015 (r403658) +++ head/games/kmancala/Makefile Sun Dec 13 09:41:22 2015 (r403659) @@ -11,6 +11,8 @@ DISTNAME= kMancala-${PORTVERSION} MAINTAINER= makc@FreeBSD.org COMMENT= Board game for KDE, also known as Mancala or Kalah +BROKEN= unfetchable + USES= cmake:outsource tar:bzip2 USE_KDE4= kdelibs kdeprefix automoc4 libkdegames USE_QT4= moc_build qmake_build rcc_build uic_build Modified: head/games/linux-enemyterritory-jaymod-21/Makefile ============================================================================== --- head/games/linux-enemyterritory-jaymod-21/Makefile Sun Dec 13 08:49:53 2015 (r403658) +++ head/games/linux-enemyterritory-jaymod-21/Makefile Sun Dec 13 09:41:22 2015 (r403659) @@ -14,6 +14,8 @@ PKGNAMEPREFIX= linux-enemyterritory- MAINTAINER= bar@FreeBSD.org COMMENT= Jaymod - An Enemy Territory Modification +BROKEN= unfetchable + RUN_DEPENDS= et:${PORTSDIR}/games/linux-enemyterritory VERSTR= ${PORTVERSION:C/([0-9])\.([0-9])\.([0-9]+)/\1\2\3/} Modified: head/games/linux-nwserver/Makefile ============================================================================== --- head/games/linux-nwserver/Makefile Sun Dec 13 08:49:53 2015 (r403658) +++ head/games/linux-nwserver/Makefile Sun Dec 13 09:41:22 2015 (r403659) @@ -14,6 +14,8 @@ COMMENT= Neverwinter Nights Linux Dedica OPTIONS_DEFINE= DOCS +BROKEN= unfetchable + USE_LINUX= yes ONLY_FOR_ARCHS= i386 amd64 WRKSRC= ${WRKDIR} Modified: head/games/live-f1/Makefile ============================================================================== --- head/games/live-f1/Makefile Sun Dec 13 08:49:53 2015 (r403658) +++ head/games/live-f1/Makefile Sun Dec 13 09:41:22 2015 (r403659) @@ -12,6 +12,7 @@ COMMENT= Native client for the official LICENSE= GPLv2 +BROKEN= unfetchable LIB_DEPENDS= libneon.so:${PORTSDIR}/www/neon WRKSRC= ${WRKDIR}/${PORTNAME}_${PORTVERSION} Modified: head/games/mangband/Makefile ============================================================================== --- head/games/mangband/Makefile Sun Dec 13 08:49:53 2015 (r403658) +++ head/games/mangband/Makefile Sun Dec 13 09:41:22 2015 (r403659) @@ -12,6 +12,7 @@ COMMENT= Free online multiplayer real-ti LICENSE= GPLv2 +BROKEN= unfetchable ALL_TARGET= mangclient mangband WRKSRC= ${WRKDIR}/${DISTNAME}/src GNU_CONFIGURE= yes Modified: head/games/megaglest-data/Makefile ============================================================================== --- head/games/megaglest-data/Makefile Sun Dec 13 08:49:53 2015 (r403658) +++ head/games/megaglest-data/Makefile Sun Dec 13 09:41:22 2015 (r403659) @@ -11,6 +11,7 @@ DISTNAME= ${PORTNAME}${PKGNAMESUFFIX}-${ MAINTAINER= rnejdl@ringofsaturn.com COMMENT= MegaGlest data files +BROKEN= unfetchable USES= dos2unix tar:xz DOS2UNIX_GLOB= *.log *.ini *.html *.txt *.lng NO_BUILD= yes Modified: head/games/megaglest/Makefile ============================================================================== --- head/games/megaglest/Makefile Sun Dec 13 08:49:53 2015 (r403658) +++ head/games/megaglest/Makefile Sun Dec 13 09:41:22 2015 (r403659) @@ -11,6 +11,7 @@ DISTNAME= ${PORTNAME}-source-${PORTVERSI MAINTAINER= rnejdl@ringofsaturn.com COMMENT= Open source 3D real-time strategy game +BROKEN= unfetchable LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl \ libpng.so:${PORTSDIR}/graphics/png \ libxerces-c.so:${PORTSDIR}/textproc/xerces-c3 \ Modified: head/games/motogt/Makefile ============================================================================== --- head/games/motogt/Makefile Sun Dec 13 08:49:53 2015 (r403658) +++ head/games/motogt/Makefile Sun Dec 13 09:41:22 2015 (r403659) @@ -11,6 +11,8 @@ DISTNAME= MotoGT-${PORTVERSION} MAINTAINER= amdmi3@FreeBSD.org COMMENT= 2D top-viewed motorcycle racing game +BROKEN= unfetchable + LIB_DEPENDS= libsfml1-system.so:${PORTSDIR}/devel/sfml1 \ libpng.so:${PORTSDIR}/graphics/png Modified: head/games/mvdsv/Makefile ============================================================================== --- head/games/mvdsv/Makefile Sun Dec 13 08:49:53 2015 (r403658) +++ head/games/mvdsv/Makefile Sun Dec 13 09:41:22 2015 (r403659) @@ -11,6 +11,7 @@ DISTNAME= mvdsv_${PORTVERSION}-sources MAINTAINER= danfe@FreeBSD.org COMMENT?= Enhanced QuakeWorld server with multi-view demos capability +BROKEN= unfetchable LICENSE= GPLv2 USES= zip Modified: head/games/netris/Makefile ============================================================================== --- head/games/netris/Makefile Sun Dec 13 08:49:53 2015 (r403658) +++ head/games/netris/Makefile Sun Dec 13 09:41:22 2015 (r403659) @@ -13,6 +13,7 @@ PATCH_DIST_STRIP= -p1 MAINTAINER= gavin@FreeBSD.org COMMENT= Network head to head version of T*tris +BROKEN= unfetchable LICENSE= GPLv2 # (or later) HAS_CONFIGURE= yes Modified: head/games/nibbles/Makefile ============================================================================== --- head/games/nibbles/Makefile Sun Dec 13 08:49:53 2015 (r403658) +++ head/games/nibbles/Makefile Sun Dec 13 09:41:22 2015 (r403659) @@ -9,6 +9,7 @@ MASTER_SITES= http://freebsd.unixfreunde MAINTAINER= mich@FreeBSD.org COMMENT= Nibbles is a simple ncurses-based console game +BROKEN= unfetchable LDFLAGS+= -L${LOCALBASE}/lib -lncurses CFLAGS+= -Wall Modified: head/games/opensfx/Makefile ============================================================================== --- head/games/opensfx/Makefile Sun Dec 13 08:49:53 2015 (r403658) +++ head/games/opensfx/Makefile Sun Dec 13 09:41:22 2015 (r403659) @@ -13,6 +13,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-all MAINTAINER= rum1cro@yandex.ru COMMENT= Free alternative sounds for OpenTTD game engine +BROKEN= unfetchable LICENSE= CCPL LICENSE_NAME= Creative Commons Public License LICENSE_FILE= ${WRKDIR}/opensfx-${PORTVERSION}/license.txt Modified: head/games/plonx/Makefile ============================================================================== --- head/games/plonx/Makefile Sun Dec 13 08:49:53 2015 (r403658) +++ head/games/plonx/Makefile Sun Dec 13 09:41:22 2015 (r403659) @@ -9,6 +9,7 @@ MASTER_SITES= http://bilious.homelinux.o MAINTAINER= clive@darkarts.co.za COMMENT= Small ASCII puzzle game +BROKEN= unfetchable PLIST_FILES= bin/plonx PORTDOCS= README Modified: head/games/qtv/Makefile ============================================================================== --- head/games/qtv/Makefile Sun Dec 13 08:49:53 2015 (r403658) +++ head/games/qtv/Makefile Sun Dec 13 09:41:22 2015 (r403659) @@ -10,6 +10,8 @@ DISTNAME= ${PORTNAME}_${PORTVERSION}_sou MAINTAINER= danfe@FreeBSD.org COMMENT= MVD demo data streaming proxy over TCP/IP for QuakeWorld servers +BROKEN= unfetchable + ALL_TARGET= ${PORTNAME} MAKE_ARGS= CC="${CC}" WRKSRC= ${WRKDIR}/${PORTNAME}_${PORTVERSION} Modified: head/games/quake2-zaero/Makefile ============================================================================== --- head/games/quake2-zaero/Makefile Sun Dec 13 08:49:53 2015 (r403658) +++ head/games/quake2-zaero/Makefile Sun Dec 13 09:41:22 2015 (r403659) @@ -13,6 +13,7 @@ DIST_SUBDIR= ${PKGNAMEPREFIX}${PORTNAME} MAINTAINER= danfe@FreeBSD.org COMMENT= Quake II Zaero Mission Pack +BROKEN= unfetchable USES= dos2unix zip DOS2UNIX_FILES= *.[ch] NO_WRKSUBDIR= yes Modified: head/games/rt2-demo/Makefile ============================================================================== --- head/games/rt2-demo/Makefile Sun Dec 13 08:49:53 2015 (r403658) +++ head/games/rt2-demo/Makefile Sun Dec 13 09:41:22 2015 (r403659) @@ -13,6 +13,7 @@ EXTRACT_ONLY= # empty MAINTAINER= mva@FreeBSD.org COMMENT= The free demo of Railroad Tycoon II +BROKEN= unfetchable NO_WRKSUBDIR= yes NO_BUILD= yes USE_LINUX= yes Modified: head/games/tbe/Makefile ============================================================================== --- head/games/tbe/Makefile Sun Dec 13 08:49:53 2015 (r403658) +++ head/games/tbe/Makefile Sun Dec 13 09:41:22 2015 (r403659) @@ -9,6 +9,7 @@ DISTNAME= TheButterflyEffect-M${PORTVERS MAINTAINER= johans@FreeBSD.org COMMENT= The Butterfly Effect +BROKEN= unfetchable BUILD_DEPENDS= ${LOCALBASE}/bin/unzip:${PORTSDIR}/archivers/unzip LIB_DEPENDS= libexecinfo.so:${PORTSDIR}/devel/libexecinfo Modified: head/games/thevalley/Makefile ============================================================================== --- head/games/thevalley/Makefile Sun Dec 13 08:49:53 2015 (r403658) +++ head/games/thevalley/Makefile Sun Dec 13 09:41:22 2015 (r403659) @@ -11,6 +11,7 @@ DISTNAME= valley-${PORTVERSION} MAINTAINER= edwin@mavetju.org COMMENT= The Valley is a rewrite of an old RPG from the early 1980s +BROKEN= unfetchable GNU_CONFIGURE= yes WRKSRC= ${WRKDIR}/${DISTNAME} USE_SDL= sdl Modified: head/games/trigger-data/Makefile ============================================================================== --- head/games/trigger-data/Makefile Sun Dec 13 08:49:53 2015 (r403658) +++ head/games/trigger-data/Makefile Sun Dec 13 09:41:22 2015 (r403659) @@ -9,6 +9,7 @@ DISTNAME= trigger-rally-${PORTVERSION}-d MAINTAINER= makc@FreeBSD.org COMMENT= Data files for trigger-rally +BROKEN= unfetchable USES= tar:bzip2 DATADIR= ${PREFIX}/share/trigger-rally Modified: head/games/trigger-rally/Makefile ============================================================================== --- head/games/trigger-rally/Makefile Sun Dec 13 08:49:53 2015 (r403658) +++ head/games/trigger-rally/Makefile Sun Dec 13 09:41:22 2015 (r403659) @@ -10,6 +10,7 @@ DISTVERSIONSUFFIX= -src MAINTAINER= makc@FreeBSD.org COMMENT= Rally car racing game +BROKEN= unfetchable BUILD_DEPENDS= jam:${PORTSDIR}/devel/jam LIB_DEPENDS= libphysfs.so:${PORTSDIR}/devel/physfs RUN_DEPENDS= ${DATADIR}/trigger.config.defs:${PORTSDIR}/games/trigger-data Modified: head/games/tuxpuck/Makefile ============================================================================== --- head/games/tuxpuck/Makefile Sun Dec 13 08:49:53 2015 (r403658) +++ head/games/tuxpuck/Makefile Sun Dec 13 09:41:22 2015 (r403659) @@ -10,6 +10,7 @@ MASTER_SITES= http://www.sourcefiles.org MAINTAINER= ports@FreeBSD.org COMMENT= Shufflepuck Cafe Clone +BROKEN= unfetchable LICENSE= GPLv2 LIB_DEPENDS= libpng.so:${PORTSDIR}/graphics/png \ Modified: head/games/xbomber/Makefile ============================================================================== --- head/games/xbomber/Makefile Sun Dec 13 08:49:53 2015 (r403658) +++ head/games/xbomber/Makefile Sun Dec 13 09:41:22 2015 (r403659) @@ -11,6 +11,7 @@ DISTNAME= ${PORTNAME}.${PORTVERSION} MAINTAINER= marcus@FreeBSD.org COMMENT= Game based on "Super Bomberman" for the Super Nintendo +BROKEN= unfetchable WRKSRC= ${WRKDIR}/${PORTNAME} USE_XORG= x11 Modified: head/games/xonix/Makefile ============================================================================== --- head/games/xonix/Makefile Sun Dec 13 08:49:53 2015 (r403658) +++ head/games/xonix/Makefile Sun Dec 13 09:41:22 2015 (r403659) @@ -10,6 +10,7 @@ MASTER_SITES= ftp://ftp.interface-busine MAINTAINER= joerg@FreeBSD.org COMMENT= Try to win land without colliding with `flyers' and `eaters' +BROKEN= unfetchable USES= imake USE_XORG= xaw Modified: head/games/xroads/Makefile ============================================================================== --- head/games/xroads/Makefile Sun Dec 13 08:49:53 2015 (r403658) +++ head/games/xroads/Makefile Sun Dec 13 09:41:22 2015 (r403659) @@ -11,6 +11,7 @@ DISTNAME= ${PORTNAME}-v${PORTVERSION} MAINTAINER= erik@bz.bzflag.bz COMMENT= Commodore 64 "Crossroads"-like video game for X Window System +BROKEN= unfetchable USE_XORG= x11 xpm xext OPTIONS_DEFINE= DOCS Modified: head/games/xwelltris/Makefile ============================================================================== --- head/games/xwelltris/Makefile Sun Dec 13 08:49:53 2015 (r403658) +++ head/games/xwelltris/Makefile Sun Dec 13 09:41:22 2015 (r403659) @@ -12,6 +12,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}.src MAINTAINER= lev@FreeBSD.org COMMENT= 3D Tetris-like game +BROKEN= unfetchable WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} PLIST_FILES= bin/xwelltris \ share/xwelltris/board2.gif \ Modified: head/games/xwordpy/Makefile ============================================================================== --- head/games/xwordpy/Makefile Sun Dec 13 08:49:53 2015 (r403658) +++ head/games/xwordpy/Makefile Sun Dec 13 09:41:22 2015 (r403659) @@ -11,6 +11,7 @@ DISTNAME= xword-${PORTVERSION} MAINTAINER= bf@FreeBSD.org COMMENT= Application for solving crossword puzzles in the Across Lite format +BROKEN= unfetchable USE_GNOME= pygtk2 USES= python NO_BUILD= yes Modified: head/graphics/aeskulap/Makefile ============================================================================== --- head/graphics/aeskulap/Makefile Sun Dec 13 08:49:53 2015 (r403658) +++ head/graphics/aeskulap/Makefile Sun Dec 13 09:41:22 2015 (r403659) @@ -10,6 +10,7 @@ MASTER_SITES= http://www.sourcefiles.org MAINTAINER= ports@FreeBSD.org COMMENT= Medical image viewer +BROKEN= unfetchable LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING Modified: head/graphics/agg/Makefile ============================================================================== --- head/graphics/agg/Makefile Sun Dec 13 08:49:53 2015 (r403658) +++ head/graphics/agg/Makefile Sun Dec 13 09:41:22 2015 (r403659) @@ -11,6 +11,7 @@ MASTER_SITES= http://www.antigrain.com/ MAINTAINER= ports@FreeBSD.org COMMENT= High Quality Rendering Engine for C++ +BROKEN= unfetchable LICENSE= GPLv2 # or later LICENSE_FILE= ${WRKSRC}/copying Modified: head/graphics/cbview/Makefile ============================================================================== --- head/graphics/cbview/Makefile Sun Dec 13 08:49:53 2015 (r403658) +++ head/graphics/cbview/Makefile Sun Dec 13 09:41:22 2015 (r403659) @@ -10,6 +10,7 @@ MASTER_SITES= http://www.sourcefiles.org MAINTAINER= ports@FreeBSD.org COMMENT= Viewer/converter for CBR/CBZ comic book archives +BROKEN= unfetchable LICENSE= GPLv2 RUN_DEPENDS= unrar:${PORTSDIR}/archivers/unrar \ Modified: head/graphics/cenon/Makefile ============================================================================== --- head/graphics/cenon/Makefile Sun Dec 13 08:49:53 2015 (r403658) +++ head/graphics/cenon/Makefile Sun Dec 13 09:41:22 2015 (r403659) @@ -14,6 +14,7 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= theraven@FreeBSD.org COMMENT= Vector graphics tool for GNUstep +BROKEN= unfetchable USES= tar:bzip2 gnustep USE_GNUSTEP= back build Modified: head/graphics/copperspice/Makefile ============================================================================== --- head/graphics/copperspice/Makefile Sun Dec 13 08:49:53 2015 (r403658) +++ head/graphics/copperspice/Makefile Sun Dec 13 09:41:22 2015 (r403659) @@ -9,6 +9,7 @@ MASTER_SITES= http://download.copperspic MAINTAINER= marino@FreeBSD.org COMMENT= Modern cross-platform C++ GUI library (derived from Qt 4.8) +BROKEN= unfetchable LICENSE= LGPL21 BUILD_DEPENDS= fc-cache:${PORTSDIR}/x11-fonts/fontconfig Modified: head/graphics/gexiv2/Makefile ============================================================================== --- head/graphics/gexiv2/Makefile Sun Dec 13 08:49:53 2015 (r403658) +++ head/graphics/gexiv2/Makefile Sun Dec 13 09:41:22 2015 (r403659) @@ -11,6 +11,7 @@ DISTNAME= lib${PORTNAME}_${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= GObject-based wrapper around Exiv2 library +BROKEN= unfetchable LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING Modified: head/graphics/giblib/Makefile ============================================================================== --- head/graphics/giblib/Makefile Sun Dec 13 08:49:53 2015 (r403658) +++ head/graphics/giblib/Makefile Sun Dec 13 09:41:22 2015 (r403659) @@ -10,6 +10,7 @@ MASTER_SITES= http://linuxbrit.co.uk/dow MAINTAINER= ports@FreeBSD.org COMMENT= Utility library that includes a wrapper for imlib2 +BROKEN= unfetchable LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING Modified: head/graphics/hugin-devel/Makefile ============================================================================== --- head/graphics/hugin-devel/Makefile Sun Dec 13 08:49:53 2015 (r403658) +++ head/graphics/hugin-devel/Makefile Sun Dec 13 09:41:22 2015 (r403659) @@ -12,6 +12,7 @@ DISTNAME= hugin-2013.0.0_beta1 MAINTAINER= ports@FreeBSD.org COMMENT= GUI for Panorama Tools, to stitch panoramic images +BROKEN= unfetchable LIB_DEPENDS= libIlmImf.so:${PORTSDIR}/graphics/OpenEXR \ libIlmImf.so:${PORTSDIR}/graphics/OpenEXR \ libImath.so:${PORTSDIR}/graphics/ilmbase \ Modified: head/graphics/libaux/Makefile ============================================================================== --- head/graphics/libaux/Makefile Sun Dec 13 08:49:53 2015 (r403658) +++ head/graphics/libaux/Makefile Sun Dec 13 09:41:22 2015 (r403659) @@ -11,6 +11,7 @@ DISTFILES= libaux${EXTRACT_SUFX} libtk${ MAINTAINER= ports@FreeBSD.org COMMENT= Nano window toolkit and auxiliary library for OpenGL +BROKEN= unfetchable WRKSRC= ${WRKDIR}/${PORTNAME} USES= imake Modified: head/graphics/libboard/Makefile ============================================================================== --- head/graphics/libboard/Makefile Sun Dec 13 08:49:53 2015 (r403658) +++ head/graphics/libboard/Makefile Sun Dec 13 09:41:22 2015 (r403659) @@ -10,6 +10,7 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME} MAINTAINER= thierry@FreeBSD.org COMMENT= Vector graphics C++ library +BROKEN= unfetchable LICENSE= LGPL3 BUILD_DEPENDS= doxygen:${PORTSDIR}/devel/doxygen Modified: head/graphics/potrace/Makefile ============================================================================== --- head/graphics/potrace/Makefile Sun Dec 13 08:49:53 2015 (r403658) +++ head/graphics/potrace/Makefile Sun Dec 13 09:41:22 2015 (r403659) @@ -10,6 +10,7 @@ MASTER_SITES= SF MAINTAINER= ps.ports@smyrak.com COMMENT= Transforms bitmaps into vector graphics +BROKEN= unfetchable GNU_CONFIGURE= yes PLIST_FILES= bin/potrace bin/mkbitmap \ Modified: head/graphics/povray36/Makefile ============================================================================== --- head/graphics/povray36/Makefile Sun Dec 13 08:49:53 2015 (r403658) +++ head/graphics/povray36/Makefile Sun Dec 13 09:41:22 2015 (r403659) @@ -14,6 +14,7 @@ DIST_SUBDIR= povray36 MAINTAINER= ports@FreeBSD.org COMMENT= Persistence of Vision Ray Tracer +BROKEN= unfetchable LIB_DEPENDS= libpng.so:${PORTSDIR}/graphics/png \ libtiff.so:${PORTSDIR}/graphics/tiff Modified: head/graphics/py-PyX/Makefile ============================================================================== --- head/graphics/py-PyX/Makefile Sun Dec 13 08:49:53 2015 (r403658) +++ head/graphics/py-PyX/Makefile Sun Dec 13 09:41:22 2015 (r403659) @@ -10,6 +10,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= mva@FreeBSD.org COMMENT= Python package for creating encapsulated PostScript figures +BROKEN= unfetchable LICENSE= GPLv2 USES= python:3 Modified: head/graphics/py-PyX12/Makefile ============================================================================== --- head/graphics/py-PyX12/Makefile Sun Dec 13 08:49:53 2015 (r403658) +++ head/graphics/py-PyX12/Makefile Sun Dec 13 09:41:22 2015 (r403659) @@ -11,6 +11,7 @@ PKGNAMESUFFIX= 12 MAINTAINER= mva@FreeBSD.org COMMENT= Python package for creating encapsulated PostScript figures +BROKEN= unfetchable LICENSE= GPLv2 USES= python:2 Modified: head/graphics/quat-gui/Makefile ============================================================================== --- head/graphics/quat-gui/Makefile Sun Dec 13 08:49:53 2015 (r403658) +++ head/graphics/quat-gui/Makefile Sun Dec 13 09:41:22 2015 (r403659) @@ -12,6 +12,7 @@ PKGNAMESUFFIX= -gui MAINTAINER= ports@FreeBSD.org COMMENT= Three-dimensional fractal creator (X11 GUI) +BROKEN= unfetchable LICENSE= GPLv2 # (or later) LIB_DEPENDS= libfltk.so:${PORTSDIR}/x11-toolkits/fltk Modified: head/graphics/quat/Makefile ============================================================================== --- head/graphics/quat/Makefile Sun Dec 13 08:49:53 2015 (r403658) +++ head/graphics/quat/Makefile Sun Dec 13 09:41:22 2015 (r403659) @@ -10,6 +10,7 @@ MASTER_SITES= http://www.sourcefiles.org MAINTAINER= ports@FreeBSD.org COMMENT= Three-dimensional fractal creator (command line only) +BROKEN= unfetchable LICENSE= GPLv2 # (or later) OPTIONS_DEFINE= OPTIMIZED_CFLAGS DOCS Modified: head/graphics/quesoglc/Makefile ============================================================================== --- head/graphics/quesoglc/Makefile Sun Dec 13 08:49:53 2015 (r403658) +++ head/graphics/quesoglc/Makefile Sun Dec 13 09:41:22 2015 (r403659) @@ -10,6 +10,7 @@ MASTER_SITES= SF/${PORTNAME}/QuesoGLC/${ MAINTAINER= amdmi3@FreeBSD.org COMMENT= Free implementation of the OpenGL Character Renderer +BROKEN= unfetchable LIB_DEPENDS= libfribidi.so:${PORTSDIR}/converters/fribidi \ libfreetype.so:${PORTSDIR}/print/freetype2 \ libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig Modified: head/graphics/ruby-gd/Makefile ============================================================================== --- head/graphics/ruby-gd/Makefile Sun Dec 13 08:49:53 2015 (r403658) +++ head/graphics/ruby-gd/Makefile Sun Dec 13 09:41:22 2015 (r403659) @@ -14,6 +14,7 @@ DIST_SUBDIR= ruby MAINTAINER= dinoex@FreeBSD.org COMMENT= Ruby extension library to use Thomas Boutell's gd library +BROKEN= unfetchable LIB_DEPENDS= libfreetype.so:${PORTSDIR}/print/freetype2 \ libgd.so:${PORTSDIR}/graphics/gd Modified: head/graphics/volpack/Makefile ============================================================================== --- head/graphics/volpack/Makefile Sun Dec 13 08:49:53 2015 (r403658) +++ head/graphics/volpack/Makefile Sun Dec 13 09:41:22 2015 (r403659) @@ -10,6 +10,7 @@ EXTRACT_SUFX= .tar.Z MAINTAINER= madpilot@FreeBSD.org COMMENT= Portable software library for volume rendering +BROKEN= unfetchable LICENSE= MIT GNU_CONFIGURE= yes Modified: head/graphics/whirlgif/Makefile ============================================================================== --- head/graphics/whirlgif/Makefile Sun Dec 13 08:49:53 2015 (r403658) +++ head/graphics/whirlgif/Makefile Sun Dec 13 09:41:22 2015 (r403659) @@ -10,6 +10,7 @@ DISTNAME= whirlgif_3.04.orig MAINTAINER= hans@nordhaug.priv.no COMMENT= Tool for making GIF animations +BROKEN= unfetchable WRKSRC= ${WRKDIR}/whirlgif-3.04.orig PLIST_FILES= bin/whirlgif man/man1/whirlgif.1.gz Modified: head/graphics/white_dune/Makefile ============================================================================== --- head/graphics/white_dune/Makefile Sun Dec 13 08:49:53 2015 (r403658) +++ head/graphics/white_dune/Makefile Sun Dec 13 09:41:22 2015 (r403659) @@ -12,6 +12,7 @@ MASTER_SITES= http://vrml.cip.ica.uni-st MAINTAINER= devel@stasyan.com COMMENT= Graphical VRML97 editor and animation tool +BROKEN= unfetchable LIB_DEPENDS= libpng.so:${PORTSDIR}/graphics/png LICENSE= GPLv2 Modified: head/graphics/xd3d/Makefile ============================================================================== --- head/graphics/xd3d/Makefile Sun Dec 13 08:49:53 2015 (r403658) +++ head/graphics/xd3d/Makefile Sun Dec 13 09:41:22 2015 (r403659) @@ -10,6 +10,7 @@ MASTER_SITES= http://www.cmap.polytechni MAINTAINER= thierry@FreeBSD.org COMMENT= Simple scientific visualization tool +BROKEN= unfetchable LICENSE= GPLv2 #-------------------------------------------------------------------------- Modified: head/graphics/yagf/Makefile ============================================================================== --- head/graphics/yagf/Makefile Sun Dec 13 08:49:53 2015 (r403658) +++ head/graphics/yagf/Makefile Sun Dec 13 09:41:22 2015 (r403659) @@ -9,6 +9,7 @@ MASTER_SITES= http://symmetrica.net/cune MAINTAINER= bsam@FreeBSD.org COMMENT= Graphical interface for an OCR program (cuneiform and tesseract) +BROKEN= unfetchable LICENSE= GPLv3 LIB_DEPENDS= libaspell.so:${PORTSDIR}/textproc/aspell