ports/169347: su install doesn't work for chinese/autoconvert

Kit Sin ktsin at acm.org
Sat Jun 23 14:40:10 UTC 2012


>Number:         169347
>Category:       ports
>Synopsis:       su install doesn't work for chinese/autoconvert
>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:   Sat Jun 23 14:40:09 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Kit Sin
>Release:        FreeBSD 9
>Organization:
>Environment:
FreeBSD passion.hsins.com 9.0-STABLE FreeBSD 9.0-STABLE #0: Sat May 26 21:05:34 MYT 2012     ktsin at passion.hsins.com:/tmp/obj/usr/src/sys/PASSION  amd64

>Description:
su install failed when building chinese/autoconvert as non-superuser.
>How-To-Repeat:

>Fix:
apply the attached patch to allow su install to work.

Patch attached with submission follows:

--- chinese/autoconvert/Makefile.orig	2012-06-23 22:29:08.053350000 +0800
+++ chinese/autoconvert/Makefile	2012-06-23 21:39:25.020945000 +0800
@@ -24,7 +24,7 @@
 	@${REINPLACE_CMD} -e "s|^CFLAGS|#CFLAGS|" \
 		${WRKSRC}/contrib/xchat-plugins/Makefile
 
-pre-install:
+pre-su-install:
 	@${MKDIR} ${DATADIR}
 .for i in ChangeLog LICENSE Readme TODO Thanks Version
 	@${INSTALL_DATA} ${WRKSRC}/$i ${DATADIR}


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



More information about the freebsd-ports-bugs mailing list