From owner-svn-ports-all@FreeBSD.ORG Sun Apr 5 15:15:53 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A7FED34F; Sun, 5 Apr 2015 15:15:53 +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 9228781E; Sun, 5 Apr 2015 15:15:53 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t35FFr2O082886; Sun, 5 Apr 2015 15:15:53 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t35FFo6n082874; Sun, 5 Apr 2015 15:15:50 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201504051515.t35FFo6n082874@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sun, 5 Apr 2015 15:15:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r383297 - in head: archivers/hlextract archivers/undms archivers/wzip archivers/zipmix astro/rmap astro/sky2000 astro/wmglobe astro/wmsun 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.18-1 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: Sun, 05 Apr 2015 15:15:53 -0000 Author: antoine Date: Sun Apr 5 15:15:49 2015 New Revision: 383297 URL: https://svnweb.freebsd.org/changeset/ports/383297 Log: Mark a few ports BROKEN in astro and archivers category (unfetchable) Modified: head/archivers/hlextract/Makefile head/archivers/undms/Makefile head/archivers/wzip/Makefile head/archivers/zipmix/Makefile head/astro/rmap/Makefile head/astro/sky2000/Makefile head/astro/wmglobe/Makefile head/astro/wmsun/Makefile Modified: head/archivers/hlextract/Makefile ============================================================================== --- head/archivers/hlextract/Makefile Sun Apr 5 15:10:22 2015 (r383296) +++ head/archivers/hlextract/Makefile Sun Apr 5 15:15:49 2015 (r383297) @@ -12,6 +12,8 @@ COMMENT= Utility to extract data from va LICENSE= GPLv2 +BROKEN= Checksum and size mismatch + LIB_DEPENDS= libhl.so:${PORTSDIR}/games/hllib USES= dos2unix zip Modified: head/archivers/undms/Makefile ============================================================================== --- head/archivers/undms/Makefile Sun Apr 5 15:10:22 2015 (r383296) +++ head/archivers/undms/Makefile Sun Apr 5 15:15:49 2015 (r383297) @@ -12,6 +12,8 @@ EXTRACT_SUFX= .Z MAINTAINER= ports@FreeBSD.org COMMENT= Converts .dms Amiga disk images to uncompressed .adf images +BROKEN= No public distfiles + NO_WRKSUBDIR= yes PLIST_FILES= bin/undms Modified: head/archivers/wzip/Makefile ============================================================================== --- head/archivers/wzip/Makefile Sun Apr 5 15:10:22 2015 (r383296) +++ head/archivers/wzip/Makefile Sun Apr 5 15:15:49 2015 (r383297) @@ -10,6 +10,8 @@ DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= onatan@gmail.com COMMENT= Preprocessor for lossy data compression +BROKEN= No public distfiles + ALL_TARGET= ${PORTNAME} WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} PLIST_FILES= bin/${PORTNAME} \ Modified: head/archivers/zipmix/Makefile ============================================================================== --- head/archivers/zipmix/Makefile Sun Apr 5 15:10:22 2015 (r383296) +++ head/archivers/zipmix/Makefile Sun Apr 5 15:15:49 2015 (r383297) @@ -10,6 +10,8 @@ DISTNAME= ${PORTNAME}_src MAINTAINER= ports@FreeBSD.org COMMENT= Produce a .ZIP file from 2 other ones with the best compressed files +BROKEN= Checksum and size mismatch + USES= dos2unix zip NO_WRKSUBDIR= yes Modified: head/astro/rmap/Makefile ============================================================================== --- head/astro/rmap/Makefile Sun Apr 5 15:10:22 2015 (r383296) +++ head/astro/rmap/Makefile Sun Apr 5 15:15:49 2015 (r383297) @@ -13,6 +13,8 @@ COMMENT= Generates images of the Earth c LICENSE= GPLv2 # (or later) LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN= No public distfiles + LIB_DEPENDS= libgd.so:${PORTSDIR}/graphics/gd USES= gmake Modified: head/astro/sky2000/Makefile ============================================================================== --- head/astro/sky2000/Makefile Sun Apr 5 15:10:22 2015 (r383296) +++ head/astro/sky2000/Makefile Sun Apr 5 15:15:49 2015 (r383297) @@ -9,6 +9,8 @@ MASTER_SITES= SF/nova/catalogs/${PORTNAM MAINTAINER= ports@FreeBSD.org COMMENT= Binary representation of the Sky2000 star catalog +BROKEN= No public distfiles + GNU_CONFIGURE= yes DATADIR= ${PREFIX}/share/nova Modified: head/astro/wmglobe/Makefile ============================================================================== --- head/astro/wmglobe/Makefile Sun Apr 5 15:10:22 2015 (r383296) +++ head/astro/wmglobe/Makefile Sun Apr 5 15:15:49 2015 (r383297) @@ -10,6 +10,8 @@ MASTER_SITES= http://hamete.org/static/w MAINTAINER= will@FreeBSD.org COMMENT= Neat xearth-like WindowMaker dockapp +BROKEN= No public distfiles + LIB_DEPENDS= libwraster.so:${PORTSDIR}/x11-wm/libwraster PLIST_FILES= bin/wmglobe \ Modified: head/astro/wmsun/Makefile ============================================================================== --- head/astro/wmsun/Makefile Sun Apr 5 15:10:22 2015 (r383296) +++ head/astro/wmsun/Makefile Sun Apr 5 15:15:49 2015 (r383297) @@ -11,6 +11,8 @@ DISTNAME= wmSun-1.03 MAINTAINER= ports@FreeBSD.org COMMENT= Dockapp that displays the rise and set times of the Sun +BROKEN= No public distfiles + WRKSRC= ${WRKDIR}/${DISTNAME}/wmSun USE_XORG= xext xpm x11