Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 1 Feb 2006 19:57:08 GMT
From:      Michael Kuhn <mkuhn.nw@web.de>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/92703: net-p2p/py-bittorrent 4.4.0, 1 sets wrong permissions in post-install
Message-ID:  <200602011957.k11Jv8Em097233@www.freebsd.org>
Resent-Message-ID: <200602012000.k11K0FH2008687@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         92703
>Category:       ports
>Synopsis:       net-p2p/py-bittorrent 4.4.0,1 sets wrong permissions in post-install
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Feb 01 20:00:14 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Michael Kuhn
>Release:        FreeBSD 6.0-RELEASE-p4
>Organization:
>Environment:
FreeBSD xxx 6.0-RELEASE-p4 FreeBSD 6.0-RELEASE-p4 #0: Sat Jan 28 15:26:39 CET 2006     root@xxx:/usr/obj/usr/src/sys/xxx  i386
>Description:
              net-p2p/py-bittorrent 4.0.0,1 sets wrong permissions on files in ${PREFIX}/share/pixmaps/BitTorrent in post-install. This happened with the update to 4.4.0.
>How-To-Repeat:
              cd /usr/ports/net-p2p/py-bittorrent && make install clean
>Fix:
--- Makefile.orig       Wed Feb  1 20:48:17 2006
+++ Makefile    Wed Feb  1 20:51:28 2006
@@ -146,7 +146,10 @@
        @${CHMOD} -R ${SHAREMODE} \
                ${PREFIX}/share/pixmaps/${PORTNAME}/*
        @${CHMOD} a+X \
-               ${PREFIX}/share/pixmaps/${PORTNAME}/logo
+               ${PREFIX}/share/pixmaps/${PORTNAME}/logo \
+               ${PREFIX}/share/pixmaps/${PORTNAME}/icons \
+               ${PREFIX}/share/pixmaps/${PORTNAME}/icons/default \
+               ${PREFIX}/share/pixmaps/${PORTNAME}/icons/old
 .endif
 .ifndef(NOPORTDOCS)
 # docs
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200602011957.k11Jv8Em097233>