svn commit: r454196 - in head/audio/sndio: . files

Tobias Kortkamp tobik at FreeBSD.org
Tue Nov 14 19:26:44 UTC 2017


Author: tobik
Date: Tue Nov 14 19:26:43 2017
New Revision: 454196
URL: https://svnweb.freebsd.org/changeset/ports/454196

Log:
  audio/sndio: Update to 1.3.0
  
  Changes:	https://github.com/ratchov/sndio/compare/2606d3f24eca3d7a29db3d183640524590e93e26...3d6b602fe9d64bf80f60de96375fb48f5459095e

Added:
  head/audio/sndio/files/patch-libsndio_Makefile.in   (contents, props changed)
Modified:
  head/audio/sndio/Makefile
  head/audio/sndio/distinfo

Modified: head/audio/sndio/Makefile
==============================================================================
--- head/audio/sndio/Makefile	Tue Nov 14 19:07:52 2017	(r454195)
+++ head/audio/sndio/Makefile	Tue Nov 14 19:26:43 2017	(r454196)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	sndio
-PORTVERSION=	1.2.0
-PORTREVISION=	2
+PORTVERSION=	1.3.0
 CATEGORIES=	audio
 MASTER_SITES=	http://www.sndio.org/
 
@@ -13,7 +12,7 @@ COMMENT=	Small audio and MIDI framework from the OpenB
 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

Modified: head/audio/sndio/distinfo
==============================================================================
--- head/audio/sndio/distinfo	Tue Nov 14 19:07:52 2017	(r454195)
+++ head/audio/sndio/distinfo	Tue Nov 14 19:26:43 2017	(r454196)
@@ -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

Added: head/audio/sndio/files/patch-libsndio_Makefile.in
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/audio/sndio/files/patch-libsndio_Makefile.in	Tue Nov 14 19:26:43 2017	(r454196)
@@ -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@


More information about the svn-ports-head mailing list