Bug 236240 - archivers/ark: disable rar on non-x86 archs
Summary: archivers/ark: disable rar on non-x86 archs
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: freebsd-kde (group)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-03-05 06:37 UTC by Mark Linimon
Modified: 2019-03-09 22:52 UTC (History)
1 user (show)

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


Attachments
patch to archivers/ark/Makefile (480 bytes, patch)
2019-03-05 06:37 UTC, Mark Linimon
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Mark Linimon freebsd_committer freebsd_triage 2019-03-05 06:37:59 UTC
Created attachment 202570 [details]
patch to archivers/ark/Makefile

archivers/rar is only available for x86 per its Makefile.

With it included in ark by default, kde cannot be built on non-x86.  Thus, disable it.
Comment 1 commit-hook freebsd_committer freebsd_triage 2019-03-09 22:47:36 UTC
A commit references this bug:

Author: adridg
Date: Sat Mar  9 22:46:56 UTC 2019
New revision: 495211
URL: https://svnweb.freebsd.org/changeset/ports/495211

Log:
  Turn on RAR option by default only on x86 in archivers/ark.

  This makes it possible to build on non-x86 with default options. Support
  for rar archives is via external executables, so there is no change in the
  port's compiled artifacts.

  Thanks linimon@ for the functional part of the change. While here,
  polish up descriptions and links and bits and bobs.

  PR:		236240
  Submitted by:	linimon

Changes:
  head/archivers/ark/Makefile
  head/archivers/ark/pkg-descr
  head/archivers/ark/pkg-message