Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 1 Jul 2013 21:31:07 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r322146 - in head: comms/ib-kmod comms/uticom graphics/phpsview graphics/qcamview graphics/spcaview misc/usbrh net-im/trix net/atmsupport net/ipex www/cacheboy15-devel
Message-ID:  <201307012131.r61LV7FF063994@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Mon Jul  1 21:31:06 2013
New Revision: 322146
URL: http://svnweb.freebsd.org/changeset/ports/322146

Log:
  Deprecate ports broken on FreeBSD 8 or newer
  
  Approved by:	maintainer silence

Modified:
  head/comms/ib-kmod/Makefile
  head/comms/uticom/Makefile
  head/graphics/phpsview/Makefile
  head/graphics/qcamview/Makefile
  head/graphics/spcaview/Makefile
  head/misc/usbrh/Makefile
  head/net-im/trix/Makefile
  head/net/atmsupport/Makefile
  head/net/ipex/Makefile
  head/www/cacheboy15-devel/Makefile

Modified: head/comms/ib-kmod/Makefile
==============================================================================
--- head/comms/ib-kmod/Makefile	Mon Jul  1 20:14:59 2013	(r322145)
+++ head/comms/ib-kmod/Makefile	Mon Jul  1 21:31:06 2013	(r322146)
@@ -14,6 +14,9 @@ PKGNAMESUFFIX=	-kmod
 MAINTAINER=	tofig@freebsd.az
 COMMENT=	Driver for the Kyocera UTU Iburst modem
 
+DEPRECATED=	Broken on FreeBSD 8 and newer
+EXPIRATION_DATE=2013-09-01
+
 MODULES_WITH_WORLD?=	yes
 ONLY_FOR_ARCHS=	i386
 SUB_FILES=	pkg-install pkg-deinstall pkg-message

Modified: head/comms/uticom/Makefile
==============================================================================
--- head/comms/uticom/Makefile	Mon Jul  1 20:14:59 2013	(r322145)
+++ head/comms/uticom/Makefile	Mon Jul  1 21:31:06 2013	(r322146)
@@ -13,6 +13,9 @@ MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}
 MAINTAINER=	dxi@mail.ru
 COMMENT=	A FreeBSD Driver for TUSB3410 uart-to-usb converter
 
+DEPRECATED=	Broken on FreeBSD 8 and newer
+EXPIRATION_DATE=2013-09-01
+
 NO_PACKAGE=	Should be in sync with the kernel to work correctly
 
 ONLY_FOR_ARCHS=	i386

Modified: head/graphics/phpsview/Makefile
==============================================================================
--- head/graphics/phpsview/Makefile	Mon Jul  1 20:14:59 2013	(r322145)
+++ head/graphics/phpsview/Makefile	Mon Jul  1 21:31:06 2013	(r322146)
@@ -19,6 +19,9 @@ PATCH_DIST_STRIP=       -p1
 MAINTAINER=	sarumaru@jp.FreeBSD.org
 COMMENT=	Philips USB Cameras Utilities for NetBSD/FreeBSD
 
+DEPRECATED=	Broken on FreeBSD 8 and newer
+EXPIRATION_DATE=2013-09-01
+
 REALNAME=	pwc
 
 USE_BZIP2=	yes

Modified: head/graphics/qcamview/Makefile
==============================================================================
--- head/graphics/qcamview/Makefile	Mon Jul  1 20:14:59 2013	(r322145)
+++ head/graphics/qcamview/Makefile	Mon Jul  1 21:31:06 2013	(r322146)
@@ -21,6 +21,9 @@ PATCH_DIST_STRIP=	-p1
 MAINTAINER=	sarumaru@jp.FreeBSD.org
 COMMENT=	Logitech Quickcam Express USB Utilities for NetBSD/FreeBSD
 
+DEPRECATED=	Broken on FreeBSD 8 and newer
+EXPIRATION_DATE=2013-09-01
+
 REALNAME=	qce-ga
 WRKSRC=		${WRKDIR}/${REALNAME}-${PORTVERSION}
 

Modified: head/graphics/spcaview/Makefile
==============================================================================
--- head/graphics/spcaview/Makefile	Mon Jul  1 20:14:59 2013	(r322145)
+++ head/graphics/spcaview/Makefile	Mon Jul  1 21:31:06 2013	(r322146)
@@ -21,6 +21,9 @@ PATCH_DIST_STRIP=	-p3
 MAINTAINER=	sarumaru@jp.FreeBSD.org
 COMMENT=	USB Cameras based SPCA5xx Utilities
 
