FreeBSD Bugzilla – Attachment 29336 Details for
Bug 49017
'make deinstall' doesn't deinstall old version of ports
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 809 bytes, created by
Sergey Matveychuk
on 2003-03-07 21:40:11 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Sergey Matveychuk
Created:
2003-03-07 21:40:11 UTC
Size:
809 bytes
patch
obsolete
>--- bsd.port.mk.orig Sun Mar 2 05:06:56 2003 >+++ bsd.port.mk Fri Mar 7 00:37:39 2003 >@@ -3187,12 +3187,16 @@ > # Special target to remove installation > > .if !target(deinstall) >+deinstall_name!=${PKG_INFO} -q -O ${PKGORIGIN} 2> /dev/null || ${TRUE} >+.if ${deinstall_name} == "" >+deinstall_name=${PKGNAME} >+.endif > deinstall: >- @${ECHO_MSG} "===> Deinstalling for ${PKGNAME}" >- @if ${PKG_INFO} -e ${PKGNAME}; then \ >- ${PKG_DELETE} -f ${PKGNAME}; \ >+ @${ECHO_MSG} "===> Deinstalling for ${PKGORIGIN} (${deinstall_name})" >+ @if ${PKG_INFO} -e ${deinstall_name}; then \ >+ ${PKG_DELETE} -f ${deinstall_name}; \ > else \ >- ${ECHO_MSG} "===> ${PKGNAME} not installed, skipping"; \ >+ ${ECHO_MSG} "===> ${PKGORIGIN} not installed, skipping"; \ > fi > @${RM} -f ${INSTALL_COOKIE} ${PACKAGE_COOKIE} > .endif
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 49017
: 29336 |
29337