aboutsummaryrefslogtreecommitdiff
path: root/audio/libshout/files
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2001-12-13 07:55:35 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2001-12-13 07:55:35 +0000
commit0ef03ab6b0f0884ae121064765cf9f64ba49fcb3 (patch)
tree14776705369fc427b82f789ace5443f2ca9f6587 /audio/libshout/files
parent6b43aa6217e7f8936b436a78af480c250967da5e (diff)
downloadports-0ef03ab6b0f0884ae121064765cf9f64ba49fcb3.tar.gz
ports-0ef03ab6b0f0884ae121064765cf9f64ba49fcb3.zip
upgrade to 1.0.7
PR: 32702 Submitted by: Leo Kim <leo@florida.sarang.net>
Notes
Notes: svn path=/head/; revision=51454
Diffstat (limited to 'audio/libshout/files')
-rw-r--r--audio/libshout/files/patch-aa19
-rw-r--r--audio/libshout/files/patch-ab8
2 files changed, 14 insertions, 13 deletions
diff --git a/audio/libshout/files/patch-aa b/audio/libshout/files/patch-aa
index 38fbcef5d597..7787a49dec2f 100644
--- a/audio/libshout/files/patch-aa
+++ b/audio/libshout/files/patch-aa
@@ -1,15 +1,16 @@
---- Makefile.in.orig Sun May 7 23:13:49 2000
-+++ Makefile.in Tue Jun 6 16:54:30 2000
-@@ -486,9 +486,9 @@
+--- Makefile.in.orig Wed Aug 1 17:56:09 2001
++++ Makefile.in Tue Dec 11 08:50:30 2001
+@@ -507,9 +507,10 @@
install-data-local:
mkdir -p $(DESTDIR)$(includedir)/shout
- mkdir -p $(DESTDIR)$(prefix)/doc/$(PACKAGE)-$(VERSION)/example
-- $(INSTALL) -m 0644 README AUTHORS COPYING CHANGES $(DESTDIR)$(prefix)/doc/$(PACKAGE)-$(VERSION)
-- $(INSTALL) -m 0644 example/Makefile example/example.c $(DESTDIR)$(prefix)/doc/$(PACKAGE)-$(VERSION)/example
-+ mkdir -p $(DESTDIR)$(prefix)/share/doc/$(PACKAGE)-$(VERSION)/example
-+ $(INSTALL) -m 0644 README AUTHORS COPYING CHANGES $(DESTDIR)$(prefix)/share/doc/$(PACKAGE)-$(VERSION)
-+ $(INSTALL) -m 0644 example/Makefile example/example.c $(DESTDIR)$(prefix)/share/doc/$(PACKAGE)-$(VERSION)/example
- $(INSTALL) -m 0644 shout.h $(DESTDIR)$(includedir)/shout
+- $(INSTALL) -m 0644 $(top_srcdir)/README $(top_srcdir)/AUTHORS $(top_srcdir)/COPYING $(top_srcdir)/CHANGES $(DESTDIR)$(prefix)/doc/$(PACKAGE)-$(VERSION)
+- $(INSTALL) -m 0644 $(top_srcdir)/example/Makefile $(top_srcdir)/example/example.c $(DESTDIR)$(prefix)/doc/$(PACKAGE)-$(VERSION)/example
++ mkdir -p $(DESTDIR)$(prefix)/share/doc/$(PACKAGE)-$(VERSION)
++ mkdir -p $(DESTDIR)$(prefix)/share/examples/$(PACKAGE)-$(VERSION)
++ $(INSTALL) -m 0644 $(top_srcdir)/README $(top_srcdir)/AUTHORS $(top_srcdir)/COPYING $(top_srcdir)/CHANGES $(DESTDIR)$(prefix)/share/doc/$(PACKAGE)-$(VERSION)
++ $(INSTALL) -m 0644 $(top_srcdir)/example/Makefile $(top_srcdir)/example/example.c $(DESTDIR)$(prefix)/share/examples/$(PACKAGE)-$(VERSION)
+ $(INSTALL) -m 0644 $(top_srcdir)/shout.h $(DESTDIR)$(includedir)/shout
# Tell versions [3.59,3.63) of GNU make to not export all variables.
diff --git a/audio/libshout/files/patch-ab b/audio/libshout/files/patch-ab
index 568ff5c0b299..65112e1f5765 100644
--- a/audio/libshout/files/patch-ab
+++ b/audio/libshout/files/patch-ab
@@ -1,11 +1,11 @@
---- doc/Makefile.in.orig Sun May 7 23:13:50 2000
-+++ doc/Makefile.in Tue Jun 6 16:56:33 2000
-@@ -78,7 +78,7 @@
+--- doc/Makefile.in.orig Tue Dec 11 09:28:01 2001
++++ doc/Makefile.in Tue Dec 11 09:28:08 2001
+@@ -76,7 +76,7 @@
AUTOMAKE_OPTIONS = foreign
-docdir = $(prefix)/doc/$(PACKAGE)-$(VERSION)
+docdir = $(prefix)/share/doc/$(PACKAGE)-$(VERSION)
- doc_DATA = index.html overview.html initialization.html connection.html datastreaming.html metadata.html datastructures.html shout_conn_t.html shout_connect.html shout_disconnect.html shout_sleep.html shout_init_connection.html shout_send_data.html shout_update_metadata.html style.css example.html example_c.html reference.html
+ doc_DATA = index.html overview.html initialization.html connection.html datastreaming.html metadata.html datastructures.html shout_conn_t.html shout_connect.html shout_disconnect.html shout_sleep.html shout_init_connection.html shout_send_data.html shout_update_metadata.html style.css example.html example_c.html reference.html errorhandling.html shout_strerror.html