diff options
Diffstat (limited to 'audio/libvorbis/files')
-rw-r--r-- | audio/libvorbis/files/patch-Makefile.in | 14 | ||||
-rw-r--r-- | audio/libvorbis/files/patch-configure | 27 | ||||
-rw-r--r-- | audio/libvorbis/files/patch-doc_Makefile.in | 14 | ||||
-rw-r--r-- | audio/libvorbis/files/patch-doc_vorbisenc_Makefile.in | 14 | ||||
-rw-r--r-- | audio/libvorbis/files/patch-doc_vorbisfile_Makefile.in | 14 |
5 files changed, 0 insertions, 83 deletions
diff --git a/audio/libvorbis/files/patch-Makefile.in b/audio/libvorbis/files/patch-Makefile.in deleted file mode 100644 index 6b363dcf1..000000000 --- a/audio/libvorbis/files/patch-Makefile.in +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- Makefile.in.orig 2007-07-26 21:46:30.000000000 +0000 -+++ Makefile.in 2007-07-26 21:49:02.000000000 +0000 -@@ -221,7 +221,7 @@ - top_builddir = @top_builddir@ - top_srcdir = @top_srcdir@ - AUTOMAKE_OPTIONS = 1.6 foreign dist-zip dist-bzip2 --SUBDIRS = lib include doc examples vq -+SUBDIRS = lib include $(DOC) examples vq - m4datadir = $(datadir)/aclocal - m4data_DATA = vorbis.m4 - pkgconfigdir = $(prefix)/libdata/pkgconfig diff --git a/audio/libvorbis/files/patch-configure b/audio/libvorbis/files/patch-configure deleted file mode 100644 index ee94080e0..000000000 --- a/audio/libvorbis/files/patch-configure +++ /dev/null @@ -1,27 +0,0 @@ - -$FreeBSD$ - ---- configure.orig Fri Jul 19 16:12:17 2002 -+++ configure Sat Oct 5 17:57:37 2002 -@@ -5441,7 +5442,7 @@ - PROFILE="-v -xpg -g -xO4 -fast -native -fsimple -xcg92 -Dsuncc" ;; - *) - DEBUG="-g" -- CFLAGS="-O" -+ CFLAGS="" - PROFILE="-g -p" ;; - esac - else -@@ -5536,9 +5537,9 @@ - CFLAGS="-DDARWIN -fno-common -force_cpusubtype_ALL -Wall -g -O4 -ffast-math -fsigned-char" - PROFILE="-DDARWIN -fno-common -force_cpusubtype_ALL -Wall -g -pg -O4 -ffast-math -fsigned-char";; - *) -- DEBUG="-g -Wall -W -D__NO_MATH_INLINES -fsigned-char" -- CFLAGS="-O20 -D__NO_MATH_INLINES -fsigned-char" -- PROFILE="-O20 -g -pg -D__NO_MATH_INLINES -fsigned-char" ;; -+ DEBUG="-g -Wall -W -fsigned-char" -+ CFLAGS="-fsigned-char" -+ PROFILE="-g -pg -fsigned-char" ;; - esac - fi - CFLAGS="$CFLAGS $cflags_save" diff --git a/audio/libvorbis/files/patch-doc_Makefile.in b/audio/libvorbis/files/patch-doc_Makefile.in deleted file mode 100644 index 3564cba53..000000000 --- a/audio/libvorbis/files/patch-doc_Makefile.in +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- doc/Makefile.in.orig 2007-07-26 21:50:20.000000000 +0000 -+++ doc/Makefile.in 2007-07-26 21:50:57.000000000 +0000 -@@ -162,7 +162,7 @@ - builddir = @builddir@ - datadir = @datadir@ - datarootdir = @datarootdir@ --docdir = $(datadir)/doc/$(PACKAGE)-$(VERSION) -+docdir = $(datadir)/doc/$(PACKAGE) - dvidir = @dvidir@ - exec_prefix = @exec_prefix@ - host = @host@ diff --git a/audio/libvorbis/files/patch-doc_vorbisenc_Makefile.in b/audio/libvorbis/files/patch-doc_vorbisenc_Makefile.in deleted file mode 100644 index aabc0b792..000000000 --- a/audio/libvorbis/files/patch-doc_vorbisenc_Makefile.in +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- doc/vorbisenc/Makefile.in.orig 2007-07-26 21:52:03.000000000 +0000 -+++ doc/vorbisenc/Makefile.in 2007-07-26 21:53:07.000000000 +0000 -@@ -150,7 +150,7 @@ - builddir = @builddir@ - datadir = @datadir@ - datarootdir = @datarootdir@ --docdir = $(datadir)/doc/$(PACKAGE)-$(VERSION)/vorbisenc -+docdir = $(datadir)/doc/$(PACKAGE)/vorbisenc - dvidir = @dvidir@ - exec_prefix = @exec_prefix@ - host = @host@ diff --git a/audio/libvorbis/files/patch-doc_vorbisfile_Makefile.in b/audio/libvorbis/files/patch-doc_vorbisfile_Makefile.in deleted file mode 100644 index 97457f6b0..000000000 --- a/audio/libvorbis/files/patch-doc_vorbisfile_Makefile.in +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- doc/vorbisfile/Makefile.in.bak 2007-07-25 16:46:35.000000000 +0000 -+++ doc/vorbisfile/Makefile.in 2007-07-26 21:53:26.000000000 +0000 -@@ -150,7 +150,7 @@ - builddir = @builddir@ - datadir = @datadir@ - datarootdir = @datarootdir@ --docdir = $(datadir)/doc/$(PACKAGE)-$(VERSION)/vorbisfile -+docdir = $(datadir)/doc/$(PACKAGE)/vorbisfile - dvidir = @dvidir@ - exec_prefix = @exec_prefix@ - host = @host@ |