Skip site navigation (1)Skip section navigation (2)
Date:      Sun,  9 Dec 2001 13:39:29 +0900 (JST)
From:      Yoshisato YANAGISAWA <osho@pcc-software.org>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/32637: Can't make install  ja-mozilla-jlp-0.9.6,1
Message-ID:  <20011209043929.54CF138310@moe.pcc-software.org>

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

>Number:         32637
>Category:       ports
>Synopsis:       Can't make install  ja-mozilla-jlp-0.9.6,1
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Dec 08 20:40:01 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     Yoshisato YANAGISAWA
>Release:        FreeBSD 4.4-RELEASE-p1 i386
>Organization:
>Environment:
System: FreeBSD moe.pcc-software.org 4.4-RELEASE-p1 FreeBSD 4.4-RELEASE-p1 #4: Wed Dec 5 04:31:57 JST 2001 osho@moe.pcc-software.org:/usr/src/sys/compile/MOE i386


>Description:
	I can't make install  ja-mozilla-jlp-0.9.6,1 by ports.
	"mv -f" doesn't work collectly
	because some files of source of mv commands are missing.
>How-To-Repeat:
	Install ja-mozilla-jlp by ports.
	Just do like following...
	# cd /usr/ports/japanese/mozilla-jlp
	# make install
>Fix:
	I removed following line from Makefile of this ports.
% diff Makefile.orig Makefile
--- Makefile.orig       Sun Dec  9 13:32:16 2001
+++ Makefile    Sun Dec  9 13:25:59 2001
@@ -59,13 +59,13 @@
        ${FILESDIR}/${MOZILLA_SH} > ${WRKDIR}/mozilla
 
 do-install:
-       (cd ${PREFIX}/lib/mozilla/chrome; \
-       ${MV} -f all-locales.rdf all-locales.rdf.orig; \
-       ${MV} -f all-packages.rdf all-packages.rdf.orig; \
-       ${MV} -f all-skins.rdf all-skins.rdf.orig; \
-       ${MV} -f user-locales.rdf user-locales.rdf.orig; \
-       ${MV} -f user-skins.rdf user-skins.rdf.orig; \
-       ${MV} -f installed-chrome.txt installed-chrome.txt.orig)
+#      (cd ${PREFIX}/lib/mozilla/chrome; \
+#      ${MV} -f all-locales.rdf all-locales.rdf.orig; \
+#      ${MV} -f all-packages.rdf all-packages.rdf.orig; \
+#      ${MV} -f all-skins.rdf all-skins.rdf.orig; \
+#      ${MV} -f user-locales.rdf user-locales.rdf.orig; \
+#      ${MV} -f user-skins.rdf user-skins.rdf.orig; \
+#      ${MV} -f installed-chrome.txt installed-chrome.txt.orig)
        (cd ${PREFIX}/lib/mozilla/defaults/pref; \
        ${MV} -f unix.js unix.js.orig)
        (cd ${PREFIX}/lib/mozilla/searchplugins; \
@@ -79,9 +79,9 @@
        ${TAR} -xf - -C ${PREFIX}/lib/mozilla/searchplugins
        (cd ${WRKSRC}; ${TAR} -cf - chrome defaults) | \
        ${TAR} -xf - -C ${PREFIX}/lib/mozilla
-       (cd ${PREFIX}/lib/mozilla/chrome; \
-       ${CP} installed-chrome.txt.orig installed-chrome.txt; \
-       ${CAT} ${FILESDIR}/installed-chrome.txt >> installed-chrome.txt)
+#      (cd ${PREFIX}/lib/mozilla/chrome; \
+#      ${CP} installed-chrome.txt.orig installed-chrome.txt; \
+#      ${CAT} ${FILESDIR}/installed-chrome.txt >> installed-chrome.txt)
        (cd ${PREFIX}/lib/mozilla; \
        ${SETENV} LD_LIBRARY_PATH=. MOZILLA_FIVE_HOME=. ./regxpcom; \
        ${SETENV} LD_LIBRARY_PATH=. MOZILLA_FIVE_HOME=. ./regchrome)
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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