Bug 200704 - x11/xfce4-screenshooter-plugin: Fix build without NLS
Summary: x11/xfce4-screenshooter-plugin: Fix build without NLS
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: Olivier Duchateau
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-06-07 21:33 UTC by Kevin Zheng
Modified: 2015-06-08 17:28 UTC (History)
1 user (show)

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


Attachments
Patch to fix build without NLS (918 bytes, patch)
2015-06-07 21:33 UTC, Kevin Zheng
no flags Details | Diff
Poudriere build log (64.84 KB, text/x-log)
2015-06-07 21:33 UTC, Kevin Zheng
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Kevin Zheng 2015-06-07 21:33:17 UTC
Created attachment 157525 [details]
Patch to fix build without NLS

The `configure` script for x11/xfce4-screenshooter-plugin has a hard dependency on the gettext packages that causes a failure when NLS is disabled.

This patch fixes the issue by bringing a gettext dependency.
Comment 1 Kevin Zheng 2015-06-07 21:33:51 UTC
Created attachment 157526 [details]
Poudriere build log
Comment 2 Olivier Duchateau freebsd_committer freebsd_triage 2015-06-08 16:13:33 UTC
I'll take it!
Comment 3 commit-hook freebsd_committer freebsd_triage 2015-06-08 17:20:31 UTC
A commit references this bug:

Author: olivierd
Date: Mon Jun  8 17:19:51 UTC 2015
New revision: 388846
URL: https://svnweb.freebsd.org/changeset/ports/388846

Log:
  - Fix build when NLS option is disabled
  - Bump PORTREVISION

  PR:		200704
  Submitted by:	Kevin Zheng

Changes:
  head/x11/xfce4-screenshooter-plugin/Makefile
  head/x11/xfce4-screenshooter-plugin/files/
  head/x11/xfce4-screenshooter-plugin/files/patch-configure
Comment 4 Olivier Duchateau freebsd_committer freebsd_triage 2015-06-08 17:28:08 UTC
Thanks, committed with minor changes.