summaryrefslogtreecommitdiffstats
path: root/audio/libogg/files
diff options
context:
space:
mode:
authormezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2007-04-30 10:27:27 +0800
committermezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2007-04-30 10:27:27 +0800
commitd4083a7b4603fdf7199d22f8ee688329581f8bab (patch)
tree2446ad5bc375d7f2ce90cc56c263facd29f977b0 /audio/libogg/files
parentde0de91022c7d52af44f078d6f874d548ed8beca (diff)
downloadmarcuscom-ports-d4083a7b4603fdf7199d22f8ee688329581f8bab.tar
marcuscom-ports-d4083a7b4603fdf7199d22f8ee688329581f8bab.tar.gz
marcuscom-ports-d4083a7b4603fdf7199d22f8ee688329581f8bab.tar.bz2
marcuscom-ports-d4083a7b4603fdf7199d22f8ee688329581f8bab.tar.lz
marcuscom-ports-d4083a7b4603fdf7199d22f8ee688329581f8bab.tar.xz
marcuscom-ports-d4083a7b4603fdf7199d22f8ee688329581f8bab.tar.zst
marcuscom-ports-d4083a7b4603fdf7199d22f8ee688329581f8bab.zip
Add both ports to fix the 'make patch', for some reason this bug wasn't notice
until gnomehack was changed. I shall contact to the maintainer to create two correct patches (patch-Makefile.in) in both of ports. He should have create patch with 'make extract' instead of 'make patch'. Now, it allows my x11/gnome2 contiunes to build. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8698 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'audio/libogg/files')
-rw-r--r--audio/libogg/files/patch-Makefile.in14
-rw-r--r--audio/libogg/files/patch-configure25
-rw-r--r--audio/libogg/files/patch-doc_Makefile.in14
-rw-r--r--audio/libogg/files/patch-doc_libogg_Makefile.in14
4 files changed, 67 insertions, 0 deletions
diff --git a/audio/libogg/files/patch-Makefile.in b/audio/libogg/files/patch-Makefile.in
new file mode 100644
index 000000000..76fd93be3
--- /dev/null
+++ b/audio/libogg/files/patch-Makefile.in
@@ -0,0 +1,14 @@
+
+$FreeBSD$
+
+--- Makefile.in.orig Sun Apr 29 18:15:46 2007
++++ Makefile.in Sun Apr 29 18:16:11 2007
+@@ -196,7 +196,7 @@
+ sysconfdir = @sysconfdir@
+ target_alias = @target_alias@
+ AUTOMAKE_OPTIONS = foreign 1.6 dist-zip
+-SUBDIRS = src include doc win32
++SUBDIRS = src include $(DOC) win32
+ m4datadir = $(datadir)/aclocal
+ m4data_DATA = ogg.m4
+ pkgconfigdir = $(libdir)/pkgconfig
diff --git a/audio/libogg/files/patch-configure b/audio/libogg/files/patch-configure
new file mode 100644
index 000000000..3f600b9a5
--- /dev/null
+++ b/audio/libogg/files/patch-configure
@@ -0,0 +1,25 @@
+
+$FreeBSD$
+
+--- configure.orig Mon Nov 17 17:34:08 2003
++++ configure Mon Nov 24 18:26:28 2003
+@@ -7818,7 +7819,7 @@
+ ;;
+ *)
+ DEBUG="-g"
+- CFLAGS="-O"
++ CFLAGS=""
+ PROFILE="-g -p"
+ ;;
+ esac
+@@ -7841,8 +7842,8 @@
+ ;;
+ *)
+ DEBUG="-g -Wall -fsigned-char"
+- CFLAGS="-O20 -fsigned-char"
+- PROFILE="-O20 -g -pg -fsigned-char"
++ CFLAGS="-fsigned-char"
++ PROFILE="-g -pg -fsigned-char"
+ ;;
+ esac
+ fi
diff --git a/audio/libogg/files/patch-doc_Makefile.in b/audio/libogg/files/patch-doc_Makefile.in
new file mode 100644
index 000000000..5609e8fd3
--- /dev/null
+++ b/audio/libogg/files/patch-doc_Makefile.in
@@ -0,0 +1,14 @@
+
+$FreeBSD$
+
+--- doc/Makefile.in.orig
++++ doc/Makefile.in
+@@ -178,7 +178,7 @@
+ sysconfdir = @sysconfdir@
+ target_alias = @target_alias@
+ SUBDIRS = libogg
+-docdir = $(datadir)/doc/$(PACKAGE)-$(VERSION)
++docdir = $(datadir)/doc/$(PACKAGE)
+ doc_DATA = framing.html index.html oggstream.html ogg-multiplex.html \
+ stream.png vorbisword2.png white-ogg.png white-xifish.png \
+ rfc3533.txt rfc3534.txt
diff --git a/audio/libogg/files/patch-doc_libogg_Makefile.in b/audio/libogg/files/patch-doc_libogg_Makefile.in
new file mode 100644
index 000000000..8b1f86211
--- /dev/null
+++ b/audio/libogg/files/patch-doc_libogg_Makefile.in
@@ -0,0 +1,14 @@
+
+$FreeBSD$
+
+--- doc/libogg/Makefile.in.orig
++++ doc/libogg/Makefile.in
+@@ -168,7 +168,7 @@
+ sharedstatedir = @sharedstatedir@
+ sysconfdir = @sysconfdir@
+ target_alias = @target_alias@
+-docdir = $(datadir)/doc/$(PACKAGE)-$(VERSION)/ogg
++docdir = $(datadir)/doc/$(PACKAGE)/ogg
+ doc_DATA = bitpacking.html datastructures.html decoding.html encoding.html\
+ general.html index.html ogg_packet.html ogg_packet_clear.html\
+ ogg_page.html ogg_page_bos.html ogg_page_checksum_set.html\