ports/54242: [patch][non-maintianer] correct chown syntax for misc/xdf

Mark Linimon linimon at lonesome.com
Wed Jul 9 04:10:05 UTC 2003


>Number:         54242
>Category:       ports
>Synopsis:       [patch][non-maintianer] correct chown syntax for misc/xdf
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jul 08 21:10:03 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Mark Linimon
>Release:        FreeBSD-4.7
>Organization:
FreeBSD
>Environment:
System: FreeBSD lonesome.lonesome.com 4.7-STABLE FreeBSD 4.7-STABLE #0: Fri Nov 8 23:46:29 CST 2002 root at lonesome.lonesome.com:/usr/src/sys/compile/MULTIMEDIA i386
>Description:
	The usage chown uid.gid is deprecated in favor of uid:gid
	these days.
>How-To-Repeat:
	see bento errorlog for build on i386-5-current
>Fix:

--- patch-Makefile.dist	Tue Jul  8 22:59:36 2003
+++ patch-Makefile	Tue Jul  8 22:58:31 2003
@@ -1,5 +1,5 @@
 --- Makefile.orig	Wed Nov 13 07:06:28 2002
-+++ Makefile	Tue Jul  8 22:59:25 2003
++++ Makefile	Tue Jul  8 22:58:13 2003
 @@ -7,9 +7,7 @@
  # on Linux systems "make ; make install" (run as superuser) should do everything
  #
@@ -20,3 +20,12 @@
  SOURCES.h =
  SOURCES.c = 
  SOURCES.G =
+@@ -110,7 +108,7 @@
+ install:
+ 	cp $(PROGRAM) $(INSTALLPATH)
+ 	cd $(INSTALLPATH)
+-	chown root.bin $(PROGRAM)
++	chown root:bin $(PROGRAM)
+ 	chmod 755 $(PROGRAM)
+ 
+ run:
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list