Bug 215530 - Mk/bsd.port.mk: makesum no longer calls custom do-fetch
Summary: Mk/bsd.port.mk: makesum no longer calls custom do-fetch
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Ports Framework (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Baptiste Daroussin
URL: https://reviews.freebsd.org/D21544
Keywords: regression
Depends on:
Blocks:
 
Reported: 2016-12-24 01:50 UTC by Jan Beich
Modified: 2020-08-17 03:08 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jan Beich freebsd_committer freebsd_triage 2016-12-24 01:50:58 UTC
After ports r415842 |make makesum| doesn't try to fetch distfile if the port defined its own do-fetch. For example,

  $ make clean makesum BOOTSTRAP= -C devel/libopenbsd
  $ make clean makesum SVN_FETCH= PORTVERSION=3.0.r4417 -C games/openbor
Comment 1 Baptiste Daroussin freebsd_committer freebsd_triage 2019-09-06 08:22:26 UTC
https://reviews.freebsd.org/D21544 should fix it
Comment 2 commit-hook freebsd_committer freebsd_triage 2019-09-29 04:16:26 UTC
A commit references this bug:

Author: bapt
Date: Sun Sep 29 04:15:47 UTC 2019
New revision: 513191
URL: https://svnweb.freebsd.org/changeset/ports/513191

Log:
  Reduce code duplication by calling fetch target

  when converting the do-fetch target to proper scripting
  we lost the ability to overwrite do-fetch when running make makesum.
  as reported here: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=

  Let's call again do-fetch directly instead of duplicating its content

  PR:		215530
  Reported by:	jbeich
  Differential Revision:	https://reviews.freebsd.org/D21544

Changes:
  head/Mk/bsd.port.mk
Comment 3 Mark Linimon freebsd_committer freebsd_triage 2020-08-17 03:08:39 UTC
Committed Sep 29 04:15:47 UTC 2019 as r513191.