FreeBSD Bugzilla – Attachment 129974 Details for
Bug 174046
[patch] bsdinstall(8): add missing DPADD definitions
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.29 KB, created by
Enji Cooper
on 2012-12-02 11:20:00 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Enji Cooper
Created:
2012-12-02 11:20:00 UTC
Size:
1.29 KB
patch
obsolete
>Index: usr.sbin/bsdinstall/distextract/Makefile >=================================================================== >--- usr.sbin/bsdinstall/distextract/Makefile (revision 243747) >+++ usr.sbin/bsdinstall/distextract/Makefile (working copy) >@@ -3,6 +3,7 @@ > BINDIR= /usr/libexec/bsdinstall > PROG= distextract > LDADD= -larchive -lncursesw -ldialog -lm >+DPADD= ${LIBARCHIVE} ${LIBNCURSESW} ${LIBDIALOG} > > WARNS?= 6 > NO_MAN= true >Index: usr.sbin/bsdinstall/distfetch/Makefile >=================================================================== >--- usr.sbin/bsdinstall/distfetch/Makefile (revision 243747) >+++ usr.sbin/bsdinstall/distfetch/Makefile (working copy) >@@ -3,6 +3,7 @@ > BINDIR= /usr/libexec/bsdinstall > PROG= distfetch > LDADD= -lfetch -lncursesw -ldialog -lm >+DPADD= ${LIBFETCH} ${LIBNCURSESW} ${LIBDIALOG} > > WARNS?= 6 > NO_MAN= true >Index: usr.sbin/bsdinstall/partedit/Makefile >=================================================================== >--- usr.sbin/bsdinstall/partedit/Makefile (revision 243747) >+++ usr.sbin/bsdinstall/partedit/Makefile (working copy) >@@ -4,6 +4,7 @@ > PROG= partedit > LINKS= ${BINDIR}/partedit ${BINDIR}/autopart > LDADD= -lgeom -lncursesw -lutil -ldialog -lm >+DPADD= ${LIBGEOM} ${LIBNCURSESW} ${LIBDIALOG} > > PARTEDIT_ARCH= ${MACHINE} > .if ${MACHINE} == "i386" || ${MACHINE} == "amd64"
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 174046
: 129974