svn commit: r344245 - head/audio/jack_ghero

Martin Wilke miwi at FreeBSD.org
Fri Feb 14 15:03:55 UTC 2014


Author: miwi
Date: Fri Feb 14 15:03:54 2014
New Revision: 344245
URL: http://svnweb.freebsd.org/changeset/ports/344245
QAT: https://qat.redports.org/buildarchive/r344245/

Log:
  - Stage support

Modified:
  head/audio/jack_ghero/Makefile

Modified: head/audio/jack_ghero/Makefile
==============================================================================
--- head/audio/jack_ghero/Makefile	Fri Feb 14 15:03:14 2014	(r344244)
+++ head/audio/jack_ghero/Makefile	Fri Feb 14 15:03:54 2014	(r344245)
@@ -15,11 +15,9 @@ LICENSE=	BSD
 LIB_DEPENDS=	libjack.so:${PORTSDIR}/audio/jack
 
 USE_BZIP2=	yes
-NO_STAGE=	yes
-MANCOMPRESSED=	yes
-MAN8=		jack_ghero.8
 
-PLIST_FILES=	sbin/jack_ghero
+PLIST_FILES=	sbin/jack_ghero \
+		man/man8/jack_ghero.8.gz
 
 OPTIONS_DEFINE=	DEBUG
 
@@ -32,8 +30,4 @@ MAKE_ARGS+=" PTHREAD_LIBS=${PTHREAD_LIBS
 MAKE_ARGS+=" HAVE_DEBUG=YES"
 .endif
 
-.if ${OSVERSION} < 800000
-IGNORE=		requires usb stack from FreeBSD 8.0-RELEASE or later
-.endif
-
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list