Bug 251954

Summary: audio/swhplugins fails to build with NLS turned off
Product: Ports & Packages Reporter: tjlegg
Component: Individual Port(s)Assignee: Tilman Keskinoz <arved>
Status: Closed FIXED    
Severity: Affects Only Me CC: ml
Priority: --- Flags: bugzilla: maintainer-feedback? (arved)
Version: Latest   
Hardware: Any   
OS: Any   

Description tjlegg 2020-12-19 06:46:14 UTC
With NLS turned off, the port fails to build due to build dependency on gettext-tools.

=======================<phase: configure      >============================
===>  Configuring for swhplugins-0.4.17
Can't exec "autopoint": No such file or directory at /usr/local/share/autoconf-2.69/Autom4te/FileUtils.pm line 345.
autoreconf-2.69: failed to run autopoint: No such file or directory
autoreconf-2.69: autopoint is needed because this package uses Gettext
*** Error code 1
Comment 1 commit-hook freebsd_committer freebsd_triage 2021-01-04 16:17:13 UTC
A commit references this bug:

Author: arved
Date: Mon Jan  4 16:16:19 UTC 2021
New revision: 560308
URL: https://svnweb.freebsd.org/changeset/ports/560308

Log:
  Add gettext-tools to Build dependency in case NLS is disabled.

  autopoint is called during autoreconf stage (see PR 234833 for details)

  PR:		251954
  Reported by:	tjlegg

Changes:
  head/audio/swhplugins/Makefile
Comment 2 Tilman Keskinoz freebsd_committer freebsd_triage 2021-01-04 16:29:13 UTC
a fix was committed, thanks for reporting