Date: Mon, 21 Nov 2022 16:21:00 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 267777] devel/cdialog: Makefile corrupts examples Message-ID: <bug-267777-7788-V5zClLTdmf@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-267777-7788@https.bugs.freebsd.org/bugzilla/> References: <bug-267777-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D267777 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=3D238216&action= =3Dedit 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 =3D=3D=3D> Testing for cdialog-1.3.20220728_1,2 Verify that create-rc works /bin/sh -c "DIALOG=3D./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 =3D dialog_color -inputbox_border2_color =3D border2_color +inputbox_border2_color =3D dialog_color -searchbox_border2_color =3D border2_color +searchbox_border2_color =3D dialog_color -menubox_border2_color =3D border2_color +menubox_border2_color =3D 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. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-267777-7788-V5zClLTdmf>