Bug 267584 - emulators/mame: Remove leftover garbage from previous patches
Summary: emulators/mame: Remove leftover garbage from previous patches
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Li-Wen Hsu
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-11-06 06:00 UTC by Alastair Hogge
Modified: 2022-11-07 09:59 UTC (History)
2 users (show)

See Also:


Attachments
target.ini.in.patch (354 bytes, patch)
2022-11-06 06:00 UTC, Alastair Hogge
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.