FreeBSD Bugzilla – Attachment 11201 Details for
Bug 22154
bsd.port.mk minor corrections to match the new layout
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.89 KB, created by
jeh
on 2000-10-20 18:40:00 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
jeh
Created:
2000-10-20 18:40:00 UTC
Size:
1.89 KB
patch
obsolete
>--- bsd.port.mk.orig Tue Oct 17 19:59:30 2000 >+++ bsd.port.mk Fri Oct 20 13:30:56 2000 >@@ -318,7 +318,7 @@ > # checkpatch - Do a "patch -C" instead of a "patch". Note that it may > # give incorrect results if multiple patches deal with > # the same file. >-# checksum - Use files/md5 to ensure that your distfiles are valid. >+# checksum - Use distinfo to ensure that your distfiles are valid. > # checksum-recursive - Run checksum in this port and all dependencies. > # makesum - Generate distinfo (only do this for your own ports!). > # clean - Remove ${WRKDIR} and other temporary files used for building. >@@ -2384,7 +2384,7 @@ > ${ECHO_MSG} ">> No checksum recorded for $$file."; \ > OK="false"; \ > elif [ "$$CKSUM2" = "IGNORE" ]; then \ >- ${ECHO_MSG} ">> Checksum for $$file is set to IGNORE in md5 file even though"; \ >+ ${ECHO_MSG} ">> Checksum for $$file is set to IGNORE in distinfo file even though"; \ > ${ECHO_MSG} " the file is not in the "'$$'"{IGNOREFILES} list."; \ > OK="false"; \ > elif ${EXPR} "$$CKSUM2" : ".*$$CKSUM" > /dev/null; then \ >@@ -2400,13 +2400,13 @@ > ${ECHO_MSG} ">> No checksum recorded for $$file, file is in "'$$'"{IGNOREFILES} list."; \ > OK="false"; \ > elif [ "$$CKSUM2" != "IGNORE" ]; then \ >- ${ECHO_MSG} ">> Checksum for $$file is not set to IGNORE in md5 file even though"; \ >+ ${ECHO_MSG} ">> Checksum for $$file is not set to IGNORE in distinfo file even though"; \ > ${ECHO_MSG} " the file is in the "'$$'"{IGNOREFILES} list."; \ > OK="false"; \ > fi; \ > done; \ > if [ "$$OK" != "true" ]; then \ >- ${ECHO_MSG} "Make sure the Makefile and md5 file (${MD5_FILE})"; \ >+ ${ECHO_MSG} "Make sure the Makefile and distinfo file (${MD5_FILE})"; \ > ${ECHO_MSG} "are up to date. If you are absolutely sure you want to override this"; \ > ${ECHO_MSG} "check, type \"make NO_CHECKSUM=yes [other args]\"."; \ > exit 1; \
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 22154
: 11201