Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 08 Dec 2013 20:35:52 +0100
From:      Matthias Andree <mandree@FreeBSD.org>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        portmgr@freebsd.org
Subject:   ports/184602: Mk/bsd.port.mk: make missing distinfo file fatal 
Message-ID:  <E1Vpk8u-000NOt-RU@apollo.emma.line.org>
Resent-Message-ID: <201312081940.rB8Je0lQ041227@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         184602
>Category:       ports
>Synopsis:       Mk/bsd.port.mk: make missing distinfo file fatal
>Confidential:   no
>Severity:       serious
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Dec 08 19:40:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Matthias Andree
>Release:        FreeBSD 9.2-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD apollo.emma.line.org 9.2-RELEASE FreeBSD 9.2-RELEASE #4: Thu Oct 17 06:54:18 CEST 2013 root@apollo.emma.line.org:/usr/obj/usr/src/sys/GENERIC amd64


	
>Description:
I propose to make missing distinfo files fatal.

Requires an -exp run, and may require doc/ updates.

This patch is to be applied in port/Mk/:

Index: bsd.port.mk
===================================================================
--- bsd.port.mk	(revision 335913)
+++ bsd.port.mk	(working copy)
@@ -5094,6 +5100,7 @@
 		fi; \
 	elif [ -n "${_CKSUMFILES:M*}" ]; then \
 		${ECHO_MSG} "=> No checksum file (${DISTINFO_FILE})."; \
+		exit 1; \
 	fi
 .endif
 
	
>How-To-Repeat:
	
>Fix:

	


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1Vpk8u-000NOt-RU>