Gentoo Archives: gentoo-commits

From: "Tomas Chvatal (scarabeus)" <scarabeus@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-geosciences/mapserver/files: 6.0.0_rc1-ldflags.patch
Date: Mon, 02 May 2011 18:28:55
Message-Id: 20110502182844.A8E5E20057@flycatcher.gentoo.org
1 scarabeus 11/05/02 18:28:44
2
3 Modified: 6.0.0_rc1-ldflags.patch
4 Log:
5 Update the mapserver 6.0.1 php, ruby, tcl not ported as i didn't figure it out, open bugs with working patches only.
6
7 (Portage version: 2.2.0_alpha30/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 sci-geosciences/mapserver/files/6.0.0_rc1-ldflags.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/mapserver/files/6.0.0_rc1-ldflags.patch?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/mapserver/files/6.0.0_rc1-ldflags.patch?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/mapserver/files/6.0.0_rc1-ldflags.patch?r1=1.1&r2=1.2
15
16 Index: 6.0.0_rc1-ldflags.patch
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-geosciences/mapserver/files/6.0.0_rc1-ldflags.patch,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- 6.0.0_rc1-ldflags.patch 2 May 2011 10:16:17 -0000 1.1
23 +++ 6.0.0_rc1-ldflags.patch 2 May 2011 18:28:44 -0000 1.2
24 @@ -1,6 +1,6 @@
25 -diff -urN mapserver-6.0.0-rc1.old//Makefile.in mapserver-6.0.0-rc1/Makefile.in
26 ---- mapserver-6.0.0-rc1.old//Makefile.in 2011-05-02 12:10:03.000000000 +0200
27 -+++ mapserver-6.0.0-rc1/Makefile.in 2011-05-02 12:12:46.000000000 +0200
28 +diff -urN mapserver-6.0.0-rc1.old/Makefile.in mapserver-6.0.0-rc1/Makefile.in
29 +--- mapserver-6.0.0-rc1.old/Makefile.in 2011-05-02 12:10:03.000000000 +0200
30 ++++ mapserver-6.0.0-rc1/Makefile.in 2011-05-02 16:29:31.000000000 +0200
31 @@ -264,7 +264,7 @@
32 # STATIC_LIBS is full filename with path of libs that will be statically linked
33 STATIC_LIBS= $(GD_STATIC)
34 @@ -83,7 +83,7 @@
35 echo $(IGNORE_MISSING_DATA) $(USE_POINT_Z_M) $(STRINGS) @ALL_ENABLED@ >> mapscriptvars
36 echo -I. $(PROJ_INC) $(GD_INC) $(TTF_INC) $(JPEG_INC) $(SDE_INC) $(OGR_INC) $(GDAL_INC) $(GEOS_INC) >> mapscriptvars
37 - echo $(EXE_LDFLAGS) >> mapscriptvars
38 -+ echo $(LDFLAGS) >> mapscriptvars
39 ++ echo $(EXE_LIBS) >> mapscriptvars
40 echo $(STATIC_LIBS) >> mapscriptvars
41 grep '#define MS_VERSION ' mapserver.h >> mapscriptvars