FreeBSD Bugzilla – Attachment 103893 Details for
Bug 143979
[PATCH] ports-mgmt/portupgrade should not install build dependencies when only using packages
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 504 bytes, created by
Bryan Drewery
on 2010-02-16 01:50:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Bryan Drewery
Created:
2010-02-16 01:50:01 UTC
Size:
504 bytes
patch
obsolete
>--- bin/portupgrade.orig 2010-02-15 19:14:22.000000000 -0600 >+++ bin/portupgrade 2010-02-15 19:19:25.000000000 -0600 >@@ -828,8 +828,12 @@ end > # Returns: > # Set: all recursive depends list > def get_all_depends(origin, parents_list = nil) >+ if $use_packages_only >+ depends_vars = %w{LIB_DEPENDS RUN_DEPENDS} >+ else > depends_vars = %w{FETCH_DEPENDS EXTRACT_DEPENDS PATCH_DEPENDS > BUILD_DEPENDS LIB_DEPENDS RUN_DEPENDS} >+ end > > unless $depends.has_key?(origin) > depends = Set.new
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 143979
: 103893