Gentoo Archives: gentoo-commits

From: "Sebastien Fabbro (bicatali)" <bicatali@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-astronomy/wcstools/files: wcstools-3.7-autotools.patch
Date: Wed, 26 Aug 2009 20:32:16
Message-Id: E1MgBrB-0008Uu-1v@stork.gentoo.org
1 bicatali 09/08/26 06:19:41
2
3 Modified: wcstools-3.7-autotools.patch
4 Log:
5 Better autotools patch, ready to resend upstream
6 (Portage version: 2.2_rc38/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.2 sci-astronomy/wcstools/files/wcstools-3.7-autotools.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-astronomy/wcstools/files/wcstools-3.7-autotools.patch?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-astronomy/wcstools/files/wcstools-3.7-autotools.patch?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-astronomy/wcstools/files/wcstools-3.7-autotools.patch?r1=1.1&r2=1.2
14
15 Index: wcstools-3.7-autotools.patch
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sci-astronomy/wcstools/files/wcstools-3.7-autotools.patch,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- wcstools-3.7-autotools.patch 12 Aug 2009 19:18:05 -0000 1.1
22 +++ wcstools-3.7-autotools.patch 26 Aug 2009 06:19:40 -0000 1.2
23 @@ -14,10 +14,12 @@
24 +AC_OUTPUT
25 --- libned/Makefile.am.orig 1970-01-01 01:00:00.000000000 +0100
26 +++ libned/Makefile.am 2008-11-03 09:34:57.000000000 +0000
27 -@@ -0,0 +1,3 @@
28 +@@ -0,0 +1,5 @@
29 +lib_LTLIBRARIES = libned.la
30 ++noinst_HEADERS = nedc.h ned_client.h
31 +libned_la_SOURCES = \
32 + ned_cli.c ned_cif.c ned_err.c ned_sk.c
33 ++EXTRA_DIST = README
34 --- libwcs/Makefile.am.orig 1970-01-01 01:00:00.000000000 +0100
35 +++ libwcs/Makefile.am 2008-11-03 09:34:57.000000000 +0000
36 @@ -0,0 +1,17 @@
37 @@ -40,7 +42,7 @@
38 +noinst_HEADERS = fitsfile1.h wcscat1.h
39 --- Makefile.am.orig 1970-01-01 01:00:00.000000000 +0100
40 +++ Makefile.am 2008-11-03 10:09:43.000000000 +0000
41 -@@ -0,0 +1,78 @@
42 +@@ -0,0 +1,80 @@
43 +SUBDIRS = libwcs libned
44 +INCLUDES = -I$(top_srcdir)/libwcs
45 +
46 @@ -49,6 +51,8 @@
47 +
48 +bin_SCRIPTS = wcstools
49 +
50 ++EXTRA_DIST = wcstools COPYING Readme NEWS Programs
51 ++
52 +bin_PROGRAMS = \
53 + cphead delwcs delhead edhead fixpix gethead i2f imcat imhead immatch \
54 + imrot imsize imstar imwcs scat sethead addpix getpix setpix sky2xy \