Bug 267584

Summary: emulators/mame: Remove leftover garbage from previous patches
Product: Ports & Packages Reporter: Alastair Hogge <agh>
Component: Individual Port(s)Assignee: Li-Wen Hsu <lwhsu>
Status: Closed FIXED    
Severity: Affects Only Me CC: agh, lwhsu
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
target.ini.in.patch none

Description Alastair Hogge 2022-11-06 06:00:41 UTC
Created attachment 237882 [details]
target.ini.in.patch

Remove garbage from poor vi-fu in previous patch:

diff --git a/emulators/mame/files/target.ini.in b/emulators/mame/files/target.ini.in
index ce57b63419e6..af82c5b55f90 100644
--- a/emulators/mame/files/target.ini.in
+++ b/emulators/mame/files/target.ini.in
@@ -1,5 +1,5 @@
 #
-ninn# CORE CONFIGURATION OPTIONS
+# CORE CONFIGURATION OPTIONS
 #
 readconfig                1
 writeconfig

Sorry for the traffic.
Comment 1 commit-hook freebsd_committer freebsd_triage 2022-11-07 07:09:48 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=f95a79458e2ed5e6a577ebdcf819f1ac0d200c87

commit f95a79458e2ed5e6a577ebdcf819f1ac0d200c87
Author:     Alastair Hogge <agh@riseup.net>
AuthorDate: 2022-11-07 07:07:51 +0000
Commit:     Li-Wen Hsu <lwhsu@FreeBSD.org>
CommitDate: 2022-11-07 07:08:39 +0000

    emulators/mame: Remove leftover garbage from previous patches

    PR:             267584

 emulators/mame/Makefile            | 1 +
 emulators/mame/files/target.ini.in | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)
Comment 2 Alastair Hogge 2022-11-07 09:59:39 UTC
Thank you.