Index: head/audio/sndio/Makefile =================================================================== --- head/audio/sndio/Makefile (revision 454195) +++ head/audio/sndio/Makefile (revision 454196) @@ -1,40 +1,39 @@ # Created by: Tobias Kortkamp # $FreeBSD$ PORTNAME= sndio -PORTVERSION= 1.2.0 -PORTREVISION= 2 +PORTVERSION= 1.3.0 CATEGORIES= audio MASTER_SITES= http://www.sndio.org/ MAINTAINER= tobik@FreeBSD.org COMMENT= Small audio and MIDI framework from the OpenBSD project LICENSE= ISCL HAS_CONFIGURE= yes -CONFIGURE_ARGS= --prefix=${PREFIX} --mandir=${PREFIX}/man +CONFIGURE_ARGS= --prefix=${PREFIX} --mandir=${PREFIX}/man --enable-oss USE_LDCONFIG= yes USE_RC_SUBR= sndiod USERS= _sndio GROUPS= _sndio # Parallel build leads to problems, but sndio is very quick to compile # as is so not worth fixing MAKE_JOBS_UNSAFE= yes post-patch: # Make sure sndiod can be started inside jails as root @${REINPLACE_CMD} 's|err(1, "setpriority")|warn("setpriority")|' \ ${WRKSRC}/sndiod/sndiod.c post-install: @${STRIP_CMD} \ ${STAGEDIR}${PREFIX}/lib/libsndio.so.6.1 \ ${STAGEDIR}${PREFIX}/bin/sndiod \ ${STAGEDIR}${PREFIX}/bin/aucat \ ${STAGEDIR}${PREFIX}/bin/midicat .include Index: head/audio/sndio/distinfo =================================================================== --- head/audio/sndio/distinfo (revision 454195) +++ head/audio/sndio/distinfo (revision 454196) @@ -1,3 +1,3 @@ -TIMESTAMP = 1478437502 -SHA256 (sndio-1.2.0.tar.gz) = b9808e189481904a4404b0c1715ad0c4b301e72abca8e49653bb526ff4e16cdc -SIZE (sndio-1.2.0.tar.gz) = 123703 +TIMESTAMP = 1510685728 +SHA256 (sndio-1.3.0.tar.gz) = bcc33213f02adc71bd0c3543f3b243847e7d27c5243b0b558182bc1b3056e4b1 +SIZE (sndio-1.3.0.tar.gz) = 125955 Index: head/audio/sndio/files/patch-libsndio_Makefile.in =================================================================== --- head/audio/sndio/files/patch-libsndio_Makefile.in (nonexistent) +++ head/audio/sndio/files/patch-libsndio_Makefile.in (revision 454196) @@ -0,0 +1,11 @@ +--- libsndio/Makefile.in.orig 2017-11-14 19:00:10 UTC ++++ libsndio/Makefile.in +@@ -14,7 +14,7 @@ LDADD = @ldadd@ + SO_CFLAGS = -fPIC + + # extra compiler flags to produce a shared library with the given name +-SO_LDFLAGS = -shared #-Wl,-soname=libsndio.so.${MAJ}.${MIN} ++SO_LDFLAGS = -shared -Wl,-soname=libsndio.so.${MAJ}.${MIN} + + # variables defined on configure script command line (if any) + @vars@ Property changes on: head/audio/sndio/files/patch-libsndio_Makefile.in ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property