Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Jun 2012 14:32:50 GMT
From:      Kit Sin <ktsin@acm.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/169347: su install doesn't work for chinese/autoconvert
Message-ID:  <201206231432.q5NEWo4V075417@red.freebsd.org>
Resent-Message-ID: <201206231440.q5NEe9lU014013@freefall.freebsd.org>

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

>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@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:



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