sdl-hercules-hyperion: hopefully final tweaks (tun/tap still to be done).

This commit is contained in:
Olaf Seibert 2020-02-09 18:27:37 +01:00
parent 539ec30f6a
commit e033d88b12
4 changed files with 22 additions and 3 deletions

View File

@ -21,17 +21,20 @@ USE_LANGUAGES+= c c++
PTHREAD_OPTS+= require
CONFIGURE_ARGS+= --enable-extpkgs=${PREFIX}/lib/sdlhercules
MAKE_ARGS+= V=1
INSTALLATION_DIRS+= share/examples/hercules
pre-configure:
${RM} ${WRKSRC}/ltdl.h ${WRKSRC}/ltdl.c
cd ${WRKSRC} && ./autogen.sh
.include "../../archivers/bzip2/builtin.mk"
.include "../../devel/zlib/builtin.mk"
post-install:
${INSTALL_DATA} ${WRKSRC}/hercules.cnf ${DESTDIR}${PREFIX}/share/examples/hercules/
.include "../../archivers/bzip2/buildlink3.mk"
.include "../../converters/libiconv/buildlink3.mk"
.include "../../devel/libltdl/buildlink3.mk"
.include "../../devel/zlib/buildlink3.mk"
.include "../../wip/sdl-hercules-crypto/buildlink3.mk"
.include "../../wip/sdl-hercules-decnumber/buildlink3.mk"
.include "../../wip/sdl-hercules-softfloat/buildlink3.mk"

View File

@ -72,6 +72,7 @@ man/man1/cckddiag.1
man/man1/dasdseq.1
man/man1/vmfplc2.1
man/man4/cckd.4
share/examples/hercules/hercules.cnf
share/hercules/TMOUNT.txt
share/hercules/awssl-v19g
share/hercules/awswrite.jcl

View File

@ -8,6 +8,7 @@ SHA1 (patch-Makefile.am) = 354add1d50bbbc09226e848f6b2e7350ad34f915
SHA1 (patch-autoconf_hercules.m4) = 2ea0beaa0a0470050f0c41befcaebd9f73dad4d5
SHA1 (patch-configure.ac) = 5e2a92b3530fa4bd61a4f1e28ff98eab20f7d1b5
SHA1 (patch-hercifc.c) = 5661ca325cb3575726a44ecadbaeb951fcf2d0fd
SHA1 (patch-hercules.cnf) = cd0a09d39175e9673dab785703d2f8c1b92c8dc6
SHA1 (patch-hifr.h) = d364bbd32143cf137aed84eb79f5af9f62f8210b
SHA1 (patch-hostopts.h) = d464925f82570cbcf368f0b76d1b545a5eebacfd
SHA1 (patch-hscutl.c) = 72ff77bff284e63bc42e124b56051fe735f74de6

View File

@ -0,0 +1,14 @@
$NetBSD$
Put a more likely to be correct path in the example config.
--- hercules.cnf.orig 2020-02-09 16:27:07.621576951 +0000
+++ hercules.cnf
@@ -4,6 +4,7 @@
MSGLEVEL VERBOSE # normal/verbose/debug
# MODPATH /usr/local/lib/hercules # Where to search for modules
+ MODPATH /usr/pkg/lib/hercules # Where to search for modules
#-------------------------------------------------------------------------------