diff options
Diffstat (limited to 'audio/libvorbis')
-rw-r--r-- | audio/libvorbis/Makefile | 8 | ||||
-rw-r--r-- | audio/libvorbis/distinfo | 4 | ||||
-rw-r--r-- | audio/libvorbis/files/patch-Makefile.in | 12 |
3 files changed, 13 insertions, 11 deletions
diff --git a/audio/libvorbis/Makefile b/audio/libvorbis/Makefile index 75b57374cb06..ca4fbc14d1fb 100644 --- a/audio/libvorbis/Makefile +++ b/audio/libvorbis/Makefile @@ -6,7 +6,7 @@ # PORTNAME= libvorbis -PORTVERSION= 1.3.2 +PORTVERSION= 1.3.3 PORTEPOCH= 3 CATEGORIES= audio MASTER_SITES= http://downloads.xiph.org/releases/vorbis/ @@ -17,11 +17,13 @@ COMMENT= Audio compression codec library LIB_DEPENDS= ogg.7:${PORTSDIR}/audio/libogg USE_AUTOTOOLS= libtool -GNU_CONFIGURE= yes USE_GNOME= gnomehack +USE_LDCONFIG= yes +USE_XZ= yes + +GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-ogg=${LOCALBASE} \ --disable-docs # don't rebuild -USE_LDCONFIG= yes MAKE_JOBS_SAFE= yes .if defined(NOPORTDOCS) diff --git a/audio/libvorbis/distinfo b/audio/libvorbis/distinfo index aa3d453d2140..98fcc52f16a8 100644 --- a/audio/libvorbis/distinfo +++ b/audio/libvorbis/distinfo @@ -1,2 +1,2 @@ -SHA256 (libvorbis-1.3.2.tar.gz) = eeb4dcada143846dfba760d982954a02f82e08845cbc33871f5dac547b8b6124 -SIZE (libvorbis-1.3.2.tar.gz) = 1483719 +SHA256 (libvorbis-1.3.3.tar.xz) = 834c7d35a5ebf4e7b8ab60b0979f2b7f204ca66ff6829728e9d2a67f15347ebd +SIZE (libvorbis-1.3.3.tar.xz) = 1087888 diff --git a/audio/libvorbis/files/patch-Makefile.in b/audio/libvorbis/files/patch-Makefile.in index 77ab5effe671..d4ed4da54b01 100644 --- a/audio/libvorbis/files/patch-Makefile.in +++ b/audio/libvorbis/files/patch-Makefile.in @@ -1,12 +1,12 @@ $FreeBSD$ ---- Makefile.in.orig 2010-06-05 15:15:13.000000000 +0200 -+++ Makefile.in 2010-06-05 15:15:27.000000000 +0200 -@@ -231,7 +231,7 @@ target_vendor = @target_vendor@ - top_builddir = @top_builddir@ - top_srcdir = @top_srcdir@ - AUTOMAKE_OPTIONS = 1.7 foreign dist-zip dist-bzip2 +--- Makefile.in.orig 2012-02-05 20:50:08.000000000 +0100 ++++ Makefile.in 2012-02-05 20:50:20.000000000 +0100 +@@ -280,7 +280,7 @@ top_srcdir = @top_srcdir@ + + #AUTOMAKE_OPTIONS = 1.7 foreign dist-zip dist-bzip2 + AUTOMAKE_OPTIONS = foreign 1.11 dist-zip dist-xz -SUBDIRS = m4 include vq lib test doc $(am__append_1) +SUBDIRS = m4 include vq lib test $(DOC) $(am__append_1) m4datadir = $(datadir)/aclocal |