svn commit: r518100 - head/multimedia/wlrobs

Jan Beich jbeich at FreeBSD.org
Thu Nov 21 15:04:12 UTC 2019


Author: jbeich
Date: Thu Nov 21 15:04:12 2019
New Revision: 518100
URL: https://svnweb.freebsd.org/changeset/ports/518100

Log:
  multimedia/wlrobs: unbreak build
  
  Looks the framework cannot handle if one of the mirrors returns a
  distfile with incorrect checksum.
  
  ===========================================================================
  =======================<phase: fetch          >============================
  => wlrobs-8b4656a90bc7.tar.gz doesn't seem to exist in /portdistfiles/.
  => Attempting to fetch https://hg.sr.ht/~scoopta/wlrobs/archive/8b4656a90bc7.tar.gz?dummy=/wlrobs-8b4656a90bc7.tar.gz
  fetch: https://hg.sr.ht/~scoopta/wlrobs/archive/8b4656a90bc7.tar.gz?dummy=/wlrobs-8b4656a90bc7.tar.gz: size unknown
  fetch:
  https://hg.sr.ht/~scoopta/wlrobs/archive/8b4656a90bc7.tar.gz?dummy=/wlrobs-8b4656a90bc7.tar.gz:
  size of remote file is not known
  wlrobs-8b4656a90bc7.tar.gz                              22 kB   58 MBps    00s
  ===> Fetching all distfiles required by wlrobs-s20191120 for building
  ===========================================================================
  =======================<phase: checksum       >============================
  ===> Fetching all distfiles required by wlrobs-s20191120 for building
  => SHA256 Checksum mismatch for wlrobs-8b4656a90bc7.tar.gz.
  ===>  Refetch for 1 more times files:  wlrobs-8b4656a90bc7.tar.gz
  => wlrobs-8b4656a90bc7.tar.gz doesn't seem to exist in /portdistfiles/.
  => Attempting to fetch https://hg.sr.ht/~scoopta/wlrobs/archive/8b4656a90bc7.tar.gz?dummy=/wlrobs-8b4656a90bc7.tar.gz
  fetch: https://hg.sr.ht/~scoopta/wlrobs/archive/8b4656a90bc7.tar.gz?dummy=/wlrobs-8b4656a90bc7.tar.gz: size unknown
  fetch:
  https://hg.sr.ht/~scoopta/wlrobs/archive/8b4656a90bc7.tar.gz?dummy=/wlrobs-8b4656a90bc7.tar.gz:
  size of remote file is not known
  wlrobs-8b4656a90bc7.tar.gz                              22 kB   49 MBps    00s
  ===> Fetching all distfiles required by wlrobs-s20191120 for building
  ===> Fetching all distfiles required by wlrobs-s20191120 for building
  => SHA256 Checksum mismatch for wlrobs-8b4656a90bc7.tar.gz.
  ===>  Giving up on fetching files:  wlrobs-8b4656a90bc7.tar.gz
  Make sure the Makefile and distinfo file (/usr/ports/multimedia/wlrobs/distinfo)
  are up to date.  If you are absolutely sure you want to override this
  check, type "make NO_CHECKSUM=yes [other args]".
  *** Error code 1
  
  Reported by:	pkg-fallout

Modified:
  head/multimedia/wlrobs/Makefile   (contents, props changed)

Modified: head/multimedia/wlrobs/Makefile
==============================================================================
--- head/multimedia/wlrobs/Makefile	Thu Nov 21 13:41:28 2019	(r518099)
+++ head/multimedia/wlrobs/Makefile	Thu Nov 21 15:04:12 2019	(r518100)
@@ -4,7 +4,7 @@ PORTNAME=	wlrobs
 PORTVERSION=	s20191120
 DISTVERSIONSUFFIX=	-8b4656a90bc7
 CATEGORIES=	multimedia
-MASTER_SITES=	https://hg.sr.ht/~scoopta/${PORTNAME}/archive/${DISTVERSIONSUFFIX:S/^-//}${EXTRACT_SUFX}?dummy=/
+#MASTER_SITES=	https://hg.sr.ht/~scoopta/${PORTNAME}/archive/${DISTVERSIONSUFFIX:S/^-//}${EXTRACT_SUFX}?dummy=/
 MASTER_SITES+=	LOCAL/jbeich # https://todo.sr.ht/~sircmpwn/hg.sr.ht/33
 DISTNAME=	${PORTNAME}${DISTVERSIONSUFFIX}
 


More information about the svn-ports-all mailing list