Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Feb 2000 00:10:36 +0900
From:      "Akinori -Aki- MUSHA" <knu@idaemons.org>
To:        honda@kashio.info.mie-u.ac.jp
Cc:        freebsd-ports@FreeBSD.ORG
Subject:   Re: ports/16863: new port japanese/esecanna-wnn6
Message-ID:  <86aekuvbf7.wl@archon.local.idaemons.org>
In-Reply-To: In your message of "Mon, 21 Feb 2000 04:40:03 -0800 (PST)" <200002211240.EAA13245@freefall.freebsd.org>
References:  <200002211240.EAA13245@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
  Hi,

At Mon, 21 Feb 2000 04:40:03 -0800 (PST),
HONDA Yasuhiro <honda@kashio.info.mie-u.ac.jp> wrote:
>  sorry, that port includes wrong scripts/configure, replace this one.
>  
>  begin 644 esecanna-wnn6-0.3.0-port.02.tar.gz

  `files/wnn6_esecannaserver.sh' had a typo, and `scripts/configure'
seems small enough to be merged into Makefile.  Check out the attached
patch.

  Also, I suppose it would be nice if we get all the esecanna ports
fit in with one another.  How do you think?  I mean, each port should
conform itself to one style, say, DESCR, MESSAGE, and the way to
configure.


  By the way, Take-san [the author of esecanna] is going to introduce
a dynamic loading mechanism to merge them into one.  I'm looking
forward to it so much!

-- 
                           /
                          /__  __
                         / )  )  ) )  /
Akinori -Aki- MUSHA aka / (_ /  ( (__(  <knu@idaemons.org>

"If you choose not to decide you still have made a choice."

diff -ruN esecanna-wnn6.orig/Makefile esecanna-wnn6/Makefile
--- esecanna-wnn6.orig/Makefile	Mon Feb 21 21:00:27 2000
+++ esecanna-wnn6/Makefile	Mon Feb 21 23:24:54 2000
@@ -22,6 +22,9 @@
 post-extract:
 	${CP} ${FILESDIR}/wnn6_esecannaserver.sh ${WRKSRC}/
 
+do-configure:
+	@cd ${WRKSRC} && perl -i -pe "s,!!PREFIX!!,${PREFIX},g" constdef.h
+
 post-install:
 	@${MKDIR} ${DOCDIR}
 .if !defined(NOPORTDOCS)
diff -ruN esecanna-wnn6.orig/files/wnn6_esecannaserver.sh esecanna-wnn6/files/wnn6_esecannaserver.sh
--- esecanna-wnn6.orig/files/wnn6_esecannaserver.sh	Tue Feb 15 20:03:00 2000
+++ esecanna-wnn6/files/wnn6_esecannaserver.sh	Mon Feb 21 23:18:50 2000
@@ -3,6 +3,6 @@
 esecanna=!!PREFIX!!/sbin/esecannaserver_wnn6
 if [ -f $esecanna ]; then
 	echo -n ' esecanna-wnn6'
-	/bin/rm -f /tp/.iroha_unix/IROHA
+	/bin/rm -f /tmp/.iroha_unix/IROHA
 	$esecanna 2> /var/log/esecannaserver.log &
 fi
diff -ruN esecanna-wnn6.orig/scripts/configure esecanna-wnn6/scripts/configure
--- esecanna-wnn6.orig/scripts/configure	Mon Feb 21 21:27:32 2000
+++ esecanna-wnn6/scripts/configure	Thu Jan  1 09:00:00 1970
@@ -1,6 +0,0 @@
-#!/bin/sh
-
-cd ${WRKSRC}
-
-mv constdef.h constdef.h.bak && \
-	sed s+!!PREFIX!!+$PREFIX+g < constdef.h.bak > constdef.h


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?86aekuvbf7.wl>