svn commit: r367594 - head/emulators/mupen64plus-video-z64

John Marino marino at FreeBSD.org
Sun Sep 7 18:27:59 UTC 2014


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"


More information about the svn-ports-head mailing list