Bug 200682

Summary: [UPDATE] editors/mg to 20150323
Product: Ports & Packages Reporter: Olivier Duchateau <olivierd>
Component: Individual Port(s)Assignee: freebsd-ports-bugs (Nobody) <ports-bugs>
Status: Closed FIXED    
Severity: Affects Only Me CC: darcsis
Priority: --- Flags: bugzilla: maintainer-feedback? (darcsis)
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
Patch to update editors/mg none

Description Olivier Duchateau freebsd_committer freebsd_triage 2015-06-06 20:46:28 UTC
Created attachment 157483 [details]
Patch to update editors/mg

- Update to 20150323 snapshot
- Add patches which replace reallocarray()* by realloc(3).

* reallocarray() is presents in HEAD, but for better compatibility I prefer drop this function.
Comment 1 commit-hook freebsd_committer freebsd_triage 2015-06-29 16:49:23 UTC
A commit references this bug:

Author: olivierd
Date: Mon Jun 29 16:49:17 UTC 2015
New revision: 390922
URL: https://svnweb.freebsd.org/changeset/ports/390922

Log:
  - Update to 20150323 snapshot
  - Add patches which replace reallocarray by realloc(3)

  PR:		200682
  Submitted by:	myself
  Approved by:	darcsis (maintainer, timeout > 3 weeks)

Changes:
  head/editors/mg/Makefile
  head/editors/mg/distinfo
  head/editors/mg/files/
  head/editors/mg/files/patch-autoexec.c
  head/editors/mg/files/patch-def.h
  head/editors/mg/files/patch-display.c
Comment 2 Olivier Duchateau freebsd_committer freebsd_triage 2015-06-29 16:58:14 UTC
Committed.