FreeBSD Bugzilla – Attachment 11200 Details for
Bug 22149
Enhance the "Old port layout" message from bsd.port.mk
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 665 bytes, created by
James Housley
on 2000-10-20 14:00:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
James Housley
Created:
2000-10-20 14:00:01 UTC
Size:
665 bytes
patch
obsolete
>--- bsd.port.mk.orig Tue Oct 17 19:59:30 2000 >+++ bsd.port.mk Fri Oct 20 08:47:57 2000 >@@ -601,6 +601,15 @@ > (!defined(MD5_FILE) && exists(${MASTERDIR}/files/md5)) > pre-everything:: > @${ECHO} "Error: your port uses an old layout. Please update it to match this bsd.port.mk." >+.if !defined(PATCHDIR) && exists(${MASTERDIR}/patches) \ >+ @${ECHO} "CAUSE: ${MASTERDIR}/patches directory" >+.endif >+.if !defined(PKGDIR) && exists(${MASTERDIR}/pkg) >+ @${ECHO} "CAUSE: ${MASTERDIR}/pkg directory" >+.endif >+.if !defined(MD5_FILE) && exists(${MASTERDIR}/files/md5) >+ @${ECHO} "CAUSE: ${MASTERDIR}/files/md5 file" >+.endif > @${FALSE} > .endif > PATCHDIR?= ${MASTERDIR}/files
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 22149
: 11200