From owner-svn-ports-all@FreeBSD.ORG Sat Dec 22 17:22:25 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 61F25920; Sat, 22 Dec 2012 17:22:25 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 479D68FC16; Sat, 22 Dec 2012 17:22:25 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qBMHMPLa019668; Sat, 22 Dec 2012 17:22:25 GMT (envelope-from ehaupt@svn.freebsd.org) Received: (from ehaupt@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qBMHMPQF019667; Sat, 22 Dec 2012 17:22:25 GMT (envelope-from ehaupt@svn.freebsd.org) Message-Id: <201212221722.qBMHMPQF019667@svn.freebsd.org> From: Emanuel Haupt Date: Sat, 22 Dec 2012 17:22:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r309398 - head/audio/schism 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.14 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: Sat, 22 Dec 2012 17:22:25 -0000 Author: ehaupt Date: Sat Dec 22 17:22:24 2012 New Revision: 309398 URL: http://svnweb.freebsd.org/changeset/ports/309398 Log: List all tested future versions in PORTSCOUT which either segfault or don't run correctly. Note: It would be beneficial to have a portscout option to define a version range instead of having to list every version to be skipped. Modified: head/audio/schism/Makefile Modified: head/audio/schism/Makefile ============================================================================== --- head/audio/schism/Makefile Sat Dec 22 17:20:22 2012 (r309397) +++ head/audio/schism/Makefile Sat Dec 22 17:22:24 2012 (r309398) @@ -25,8 +25,8 @@ PLIST_FILES= bin/${PORTNAME} WRKSRC= ${WRKDIR}/${DISTNAME} -# 20101128 and 20110101 segfaults, 20120105 builds but GUI does not come up -PORTSCOUT= skipv:20101128,20110101,20120105 +# releases up to version 20120105 either segfault or don't run +PORTSCOUT= skipv:20100202,20101127,20101128,20110101,20120105 do-install: ${INSTALL_PROGRAM} ${WRKSRC}/schismtracker ${PREFIX}/bin/${PORTNAME}