Bug 251508 - devel/util-linux: Use release archive, minor Makefile fixes
Summary: devel/util-linux: Use release archive, minor Makefile fixes
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: Yuri Victorovich
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-12-01 17:56 UTC by Daniel Engberg
Modified: 2020-12-03 11:03 UTC (History)
0 users

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


Attachments
Patch for util-linux (1.90 KB, patch)
2020-12-01 17:56 UTC, Daniel Engberg
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Engberg freebsd_committer freebsd_triage 2020-12-01 17:56:16 UTC
Created attachment 220141 [details]
Patch for util-linux

Use release archive, this reduces download size by ~33%
Replace USES= gettext with gettext-tools
Disable NLS support

Compile tested on FreeBSD 13.0-CURRENT #0 r367711 (amd64)
Poudriere testport OK 12.2-RELEASE (amd64)
Comment 1 Yuri Victorovich freebsd_committer freebsd_triage 2020-12-03 08:41:27 UTC
Committed with alterations.
Thanks!
Comment 2 commit-hook freebsd_committer freebsd_triage 2020-12-03 08:41:49 UTC
A commit references this bug:

Author: yuri
Date: Thu Dec  3 08:41:28 UTC 2020
New revision: 556889
URL: https://svnweb.freebsd.org/changeset/ports/556889

Log:
  devel/util-linux: Use release archive, minor Makefile fixes

  I changed MASTER_SITES to use KERNEL_ORG.

  PR:		251508
  Submitted by:	daniel.engberg.lists@pyret.net (initial version)

Changes:
  head/devel/util-linux/Makefile
  head/devel/util-linux/distinfo
Comment 3 Daniel Engberg freebsd_committer freebsd_triage 2020-12-03 11:03:51 UTC
Good catch, thanks!