FreeBSD Bugzilla – Attachment 144314 Details for
Bug 191529
[PATCH] Mk/bsd.pkgng.mk: pkg does not honor PKG_SUFX properly
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
bsd.pkgng.mk.diff
bsd.pkgng.mk.diff (text/plain), 781 bytes, created by
poyopoyo
on 2014-07-01 14:07:21 UTC
(
hide
)
Description:
bsd.pkgng.mk.diff
Filename:
MIME Type:
Creator:
poyopoyo
Created:
2014-07-01 14:07:21 UTC
Size:
781 bytes
patch
obsolete
>Index: Mk/bsd.pkgng.mk >=================================================================== >--- Mk/bsd.pkgng.mk (revision 360012) >+++ Mk/bsd.pkgng.mk (working copy) >@@ -250,7 +250,7 @@ > ${RM} -f ${PACKAGES}/$$cat/${PKGNAMEPREFIX}${PORTNAME}*${PKG_SUFX} ; \ > done > @${MKDIR} ${WRKDIR}/pkg >- @if ${SETENV} ${PKG_ENV} FORCE_POST="${_FORCE_POST_PATTERNS}" ${PKG_CREATE} ${PKG_CREATE_ARGS} -o ${WRKDIR}/pkg ${PKGNAME}; then \ >+ @if ${SETENV} ${PKG_ENV} FORCE_POST="${_FORCE_POST_PATTERNS}" ${PKG_CREATE} ${PKG_CREATE_ARGS} -f ${PKG_SUFX:S/.//} -o ${WRKDIR}/pkg ${PKGNAME}; then \ > if [ -d ${PKGREPOSITORY} -a -w ${PKGREPOSITORY} ]; then \ > ${LN} -f ${WRKDIR}/pkg/${PKGNAME}${PKG_SUFX} ${PKGFILE} 2>/dev/null \ > || ${CP} -af ${WRKDIR}/pkg/${PKGNAME}${PKG_SUFX} ${PKGFILE}; \
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 191529
: 144314