svn commit: r383311 - in head/comms: bforce birda dabstick-radio dfu-util flrig gkermit gpsk31 jsdr mlan3 nec2c p5-SMS-SMS77 py-bulksms qpage seyon trustedqsl zmtx-zmrx

Baptiste Daroussin bapt at FreeBSD.org
Sun Apr 5 18:13:02 UTC 2015


Author: bapt
Date: Sun Apr  5 18:12:55 2015
New Revision: 383311
URL: https://svnweb.freebsd.org/changeset/ports/383311

Log:
  Mark as broken unfetchable ports

Modified:
  head/comms/bforce/Makefile
  head/comms/birda/Makefile
  head/comms/dabstick-radio/Makefile
  head/comms/dfu-util/Makefile
  head/comms/flrig/Makefile
  head/comms/gkermit/Makefile
  head/comms/gpsk31/Makefile
  head/comms/jsdr/Makefile
  head/comms/mlan3/Makefile
  head/comms/nec2c/Makefile
  head/comms/p5-SMS-SMS77/Makefile
  head/comms/py-bulksms/Makefile
  head/comms/qpage/Makefile
  head/comms/seyon/Makefile
  head/comms/trustedqsl/Makefile
  head/comms/zmtx-zmrx/Makefile

Modified: head/comms/bforce/Makefile
==============================================================================
--- head/comms/bforce/Makefile	Sun Apr  5 18:03:56 2015	(r383310)
+++ head/comms/bforce/Makefile	Sun Apr  5 18:12:55 2015	(r383311)
@@ -10,6 +10,7 @@ MASTER_SITES=	ftp://fido.kuzbass.ru/pub/
 MAINTAINER=	vk at vk.pp.ru
 COMMENT=	Simple ifcico like Fidonet technology mailer
 
+BROKEN=		Unfetchable
 USES=		gmake tar:bzip2
 GNU_CONFIGURE=	yes
 

Modified: head/comms/birda/Makefile
==============================================================================
--- head/comms/birda/Makefile	Sun Apr  5 18:03:56 2015	(r383310)
+++ head/comms/birda/Makefile	Sun Apr  5 18:12:55 2015	(r383311)
@@ -10,6 +10,7 @@ MASTER_SITES=	ftp://ftp.augustsson.net/p
 MAINTAINER=	mjl at luckie.org.nz
 COMMENT=	Bohlin's IrDA utilities, ported from NetBSD's pkgsrc
 
+BROKEN=		Unfetchable
 USES=		uidfix
 
 .include <bsd.port.mk>

Modified: head/comms/dabstick-radio/Makefile
==============================================================================
--- head/comms/dabstick-radio/Makefile	Sun Apr  5 18:03:56 2015	(r383310)
+++ head/comms/dabstick-radio/Makefile	Sun Apr  5 18:12:55 2015	(r383311)
@@ -12,6 +12,8 @@ COMMENT=	DAB/DAB+ and wideband FM receiv
 
 LICENSE=	GPLv2
 
+BROKEN=		Unfetchable
+
 LIB_DEPENDS+=	librtlsdr.so:${PORTSDIR}/comms/rtl-sdr \
 		libqwt.so:${PORTSDIR}/x11-toolkits/qwt5 \
 		libportaudio.so.2:${PORTSDIR}/audio/portaudio2 \

Modified: head/comms/dfu-util/Makefile
==============================================================================
--- head/comms/dfu-util/Makefile	Sun Apr  5 18:03:56 2015	(r383310)
+++ head/comms/dfu-util/Makefile	Sun Apr  5 18:12:55 2015	(r383311)
@@ -11,6 +11,7 @@ COMMENT=	Device firmware update (DFU) US
 
 LICENSE=	GPLv2
 
+BROKEN=		Unfetchable
 GNU_CONFIGURE=	yes
 CONFIGURE_ENV=	USE_LIBS="-lusb" \
 		ac_cv_lib_usbpath_usb_path2devnum=no

Modified: head/comms/flrig/Makefile
==============================================================================
--- head/comms/flrig/Makefile	Sun Apr  5 18:03:56 2015	(r383310)
+++ head/comms/flrig/Makefile	Sun Apr  5 18:12:55 2015	(r383311)
@@ -13,6 +13,7 @@ COMMENT=	Ham Radio rig control program, 
 
 LICENSE=	GPLv2
 
+BROKEN=		Unfetchable
 LIB_DEPENDS=	libfltk.so:${PORTSDIR}/x11-toolkits/fltk
 
 USES=		gmake

Modified: head/comms/gkermit/Makefile
==============================================================================
--- head/comms/gkermit/Makefile	Sun Apr  5 18:03:56 2015	(r383310)
+++ head/comms/gkermit/Makefile	Sun Apr  5 18:12:55 2015	(r383311)
@@ -10,6 +10,7 @@ DISTNAME=	gku100
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	File transfer utility using the kermit protocol
 
+BROKEN=		Unfetchable
 NO_WRKSUBDIR=	yes
 
 ALL_TARGET=	posix

Modified: head/comms/gpsk31/Makefile
==============================================================================
--- head/comms/gpsk31/Makefile	Sun Apr  5 18:03:56 2015	(r383310)
+++ head/comms/gpsk31/Makefile	Sun Apr  5 18:12:55 2015	(r383311)
@@ -10,6 +10,7 @@ MASTER_SITES=	http://www.qsl.net/pg4i/do
 MAINTAINER=	hamradio at FreeBSD.org
 COMMENT=	gtk psk31 client
 
+BROKEN=		Unfetchable
 USES=		pkgconfig
 USE_GNOME=	gtk20
 GNU_CONFIGURE=	yes

