ports/54531: [PATCH] fix editors/mule-common

SUGIMOTO Sadahiro ixtl at utmc.or.jp
Wed Jul 16 05:40:13 UTC 2003


>Number:         54531
>Category:       ports
>Synopsis:       [PATCH] fix editors/mule-common
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jul 15 22:40:10 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     SUGIMOTO Sadahiro
>Release:        FreeBSD 5.1-RELEASE i386
>Organization:
the University of Tokyo
>Environment:
System: FreeBSD vision.ixtl.p.utmc.or.jp 5.1-RELEASE FreeBSD 5.1-RELEASE #0: Thu Jun 5 02:55:42 GMT 2003 root at wv1u.btc.adaptec.com:/usr/obj/usr/src/sys/GENERIC i386

>Description:

japanese/mule-* fails to install.
BUILD_COOKIE was changed in bsd.port.mk revision 1.455,
so editors/mule-common/Makefile needs to be modified.

===>  Installing for ja-mule-freewnn-2.3_3
===>   ja-mule-freewnn-2.3_3 depends on file: /usr/local/share/mule/19.34/lisp/mule.el - not found
===>    Verifying install for /usr/local/share/mule/19.34/lisp/mule.el in /usr/ports/editors/mule-common
===>  mule-common-2.3_3 is marked as broken: First you should build install a port for mule except mule-common.
*** Error code 1

Stop in /usr/ports/editors/mule-common.
*** Error code 1

Stop in /usr/ports/japanese/mule-freewnn.
*** Error code 1

Stop in /usr/ports/japanese/mule-freewnn.

>How-To-Repeat:

# cd /usr/ports/japanese/mule-freewnn
# make install

>Fix:
--- mule-common/Makefile.orig	Thu Apr 17 17:02:36 2003
+++ mule-common/Makefile	Wed Jul 16 13:17:48 2003
@@ -43,7 +43,7 @@
 		japanese/mule-wnn6 \
 		japanese/mule-wnn7 \
 		korean/mule-freewnn
-.if exists(${WRKDIRBASE}/${dir}/work/.build_done.${dir:S,editors/,,:S,chinese/,zh-,:S,japanese/,ja-,:S,korean/,ko-,}-${PORTVERSION}${_SUF1}${_SUF2})
+.if exists(${WRKDIRBASE}/${dir}/work/.build_done.${dir:S,editors/,,:S,chinese/,zh-,:S,japanese/,ja-,:S,korean/,ko-,}-${PORTVERSION}${_SUF1}${_SUF2}.${PREFIX:S/\//_/g})
 WRKDIR?=	${WRKDIRBASE}/${dir}/work
 MULEPKG?=	${dir:S,editors/,,:S,chinese/,zh-,:S,japanese/,ja-,:S,korean/,ko-,}-${PORTVERSION}${_SUF1}${_SUF2}
 .endif
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list