diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-03-25 09:07:24 -0500 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-03-30 18:59:38 -0500 |
commit | f6dcdbb5e3d4890b279026b54b1e095c61f08ba0 (patch) | |
tree | 669dc8dea7687efcfecaadd1c5173dee29c74099 /games/acm/files/patch-dis_data_create-tables-5 | |
parent | emulators/pcsxr: Remove expired port: (diff) |
games/acm: Remove expired port:
2023-03-31 games/acm: Abandoned upstream. Does not work.
Diffstat (limited to 'games/acm/files/patch-dis_data_create-tables-5')
-rw-r--r-- | games/acm/files/patch-dis_data_create-tables-5 | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/games/acm/files/patch-dis_data_create-tables-5 b/games/acm/files/patch-dis_data_create-tables-5 deleted file mode 100644 index bb4ee73a35fd..000000000000 --- a/games/acm/files/patch-dis_data_create-tables-5 +++ /dev/null @@ -1,19 +0,0 @@ ---- dis/data/create-tables-5.orig 1996-01-04 17:20:40 UTC -+++ dis/data/create-tables-5 -@@ -38,7 +38,7 @@ while (<ENTITIES>) { - @last_a = @a; - - } --dbmclose (entities); -+dbmclose (%entities); - close (ENTITIES); - - open (SITES, "./sites"); -@@ -53,6 +53,6 @@ while (<SITES>) { - $sites{$key} = $a[1]; - } - } --dbmclose (sites); -+dbmclose (%sites); - close (ENTITIES); - |