Bug 196527 - textproc/dictionary: Stop calling make-local-hook
Summary: textproc/dictionary: Stop calling make-local-hook
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: John Marino
URL:
Keywords: easy, patch, patch-ready
Depends on:
Blocks:
 
Reported: 2015-01-06 03:02 UTC by Yoshiaki Kasahara
Modified: 2015-02-06 10:16 UTC (History)
1 user (show)

See Also:


Attachments
A patch to check existence of make-local-hook (431 bytes, patch)
2015-01-06 03:02 UTC, Yoshiaki Kasahara
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Yoshiaki Kasahara 2015-01-06 03:02:18 UTC
Created attachment 151377 [details]
A patch to check existence of make-local-hook

Stop calling make-local-hook unconditionally because it had been removed at 24.1.
Comment 1 John Marino freebsd_committer freebsd_triage 2015-01-25 18:40:03 UTC
The port is unmaintained.
The patch needs to be created by renaming the attachment (svn patch will not work)

Moving to patch-ready as it is pretty simple.
Comment 2 commit-hook freebsd_committer freebsd_triage 2015-02-06 10:15:50 UTC
A commit references this bug:

Author: marino
Date: Fri Feb  6 10:15:01 UTC 2015
New revision: 378520
URL: https://svnweb.freebsd.org/changeset/ports/378520

Log:
  textproc/dictionary: stop calling make-local-hook unconditionally

  This hook was removed from emacs 24.1 so it's obsolete now.

  PR:		196527
  Submitted by:	Yoshiaki Kasahara
  Approved by:	n/a (unmaintained)

Changes:
  head/textproc/dictionary/Makefile
  head/textproc/dictionary/files/
  head/textproc/dictionary/files/patch-dictionary.el
Comment 3 John Marino freebsd_committer freebsd_triage 2015-02-06 10:16:03 UTC
Thanks