| Summary: | sysutils/pacman installs an empty copy of bin/repo-add on FreeBSD 11.x. | ||
|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Ed Schouten <ed> |
| Component: | Individual Port(s) | Assignee: | Dmitry Marakasov <amdmi3> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | CC: | amdmi3, ed |
| Priority: | --- | Flags: | amdmi3:
maintainer-feedback+
|
| Version: | Latest | ||
| Hardware: | Any | ||
| OS: | Any | ||
|
Description
Ed Schouten
2017-11-13 07:15:37 UTC
Figured it out: I saw some 'gm4: command not found' errors during the build. Installing the m4 package manually and rebuilding the port makes 'repo-add' work for me again. In other words, pacman should have a m4 build dependency. A commit references this bug: Author: amdmi3 Date: Thu Nov 23 18:54:44 UTC 2017 New revision: 454770 URL: https://svnweb.freebsd.org/changeset/ports/454770 Log: - Add missing dependency on GNU m4 [1] - Switch to USES=localbase - Switch to options helpers PR: 223644 [1] Submitted by: ed [1] Changes: head/sysutils/pacman/Makefile |