pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/x3270



Module Name:    pkgsrc
Committed By:   rhialto
Date:           Fri Jan  1 15:37:54 UTC 2021

Modified Files:
        pkgsrc/x11/x3270: Makefile options.mk

Log Message:
x11/x3270: replace bash in a shell script.


To generate a diff of this commit:
cvs rdiff -u -r1.43 -r1.44 pkgsrc/x11/x3270/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/x11/x3270/options.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/x11/x3270/Makefile
diff -u pkgsrc/x11/x3270/Makefile:1.43 pkgsrc/x11/x3270/Makefile:1.44
--- pkgsrc/x11/x3270/Makefile:1.43      Fri Jan  1 13:05:22 2021
+++ pkgsrc/x11/x3270/Makefile   Fri Jan  1 15:37:54 2021
@@ -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 @@ LICENSE=      modified-bsd
 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
 

Index: pkgsrc/x11/x3270/options.mk
diff -u pkgsrc/x11/x3270/options.mk:1.1 pkgsrc/x11/x3270/options.mk:1.2
--- pkgsrc/x11/x3270/options.mk:1.1     Fri Jan  1 13:05:22 2021
+++ pkgsrc/x11/x3270/options.mk Fri Jan  1 15:37:54 2021
@@ -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+=      --disable-c3270
 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