summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Dittrich <markusle@gentoo.org>2006-06-06 22:07:12 +0000
committerMarkus Dittrich <markusle@gentoo.org>2006-06-06 22:07:12 +0000
commit4c808dbec2e85afeca4f3b138dead13dd1f1dcf7 (patch)
tree0aaf705911e0e03064e473c7c7265ec6a913c485
parentAdding NEED_PYTHON variable, as proposed. (diff)
downloadgentoo-2-4c808dbec2e85afeca4f3b138dead13dd1f1dcf7.tar.gz
gentoo-2-4c808dbec2e85afeca4f3b138dead13dd1f1dcf7.tar.bz2
gentoo-2-4c808dbec2e85afeca4f3b138dead13dd1f1dcf7.zip
Fix makefile patch to address sandbox issues when building the docs (see bug #135266).
(Portage version: 2.1_rc4-r2)
-rw-r--r--sci-visualization/epix/ChangeLog7
-rw-r--r--sci-visualization/epix/files/epix-doc-gentoo.patch28
2 files changed, 32 insertions, 3 deletions
diff --git a/sci-visualization/epix/ChangeLog b/sci-visualization/epix/ChangeLog
index 2cf2f748463c..aa7fcf5b0552 100644
--- a/sci-visualization/epix/ChangeLog
+++ b/sci-visualization/epix/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for sci-visualization/epix
# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-visualization/epix/ChangeLog,v 1.3 2006/06/03 14:49:46 markusle Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-visualization/epix/ChangeLog,v 1.4 2006/06/06 22:07:12 markusle Exp $
+
+ 06 Jun 2006; Markus Dittrich <markusle@gentoo.org>
+ files/epix-doc-gentoo.patch:
+ Fix makefile patch to address sandbox issues when building the docs
+ (see bug #135266).
*epix-1.0.7 (03 Jun 2006)
diff --git a/sci-visualization/epix/files/epix-doc-gentoo.patch b/sci-visualization/epix/files/epix-doc-gentoo.patch
index 08672ad68878..65c2e81a1dd6 100644
--- a/sci-visualization/epix/files/epix-doc-gentoo.patch
+++ b/sci-visualization/epix/files/epix-doc-gentoo.patch
@@ -1,6 +1,6 @@
diff -Naur epix-1.0.7-old/Makefile.in epix-1.0.7/Makefile.in
--- epix-1.0.7-old/Makefile.in 2006-05-19 17:33:19.000000000 -0400
-+++ epix-1.0.7/Makefile.in 2006-06-03 10:05:47.000000000 -0400
++++ epix-1.0.7/Makefile.in 2006-06-06 17:44:06.000000000 -0400
@@ -242,7 +242,7 @@
#
man_MANS = epix.1 elaps.1 flix.1 laps.1
@@ -22,9 +22,33 @@ diff -Naur epix-1.0.7-old/Makefile.in epix-1.0.7/Makefile.in
# This is being installed by install-exec, but should not be executable
install-exec-local: install-pkglibDATA
+diff -Naur epix-1.0.7-old/contrib/doc/Makefile.in epix-1.0.7/contrib/doc/Makefile.in
+--- epix-1.0.7-old/contrib/doc/Makefile.in 2006-05-19 17:33:18.000000000 -0400
++++ epix-1.0.7/contrib/doc/Makefile.in 2006-06-06 17:45:36.000000000 -0400
+@@ -145,7 +145,7 @@
+ sysconfdir = @sysconfdir@
+ target_alias = @target_alias@
+ docdir = $(datadir)/doc/epix
+-EPIXFLAGS = --no-defaults -I.. -I../.. -L.. -L../.. -lepixext -lepix -v
++EPIXFLAGS = --no-defaults -I.. -I../.. -L.. -L../.. -lepixext -lepix
+ XPS := $(wildcard *.cc)
+ EEPICS = $(XPS:.cc=.eepic)
+ CLEANFILES = *~ *.dvi *.log contrib_src.tar contrib_src.tar.gz \
+diff -Naur epix-1.0.7-old/doc/Makefile.in epix-1.0.7/doc/Makefile.in
+--- epix-1.0.7-old/doc/Makefile.in 2006-05-19 17:33:19.000000000 -0400
++++ epix-1.0.7/doc/Makefile.in 2006-06-06 17:45:12.000000000 -0400
+@@ -145,7 +145,7 @@
+ sysconfdir = @sysconfdir@
+ target_alias = @target_alias@
+ docdir = $(datadir)/doc/epix
+-EPIXFLAGS = --no-defaults -I.. -L.. -lepix -v
++EPIXFLAGS = --no-defaults -I.. -L.. -lepix
+ XPS := $(wildcard *.xp)
+ EEPICS = $(XPS:.xp=.eepic)
+ CLEANFILES = *~ *.dvi *.log *.out *.ilg *.idx \
diff -Naur epix-1.0.7-old/samples/Makefile.in epix-1.0.7/samples/Makefile.in
--- epix-1.0.7-old/samples/Makefile.in 2006-05-19 17:33:19.000000000 -0400
-+++ epix-1.0.7/samples/Makefile.in 2006-06-03 10:04:16.000000000 -0400
++++ epix-1.0.7/samples/Makefile.in 2006-06-06 17:44:06.000000000 -0400
@@ -145,7 +145,7 @@
sysconfdir = @sysconfdir@
target_alias = @target_alias@