FreeBSD Bugzilla – Attachment 33191 Details for
Bug 54478
[NEW PORT] sysutils/pkg_install
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 892 bytes, created by
Oliver Eikemeier
on 2003-07-14 16:50:15 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Oliver Eikemeier
Created:
2003-07-14 16:50:15 UTC
Size:
892 bytes
patch
obsolete
>--- Mk/bsd.port.mk.orig Sat Jul 12 02:05:02 2003 >+++ Mk/bsd.port.mk Mon Jul 14 17:03:08 2003 >@@ -1682,10 +1682,21 @@ > PKGORIGIN?= ${PKGCATEGORY}/${PORTDIRNAME} > .endif > >+.if ${OSVERSION} < 470000 && ${PKGORIGIN} != "sysutils/pkg_install" >+BUILD_DEPENDS+= ${LOCALBASE}/sbin/pkg_info:${PORTSDIR}/sysutils/pkg_install >+.endif >+ >+.if exists(${LOCALBASE}/sbin/pkg_info) >+PKG_CMD?= ${LOCALBASE}/sbin/pkg_create >+PKG_ADD?= ${LOCALBASE}/sbin/pkg_add >+PKG_DELETE?= ${LOCALBASE}/sbin/pkg_delete >+PKG_INFO?= ${LOCALBASE}/sbin/pkg_info >+.else >-PKG_CMD?= /usr/sbin/pkg_create >+PKG_CMD?= /usr/sbin/pkg_create > PKG_ADD?= /usr/sbin/pkg_add > PKG_DELETE?= /usr/sbin/pkg_delete >-PKG_INFO?= /usr/sbin/pkg_info >+PKG_INFO?= /usr/sbin/pkg_info >+.endif > > # Does the pkg_create tool support conflict checking? > PKGINSTALLVER!= ${PKG_INFO} -P 2>/dev/null | ${SED} -e 's/.*: //' >--- bsd.port.mk.patch ends here ---
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 54478
:
33190
| 33191