Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 Apr 2001 05:11:06 -0700 (PDT)
From:      yatt@msc.biglobe.ne.jp
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/26433: Update port: japanese/mozilla-jlp
Message-ID:  <200104081211.f38CB6L61549@freefall.freebsd.org>

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

>Number:         26433
>Category:       ports
>Synopsis:       Update port: japanese/mozilla-jlp
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Apr 08 05:20:01 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Yoichi ASAI
>Release:        FreeBSD 4.3-RC
>Organization:
Personal
>Environment:
>Description:
Update port: japanese/mozilla-jlp
content of mozilla0.8.1-regjp.xpi was changed.

>How-To-Repeat:

>Fix:
diff -urN mozilla-jlp.orig/Makefile mozilla-jlp/Makefile
--- mozilla-jlp.orig/Makefile	Sun Apr  8 21:02:34 2001
+++ mozilla-jlp/Makefile	Sun Apr  8 21:07:53 2001
@@ -7,6 +7,7 @@
 
 PORTNAME=	mozilla
 PORTVERSION=	0.8.1
+PORTREVISION=	1
 PORTEPOCH=	1
 CATEGORIES=	japanese www
 MASTER_SITES=	http://www.mozilla.gr.jp/tools/search/ \
@@ -29,6 +30,9 @@
 USE_ZIP=	yes
 EXTRACT_BEFORE_ARGS=	-qo
 
+# forcing define this until www/mozilla would be catched up.
+MOZILLA_IPV6=	yes
+
 .if defined(MOZILLA_IPV6)
 MOZILLA_PORT=	${PORTSDIR}/www/mozilla+ipv6
 .else
@@ -44,13 +48,12 @@
 MOZILLA_SH=	mozilla.xpg4
 .endif
 
-# forcing define this until www/mozilla comes up to date.
-MOZILLA_IPV6=	yes
-
-#pre-fetch:
-#	@${ECHO} ""
-#	@${ECHO} "If you need IPv6 compliant mozilla, define \"MOZILLA_IPV6\"."
-#	@${ECHO} ""
+.if !defined(MOZILLA_IPV6)
+pre-fetch:
+	@${ECHO} ""
+	@${ECHO} "If you need IPv6 compliant mozilla, define \"MOZILLA_IPV6\"."
+	@${ECHO} ""
+.endif
 
 post-extract:
 	${MKDIR} ${WRKSRC}/defaults/pref
@@ -82,6 +85,8 @@
 	${MV} -f ${PREFIX}/bin/mozilla ${PREFIX}/bin/mozilla.orig
 	${INSTALL_SCRIPT} ${WRKDIR}/mozilla ${PREFIX}/bin
 	(cd ${WRKDIR}/sp; ${TAR} -cf - *) | \
+	${TAR} -xf - -C ${PREFIX}/lib/mozilla/searchplugins
+	(cd ${WRKDIR}/sp_nomac; ${TAR} -cf - *) | \
 	${TAR} -xf - -C ${PREFIX}/lib/mozilla/searchplugins
 	(cd ${WRKSRC}; ${TAR} -cf - chrome defaults) | \
 	${TAR} -xf - -C ${PREFIX}/lib/mozilla
diff -urN mozilla-jlp.orig/distinfo mozilla-jlp/distinfo
--- mozilla-jlp.orig/distinfo	Sun Apr  8 21:02:34 2001
+++ mozilla-jlp/distinfo	Sun Apr  8 20:55:55 2001
@@ -1,4 +1,4 @@
 MD5 (GoogleJapan.png) = 00018294ed1658ff7fac008fd3438284
 MD5 (GoogleJapan.src) = 21c8dd268c4bb4f5a1f6e09377d0ea36
 MD5 (mozilla0.8.1-langjajp.xpi) = f67c3fd97470576fa7d3bf71045c75b6
-MD5 (mozilla0.8.1-regjp.xpi) = dc9130145e024f98e9e289e783f7e932
+MD5 (mozilla0.8.1-regjp.xpi) = 6f4ae2e57aab4e80883bec265634b182

>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?200104081211.f38CB6L61549>