pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/x3270 x11/x3270: replace bash in a shell script.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c6ebedb8c014
branches:  trunk
changeset: 444007:c6ebedb8c014
user:      rhialto <rhialto%pkgsrc.org@localhost>
date:      Fri Jan 01 15:37:54 2021 +0000

description:
x11/x3270: replace bash in a shell script.

diffstat:

 x11/x3270/Makefile   |  5 +++--
 x11/x3270/options.mk |  3 ++-
 2 files changed, 5 insertions(+), 3 deletions(-)

diffs (39 lines):

diff -r a8bf4b36b00d -r c6ebedb8c014 x11/x3270/Makefile
--- a/x11/x3270/Makefile        Fri Jan 01 15:34:04 2021 +0000
+++ b/x11/x3270/Makefile        Fri Jan 01 15:37:54 2021 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.43 2021/01/01 13:05:22 rhialto Exp $
+# $NetBSD: Makefile,v 1.44 2021/01/01 15:37:54 rhialto Exp $
 
 DISTNAME=      suite3270-4.0ga13-src
 PKGNAME=       x3270-4.0ga13
+PKGREVISION=   1
 CATEGORIES=    x11
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=x3270/}
 EXTRACT_SUFX=  .tgz
@@ -14,7 +15,7 @@
 GNU_CONFIGURE= yes
 
 WRKSRC=                ${WRKDIR}/suite3270-4.0
-USE_TOOLS+=    bdftopcf gmake
+USE_TOOLS+=    bdftopcf gmake bash:run
 
 FONTS_DIRS.x11+=       ${PREFIX}/share/fonts/X11/misc
 
diff -r a8bf4b36b00d -r c6ebedb8c014 x11/x3270/options.mk
--- a/x11/x3270/options.mk      Fri Jan 01 15:34:04 2021 +0000
+++ b/x11/x3270/options.mk      Fri Jan 01 15:37:54 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.1 2021/01/01 13:05:22 rhialto Exp $
+# $NetBSD: options.mk,v 1.2 2021/01/01 15:37:54 rhialto Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.x3270
 PKG_SUPPORTED_OPTIONS= curses x11 tcl
@@ -22,6 +22,7 @@
 CONFIGURE_ARGS+=       --enable-x3270
 CONFIGURE_ARGS+=       --enable-x3270if
 PLIST.x11=             yes
+REPLACE_BASH+=         x3270/x3270a.in
 .else
 CONFIGURE_ARGS+=       --disable-x3270
 CONFIGURE_ARGS+=       --disable-x3270if



Home | Main Index | Thread Index | Old Index