Gentoo Logo
Gentoo Spaceship

Installation:
Gentoo Handbook
Installation Docs

Documentation:
Home
Listing
About Gentoo
Philosophy
Social Contract

Resources:
Bug Tracker
Developer List
Discussion Forums
Gentoo BitTorrents
Gentoo Linux Enhancement Proposals
IRC Channels
Mailing Lists
Mirrors
Name and Logo Guidelines
Online Package Database
Security Announcements
Staffing Needs
Supporting Vendors
View our CVS

Graphics:
Logos and themes
Icons
ScreenShots

Miscellaneous Resources:
Gentoo Linux Store
Gentoo-hosted projects
IBM dW/Intel article archive




List Archive: gentoo-commits
Navigation:
Lists: gentoo-commits: < Prev By Thread Next > < Prev By Date Next >
Headers:
To: gentoo-commits@g.o
From: "Markus Duft (mduft)" <mduft@g.o>
Subject: gentoo-x86 commit in dev-util/confix/files/2.2.0: ext-ac-archive.patch exeext.patch
Date: Tue, 03 Nov 2009 17:09:00 +0000
mduft       09/11/03 17:09:00

  Added:                ext-ac-archive.patch exeext.patch
  Log:
  added live svn ebuild for upcoming confix-2.2
  (Portage version: 2.1.6.13/cvs/Linux i686)

Revision  Changes    Path
1.1                  dev-util/confix/files/2.2.0/ext-ac-archive.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/confix/files/2.2.0/ext-ac-archive.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/confix/files/2.2.0/ext-ac-archive.patch?rev=1.1&content-type=text/plain

Index: ext-ac-archive.patch
===================================================================
diff -ru confix-9999.orig/libconfix/plugins/automake/bootstrap.py confix-9999/libconfix/plugins/automake/bootstrap.py
--- confix-9999.orig/libconfix/plugins/automake/bootstrap.py	2009-10-30 13:25:27.962172020 +0100
+++ confix-9999/libconfix/plugins/automake/bootstrap.py	2009-10-30 13:27:14.780605001 +0100
@@ -16,7 +16,7 @@
 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
 # USA
 
-import autoconf_archive
+#import autoconf_archive
 import kde_hack
 
 from libconfix.core.utils.error import Error
@@ -29,7 +29,7 @@
 
 def bootstrap(packageroot, use_kde_hack, argv0, path=None):
     aclocal_incdirs = []
-    aclocal_incdirs.append(autoconf_archive.include_path(argv0))
+    #aclocal_incdirs.append(autoconf_archive.include_path(argv0))
 
     # if package's configure.ac looks like using libtool, then we
     # assume that the package must be libtoolize'd.
diff -ru confix-9999.orig/setup.py confix-9999/setup.py
--- confix-9999.orig/setup.py	2009-10-30 13:25:27.965360137 +0100
+++ confix-9999/setup.py	2009-10-30 13:26:47.822129311 +0100
@@ -41,8 +41,8 @@
     return result
 
 datafiles = []
-datafiles.extend(recdir('share/confix/autoconf-archive/m4src', '.m4', []))
-datafiles.extend(recdir('share/confix/autoconf-archive/htmldoc', '.html', []))
+#datafiles.extend(recdir('share/confix/autoconf-archive/m4src', '.m4', []))
+#datafiles.extend(recdir('share/confix/autoconf-archive/htmldoc', '.html', []))
 
 # scripts to put in the auxdir.
 datafiles.extend([('share/confix/kde-hack',



1.1                  dev-util/confix/files/2.2.0/exeext.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/confix/files/2.2.0/exeext.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/confix/files/2.2.0/exeext.patch?rev=1.1&content-type=text/plain

Index: exeext.patch
===================================================================
diff -ru confix-9999.orig/libconfix/plugins/automake/makefile_am.py confix-9999/libconfix/plugins/automake/makefile_am.py
--- confix-9999.orig/libconfix/plugins/automake/makefile_am.py	2009-10-30 13:20:42.106291175 +0100
+++ confix-9999/libconfix/plugins/automake/makefile_am.py	2009-10-30 13:23:39.562354663 +0100
@@ -472,7 +472,15 @@
         
         # register automatic tests and set their environment
 
-        tests = self.dir_primary('check', 'PROGRAMS') + \
+        test_tmp = self.dir_primary('check', 'PROGRAMS')
+        count = 0
+        for prog in test_tmp:
+            prog += "$(EXEEXT)"
+            test_tmp[count] = prog
+            count += 1
+            pass
+
+        tests = test_tmp + \
                 self.dir_primary('check', 'SCRIPTS')
         if len(tests):
             lines.extend(makefile.List(name='TESTS', values=tests, mitigate=True).lines())





Navigation:
Lists: gentoo-commits: < Prev By Thread Next > < Prev By Date Next >
Previous by thread:
gentoo-x86 commit in dev-util/confix: ChangeLog confix-9999.ebuild
Next by thread:
gentoo-x86 commit in www-apps/horde-imp: horde-imp-4.3.5.ebuild ChangeLog
Previous by date:
gentoo-x86 commit in dev-util/confix: ChangeLog confix-9999.ebuild
Next by date:
gentoo-x86 commit in dev-python/epydoc: ChangeLog epydoc-3.0.1.ebuild


Updated Nov 24, 2009

Donate to support our development efforts.

Gentoo Centric Hosting: vr.org

VR Hosted

Tek Alchemy

Tek Alchemy

SevenL.net

SevenL.net

php|architect

php|architect

Copyright 2001-2007 Gentoo Foundation, Inc. Questions, Comments? Email www@gentoo.org.