Gentoo Archives: gentoo-commits

From: "Kacper Kowalik (xarthisius)" <xarthisius@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-doc/doxygen/files: doxygen-1.8.1-prefix-misc-alt.patch
Date: Tue, 29 May 2012 20:17:23
Message-Id: 20120529201708.7FC272004B@flycatcher.gentoo.org
1 xarthisius 12/05/29 20:17:08
2
3 Added: doxygen-1.8.1-prefix-misc-alt.patch
4 Log:
5 Version bump
6
7 (Portage version: 2.2.0_alpha108/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 app-doc/doxygen/files/doxygen-1.8.1-prefix-misc-alt.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-doc/doxygen/files/doxygen-1.8.1-prefix-misc-alt.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-doc/doxygen/files/doxygen-1.8.1-prefix-misc-alt.patch?rev=1.1&content-type=text/plain
14
15 Index: doxygen-1.8.1-prefix-misc-alt.patch
16 ===================================================================
17 * make sure we always look for tools in the path, no "do it yourself paths"
18
19 --- a/configure
20 +++ b/configure
21 @@ -170,27 +170,15 @@
22 ;;
23 Darwin:*)
24 f_platform=macosx-c++
25 - if test "$f_insttool" = NO; then
26 - f_insttool=/usr/bin/install
27 - fi
28 ;;
29 FreeBSD:*)
30 f_platform=freebsd-g++
31 - if test "$f_insttool" = NO; then
32 - f_insttool=/usr/bin/install
33 - fi
34 ;;
35 NetBSD:*)
36 f_platform=netbsd-g++
37 - if test "$f_insttool" = NO; then
38 - f_insttool=/usr/bin/install
39 - fi
40 ;;
41 HP-UX:*)
42 f_platform=hpux-g++
43 - if test "$f_insttool" = NO; then
44 - f_insttool=/usr/bin/install
45 - fi
46 ;;
47 IRIX64:*)
48 f_platform=irix-64
49 @@ -221,9 +209,6 @@
50 ;;
51 SunOS:5*)
52 f_platform=solaris-g++
53 - if test "$f_insttool" = NO; then
54 - f_insttool=/usr/bin/install
55 - fi
56 ;;
57 ULTRIX:*)
58 f_platform=ultrix-g++
59 @@ -323,8 +308,8 @@
60
61 echo -n " Checking for GNU install tool... "
62 if test "$f_insttool" = NO; then
63 - install_names="ginstall install"
64 - install_dirs="$bin_dirs /usr/bin /usr/local/bin /bin /sbin /usr/ucb"
65 + install_names="install"
66 + install_dirs="$bin_dirs"
67 install_prog=NO
68 install_found=NO
69 for i in $install_names; do
70 @@ -360,7 +345,7 @@
71
72 echo -n " Checking for dot (part of GraphViz)... "
73 if test "$f_dot" = NO; then
74 - dot_dirs="$bin_dirs /usr/bin /usr/local/bin /bin /sbin"
75 + dot_dirs="$bin_dirs"
76 dot_prog=NO
77 for j in $dot_dirs; do
78 if test -x "$j/dot"; then
79 @@ -382,7 +367,7 @@
80 echo -n " Checking for perl... "
81 if test "$f_perl" = NO; then
82 perl_names="perl perl5"
83 - perl_dirs="$bin_dirs /usr/bin /usr/local/bin /bin /sbin"
84 + perl_dirs="$bin_dirs"
85 perl_prog=NO
86 perl_found=NO
87 for i in $perl_names; do
88 @@ -546,10 +531,6 @@
89 cat >> .tmakeconfig <<EOF
90 TMAKE_LFLAGS += -non_shared
91 EOF
92 - elif test "$f_platform" = "solaris-cc"; then
93 - cat >> .tmakeconfig <<EOF
94 - TMAKE_LFLAGS += -Bstatic
95 -EOF
96 elif test "$f_platform" = "hpux-cc"; then
97 cat >> .tmakeconfig <<EOF
98 TMAKE_LFLAGS += -noshared