Index: head/devel/bashdb/Makefile =================================================================== --- head/devel/bashdb/Makefile (revision 569288) +++ head/devel/bashdb/Makefile (revision 569289) @@ -1,29 +1,30 @@ # $FreeBSD$ PORTNAME= bashdb -DISTVERSION= 5.0-1.1.0 +DISTVERSION= 5.0-1.1.2 CATEGORIES= devel MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${DISTVERSION}/ MAINTAINER= yuri@FreeBSD.org COMMENT= Source-code debugger for bash LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -BROKEN= fails to configure - BUILD_DEPENDS= bash:shells/bash RUN_DEPENDS= bash:shells/bash USES= gmake python shebangfix SHEBANG_FILES= lib/term-highlight.py + GNU_CONFIGURE= yes +CONFIGURE_SHELL= ${LOCALBASE}/bin/bash + NO_BUILD= yes NO_ARCH= yes CONFIGURE_ARGS= --with-bash=${LOCALBASE}/bin/bash INFO= bashdb .include Index: head/devel/bashdb/distinfo =================================================================== --- head/devel/bashdb/distinfo (revision 569288) +++ head/devel/bashdb/distinfo (revision 569289) @@ -1,3 +1,3 @@ -TIMESTAMP = 1571000001 -SHA256 (bashdb-5.0-1.1.0.tar.gz) = fc61dd6896a3f56c3b356e331a8a275ff61b97c376cdce6b48340260b55a4982 -SIZE (bashdb-5.0-1.1.0.tar.gz) = 899810 +TIMESTAMP = 1578213499 +SHA256 (bashdb-5.0-1.1.2.tar.gz) = 1cd5508007bb6b377977010de8c8aea9208e1417c56b30d102ffffd9d8afb0ca +SIZE (bashdb-5.0-1.1.2.tar.gz) = 753400 Index: head/devel/bashdb/files/patch-configure =================================================================== --- head/devel/bashdb/files/patch-configure (nonexistent) +++ head/devel/bashdb/files/patch-configure (revision 569289) @@ -0,0 +1,11 @@ +--- configure.orig 2021-03-27 02:46:15 UTC ++++ configure +@@ -2790,7 +2790,7 @@ bash_major=`$SH_PROG -c 'echo ${BASH_VERSINFO[0]}'` + bash_minor=`$SH_PROG -c 'echo ${BASH_VERSINFO[1]}'` + bash_5_or_greater=no + case "${bash_major}.${bash_minor}" in +- '5.0' | '5.0') ++ '5.0' | '5.0' | '5.1' | '5.2') + bash_5_or_greater=yes + ;; + *) Property changes on: head/devel/bashdb/files/patch-configure ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/devel/bashdb/pkg-plist =================================================================== --- head/devel/bashdb/pkg-plist (revision 569288) +++ head/devel/bashdb/pkg-plist (revision 569289) @@ -1,151 +1,151 @@ bin/bashdb man/man1/bashdb.1.gz %%DATADIR%%/bashdb-main.inc %%DATADIR%%/bashdb-part2.sh %%DATADIR%%/bashdb-trace %%DATADIR%%/command/action.sh %%DATADIR%%/command/alias.sh %%DATADIR%%/command/backtrace.sh %%DATADIR%%/command/break.sh %%DATADIR%%/command/clear.sh %%DATADIR%%/command/commands.sh %%DATADIR%%/command/complete.sh %%DATADIR%%/command/condition.sh %%DATADIR%%/command/continue.sh %%DATADIR%%/command/debug.sh %%DATADIR%%/command/delete.sh %%DATADIR%%/command/disable.sh %%DATADIR%%/command/display.sh %%DATADIR%%/command/down.sh %%DATADIR%%/command/edit.sh %%DATADIR%%/command/enable.sh %%DATADIR%%/command/eval.sh %%DATADIR%%/command/examine.sh %%DATADIR%%/command/export.sh %%DATADIR%%/command/file.sh %%DATADIR%%/command/finish.sh %%DATADIR%%/command/frame.sh %%DATADIR%%/command/handle.sh %%DATADIR%%/command/help.sh %%DATADIR%%/command/history.sh %%DATADIR%%/command/info.sh %%DATADIR%%/command/info_sub/args.sh %%DATADIR%%/command/info_sub/breakpoints.sh %%DATADIR%%/command/info_sub/display.sh %%DATADIR%%/command/info_sub/files.sh %%DATADIR%%/command/info_sub/functions.sh %%DATADIR%%/command/info_sub/handle.sh %%DATADIR%%/command/info_sub/line.sh %%DATADIR%%/command/info_sub/program.sh %%DATADIR%%/command/info_sub/signals.sh %%DATADIR%%/command/info_sub/source.sh %%DATADIR%%/command/info_sub/stack.sh %%DATADIR%%/command/info_sub/variables.sh %%DATADIR%%/command/info_sub/warranty.sh %%DATADIR%%/command/info_sub/watchpoints.sh %%DATADIR%%/command/kill.sh %%DATADIR%%/command/list.sh %%DATADIR%%/command/load.sh %%DATADIR%%/command/log.sh %%DATADIR%%/command/next.sh %%DATADIR%%/command/pwd.sh %%DATADIR%%/command/quit.sh %%DATADIR%%/command/return.sh %%DATADIR%%/command/run.sh %%DATADIR%%/command/search.sh %%DATADIR%%/command/set.sh %%DATADIR%%/command/set_sub/annotate.sh %%DATADIR%%/command/set_sub/args.sh %%DATADIR%%/command/set_sub/autoeval.sh %%DATADIR%%/command/set_sub/autolist.sh %%DATADIR%%/command/set_sub/basename.sh %%DATADIR%%/command/set_sub/debug.sh %%DATADIR%%/command/set_sub/debugging.sh %%DATADIR%%/command/set_sub/different.sh %%DATADIR%%/command/set_sub/dollar0.sh %%DATADIR%%/command/set_sub/editing.sh %%DATADIR%%/command/set_sub/highlight.sh %%DATADIR%%/command/set_sub/history.sh %%DATADIR%%/command/set_sub/linetrace.sh %%DATADIR%%/command/set_sub/listsize.sh %%DATADIR%%/command/set_sub/prompt.sh %%DATADIR%%/command/set_sub/showcommand.sh %%DATADIR%%/command/set_sub/style.sh %%DATADIR%%/command/set_sub/trace-commands.sh %%DATADIR%%/command/set_sub/tty.sh %%DATADIR%%/command/set_sub/width.sh %%DATADIR%%/command/shell.sh %%DATADIR%%/command/show.sh %%DATADIR%%/command/show_sub/alias.sh %%DATADIR%%/command/show_sub/annotate.sh %%DATADIR%%/command/show_sub/args.sh %%DATADIR%%/command/show_sub/autoeval.sh %%DATADIR%%/command/show_sub/autolist.sh %%DATADIR%%/command/show_sub/basename.sh %%DATADIR%%/command/show_sub/commands.sh %%DATADIR%%/command/show_sub/copying.sh %%DATADIR%%/command/show_sub/debug.sh %%DATADIR%%/command/show_sub/different.sh %%DATADIR%%/command/show_sub/directories.sh %%DATADIR%%/command/show_sub/editing.sh %%DATADIR%%/command/show_sub/highlight.sh %%DATADIR%%/command/show_sub/history.sh %%DATADIR%%/command/show_sub/listsize.sh %%DATADIR%%/command/show_sub/prompt.sh %%DATADIR%%/command/show_sub/style.sh %%DATADIR%%/command/show_sub/tty.sh %%DATADIR%%/command/show_sub/version.sh %%DATADIR%%/command/show_sub/warranty.sh %%DATADIR%%/command/show_sub/width.sh %%DATADIR%%/command/signal.sh %%DATADIR%%/command/skip.sh %%DATADIR%%/command/source.sh %%DATADIR%%/command/step.sh %%DATADIR%%/command/trace.sh %%DATADIR%%/command/tty.sh %%DATADIR%%/command/undisplay.sh %%DATADIR%%/command/untrace.sh %%DATADIR%%/command/up.sh %%DATADIR%%/command/watch.sh %%DATADIR%%/data/shell.sh %%DATADIR%%/dbg-main.sh -%%DATADIR%%/dbg-set-d-vars.inc %%DATADIR%%/getopts_long.sh %%DATADIR%%/init/io.sh %%DATADIR%%/init/opts.sh %%DATADIR%%/init/pre.sh %%DATADIR%%/init/require.sh %%DATADIR%%/init/term-background.sh %%DATADIR%%/init/vars.sh %%DATADIR%%/lib/action.sh %%DATADIR%%/lib/alias.sh %%DATADIR%%/lib/break.sh %%DATADIR%%/lib/cmd-hooks.sh %%DATADIR%%/lib/columnize.sh %%DATADIR%%/lib/commands.sh %%DATADIR%%/lib/complete.sh %%DATADIR%%/lib/dbg-call.sh %%DATADIR%%/lib/display.sh %%DATADIR%%/lib/file.sh %%DATADIR%%/lib/filecache.sh %%DATADIR%%/lib/fns.sh %%DATADIR%%/lib/frame.sh %%DATADIR%%/lib/help.sh %%DATADIR%%/lib/hist.sh %%DATADIR%%/lib/hook.sh %%DATADIR%%/lib/info.sh %%DATADIR%%/lib/journal.sh %%DATADIR%%/lib/list.sh %%DATADIR%%/lib/msg.sh %%DATADIR%%/lib/processor.sh %%DATADIR%%/lib/run.sh %%DATADIR%%/lib/save-restore.sh %%DATADIR%%/lib/setshow.sh %%DATADIR%%/lib/shell.sh %%DATADIR%%/lib/sig.sh %%DATADIR%%/lib/sort.sh %%DATADIR%%/lib/stepping.sh %%DATADIR%%/lib/subcmd.sh %%DATADIR%%/lib/term-highlight.py %%DATADIR%%/lib/unescape.sh %%DATADIR%%/lib/validate.sh +%%DATADIR%%/set-d-vars.sh