Summary: | x11/eterm and japanese/eterm: fix package build failure on current | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | MANTANI Nobutaka <nobutaka> | ||||
Component: | Individual Port(s) | Assignee: | MANTANI Nobutaka <nobutaka> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Some People | CC: | enlightenment | ||||
Priority: | --- | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
A commit references this bug: Author: nobutaka Date: Sat Sep 2 09:38:21 UTC 2017 New revision: 449115 URL: https://svnweb.freebsd.org/changeset/ports/449115 Log: Fix package build error on current. PR: 221628 Submitted by: nobutaka Approved by: maintainer timeout (two weeks) Changes: head/x11/eterm/Makefile Assign to committer that resolved |
Created attachment 185571 [details] eterm.diff Package build of x11/eterm and japanese/eterm fails on current because share/Eterm/gdb.scr is missing. This build failure is caused by path change of gdb from /usr/bin/gdb to /usr/libexec/gdb on current. The attached patch fixes the build failure.