| Summary: | PATCH: devel/gettext: silently depends on emacs | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Ports & Packages | Reporter: | NIIMI Satoshi <sa2c> | ||||
| Component: | Individual Port(s) | Assignee: | Ade Lovett <ade> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
Responsible Changed From-To: freebsd-ports-bugs->ade Over to maintainer State Changed From-To: open->closed Patch committed, thanks! |
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.