Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 Sep 2014 18:27:59 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r367594 - head/emulators/mupen64plus-video-z64
Message-ID:  <201409071827.s87IRxuT031215@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marino
Date: Sun Sep  7 18:27:58 2014
New Revision: 367594
URL: http://svnweb.freebsd.org/changeset/ports/367594
QAT: https://qat.redports.org/buildarchive/r367594/

Log:
  emulators/mupen64plus-video-z64: preserve a bit longer
  
  Most of the mupen64plus ports support stage out of the box, just
  remove "NO_STAGE=yes".  However, this port is broken for another
  reason.  To avoid it being pruned for being unstaged, remove NO_STAGE
  but leave it broken to give somebody a little more time to fix the
  glew dependency issue.

Modified:
  head/emulators/mupen64plus-video-z64/Makefile

Modified: head/emulators/mupen64plus-video-z64/Makefile
==============================================================================
--- head/emulators/mupen64plus-video-z64/Makefile	Sun Sep  7 18:16:01 2014	(r367593)
+++ head/emulators/mupen64plus-video-z64/Makefile	Sun Sep  7 18:27:58 2014	(r367594)
@@ -24,5 +24,4 @@ EXTRACT_AFTER_ARGS=	#
 BUILD_WRKSRC=		${WRKSRC}/${PORTNAME}${PKGNAMESUFFIX}/projects/unix
 WRKSRC=			${WRKDIR}
 
-NO_STAGE=	yes
 .include "${MASTERDIR}/Makefile"



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