Date: Thu, 18 Jul 2019 20:07:23 +0000 (UTC) From: Tobias Kortkamp <tobik@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r506876 - head/audio/sndio Message-ID: <201907182007.x6IK7NsU073667@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tobik Date: Thu Jul 18 20:07:22 2019 New Revision: 506876 URL: https://svnweb.freebsd.org/changeset/ports/506876 Log: audio/sndio: Pet portclippy Modified: head/audio/sndio/Makefile Modified: head/audio/sndio/Makefile ============================================================================== --- head/audio/sndio/Makefile Thu Jul 18 19:35:51 2019 (r506875) +++ head/audio/sndio/Makefile Thu Jul 18 20:07:22 2019 (r506876) @@ -11,18 +11,19 @@ COMMENT= Small audio and MIDI framework from the OpenB LICENSE= ISCL -HAS_CONFIGURE= yes -CONFIGURE_ARGS= --prefix=${PREFIX} --mandir=${PREFIX}/man - USE_LDCONFIG= yes USE_RC_SUBR= sndiod -USERS= _sndio -GROUPS= _sndio +HAS_CONFIGURE= yes +CONFIGURE_ARGS= --mandir=${PREFIX}/man \ + --prefix=${PREFIX} # Parallel build leads to problems, but sndio is very quick to compile # as is so not worth fixing MAKE_JOBS_UNSAFE= yes + +USERS= _sndio +GROUPS= _sndio post-patch: # Make sure sndiod can be started inside jails as root
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201907182007.x6IK7NsU073667>