svn commit: r339442 - head/audio/clementine-player

Sean Bruno sbruno at FreeBSD.org
Sat Jan 11 17:50:31 UTC 2014


Author: sbruno (src committer)
Date: Sat Jan 11 17:50:31 2014
New Revision: 339442
URL: http://svnweb.freebsd.org/changeset/ports/339442

Log:
  NO_STAGE doesn't seem to make any difference in build failures reported
  by users of this port.  seems to pass make stage/orphans etc.
  
  PR:		ports/185597

Modified:
  head/audio/clementine-player/Makefile

Modified: head/audio/clementine-player/Makefile
==============================================================================
--- head/audio/clementine-player/Makefile	Sat Jan 11 17:46:33 2014	(r339441)
+++ head/audio/clementine-player/Makefile	Sat Jan 11 17:50:31 2014	(r339442)
@@ -28,7 +28,6 @@ LATEST_LINK=	${PORTNAME}${PKGNAMESUFFIX}
 PROJECTHOST=	${PORTNAME}${PKGNAMESUFFIX}
 
 USES=		compiler:c++11-lib cmake pkgconfig
-NO_STAGE=	yes
 USE_GL=		glew
 USE_QT4=	dbus gui xml qmake_build uic_build moc_build rcc_build \
 		linguist_build network sql opengl qtestlib corelib webkit \


More information about the svn-ports-all mailing list