Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 5 Mar 2015 20:29:44 +0000 (UTC)
From:      Christian Weisgerber <naddy@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r380550 - in head/audio/libvorbis: . files
Message-ID:  <201503052029.t25KTic1056754@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: naddy
Date: Thu Mar  5 20:29:43 2015
New Revision: 380550
URL: https://svnweb.freebsd.org/changeset/ports/380550
QAT: https://qat.redports.org/buildarchive/r380550/

Log:
  Update to 1.3.5.  Changes in this release:
  * Tolerate single-entry codebooks.
  * Fix decoder crash with invalid input.
  * Fix encoder crash with non-positive sample rates.
  * Fix issues in vorbisfile's seek bisection code.
  * Spec errata.
  * Reject multiple headers of the same type.

Deleted:
  head/audio/libvorbis/files/patch-doc_Makefile.in
  head/audio/libvorbis/files/patch-doc_libvorbis_Makefile.in
  head/audio/libvorbis/files/patch-doc_vorbisenc_Makefile.in
  head/audio/libvorbis/files/patch-doc_vorbisfile_Makefile.in
Modified:
  head/audio/libvorbis/Makefile
  head/audio/libvorbis/distinfo
  head/audio/libvorbis/files/patch-configure   (contents, props changed)
  head/audio/libvorbis/pkg-plist

Modified: head/audio/libvorbis/Makefile
==============================================================================
--- head/audio/libvorbis/Makefile	Thu Mar  5 19:47:11 2015	(r380549)
+++ head/audio/libvorbis/Makefile	Thu Mar  5 20:29:43 2015	(r380550)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	libvorbis
-PORTVERSION=	1.3.4
-PORTREVISION=	2
+PORTVERSION=	1.3.5
 PORTEPOCH=	3
 CATEGORIES=	audio
 MASTER_SITES=	http://downloads.xiph.org/releases/vorbis/
@@ -17,12 +16,13 @@ USES=		libtool pathfix tar:xz
 USE_LDCONFIG=	yes
 
 GNU_CONFIGURE=	yes
-CONFIGURE_ARGS=	--with-ogg=${LOCALBASE} \
-		--disable-docs		# don't rebuild
+CONFIGURE_ARGS=	--with-ogg=${LOCALBASE}
+INSTALL_TARGET=	install-strip
 
 OPTIONS_DEFINE=	DOCS
 
 post-stage:
+	cd ${STAGEDIR}${PREFIX}/share/doc && ${MV} ${DISTNAME} libvorbis
 	${LN} -s libvorbis.so.0 ${STAGEDIR}${PREFIX}/lib/libvorbis.so.4
 	${LN} -s libvorbisfile.so.3 ${STAGEDIR}${PREFIX}/lib/libvorbisfile.so.6
 

Modified: head/audio/libvorbis/distinfo
==============================================================================
--- head/audio/libvorbis/distinfo	Thu Mar  5 19:47:11 2015	(r380549)
+++ head/audio/libvorbis/distinfo	Thu Mar  5 20:29:43 2015	(r380550)
@@ -1,2 +1,2 @@
-SHA256 (libvorbis-1.3.4.tar.xz) = 2f05497d29195dc23ee952a24ee3973a74e6277569c4c2eca0ec5968e541f372
-SIZE (libvorbis-1.3.4.tar.xz) = 1091376
+SHA256 (libvorbis-1.3.5.tar.xz) = 54f94a9527ff0a88477be0a71c0bab09a4c3febe0ed878b24824906cd4b0e1d1
+SIZE (libvorbis-1.3.5.tar.xz) = 1193144

Modified: head/audio/libvorbis/files/patch-configure
==============================================================================
--- head/audio/libvorbis/files/patch-configure	Thu Mar  5 19:47:11 2015	(r380549)
+++ head/audio/libvorbis/files/patch-configure	Thu Mar  5 20:29:43 2015	(r380550)
@@ -1,9 +1,6 @@
-
-$FreeBSD$
-
---- configure.orig	2010-06-05 15:16:53.000000000 +0200
-+++ configure	2010-06-05 15:20:42.000000000 +0200
-@@ -11778,7 +11778,7 @@ if test -z "$GCC"; then
+--- configure.orig	2015-02-26 22:09:49 UTC
++++ configure
+@@ -12672,7 +12672,7 @@ if test -z "$GCC"; then
  		PROFILE="-v -xpg -g -xO4 -fast -native -fsimple -xcg92 -Dsuncc" ;;
  	*)
  		DEBUG="-g"
@@ -12,16 +9,16 @@ $FreeBSD$
  		PROFILE="-g -p" ;;
          esac
  else
-@@ -11956,9 +11956,9 @@ rm -f core conftest.err conftest.$ac_obj
- 		CFLAGS="-O20 -Wall -W -ffast-math -D_REENTRANT -fsigned-char"
- 		PROFILE="-pg -g -O20 -ffast-math -D_REENTRANT -fsigned-char";;
+@@ -12816,9 +12816,9 @@ rm -f core conftest.err conftest.$ac_obj
+ 		CFLAGS="-O3 -Wall -W -ffast-math -D_REENTRANT -fsigned-char"
+ 		PROFILE="-pg -g -O3 -ffast-math -D_REENTRANT -fsigned-char";;
   	*)
 -		DEBUG="-g -Wall -Wextra -D__NO_MATH_INLINES -fsigned-char"
--		CFLAGS="-O20 -Wall -Wextra -D__NO_MATH_INLINES -fsigned-char"
--		PROFILE="-O20 -g -pg -D__NO_MATH_INLINES -fsigned-char" ;;
+-		CFLAGS="-O3 -Wall -Wextra -D__NO_MATH_INLINES -fsigned-char"
+-		PROFILE="-O3 -g -pg -D__NO_MATH_INLINES -fsigned-char" ;;
 +		DEBUG="-g -Wall -Wextra -fsigned-char"
 +		CFLAGS="-Wall -Wextra -fsigned-char"
 +		PROFILE="-g -pg -fsigned-char" ;;
          esac
  
-         { echo "$as_me:$LINENO: checking if $CC accepts -Wdeclaration-after-statement" >&5
+         { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC accepts -Wdeclaration-after-statement" >&5

Modified: head/audio/libvorbis/pkg-plist
==============================================================================
--- head/audio/libvorbis/pkg-plist	Thu Mar  5 19:47:11 2015	(r380549)
+++ head/audio/libvorbis/pkg-plist	Thu Mar  5 20:29:43 2015	(r380550)
@@ -4,23 +4,23 @@ include/vorbis/vorbisfile.h
 lib/libvorbis.a
 lib/libvorbis.so
 lib/libvorbis.so.0
-lib/libvorbis.so.0.4.7
+lib/libvorbis.so.0.4.8
 lib/libvorbis.so.4
 lib/libvorbisenc.a
 lib/libvorbisenc.so
 lib/libvorbisenc.so.2
-lib/libvorbisenc.so.2.0.10
+lib/libvorbisenc.so.2.0.11
 lib/libvorbisfile.a
 lib/libvorbisfile.so
 lib/libvorbisfile.so.3
-lib/libvorbisfile.so.3.3.6
+lib/libvorbisfile.so.3.3.7
 lib/libvorbisfile.so.6
 libdata/pkgconfig/vorbis.pc
 libdata/pkgconfig/vorbisenc.pc
 libdata/pkgconfig/vorbisfile.pc
 share/aclocal/vorbis.m4
+%%PORTDOCS%%%%DOCSDIR%%/doxygen-build.stamp
 %%PORTDOCS%%%%DOCSDIR%%/eightphase.png
-%%PORTDOCS%%%%DOCSDIR%%/evenlsp.png
 %%PORTDOCS%%%%DOCSDIR%%/fish_xiph_org.png
 %%PORTDOCS%%%%DOCSDIR%%/floor1_inverse_dB_table.html
 %%PORTDOCS%%%%DOCSDIR%%/floorval.png
@@ -73,8 +73,6 @@ share/aclocal/vorbis.m4
 %%PORTDOCS%%%%DOCSDIR%%/libvorbis/vorbis_synthesis_restart.html
 %%PORTDOCS%%%%DOCSDIR%%/libvorbis/vorbis_synthesis_trackonly.html
 %%PORTDOCS%%%%DOCSDIR%%/libvorbis/vorbis_version_string.html
-%%PORTDOCS%%%%DOCSDIR%%/lspmap.png
-%%PORTDOCS%%%%DOCSDIR%%/oddlsp.png
 %%PORTDOCS%%%%DOCSDIR%%/oggstream.html
 %%PORTDOCS%%%%DOCSDIR%%/programming.html
 %%PORTDOCS%%%%DOCSDIR%%/rfc5215.txt
@@ -86,7 +84,6 @@ share/aclocal/vorbis.m4
 %%PORTDOCS%%%%DOCSDIR%%/vorbis-clip.txt
 %%PORTDOCS%%%%DOCSDIR%%/vorbis-errors.txt
 %%PORTDOCS%%%%DOCSDIR%%/vorbis-fidelity.html
-%%PORTDOCS%%%%DOCSDIR%%/vorbis.html
 %%PORTDOCS%%%%DOCSDIR%%/vorbisenc/changes.html
 %%PORTDOCS%%%%DOCSDIR%%/vorbisenc/examples.html
 %%PORTDOCS%%%%DOCSDIR%%/vorbisenc/index.html
@@ -158,6 +155,3 @@ share/aclocal/vorbis.m4
 %%PORTDOCS%%%%DOCSDIR%%/vorbisfile/style.css
 %%PORTDOCS%%%%DOCSDIR%%/vorbisfile/threads.html
 %%PORTDOCS%%%%DOCSDIR%%/vorbisfile/vorbisfile_example_c.html
-%%PORTDOCS%%%%DOCSDIR%%/vorbisword2.png
-%%PORTDOCS%%%%DOCSDIR%%/wait.png
-%%PORTDOCS%%%%DOCSDIR%%/white-xifish.png



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201503052029.t25KTic1056754>