summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlin Năstac <mrness@gentoo.org>2005-12-06 22:33:16 +0000
committerAlin Năstac <mrness@gentoo.org>2005-12-06 22:33:16 +0000
commit54f8beb9f479f3e04d1ee1484926c02228d10f28 (patch)
treee67d20b56e52740e714f8a14fa5da211af346206 /net-proxy/polipo/files
parentStable on amd64 to fix build on amd64. Closes bug #113470. (diff)
downloadhistorical-54f8beb9f479f3e04d1ee1484926c02228d10f28.tar.gz
historical-54f8beb9f479f3e04d1ee1484926c02228d10f28.tar.bz2
historical-54f8beb9f479f3e04d1ee1484926c02228d10f28.zip
version bump (#114607)
Package-Manager: portage-2.0.51.22-r3
Diffstat (limited to 'net-proxy/polipo/files')
-rw-r--r--net-proxy/polipo/files/digest-polipo-0.9.91
-rw-r--r--net-proxy/polipo/files/polipo-0.9.9-gentoo.patch28
2 files changed, 29 insertions, 0 deletions
diff --git a/net-proxy/polipo/files/digest-polipo-0.9.9 b/net-proxy/polipo/files/digest-polipo-0.9.9
new file mode 100644
index 000000000000..1714215c701f
--- /dev/null
+++ b/net-proxy/polipo/files/digest-polipo-0.9.9
@@ -0,0 +1 @@
+MD5 d58d3c123a3472a6b5bb5b0bb469cfd2 polipo-0.9.9.tar.gz 148476
diff --git a/net-proxy/polipo/files/polipo-0.9.9-gentoo.patch b/net-proxy/polipo/files/polipo-0.9.9-gentoo.patch
new file mode 100644
index 000000000000..117852873899
--- /dev/null
+++ b/net-proxy/polipo/files/polipo-0.9.9-gentoo.patch
@@ -0,0 +1,28 @@
+diff -Nru polipo-0.9.9.orig/Makefile polipo-0.9.9/Makefile
+--- polipo-0.9.9.orig/Makefile 2004-06-29 00:30:07.000000000 +0300
++++ polipo-0.9.9/Makefile 2005-03-26 14:29:21.448931408 +0200
+@@ -80,11 +80,6 @@
+ cp -f localindex.html $(TARGET)$(LOCAL_ROOT)/index.html
+
+ install.man: all
+- mkdir -p $(TARGET)$(MANDIR)/man1
+- mkdir -p $(TARGET)$(INFODIR)
+- cp -f polipo.man $(TARGET)$(MANDIR)/man1/polipo.1
+- cp polipo.info $(TARGET)$(INFODIR)/
+- install-info --info-dir=$(INFODIR) polipo.info
+
+
+ polipo.info: polipo.texi
+diff -Nru polipo-0.9.9.orig/polipo.h polipo-0.9.9/polipo.h
+--- polipo-0.9.9.orig/polipo.h 2005-01-20 01:45:03.000000000 +0200
++++ polipo-0.9.9/polipo.h 2005-03-26 14:30:20.303984080 +0200
+@@ -61,7 +61,9 @@
+ #if defined(__STDC_VERSION__) && __STDC_VERSION__ >= 199901L
+ /* nothing */
+ #elif defined(__GNUC__)
++#ifndef inline
+ #define inline __inline
++#endif
+ #if (__GNUC__ >= 3)
+ #define restrict __restrict
+ #else