+DEPRECATED=	Broken on FreeBSD 8 and newer
+EXPIRATION_DATE=2013-09-01
+
 WRKSRC=		${WRKDIR}/${DISTNAME}/drivers/usb
 
 .if defined(WITHOUT_X11)

Modified: head/misc/usbrh/Makefile
==============================================================================
--- head/misc/usbrh/Makefile	Mon Jul  1 20:14:59 2013	(r322145)
+++ head/misc/usbrh/Makefile	Mon Jul  1 21:31:06 2013	(r322146)
@@ -15,6 +15,9 @@ MASTER_SITE_SUBDIR=	sanpei
 MAINTAINER=	sanpei@FreeBSD.org
 COMMENT=	Reads temperatures and humidity from a Strawberry Linux USB-RH
 
+DEPRECATED=	Broken on FreeBSD 8 and newer
+EXPIRATION_DATE=2013-09-01
+
 MAN1=		usbrh.1
 MANCOMPRESSED=	yes
 PLIST_FILES=	bin/usbrh

Modified: head/net-im/trix/Makefile
==============================================================================
--- head/net-im/trix/Makefile	Mon Jul  1 20:14:59 2013	(r322145)
+++ head/net-im/trix/Makefile	Mon Jul  1 21:31:06 2013	(r322146)
@@ -14,6 +14,9 @@ MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}
 MAINTAINER=	pascalamsg@gmail.com
 COMMENT=	TriX is a chat compatible with 2.0 protocol of the Vypress Chat
 
+DEPRECATED=	Broken on FreeBSD 8 and newer
+EXPIRATION_DATE=2013-09-01
+
 USE_QT_VER=	3
 USE_GMAKE=	yes
 USE_PERL5=	yes

Modified: head/net/atmsupport/Makefile
==============================================================================
--- head/net/atmsupport/Makefile	Mon Jul  1 20:14:59 2013	(r322145)
+++ head/net/atmsupport/Makefile	Mon Jul  1 21:31:06 2013	(r322146)
@@ -15,6 +15,9 @@ MASTER_SITE_SUBDIR=	harti/atm
 MAINTAINER=	harti@FreeBSD.org
 COMMENT=	Tools for testing the ATM subsystem
 
+DEPRECATED=	Broken on FreeBSD 8 and newer
+EXPIRATION_DATE=2013-09-01
+
 LIB_DEPENDS=	tcl84.1:${PORTSDIR}/lang/tcl84
 
 USE_AUTOTOOLS=	libtool

Modified: head/net/ipex/Makefile
==============================================================================
--- head/net/ipex/Makefile	Mon Jul  1 20:14:59 2013	(r322145)
+++ head/net/ipex/Makefile	Mon Jul  1 21:31:06 2013	(r322146)
@@ -13,6 +13,9 @@ MASTER_SITES=	SF
 MAINTAINER=	csjp@FreeBSD.org
 COMMENT=	Packet examination / sniffer utility
 
+DEPRECATED=	Broken on FreeBSD 8 and newer
+EXPIRATION_DATE=2013-09-01
+
 MAN1=		ipex.1
 MANCOMPRESSED=	yes
 PLIST_FILES=	bin/ipex

Modified: head/www/cacheboy15-devel/Makefile
==============================================================================
--- head/www/cacheboy15-devel/Makefile	Mon Jul  1 20:14:59 2013	(r322145)
+++ head/www/cacheboy15-devel/Makefile	Mon Jul  1 21:31:06 2013	(r322146)
@@ -13,6 +13,9 @@ DIST_SUBDIR=	CACHEBOY_1.5.2
 MAINTAINER=	adrian@FreeBSD.org
 COMMENT=	HTTP Caching Proxy (Squid Derivative) - Development Release
 
+DEPRECATED=	Broken on FreeBSD 8 and newer
+EXPIRATION_DATE=2013-09-01
+
 CONFLICTS=	squid-[0-9]* cacheboy*
 LATEST_LINK=	cacheboy15-devel
 GNU_CONFIGURE=	yes



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201307012131.r61LV7FF063994>