Bug 244107

Summary: archivers/rzip -- a minor improvement
Product: Ports & Packages Reporter: Mikhail Teterin <mi>
Component: Individual Port(s)Assignee: Emanuel Haupt <ehaupt>
Status: Closed FIXED    
Severity: Affects Only Me Keywords: easy
Priority: --- Flags: bugzilla: maintainer-feedback? (ehaupt)
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
Set the install-path via configure instead of patching Makefile.in none

Description Mikhail Teterin freebsd_committer freebsd_triage 2020-02-13 21:39:45 UTC
Created attachment 211625 [details]
Set the install-path via configure instead of patching Makefile.in

The change gets rid of the sole patch -- and thus the entire files/ -- by using a Makefile-knob.

The resulting build is exactly the same -- no need to bump PORTREVISION.
Comment 1 commit-hook freebsd_committer freebsd_triage 2020-02-13 23:43:10 UTC
A commit references this bug:

Author: ehaupt
Date: Thu Feb 13 23:42:43 UTC 2020
New revision: 526076
URL: https://svnweb.freebsd.org/changeset/ports/526076

Log:
  Set the install-path via configure instead of patching Makefile.in

  The change gets rid of the sole patch -- and thus the entire files/ -- by using
  a Makefile-knob.

  The resulting build is exactly the same -- no need to bump PORTREVISION.

  PR:		244107
  Submitted by:	mi

Changes:
  head/archivers/rzip/Makefile
  head/archivers/rzip/files/
Comment 2 Emanuel Haupt freebsd_committer freebsd_triage 2020-02-13 23:51:25 UTC
Committed, thanks!