Summary: | linux_base-fc4 not upgradable with portupgrade -s | ||
---|---|---|---|
Product: | Ports & Packages | Reporter: | Stefan Sperling <freebsd-gnats> |
Component: | Individual Port(s) | Assignee: | freebsd-emulation (Nobody) <emulation> |
Status: | Closed FIXED | ||
Severity: | Affects Only Me | ||
Priority: | Normal | ||
Version: | Latest | ||
Hardware: | Any | ||
OS: | Any |
Description
Stefan Sperling
2006-07-10 19:40:15 UTC
Responsible Changed From-To: freebsd-ports-bugs->emulation Over to maintainers Please, check out if the patch helps: Index: Makefile =================================================================== RCS file: /home/pcvs/ports/emulators/linux_base-fc4/Makefile,v retrieving revision 1.15 diff -u -r1.15 Makefile --- Makefile 9 Jul 2006 20:50:07 -0000 1.15 +++ Makefile 10 Jul 2006 21:06:37 -0000 @@ -172,6 +172,9 @@ # @${MV} ${WRKSRC}/etc/nsswitch.conf ${WRKSRC}/etc/nsswitch.conf.dist +# Fix usr/bin/*db4* permissions to allow "portupgrade -s" + @${CHMOD} u+w ${WRKSRC}/usr/bin/*db4* + @${FIND} ${WRKSRC}/bin ${WRKSRC}/sbin/ ${WRKSRC}/usr/bin \ ${WRKSRC}/usr/sbin -type f -print0 | ${XARGS} -0 ${FILE} \ | ${GREP} ELF | ${CUT} -d : -f 1 \ WBR -- Boris Samorodov (bsam) Research Engineer, http://www.ipt.ru Telephone & Internet SP FreeBSD committer, http://www.FreeBSD.org The Power To Serve State Changed From-To: open->feedback Awaiting for a feedback. State Changed From-To: feedback->open A feedback received by email. The patch should be committed. State Changed From-To: open->closed A patch with chmod before branding and returning the status quo after branding was committed. Thanks for the report! |