pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc Fix libtool under OS X: require a fixed version of f2c...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/55ac61a229d6
branches:  trunk
changeset: 568805:55ac61a229d6
user:      jmmv <jmmv%pkgsrc.org@localhost>
date:      Sun Dec 20 12:32:55 2009 +0000

description:
Fix libtool under OS X: require a fixed version of f2c, and thus bump
PKGREVISION of libtool to 3 and require it as a dependency.

diffstat:

 devel/libtool-base/Makefile |  4 ++--
 mk/bsd.pkg.use.mk           |  4 ++--
 mk/compiler/f2c.mk          |  4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diffs (54 lines):

diff -r ec294f872b93 -r 55ac61a229d6 devel/libtool-base/Makefile
--- a/devel/libtool-base/Makefile       Sun Dec 20 12:27:57 2009 +0000
+++ b/devel/libtool-base/Makefile       Sun Dec 20 12:32:55 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.90 2009/12/18 22:11:10 joerg Exp $
+# $NetBSD: Makefile,v 1.91 2009/12/20 12:32:55 jmmv Exp $
 
 ###########################################################################
 ###########################################################################
@@ -26,7 +26,7 @@
 .include "../../devel/libtool/Makefile.common"
 
 PKGNAME=       ${DISTNAME:S/-/-base-/}
-PKGREVISION=   2
+PKGREVISION=   3
 SVR4_PKGNAME=  ltoob
 
 COMMENT=       Generic shared library support script (the script itself)
diff -r ec294f872b93 -r 55ac61a229d6 mk/bsd.pkg.use.mk
--- a/mk/bsd.pkg.use.mk Sun Dec 20 12:27:57 2009 +0000
+++ b/mk/bsd.pkg.use.mk Sun Dec 20 12:32:55 2009 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.pkg.use.mk,v 1.49 2009/12/16 19:48:09 joerg Exp $
+#      $NetBSD: bsd.pkg.use.mk,v 1.50 2009/12/20 12:32:55 jmmv Exp $
 #
 # Turn USE_* macros into proper depedency logic.  Included near the top of
 # bsd.pkg.mk, after bsd.prefs.mk.
@@ -97,7 +97,7 @@
 LIBTOOL?=              ${PKG_LIBTOOL}
 SHLIBTOOL?=            ${PKG_SHLIBTOOL}
 .if defined(USE_LIBTOOL)
-LIBTOOL_REQD?=         2.2.6bnb1
+LIBTOOL_REQD?=         2.2.6bnb3
 BUILD_DEPENDS+=                libtool-base>=${_OPSYS_LIBTOOL_REQD:U${LIBTOOL_REQD}}:../../devel/libtool-base
 CONFIGURE_ENV+=                LIBTOOL="${LIBTOOL} ${LIBTOOL_FLAGS}"
 MAKE_ENV+=             LIBTOOL="${LIBTOOL} ${LIBTOOL_FLAGS}"
diff -r ec294f872b93 -r 55ac61a229d6 mk/compiler/f2c.mk
--- a/mk/compiler/f2c.mk        Sun Dec 20 12:27:57 2009 +0000
+++ b/mk/compiler/f2c.mk        Sun Dec 20 12:32:55 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: f2c.mk,v 1.13 2009/12/15 17:35:36 joerg Exp $
+# $NetBSD: f2c.mk,v 1.14 2009/12/20 12:32:55 jmmv Exp $
 #
 # Copyright (c) 2005 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -88,7 +88,7 @@
 .  endif
 
 # Dependencies:
-BUILD_DEPENDS+=        f2c>20090411:../../lang/f2c # translator
+BUILD_DEPENDS+=        f2c>=20090411nb2:../../lang/f2c # translator
 
 .if empty(PKGPATH:Mdevel/libtool-base) # See below
 .  include "../../devel/libf2c/buildlink3.mk" # library



Home | Main Index | Thread Index | Old Index