ports/76327: games/kdegames3 installs some files with invalid owner

TAOKA Fumiyoshi fmysh at iijmio-mail.jp
Mon Jan 17 02:00:44 UTC 2005


>Number:         76327
>Category:       ports
>Synopsis:       games/kdegames3 installs some files with invalid owner
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jan 17 02:00:43 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     TAOKA Fumiyoshi
>Release:        
>Organization:
>Environment:
>Description:
	kgoldrunner which is a part of kdegames3 installs some
	data files and fails changing their owner which is hard
	coded as root:root in Makefile.in.

>How-To-Repeat:
	After installed the port
	ls -la /usr/local/share/apps/kgoldrunner/system/levels
>Fix:

Resurrect files/patch-kgoldrunner_gamedata_Makefile.in as

--- kgoldrunner/gamedata/Makefile.in.orig	Mon Jan 17 09:36:08 2005
+++ kgoldrunner/gamedata/Makefile.in	Mon Jan 17 09:36:26 2005
@@ -570,7 +570,7 @@
 	$(mkinstalldirs) $(DESTDIR)$(gamedatadir)
 	pwd=`cd $(srcdir) && pwd` ;\
 	cd $(DESTDIR)$(gamedatadir) && tar -xf $$pwd/levels.tar ;\
-	chown -R root:root levels 2> /dev/null || true ;\
+	chown -R root:wheel levels 2> /dev/null || true ;\
 	chmod 644 levels/* 2> /dev/null || true 
 # Tell versions [3.59,3.63) of GNU make to not export all variables.
 # Otherwise a system limit (for SysV at least) may be exceeded.

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list