FreeBSD Bugzilla – Attachment 45370 Details for
Bug 69965
[patch] check for moved ports in "make deinstall-all"
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 552 bytes, created by
Dancho Penev
on 2004-08-03 23:00:45 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Dancho Penev
Created:
2004-08-03 23:00:45 UTC
Size:
552 bytes
patch
obsolete
>--- bsd.port.mk.orig Fri Jul 23 22:10:05 2004 >+++ bsd.port.mk Wed Aug 4 00:41:47 2004 >@@ -3748,6 +3748,9 @@ > .else > @${ECHO_MSG} "===> Deinstalling for ${PKGORIGIN}" > @deinstall_names=`${PKG_INFO} -q -O ${PKGORIGIN}`; \ >+ for oldpkgorigin in $$(${GREP} "|${PKGORIGIN}|" ${PORTSDIR}/MOVED | ${CUT} -f 1 -d '|' | ${SORT} -u); do \ >+ deinstall_names="$${deinstall_names} $$(${PKG_INFO} -q -O $${oldpkgorigin})"; \ >+ done; \ > if [ -n "$${deinstall_names}" ]; then \ > for d in $${deinstall_names}; do \ > ${ECHO_MSG} "===> Deinstalling $${d}"; \
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 69965
: 45370