Modified: head/comms/jsdr/Makefile
==============================================================================
--- head/comms/jsdr/Makefile	Sun Apr  5 18:03:56 2015	(r383310)
+++ head/comms/jsdr/Makefile	Sun Apr  5 18:12:55 2015	(r383311)
@@ -12,6 +12,8 @@ COMMENT=	SDR tools for RTL2832-based USB
 
 LICENSE=	GPLv2
 
+BROKEN=		Unfetchable
+
 LIB_DEPENDS+=	libqwt.so:${PORTSDIR}/x11-toolkits/qwt5 \
 		libportaudio.so.2:${PORTSDIR}/audio/portaudio2 \
 		libsamplerate.so:${PORTSDIR}/audio/libsamplerate \

Modified: head/comms/mlan3/Makefile
==============================================================================
--- head/comms/mlan3/Makefile	Sun Apr  5 18:03:56 2015	(r383310)
+++ head/comms/mlan3/Makefile	Sun Apr  5 18:12:55 2015	(r383311)
@@ -10,6 +10,8 @@ DISTNAME=	owpd300b
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Version 3.00 beta API for Dallas Semiconductors 1-wire lan devices
 
+BROKEN=		Unfetchable
+
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/license.txt
 

Modified: head/comms/nec2c/Makefile
==============================================================================
--- head/comms/nec2c/Makefile	Sun Apr  5 18:03:56 2015	(r383310)
+++ head/comms/nec2c/Makefile	Sun Apr  5 18:12:55 2015	(r383311)
@@ -12,6 +12,7 @@ DISTNAME=	nec2c
 MAINTAINER=	hamradio at FreeBSD.org
 COMMENT=	Used to calculate antenna patterns useful to ham radio
 
+BROKEN=		Unfetchable
 LIB_DEPENDS=	libccm.so:${PORTSDIR}/math/ccmath
 
 OPTIONS_DEFINE=	DOCS EXAMPLES

Modified: head/comms/p5-SMS-SMS77/Makefile
==============================================================================
--- head/comms/p5-SMS-SMS77/Makefile	Sun Apr  5 18:03:56 2015	(r383310)
+++ head/comms/p5-SMS-SMS77/Makefile	Sun Apr  5 18:12:55 2015	(r383311)
@@ -11,6 +11,7 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	steinex at nognu.de
 COMMENT=	Perl interface and script to send SMS via SMS77.de
 
+BROKEN=		Unfetchable
 BUILD_DEPENDS=	p5-libwww>=0:${PORTSDIR}/www/p5-libwww
 
 USES=		perl5

Modified: head/comms/py-bulksms/Makefile
==============================================================================
--- head/comms/py-bulksms/Makefile	Sun Apr  5 18:03:56 2015	(r383310)
+++ head/comms/py-bulksms/Makefile	Sun Apr  5 18:12:55 2015	(r383311)
@@ -10,6 +10,7 @@ PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 MAINTAINER=	craig001 at lerwick.hopto.org
 COMMENT=	Python client for the BulkSMS.co.uk HTTP API
 
+BROKEN=		Unfetchable
 USES=			python
 USE_PYTHON=		distutils
 PYDISTUTILS_PKGNAME=	BulkSMS

Modified: head/comms/qpage/Makefile
==============================================================================
--- head/comms/qpage/Makefile	Sun Apr  5 18:03:56 2015	(r383310)
+++ head/comms/qpage/Makefile	Sun Apr  5 18:12:55 2015	(r383311)
@@ -11,6 +11,7 @@ EXTRACT_SUFX=	.tar.Z
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	SNPP client/server for sending messages to an alphanumeric pager
 
+BROKEN=		Unfetchable
 USE_RC_SUBR=	qpage
 GNU_CONFIGURE=	yes
 

Modified: head/comms/seyon/Makefile
==============================================================================
--- head/comms/seyon/Makefile	Sun Apr  5 18:03:56 2015	(r383310)
+++ head/comms/seyon/Makefile	Sun Apr  5 18:12:55 2015	(r383311)
@@ -12,6 +12,7 @@ EXTRACT_SUFX=	-tar.Z
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Communications package for the X Window system
 
+BROKEN=		Unfetchable
 WRKSRC=		${WRKDIR}/seyon
 USES=		imake
 USE_XORG=	x11 xext xpm xmu xaw xt sm ice

Modified: head/comms/trustedqsl/Makefile
==============================================================================
--- head/comms/trustedqsl/Makefile	Sun Apr  5 18:03:56 2015	(r383310)
+++ head/comms/trustedqsl/Makefile	Sun Apr  5 18:12:55 2015	(r383311)
@@ -10,6 +10,7 @@ DISTNAME=	tqsl-${PORTVERSION}
 MAINTAINER=	hamradio at FreeBSD.org
 COMMENT=	Amateur Radio Station electronic trusted logbook
 
+BROKEN=		Unfetchable
 LICENSE=	ARRL
 LICENSE_NAME=	American Radio Relay League, Inc. All rights reserved.
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt

Modified: head/comms/zmtx-zmrx/Makefile
==============================================================================
--- head/comms/zmtx-zmrx/Makefile	Sun Apr  5 18:03:56 2015	(r383310)
+++ head/comms/zmtx-zmrx/Makefile	Sun Apr  5 18:12:55 2015	(r383311)
@@ -9,6 +9,7 @@ MASTER_SITES=	ftp://ftp.netsw.org/net/mo
 MAINTAINER=	delphij at FreeBSD.org
 COMMENT=	Send and receive files via ZMODEM protocol (unrestrictive)
 
+BROKEN=		Unfetchable
 USE_CSTD=	gnu89
 
 MAKEFILE=	makefile


More information about the svn-ports-all mailing list