Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 22 Dec 2012 17:22:25 +0000 (UTC)
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r309398 - head/audio/schism
Message-ID:  <201212221722.qBMHMPQF019667@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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}



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