Bug 222968 - [MAINTAINER] emulators/simh: fix name clash with other ports and tidy compilations
Summary: [MAINTAINER] emulators/simh: fix name clash with other ports and tidy compila...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Luca Pizzamiglio
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-10-12 23:30 UTC by Bob Eager
Modified: 2017-10-13 11:41 UTC (History)
1 user (show)

See Also:


Attachments
Patches to files in port directory (5.87 KB, patch)
2017-10-12 23:30 UTC, Bob Eager
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Bob Eager 2017-10-12 23:30:01 UTC
Created attachment 187121 [details]
Patches to files in port directory

Fix name clashes with gri and nova, as reported.

Also fix compilation warnings from later compiler.

New files:
files/patch-AltairZ80_i86__prim__ops.c
files/patch-HP2100_hp2100__pif.c
Comment 1 commit-hook freebsd_committer freebsd_triage 2017-10-13 11:38:39 UTC
A commit references this bug:

Author: pizzamig
Date: Fri Oct 13 11:38:05 UTC 2017
New revision: 451983
URL: https://svnweb.freebsd.org/changeset/ports/451983

Log:
  emulators/simh: fix name clash with other ports and tidy compilations

  Fix name clash with gri and nova, that caused conflicts
  Fix compilation warnings

  PR:		222968
  Submitted by:	bob@eager.cx (maintainer)
  Approved by:	olivier (mentor)
  Differential Revision:	https://reviews.freebsd.org/D12651

Changes:
  head/emulators/simh/Makefile
  head/emulators/simh/distinfo
  head/emulators/simh/files/patch-AltairZ80_i86__prim__ops.c
  head/emulators/simh/files/patch-HP2100_hp2100__pif.c
  head/emulators/simh/files/patch-HP2100_hp__disclib.c
  head/emulators/simh/files/pkg-message.in
  head/emulators/simh/pkg-plist
Comment 2 Luca Pizzamiglio freebsd_committer freebsd_triage 2017-10-13 11:41:19 UTC
Thanks!