Gentoo Archives: gentoo-dev

From: Torsten Veller <tove@g.o>
To: gentoo-dev@l.g.o, grobian@g.o
Subject: [gentoo-dev] Re: gentoo-x86 commit in dev-perl/XML-Parser: XML-Parser-2.410.0-r1.ebuild ChangeLog
Date: Tue, 07 Aug 2012 16:04:25
Message-Id: 20120807174558.TA0e592b.tv@veller.net
1 * "Fabian Groffen (grobian)" <grobian@g.o>:
2 > grobian 12/08/07 15:21:54
3 >
4 > Modified: ChangeLog
5 > Added: XML-Parser-2.410.0-r1.ebuild
6 > Log:
7 > Fix expat detection for FreeBSD that silently went unnoticed.
8
9 The following single quotes were dropped:
10
11 -myconf="EXPATLIBPATH='${EPREFIX}/usr/$(get_libdir)' EXPATINCPATH='${EPREFIX}/usr/include'"
12 +myconf="EXPATLIBPATH=${EPREFIX}/usr/$(get_libdir) EXPATINCPATH=${EPREFIX}/usr/include"
13
14 Sorry, I don't understand the problem. Is it a general problem with
15 the single quote or a special FreeBSD problem?
16
17 I think we should convert all myconf strings to arrays:
18 myconf=( EXPATLIBPATH="${EPREFIX}"/usr/$(get_libdir) EXPATINCPATH="${EPREFIX}"/usr/include )
19
20 --
21 Thanks

Replies