FreeBSD Bugzilla – Attachment 36094 Details for
Bug 58011
Formalization of WITH_/WITHOUT_ Makefile variables
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 853 bytes, created by
Jean-Yves Lefort
on 2003-10-14 15:30:21 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Jean-Yves Lefort
Created:
2003-10-14 15:30:21 UTC
Size:
853 bytes
patch
obsolete
>--- bsd.port.mk.orig Tue Oct 14 16:05:47 2003 >+++ bsd.port.mk Tue Oct 14 16:20:31 2003 >@@ -603,6 +603,7 @@ > # package - Create a package from an _installed_ port. > # describe - Try to generate a one-line description for each port for > # use in INDEX files and the like. >+# describe-options - Print a list of options for this port > # checkpatch - Do a "patch -C" instead of a "patch". Note that it may > # give incorrect results if multiple patches deal with > # the same file. >@@ -4450,6 +4451,20 @@ > fi > .else > @${DO_NADA} >+.endif >+.endif >+ >+.if !target(describe-options) >+describe-options: >+.if defined(OPTIONS) >+ @${ECHO} "Port options:" >+.for option in ${OPTIONS} >+ @${ECHO} "" >+ @${ECHO} "Option: ${option}" >+ @${ECHO} "Description: ${OPTION_${option}}" >+.endfor >+.else >+ @${ECHO} "This port has no option." > .endif > .endif
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 58011
: 36094