ports/184602: Mk/bsd.port.mk: make missing distinfo file fatal
Matthias Andree
mandree at FreeBSD.org
Sun Dec 8 19:40:00 UTC 2013
>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 at 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:
More information about the freebsd-ports-bugs
mailing list