Bug 87956 - PATCH: devel/gettext: silently depends on emacs
Summary: PATCH: devel/gettext: silently depends on emacs
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Ade Lovett
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-10-24 22:10 UTC by NIIMI Satoshi
Modified: 2005-11-13 23:30 UTC (History)
0 users

See Also:


Attachments
gettext.diff (554 bytes, patch)
2005-10-24 22:10 UTC, NIIMI Satoshi
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description NIIMI Satoshi 2005-10-24 22:10:14 UTC
In ${WRKDIR}/gettext-tools, emacs are detected by configure, emacs
lisp files are byte compiled, and emacs lisp sources are installed.

This is unnecessary because emacs lisp files are installed by
post-install target, and this causes some troubles:

* When emacs exists, extra file "start-po.el" is installed.

* When only xemacs exists, emacs lisp files are installed in
  "${PREFIX}/lib/site-lisp".

* When emacs exists but does not work (such as portupgrade -fa after
  upgrade FreeBSD version), this port fails to build.

Fix: With this patch, files/patch-ad can be removed.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2005-10-24 22:12:20 UTC
Responsible Changed
From-To: freebsd-ports-bugs->ade

Over to maintainer
Comment 2 Ade Lovett freebsd_committer freebsd_triage 2005-11-13 23:30:14 UTC
State Changed
From-To: open->closed

Patch committed, thanks!