Gentoo Archives: gentoo-commits

From: "Steve Arnold (nerdboy)" <nerdboy@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-libs/xgks-pmel/files: aclocal.patch
Date: Thu, 30 Apr 2009 06:36:26
Message-Id: E1LzPse-0003V4-A4@stork.gentoo.org
1 nerdboy 09/04/30 06:36:24
2
3 Added: aclocal.patch
4 Log:
5 New ebuild for PMEL's xgks library, a required dependency for Ferret.
6 (Portage version: 2.2_rc31/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.1 sci-libs/xgks-pmel/files/aclocal.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/xgks-pmel/files/aclocal.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/xgks-pmel/files/aclocal.patch?rev=1.1&content-type=text/plain
13
14 Index: aclocal.patch
15 ===================================================================
16 --- port/aclocal.m4.orig 2009-04-26 13:33:51.434402251 -0700
17 +++ port/aclocal.m4 2009-04-26 13:43:33.466651210 -0700
18 @@ -582,26 +582,6 @@
19 ])])
20
21
22 -# Check for ncdump(1)
23 -#
24 -define([UC_PROG_NCDUMP], [dnl
25 -AC_PROGRAM_CHECK(NCDUMP, ncdump, ncdump, UC_ABSPATH($exec_prefix)/ncdump)dnl
26 -if test `which "$NCDUMP" | wc -w` != 1; then
27 - UC_NEED_VALUE(NCDUMP, [netCDF lister], /usr/local/unidata/bin/ncdump)dnl
28 -fi
29 -])
30 -
31 -
32 -# Check for ncgen(1)
33 -#
34 -define([UC_PROG_NCGEN], [dnl
35 -AC_PROGRAM_CHECK(NCGEN, ncgen, ncgen, UC_ABSPATH($exec_prefix)/ncgen)dnl
36 -if test `which "$NCGEN" | wc -w` != 1; then
37 - UC_NEED_VALUE(NCGEN, [netCDF generator], /usr/local/unidata/bin/ncgen)dnl
38 -fi
39 -])
40 -
41 -
42 # Test a script.
43 #
44 define([UC_TEST_SCRIPT],
45 @@ -719,16 +699,6 @@
46 ])
47
48
49 -# Check for McIDAS library.
50 -#
51 -define([UC_LIB_MCIDAS], [dnl
52 -echo checking for MCIDAS library
53 -UC_TEST_LIB(LD_MCIDAS, /home/mcidas/lib /home/mcidasd/lib, mcidas, McIDAS, dnl
54 - -L/home/mcidas/lib -lmcidas)dnl
55 -AC_PROVIDE([$0])dnl
56 -])
57 -
58 -
59 # Check for X11 library.
60 #
61 define([UC_LIB_X11], [dnl
62 @@ -745,77 +715,6 @@
63 define([UC_X11], [AC_REQUIRE([UC_CPP_X11])AC_REQUIRE([UC_LIB_X11])])
64
65
66 -# Check for netCDF header-file directory.
67 -#
68 -define([UC_CPP_NETCDF], [dnl
69 -echo checking for netCDF header-file
70 -UC_TEST_DIR(CPP_NETCDF, UC_ABSPATH($prefix/[[[include]]]), netcdf.h,
71 - [netCDF [[include]]-directory], [-I/usr/local/unidata/[[include]]])dnl
72 -CPP_NETCDF=`case ${CPP_NETCDF} in -I*) echo ${CPP_NETCDF};; *) echo -I${CPP_NETCDF-};; esac`
73 -AC_PROVIDE([$0])dnl
74 -])
75 -
76 -
77 -# Check for netCDF library.
78 -#
79 -define([UC_LIB_NETCDF], [dnl
80 -echo checking for netCDF library
81 -UC_TEST_LIB(LD_NETCDF, UC_ABSPATH($prefix/lib), netcdf,
82 - netCDF, -L/usr/local/unidata/lib -lnetcdf)dnl
83 -AC_PROVIDE([$0])dnl
84 -])
85 -
86 -
87 -# Check for netCDF implementation (header file and library).
88 -#
89 -define([UC_NETCDF], [AC_REQUIRE([UC_CPP_NETCDF])AC_REQUIRE([UC_LIB_NETCDF])])
90 -
91 -
92 -# Check for netCDF operators library.
93 -#
94 -define([UC_LIB_NCOPERS], [dnl
95 -echo checking for netCDF operators library
96 -UC_TEST_LIB(LD_NCOPERS, UC_ABSPATH($prefix/lib), ncopers,
97 - netCDF-operators, [-L/usr/local/unidata/lib -lncopers])dnl
98 -AC_PROVIDE([$0])dnl
99 -])
100 -
101 -
102 -# Check for LDM header-file directory.
103 -#
104 -define([UC_CPP_LDM], [dnl
105 -echo checking for LDM header-file
106 -UC_TEST_DIR(CPP_LDM, UC_ABSPATH($prefix/[[[include]]]) dnl
107 - UC_ABSPATH($prefix/../[[[include]]]) dnl
108 - UC_ABSPATH($prefix/../ldm/[[[include]]]), ldm.h,
109 - [LDM [[include]]-directory], [-I/usr/local/unidata/[[include]]])dnl
110 -CPP_LDM=`case ${CPP_LDM} in -I*) echo ${CPP_LDM};; *) echo -I${CPP_LDM-};; esac`
111 -if test -z "$CPP_LDM"; then
112 - UC_NEED_VALUE(CPP_LDM, [LDM include directory], -I/home/ldm/include)dnl
113 -fi
114 -AC_PROVIDE([$0])dnl
115 -])
116 -
117 -
118 -# Check for LDM library.
119 -#
120 -define([UC_LIB_LDM], [dnl
121 -echo checking for LDM library
122 -UC_TEST_LIB(LD_LDM, UC_ABSPATH($prefix/lib) dnl
123 - UC_ABSPATH($prefix/../lib) UC_ABSPATH($prefix/../ldm/lib), ldm,
124 - LDM, -L/usr/local/unidata/lib -lldm)dnl
125 -if test -z "$LD_LDM"; then
126 - UC_NEED_VALUE(LD_LDM, [LDM library], -L/home/ldm/lib -lldm)dnl
127 -fi
128 -AC_PROVIDE([$0])dnl
129 -])
130 -
131 -
132 -# Check for LDM implementation (header file and library).
133 -#
134 -define([UC_LDM], [AC_REQUIRE([UC_CPP_LDM])AC_REQUIRE([UC_LIB_LDM])])
135 -
136 -
137 # Check for udres(3) library.
138 #
139 define([UC_LIB_UDRES], [dnl
140 --- port/configure.in.orig 2009-04-26 13:34:08.430308009 -0700
141 +++ port/configure.in 2009-04-26 13:44:26.218430537 -0700
142 @@ -24,8 +24,6 @@
143 UC_PROG_FORTC
144 UC_PROG_NEQN
145 UC_PROG_TBL
146 -UC_PROG_NCDUMP
147 -UC_PROG_NCGEN
148 UC_PROG_INSTALL
149
150 UC_UDPOSIX
151 --- port/master.mk.in.orig 2009-04-26 13:34:18.848400960 -0700
152 +++ port/master.mk.in 2009-04-26 13:45:03.187651071 -0700
153 @@ -19,8 +19,6 @@
154 INSTALL_DATA = @INSTALL_DATA@
155 INSTALL_PROGRAM = @INSTALL_PROGRAM@
156 FC = @FC@
157 -NCDUMP = @NCDUMP@
158 -NCGEN = @NCGEN@
159 NEQN = @NEQN@
160 OS = @OS@
161 SHELL = /bin/sh