public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-db/unixODBC: unixODBC-2.2.12.ebuild ChangeLog
@ 2008-05-29 14:50 Tiziano Mueller (dev-zero)
  0 siblings, 0 replies; 2+ messages in thread
From: Tiziano Mueller (dev-zero) @ 2008-05-29 14:50 UTC (permalink / raw
  To: gentoo-commits

dev-zero    08/05/29 14:50:15

  Modified:             unixODBC-2.2.12.ebuild ChangeLog
  Log:
  Removed bundled libltdl (fixes bug #221879).
  (Portage version: 2.1.5_rc7)

Revision  Changes    Path
1.14                 dev-db/unixODBC/unixODBC-2.2.12.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/unixODBC/unixODBC-2.2.12.ebuild?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/unixODBC/unixODBC-2.2.12.ebuild?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/unixODBC/unixODBC-2.2.12.ebuild?r1=1.13&r2=1.14

Index: unixODBC-2.2.12.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/unixODBC/unixODBC-2.2.12.ebuild,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- unixODBC-2.2.12.ebuild	13 Mar 2008 21:42:01 -0000	1.13
+++ unixODBC-2.2.12.ebuild	29 May 2008 14:50:15 -0000	1.14
@@ -1,13 +1,13 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/unixODBC/unixODBC-2.2.12.ebuild,v 1.13 2008/03/13 21:42:01 ricmm Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/unixODBC/unixODBC-2.2.12.ebuild,v 1.14 2008/05/29 14:50:15 dev-zero Exp $
 
 WANT_AUTOCONF="latest"
 WANT_AUTOMAKE="latest"
 PATCH_VERSION="2.2.12-r0"
 PATCH_P="${PN}-${PATCH_VERSION}-patches"
 
-inherit eutils multilib autotools gnuconfig
+inherit eutils multilib autotools gnuconfig libtool
 
 KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd"
 
@@ -22,8 +22,8 @@
 RDEPEND=">=sys-libs/readline-4.1
 		>=sys-libs/ncurses-5.2
 		qt3? ( =x11-libs/qt-3* )
-		gnome? ( gnome-base/libgnomeui )"
-
+		gnome? ( gnome-base/libgnomeui )
+		sys-devel/libtool"
 DEPEND="${RDEPEND}
 	gnome? ( dev-util/cvs )" # see Bug 173256
 
@@ -32,7 +32,14 @@
 	cd "${S}"
 
 	epatch "${WORKDIR}"/${PATCH_P}/*
-	epatch "${FILESDIR}"/350-${P}-gODBCConfig-as-needed.patch
+	epatch \
+		"${FILESDIR}/350-${P}-gODBCConfig-as-needed.patch" \
+		"${FILESDIR}/360-${P}-libltdlfixes.patch"
+
+	# Remove bundled libltdl copy
+	rm -rf libltdl
+
+	eautoreconf
 }
 
 src_compile() {
@@ -44,15 +51,13 @@
 		myconf="--enable-gui=no"
 	fi
 
-	# Detect mips systems properly
-	eautoreconf
-
 	econf --host=${CHOST} \
 		--prefix=/usr \
 		--sysconfdir=/etc/${PN} \
 		--libdir=/usr/$(get_libdir) \
 		--enable-static \
 		--enable-fdb \
+		--enable-ltdllib \
 		${myconf} || die "econf failed"
 	emake -j1 || die "emake failed"
 



1.74                 dev-db/unixODBC/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/unixODBC/ChangeLog?rev=1.74&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/unixODBC/ChangeLog?rev=1.74&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/unixODBC/ChangeLog?r1=1.73&r2=1.74

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/unixODBC/ChangeLog,v
retrieving revision 1.73
retrieving revision 1.74
diff -u -r1.73 -r1.74
--- ChangeLog	13 Mar 2008 21:42:01 -0000	1.73
+++ ChangeLog	29 May 2008 14:50:15 -0000	1.74
@@ -1,6 +1,10 @@
 # ChangeLog for dev-db/unixODBC
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/unixODBC/ChangeLog,v 1.73 2008/03/13 21:42:01 ricmm Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/unixODBC/ChangeLog,v 1.74 2008/05/29 14:50:15 dev-zero Exp $
+
+  29 May 2008; Tiziano Müller <dev-zero@gentoo.org>
+  +files/360-unixODBC-2.2.12-libltdlfixes.patch, unixODBC-2.2.12.ebuild:
+  Removed bundled libltdl (fixes bug #221879).
 
   13 Mar 2008; <ricmm@gentoo.org> unixODBC-2.2.11-r1.ebuild,
   unixODBC-2.2.12.ebuild:



-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-db/unixODBC: unixODBC-2.2.12.ebuild ChangeLog
@ 2008-06-15 17:33 Christian Hoffmann (hoffie)
  0 siblings, 0 replies; 2+ messages in thread
From: Christian Hoffmann (hoffie) @ 2008-06-15 17:33 UTC (permalink / raw
  To: gentoo-commits

hoffie      08/06/15 17:33:57

  Modified:             unixODBC-2.2.12.ebuild ChangeLog
  Log:
  Moving autotools calls to src_unpack and using e* wrappers instead of calling them directly. Thanks to flameeyes for noticing that, thanks to Rafał Mużyło <galtgendo@o2.pl> for jogging my memory, bug 226545
  (Portage version: 2.1.5.5)

Revision  Changes    Path
1.15                 dev-db/unixODBC/unixODBC-2.2.12.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/unixODBC/unixODBC-2.2.12.ebuild?rev=1.15&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/unixODBC/unixODBC-2.2.12.ebuild?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/unixODBC/unixODBC-2.2.12.ebuild?r1=1.14&r2=1.15

Index: unixODBC-2.2.12.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/unixODBC/unixODBC-2.2.12.ebuild,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- unixODBC-2.2.12.ebuild	29 May 2008 14:50:15 -0000	1.14
+++ unixODBC-2.2.12.ebuild	15 Jun 2008 17:33:57 -0000	1.15
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/unixODBC/unixODBC-2.2.12.ebuild,v 1.14 2008/05/29 14:50:15 dev-zero Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/unixODBC/unixODBC-2.2.12.ebuild,v 1.15 2008/06/15 17:33:57 hoffie Exp $
 
 WANT_AUTOCONF="latest"
 WANT_AUTOMAKE="latest"
@@ -40,6 +40,13 @@
 	rm -rf libltdl
 
 	eautoreconf
+
+	if use gnome ; then
+		cd gODBCConfig
+		touch ChangeLog
+		autopoint -f || die "autopoint -f failed"
+		eautoreconf --install
+	fi
 }
 
 src_compile() {
@@ -68,9 +75,6 @@
 		ln -s "${S}"/odbcinst/.libs ./lib/.libs
 
 		cd gODBCConfig
-		touch ChangeLog
-		gnuconfig_update
-		autoreconf --install
 		econf --host=${CHOST} \
 			--with-odbc="${S}" \
 			--enable-static \



1.75                 dev-db/unixODBC/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/unixODBC/ChangeLog?rev=1.75&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/unixODBC/ChangeLog?rev=1.75&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/unixODBC/ChangeLog?r1=1.74&r2=1.75

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/unixODBC/ChangeLog,v
retrieving revision 1.74
retrieving revision 1.75
diff -u -r1.74 -r1.75
--- ChangeLog	29 May 2008 14:50:15 -0000	1.74
+++ ChangeLog	15 Jun 2008 17:33:57 -0000	1.75
@@ -1,6 +1,12 @@
 # ChangeLog for dev-db/unixODBC
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/unixODBC/ChangeLog,v 1.74 2008/05/29 14:50:15 dev-zero Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/unixODBC/ChangeLog,v 1.75 2008/06/15 17:33:57 hoffie Exp $
+
+  15 Jun 2008; Christian Hoffmann <hoffie@gentoo.org>
+  unixODBC-2.2.12.ebuild:
+  Moving autotools calls to src_unpack and using e* wrappers instead of
+  calling them directly. Thanks to flameeyes for noticing that, thanks to
+  Rafał Mużyło <galtgendo@o2.pl> for jogging my memory, bug 226545
 
   29 May 2008; Tiziano Müller <dev-zero@gentoo.org>
   +files/360-unixODBC-2.2.12-libltdlfixes.patch, unixODBC-2.2.12.ebuild:



-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-06-15 17:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-06-15 17:33 [gentoo-commits] gentoo-x86 commit in dev-db/unixODBC: unixODBC-2.2.12.ebuild ChangeLog Christian Hoffmann (hoffie)
  -- strict thread matches above, loose matches on Subject: below --
2008-05-29 14:50 Tiziano Mueller (dev-zero)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox