Gentoo Archives: gentoo-commits

From: "Jonathan Callen (abcd)" <abcd@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-doc/doxygen/files: doxygen-1.5.6-prefix-misc-alt.patch
Date: Mon, 08 Feb 2010 19:22:23
Message-Id: E1NeZBB-0003iy-9t@stork.gentoo.org
1 abcd 10/02/08 19:21:53
2
3 Added: doxygen-1.5.6-prefix-misc-alt.patch
4 Log:
5 Bump to EAPI=3, add prefix support/keywords/patch
6 (Portage version: -svn/cvs/Linux i686)
7
8 Revision Changes Path
9 1.1 app-doc/doxygen/files/doxygen-1.5.6-prefix-misc-alt.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-doc/doxygen/files/doxygen-1.5.6-prefix-misc-alt.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-doc/doxygen/files/doxygen-1.5.6-prefix-misc-alt.patch?rev=1.1&content-type=text/plain
13
14 Index: doxygen-1.5.6-prefix-misc-alt.patch
15 ===================================================================
16 * make sure we always look for tools in the path, no "do it yourself paths"
17
18 --- configure
19 +++ configure
20 @@ -169,21 +169,12 @@
21 ;;
22 Darwin:*)
23 f_platform=macosx-c++
24 - if test "$f_insttool" = NO; then
25 - f_insttool=/usr/bin/install
26 - fi
27 ;;
28 FreeBSD:*)
29 f_platform=freebsd-g++
30 - if test "$f_insttool" = NO; then
31 - f_insttool=/usr/bin/install
32 - fi
33 ;;
34 HP-UX:*)
35 f_platform=hpux-g++
36 - if test "$f_insttool" = NO; then
37 - f_insttool=/usr/bin/install
38 - fi
39 ;;
40 IRIX64:*)
41 f_platform=irix-64
42 @@ -214,9 +205,6 @@
43 ;;
44 SunOS:5*)
45 f_platform=solaris-g++
46 - if test "$f_insttool" = NO; then
47 - f_insttool=/usr/bin/install
48 - fi
49 ;;
50 ULTRIX:*)
51 f_platform=ultrix-g++
52 @@ -311,8 +299,8 @@
53
54 echo -n " Checking for GNU make tool... "
55 if test "$f_make" = NO; then
56 - make_names="gmake make"
57 - make_dirs="$bin_dirs /usr/bin /usr/local/bin /bin /sbin"
58 + make_names="make"
59 + make_dirs="$bin_dirs"
60 make_prog=NO
61 for i in $make_names; do
62 for j in $make_dirs; do
63 @@ -338,8 +326,8 @@
64
65 echo -n " Checking for GNU install tool... "
66 if test "$f_insttool" = NO; then
67 - install_names="ginstall install"
68 - install_dirs="$bin_dirs /usr/bin /usr/local/bin /bin /sbin /usr/ucb"
69 + install_names="install"
70 + install_dirs="$bin_dirs"
71 install_prog=NO
72 install_found=NO
73 for i in $install_names; do
74 @@ -397,7 +385,7 @@
75 echo -n " Checking for perl... "
76 if test "$f_perl" = NO; then
77 perl_names="perl perl5"
78 - perl_dirs="$bin_dirs /usr/bin /usr/local/bin /bin /sbin"
79 + perl_dirs="$bin_dirs"
80 perl_prog=NO
81 perl_found=NO
82 for i in $perl_names; do
83 @@ -550,10 +538,6 @@
84 cat >> .tmakeconfig <<EOF
85 TMAKE_LFLAGS += -non_shared
86 EOF
87 - elif test "$f_platform" = "solaris-cc"; then
88 - cat >> .tmakeconfig <<EOF
89 - TMAKE_LFLAGS += -Bstatic
90 -EOF
91 elif test "$f_platform" = "hpux-cc"; then
92 cat >> .tmakeconfig <<EOF
93 TMAKE_LFLAGS += -noshared