[Bug 267777] devel/cdialog: Makefile corrupts examples
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 267777] devel/cdialog: Makefile corrupts examples"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 21 Nov 2022 16:21:00 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=267777 takefu@airport.fm changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |takefu@airport.fm Attachment #238216| |maintainer-approval+ Flags| | --- Comment #4 from takefu@airport.fm --- Created attachment 238216 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=238216&action=edit cdialog-1.3.20220728_1,2.patch (In reply to Josmar from comment #3) With the submitted patch, the difference is overwhelmingly reduced when testing, but it doesn't disappear completely. # make test ===> Testing for cdialog-1.3.20220728_1,2 Verify that create-rc works /bin/sh -c "DIALOG=./cdialog ./run_test.sh ./samples" ** ./samples/debian.rc ** ./samples/slackware.rc --- ./samples/slackware.rc 2022-11-21 16:09:42.888301000 +0000 +++ ./samples/slackware.rc-test 2022-11-21 16:09:42.884590000 +0000 @@ -83,8 +83,8 @@ border2_color = dialog_color -inputbox_border2_color = border2_color +inputbox_border2_color = dialog_color -searchbox_border2_color = border2_color +searchbox_border2_color = dialog_color -menubox_border2_color = border2_color +menubox_border2_color = dialog_color ** ./samples/sourcemage.rc ** ./samples/suse.rc ** ./samples/whiptail.rc samples/slackware.rc is the color specification for slackware, so you don't have to worry about it. -- You are receiving this mail because: You are the assignee for the bug.