svn commit: r309398 - head/audio/schism

Emanuel Haupt ehaupt at FreeBSD.org
Sat Dec 22 17:22:25 UTC 2012


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}


More information about the svn-ports-all mailing list