pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/pkgsrc-2005Q2]: pkgsrc/shells/bash Pullup ticket 579 - requested by M...
details: https://anonhg.NetBSD.org/pkgsrc/rev/fda2dd392b78
branches: pkgsrc-2005Q2
changeset: 495855:fda2dd392b78
user: snj <snj%pkgsrc.org@localhost>
date: Sat Jul 02 06:57:54 2005 +0000
description:
Pullup ticket 579 - requested by Min Sik Kim
portability fix for bash
Revison pulled up:
- pkgsrc/shells/bash/Makefile 1.9
Module Name: pkgsrc
Committed By: minskim
Date: Fri Jul 1 16:14:39 UTC 2005
Modified Files:
pkgsrc/shells/bash: Makefile
Log Message:
Use devel/readline instead of the included readline library. Bump
PKGREVISION due to the added dependency. This should fix PR pkg/
30601.
While here, set BUILDLINK_DEPMETHOD of dependent libraries to "build"
when the "static" option is enabled.
diffstat:
shells/bash/Makefile | 13 +++++++++++--
1 files changed, 11 insertions(+), 2 deletions(-)
diffs (51 lines):
diff -r e7ce9ab20b02 -r fda2dd392b78 shells/bash/Makefile
--- a/shells/bash/Makefile Sat Jul 02 06:54:01 2005 +0000
+++ b/shells/bash/Makefile Sat Jul 02 06:57:54 2005 +0000
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.8 2005/05/31 10:01:39 dillo Exp $
+# $NetBSD: Makefile,v 1.8.2.1 2005/07/02 06:57:54 snj Exp $
#
DISTNAME= bash-3.0
PKGNAME= bash-3.0pl16
+PKGREVISION= 1
CATEGORIES= shells
MASTER_SITES= ${MASTER_SITE_GNU:=bash/} \
ftp://ftp.cwru.edu/pub/bash/
@@ -21,10 +22,12 @@
PKG_INSTALLATION_TYPES= overwrite pkgviews
+USE_GNU_READLINE= yes
USE_MAKEINFO= yes
USE_PKGINSTALL= yes
USE_PKGLOCALEDIR= yes
GNU_CONFIGURE= yes
+CONFIGURE_ARGS+= --with-installed-readline
MAKE_ENV+= INSTALL_SCRIPT='${INSTALL_SCRIPT}'
TEST_TARGET= test
@@ -62,6 +65,8 @@
##
.if !empty(PKG_OPTIONS:Mstatic)
CONFIGURE_ARGS+= --enable-static-link
+BUILDLINK_DEPMETHOD.gettext= build
+BUILDLINK_DEPMETHOD.readline= build
.endif
##
@@ -71,9 +76,13 @@
CONFIGURE_ENV+= ac_cv_type_wctype_t=no
.endif
+BUILDLINK_DEPENDS.readline+= readline>=4.3
+
+.include "../../devel/gettext-lib/buildlink3.mk"
+.include "../../devel/readline/buildlink3.mk"
+
post-install:
${INSTALL_MAN} ${WRKSRC}/doc/bash.1 ${PREFIX}/man/man1
${INSTALL_MAN} ${WRKSRC}/doc/bashbug.1 ${PREFIX}/man/man1
-.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index