FreeBSD Bugzilla – Attachment 19550 Details for
Bug 34710
Add CONFLICT= (like BROKEN=) to 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), 906 bytes, created by
Alan E
on 2002-02-07 21:20:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Alan E
Created:
2002-02-07 21:20:01 UTC
Size:
906 bytes
patch
obsolete
>Index: Mk/bsd.port.mk >=================================================================== >RCS file: /home/alane/cvsroot/ports/Mk/bsd.port.mk,v >retrieving revision 1.397 >diff -u -3 -r1.397 bsd.port.mk >--- Mk/bsd.port.mk 24 Jan 2002 01:15:03 -0000 1.397 >+++ Mk/bsd.port.mk 7 Feb 2002 21:11:19 -0000 >@@ -106,6 +106,7 @@ > # ftp sites and CDROMs. > # BROKEN_ELF - Port doesn't build on ELF machines. > # BROKEN - Port is broken. >+# CONFLICT - Port conflicts with another port. > # > # In addition to RESTRICTED or NO_CDROM, if only a subset of distfiles > # or patchfiles have redistribution restrictions, set the following >@@ -1844,6 +1845,8 @@ > .endif > .elif defined(FORBIDDEN) > IGNORE= "is forbidden: ${FORBIDDEN}" >+.elif defined(CONFLICT) >+IGNORE= "conflicts with installed ports: ${CONFLICT}" > .endif > > .if (defined(MANUAL_PACKAGE_BUILD) && defined(PACKAGE_BUILDING) && !defined(PARALLEL_PACKAGE_BUILD))
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 34710
: 19550