Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 1 Feb 2014 13:33:44 +0900 (JST)
From:      Tsurutani Naoki <turutani@scphys.kyoto-u.ac.jp>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        turutani@scphys.kyoto-u.ac.jp
Subject:   ports/186327: fix audio/x11amp error about packaging by a normal user
Message-ID:  <201402010433.s114XiRb025826@h120.65.226.10.32118.vlan.kuins.net>
Resent-Message-ID: <201402010440.s114e2vU008205@freefall.freebsd.org>

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

>Number:         186327
>Category:       ports
>Synopsis:       fix audio/x11amp error about packaging by a normal user
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Feb 01 04:40:01 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator:     Tsurutani Naoki
>Release:        FreeBSD 8.4-PRERELEASE i386
>Organization:
>Environment:
System: FreeBSD h120.65.226.10.32118.vlan.kuins.net 8.4-PRERELEASE FreeBSD 8.4-PRERELEASE #26 r249149: Fri Apr 5 22:13:25 JST 2013 turutani@h120.65.226.10.32118.vlan.kuins.net:/usr/local/work/usr/obj/usr/src/sys/POLYMER i386


	
>Description:
	building audio/x11amp package by a normal user fails.
	
>How-To-Repeat:
	
>Fix:
	here is a patch:
diff -urN x11amp.orig/files/patch-libx11amp::Makefile.in x11amp/files/patch-libx11amp::Makefile.in
--- x11amp.orig/files/patch-libx11amp::Makefile.in	2014-01-23 02:40:44.000000000 +0900
+++ x11amp/files/patch-libx11amp::Makefile.in	2014-01-31 10:19:14.000000000 +0900
@@ -8,7 +8,7 @@
  AUTOHEADER = @AUTOHEADER@
  
 -INSTALL = @INSTALL@
-+INSTALL = /usr/bin/install -c -o root -g wheel
++INSTALL = /usr/bin/install -c
  INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
  INSTALL_DATA = @INSTALL_DATA@
  INSTALL_SCRIPT = @INSTALL_SCRIPT@
	


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



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