Gentoo Archives: gentoo-commits

From: "Alexey Shvetsov (alexxy)" <alexxy@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-db/virtuoso-odbc/files/6.1.0: 6.1.0-common.patch
Date: Mon, 08 Feb 2010 20:32:49
Message-Id: E1NeaHj-00071e-V3@stork.gentoo.org
1 alexxy 10/02/08 20:32:43
2
3 Added: 6.1.0-common.patch
4 Log:
5 [dev-db/virtuoso-odbc] Initial import. bug #254295
6 (Portage version: 2.2_rc62/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.1 dev-db/virtuoso-odbc/files/6.1.0/6.1.0-common.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/virtuoso-odbc/files/6.1.0/6.1.0-common.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/virtuoso-odbc/files/6.1.0/6.1.0-common.patch?rev=1.1&content-type=text/plain
13
14 Index: 6.1.0-common.patch
15 ===================================================================
16 diff -ru ../virtuoso-opensource-6.1.0/appsrc/Makefile.am ./appsrc/Makefile.am
17 --- ../virtuoso-opensource-6.1.0/appsrc/Makefile.am 2007-05-07 15:23:31.000000000 +0200
18 +++ ./appsrc/Makefile.am 2010-02-04 03:29:07.355245690 +0100
19 @@ -19,17 +19,4 @@
20 #
21 #
22
23 -SUBDIRS = \
24 - ODS-Framework \
25 - ODS-Addressbook \
26 - ODS-Blog \
27 - ODS-Bookmark \
28 - ODS-Briefcase \
29 - ODS-Calendar \
30 - ODS-Community \
31 - ODS-Discussion \
32 - ODS-FeedManager \
33 - ODS-Gallery \
34 - ODS-Polls \
35 - ODS-WebMail \
36 - ODS-Wiki
37 +SUBDIRS = ODS-Framework ODS-Addressbook ODS-Blog ODS-Bookmark ODS-Briefcase ODS-Calendar ODS-Community ODS-Discussion ODS-FeedManager ODS-Gallery ODS-Polls ODS-WebMail ODS-Wiki
38 diff -ru ../virtuoso-opensource-6.1.0/configure.in ./configure.in
39 --- ../virtuoso-opensource-6.1.0/configure.in 2010-02-03 21:49:18.000000000 +0100
40 +++ ./configure.in 2010-02-04 03:29:07.406282543 +0100
41 @@ -608,18 +608,6 @@
42 ## ##
43 ##########################################################################
44
45 -AC_ARG_WITH(debug, [dnl
46 -AC_HELP_STRING([--with-debug], [debugging code])dnl
47 -], [ with_debug="$withval" ],
48 - [ with_debug="no" ])
49 -if test "x$with_debug" = "xyes"; then
50 - CCOPT="-g"
51 - AM_LDFLAGS="-g"
52 -else
53 - CCOPT=""
54 - AM_LDFLAGS="-s"
55 -fi
56 -
57 AC_CHECKING([default compiler values])
58 if eval "${CC-cc} $CFLAGS $AM_LDFLAGS -o binsrc/config/ccdefs binsrc/config/ccdefs.c" ; then
59 eval `binsrc/config/ccdefs`
60 diff -ru ../virtuoso-opensource-6.1.0/Makefile.am ./Makefile.am
61 --- ../virtuoso-opensource-6.1.0/Makefile.am 2010-02-03 17:09:01.000000000 +0100
62 +++ ./Makefile.am 2010-02-04 03:29:07.414281441 +0100
63 @@ -25,14 +25,6 @@
64
65 SUBDIRS = . docsrc libsrc binsrc appsrc
66
67 -dist_doc_DATA = \
68 - AUTHORS \
69 - COPYING \
70 - CREDITS \
71 - INSTALL \
72 - LICENSE \
73 - NEWS \
74 - README*
75
76 # ----------------------------------------------------------------------
77 #