Bug 251954 - audio/swhplugins fails to build with NLS turned off
Summary: audio/swhplugins fails to build with NLS turned off
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Tilman Keskinoz
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-12-19 06:46 UTC by tjlegg
Modified: 2021-01-04 16:29 UTC (History)
1 user (show)

See Also:
bugzilla: maintainer-feedback? (arved)


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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