public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Mike Frysinger (vapier)" <vapier@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in app-arch/cabextract: ChangeLog cabextract-1.3.ebuild
Date: Tue, 28 Sep 2010 20:33:31 +0000 (UTC)	[thread overview]
Message-ID: <20100928203331.F338420051@flycatcher.gentoo.org> (raw)

vapier      10/09/28 20:33:31

  Modified:             ChangeLog cabextract-1.3.ebuild
  Log:
  Fix building for systems with crappy fnmatch and/or cross-compiling.
  
  (Portage version: 2.2_rc86/cvs/Linux x86_64)

Revision  Changes    Path
1.64                 app-arch/cabextract/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/cabextract/ChangeLog?rev=1.64&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/cabextract/ChangeLog?rev=1.64&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/cabextract/ChangeLog?r1=1.63&r2=1.64

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-arch/cabextract/ChangeLog,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -r1.63 -r1.64
--- ChangeLog	3 Aug 2010 17:19:45 -0000	1.63
+++ ChangeLog	28 Sep 2010 20:33:31 -0000	1.64
@@ -1,6 +1,9 @@
 # ChangeLog for app-arch/cabextract
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/cabextract/ChangeLog,v 1.63 2010/08/03 17:19:45 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/cabextract/ChangeLog,v 1.64 2010/09/28 20:33:31 vapier Exp $
+
+  28 Sep 2010; Mike Frysinger <vapier@gentoo.org> cabextract-1.3.ebuild:
+  Fix building for systems with crappy fnmatch and/or cross-compiling.
 
   03 Aug 2010; Brent Baude <ranger@gentoo.org> cabextract-1.3.ebuild:
   Marking cabextract-1.3 ppc64 for bug 329891



1.7                  app-arch/cabextract/cabextract-1.3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/cabextract/cabextract-1.3.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/cabextract/cabextract-1.3.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/cabextract/cabextract-1.3.ebuild?r1=1.6&r2=1.7

Index: cabextract-1.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-arch/cabextract/cabextract-1.3.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- cabextract-1.3.ebuild	3 Aug 2010 17:19:45 -0000	1.6
+++ cabextract-1.3.ebuild	28 Sep 2010 20:33:31 -0000	1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/cabextract/cabextract-1.3.ebuild,v 1.6 2010/08/03 17:19:45 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/cabextract/cabextract-1.3.ebuild,v 1.7 2010/09/28 20:33:31 vapier Exp $
 
 DESCRIPTION="Extracts files from Microsoft .cab files"
 HOMEPAGE="http://www.cabextract.org.uk/"
@@ -13,6 +13,11 @@
 
 RDEPEND="extra-tools? ( dev-lang/perl )"
 
+# the code attempts to set up a fnmatch replacement, but then fails to code
+# it properly leading to undefined references to rpl_fnmatch().  This may be
+# removed in the future if building still works by setting "yes" to "no".
+export ac_cv_func_fnmatch_works=yes
+
 src_install() {
 	emake DESTDIR="${D}" install || die "emake failed"
 	dodoc AUTHORS ChangeLog INSTALL NEWS README TODO doc/magic






             reply	other threads:[~2010-09-28 20:34 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-09-28 20:33 Mike Frysinger (vapier) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2010-08-03 17:19 [gentoo-commits] gentoo-x86 commit in app-arch/cabextract: ChangeLog cabextract-1.3.ebuild Brent Baude (ranger)
2010-07-31 17:26 Jeroen Roovers (jer)
2010-07-31 15:44 Raul Porcel (armin76)
2010-07-31 14:37 Markos Chandras (hwoarang)
2010-07-31  4:35 PaweA Hajdan (phajdan.jr)
2010-07-30 10:23 Peter Volkov (pva)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20100928203331.F338420051@flycatcher.gentoo.org \
    --to=vapier@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox