Page MenuHomeFreeBSD

D28582.id83861.diff
No OneTemporary

D28582.id83861.diff

diff --git a/documentation/content/en/books/porters-handbook/makefiles/chapter.adoc b/documentation/content/en/books/porters-handbook/makefiles/chapter.adoc
--- a/documentation/content/en/books/porters-handbook/makefiles/chapter.adoc
+++ b/documentation/content/en/books/porters-handbook/makefiles/chapter.adoc
@@ -4608,7 +4608,7 @@
====
-Sometime, only some version of another port is incompatible, in this case, use the full package name, with the version, and use shell globs, like `*` and `?` to make sure all possible versions are matched.
+Sometimes, only certain versions of another port are incompatible. When this is the case, use the full package name including the version. If necessary, use shell globs like `*` and `?` so that all necessary versions are matched.
[[conflicts-ex2]]
.Using `CONFLICTS*` With Globs.
@@ -4631,6 +4631,13 @@
package:deskutils/gnotime[] does not have any conflicts line because its current version does not conflict with anything else.
====
+The variable `DISABLE_CONFLICTS` may be temporarily set when making targets that are not affected by conflicts. The variable is not to be set in port Makefiles.
+
+[source,bash]
+....
+% make -DDISABLE_CONFLICTS patch
+....
+
[[install]]
== Installing Files

File Metadata

Mime Type
text/plain
Expires
Thu, Nov 27, 10:36 PM (4 h, 49 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
26264821
Default Alt Text
D28582.id83861.diff (1 KB)

Event Timeline