From owner-svn-ports-head@FreeBSD.ORG Sun Apr 5 19:00:05 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 06148109; Sun, 5 Apr 2015 19:00:05 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 DBE60F68; Sun, 5 Apr 2015 19:00:04 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t35J04h0096628; Sun, 5 Apr 2015 19:00:04 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t35IxxQf096453; Sun, 5 Apr 2015 18:59:59 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201504051859.t35IxxQf096453@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sun, 5 Apr 2015 18:59:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r383353 - in head/deskutils: akamaru bigyear displaycalibrator gnustep-notebook gruler libopensync-plugin-file libopensync-plugin-python libopensync-plugin-sunbird libopensync-plugin-vf... 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.18-1 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, 05 Apr 2015 19:00:05 -0000 Author: bapt Date: Sun Apr 5 18:59:58 2015 New Revision: 383353 URL: https://svnweb.freebsd.org/changeset/ports/383353 Log: Mark as brooken unfetchable ports Modified: head/deskutils/akamaru/Makefile head/deskutils/bigyear/Makefile head/deskutils/displaycalibrator/Makefile head/deskutils/gnustep-notebook/Makefile head/deskutils/gruler/Makefile head/deskutils/libopensync-plugin-file/Makefile head/deskutils/libopensync-plugin-python/Makefile head/deskutils/libopensync-plugin-sunbird/Makefile head/deskutils/libopensync-plugin-vformat-devel/Makefile head/deskutils/mrundlg/Makefile head/deskutils/msynctool/Makefile head/deskutils/osynctool/Makefile head/deskutils/tomboy-plugin-wordcount/Makefile head/deskutils/x-tile/Makefile Modified: head/deskutils/akamaru/Makefile ============================================================================== --- head/deskutils/akamaru/Makefile Sun Apr 5 18:54:30 2015 (r383352) +++ head/deskutils/akamaru/Makefile Sun Apr 5 18:59:58 2015 (r383353) @@ -13,6 +13,7 @@ COMMENT= Simple, but fun, physics engine RUN_DEPENDS= xcompmgr:${PORTSDIR}/x11-wm/xcompmgr +BROKEN= Unfetchable USES= gmake pkgconfig USE_GNOME= gconf2 gtk20 GCONF_SCHEMAS= kiba.schemas Modified: head/deskutils/bigyear/Makefile ============================================================================== --- head/deskutils/bigyear/Makefile Sun Apr 5 18:54:30 2015 (r383352) +++ head/deskutils/bigyear/Makefile Sun Apr 5 18:59:58 2015 (r383353) @@ -11,6 +11,7 @@ DISTNAME= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= Program to print a large (one month per page) calendar +BROKEN= Unfetchable MAKE_ARGS= CFLAGS="${CFLAGS}" PLIST_FILES= bin/bigyear man/man1/bigyear.1.gz Modified: head/deskutils/displaycalibrator/Makefile ============================================================================== --- head/deskutils/displaycalibrator/Makefile Sun Apr 5 18:54:30 2015 (r383352) +++ head/deskutils/displaycalibrator/Makefile Sun Apr 5 18:59:58 2015 (r383353) @@ -9,6 +9,7 @@ MASTER_SITES= http://gnu.ethz.ch/linuks. MAINTAINER= ports@FreeBSD.org COMMENT= Frontend to xgamma +BROKEN= Unfetchable USE_GNUSTEP= yes USE_GNUSTEP_BACK= yes USE_GNUSTEP_BUILD= yes Modified: head/deskutils/gnustep-notebook/Makefile ============================================================================== --- head/deskutils/gnustep-notebook/Makefile Sun Apr 5 18:54:30 2015 (r383352) +++ head/deskutils/gnustep-notebook/Makefile Sun Apr 5 18:59:58 2015 (r383353) @@ -14,6 +14,7 @@ COMMENT= Place to store notes in an orga LICENSE= GPLv2 +BROKEN= Unfetchable USE_GNUSTEP= yes USE_GNUSTEP_BACK= yes USE_GNUSTEP_BUILD= yes Modified: head/deskutils/gruler/Makefile ============================================================================== --- head/deskutils/gruler/Makefile Sun Apr 5 18:54:30 2015 (r383352) +++ head/deskutils/gruler/Makefile Sun Apr 5 18:59:58 2015 (r383353) @@ -10,6 +10,7 @@ MASTER_SITES= http://linuxadvocate.org/p MAINTAINER= ps.ports@smyrak.com COMMENT= Simple customizable GTK screen ruler +BROKEN= Unfetchable USES= pkgconfig pathfix libtool GNU_CONFIGURE= yes USE_GNOME= gnomeprefix libgnomeui libglade2 Modified: head/deskutils/libopensync-plugin-file/Makefile ============================================================================== --- head/deskutils/libopensync-plugin-file/Makefile Sun Apr 5 18:54:30 2015 (r383352) +++ head/deskutils/libopensync-plugin-file/Makefile Sun Apr 5 18:59:58 2015 (r383353) @@ -12,6 +12,7 @@ COMMENT= File-Sync plugin for the opensy LIB_DEPENDS= libopensync.so:${PORTSDIR}/devel/libopensync022 +BROKEN= Unfetchable USES= pkgconfig tar:bzip2 libtool GNU_CONFIGURE= yes Modified: head/deskutils/libopensync-plugin-python/Makefile ============================================================================== --- head/deskutils/libopensync-plugin-python/Makefile Sun Apr 5 18:54:30 2015 (r383352) +++ head/deskutils/libopensync-plugin-python/Makefile Sun Apr 5 18:59:58 2015 (r383353) @@ -10,6 +10,7 @@ MASTER_SITES= http://www.opensync.org/do MAINTAINER= webmaster@kibab.com COMMENT= Python plugin for the OpenSync framework +BROKEN= Unfetchable LIB_DEPENDS= libopensync.so:${PORTSDIR}/devel/libopensync022 CONFLICTS= libopensync-plugin-python-devel-[0-9]* Modified: head/deskutils/libopensync-plugin-sunbird/Makefile ============================================================================== --- head/deskutils/libopensync-plugin-sunbird/Makefile Sun Apr 5 18:54:30 2015 (r383352) +++ head/deskutils/libopensync-plugin-sunbird/Makefile Sun Apr 5 18:59:58 2015 (r383353) @@ -13,6 +13,7 @@ COMMENT= Sunbird plugin for the OpenSync LIB_DEPENDS= libopensync.so:${PORTSDIR}/devel/libopensync022 \ libneon.so:${PORTSDIR}/www/neon +BROKEN= Unfetchable USES= libtool pkgconfig tar:bzip2 GNU_CONFIGURE= yes USE_GNOME= glib20 libxml2 Modified: head/deskutils/libopensync-plugin-vformat-devel/Makefile ============================================================================== --- head/deskutils/libopensync-plugin-vformat-devel/Makefile Sun Apr 5 18:54:30 2015 (r383352) +++ head/deskutils/libopensync-plugin-vformat-devel/Makefile Sun Apr 5 18:59:58 2015 (r383353) @@ -10,6 +10,7 @@ PKGNAMESUFFIX= -devel MAINTAINER= danilo@FreeBSD.org COMMENT= Vformat plugin for the OpenSync framework +BROKEN= Unfetchable LIB_DEPENDS= libopensync.so:${PORTSDIR}/devel/libopensync USES= cmake iconv pkgconfig tar:bzip2 Modified: head/deskutils/mrundlg/Makefile ============================================================================== --- head/deskutils/mrundlg/Makefile Sun Apr 5 18:54:30 2015 (r383352) +++ head/deskutils/mrundlg/Makefile Sun Apr 5 18:59:58 2015 (r383353) @@ -11,6 +11,7 @@ MASTER_SITES= ${MASTER_SITE_FREEBSD} MAINTAINER= sixxgate@hotmail.com COMMENT= Application / program launcher for Motif +BROKEN= Unfetchable USES= imake motif tar:bzip2 USE_XORG= x11 xmu xt Modified: head/deskutils/msynctool/Makefile ============================================================================== --- head/deskutils/msynctool/Makefile Sun Apr 5 18:54:30 2015 (r383352) +++ head/deskutils/msynctool/Makefile Sun Apr 5 18:59:58 2015 (r383353) @@ -14,6 +14,7 @@ LIB_DEPENDS= libopensync.so:${PORTSDIR}/ CONFLICTS= osynctool-[0-9]* +BROKEN= Unfetchable USES= pkgconfig tar:bzip2 GNU_CONFIGURE= yes Modified: head/deskutils/osynctool/Makefile ============================================================================== --- head/deskutils/osynctool/Makefile Sun Apr 5 18:54:30 2015 (r383352) +++ head/deskutils/osynctool/Makefile Sun Apr 5 18:59:58 2015 (r383353) @@ -13,6 +13,7 @@ LIB_DEPENDS= libopensync.so:${PORTSDIR}/ CONFLICTS= msynctool-0.2* +BROKEN= Unfetchable USES= cmake:outsource pkgconfig tar:bzip2 PLIST_FILES= bin/${PORTNAME} \ Modified: head/deskutils/tomboy-plugin-wordcount/Makefile ============================================================================== --- head/deskutils/tomboy-plugin-wordcount/Makefile Sun Apr 5 18:54:30 2015 (r383352) +++ head/deskutils/tomboy-plugin-wordcount/Makefile Sun Apr 5 18:59:58 2015 (r383353) @@ -14,6 +14,7 @@ COMMENT= Counts lines, words, and charac BUILD_DEPENDS= tomboy:${PORTSDIR}/deskutils/tomboy RUN_DEPENDS= tomboy:${PORTSDIR}/deskutils/tomboy +BROKEN= Unfetchable ALL_TARGET= Wordcount.dll ADDINS_DIR= lib/tomboy/addins Modified: head/deskutils/x-tile/Makefile ============================================================================== --- head/deskutils/x-tile/Makefile Sun Apr 5 18:54:30 2015 (r383352) +++ head/deskutils/x-tile/Makefile Sun Apr 5 18:59:58 2015 (r383353) @@ -12,6 +12,7 @@ COMMENT= GNOME applet to tile the opened LICENSE= GPLv2 +BROKEN= Unfetchable USE_GNOME= pygtk2 USES= python USE_PYTHON= distutils