Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 Apr 2004 16:40:03 +0900 (JST)
From:      Takayuki Nakao <t@nakao.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/65871: Update ports: japanese/yc.el
Message-ID:  <20040422.164003.74756873.t@nakao.org>
Resent-Message-ID: <200404220750.i3M7oJuE006434@freefall.freebsd.org>

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

>Number:         65871
>Category:       ports
>Synopsis:       Update ports: japanese/yc.el
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Apr 22 00:50:19 PDT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Takayuki Nakao <t@nakao.org>
>Release:        
>Organization:
>Environment:
>Description:
This is a request for upgrading japanese/yc.el to version 4.0.9.

Summary of changes;
  - refine Makefile so that it can be compiled in NetBSD

>How-To-Repeat:
>Fix:
The recursive diff is attached below;

diff -ruN yc.el.orig/Makefile yc.el/Makefile
--- yc.el.orig/Makefile	Tue Mar  9 02:40:12 2004
+++ yc.el/Makefile	Wed Apr 21 15:14:16 2004
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	yc.el
-PORTVERSION=	4.0.8
+PORTVERSION=	4.0.9
 PORTEPOCH=	1
 CATEGORIES=	japanese elisp
 MASTER_SITES=	http://www.ceres.dti.ne.jp/~knak/
diff -ruN yc.el.orig/distinfo yc.el/distinfo
--- yc.el.orig/distinfo	Tue Mar  9 02:40:12 2004
+++ yc.el/distinfo	Wed Apr 21 15:14:30 2004
@@ -1,2 +1,2 @@
-MD5 (yc-4.0.8.tar.gz) = 067fa53a65409478a01ccff67d9b9fb8
-SIZE (yc-4.0.8.tar.gz) = 43496
+MD5 (yc-4.0.9.tar.gz) = 2682bdeb44e8164d00e33156907612bf
+SIZE (yc-4.0.9.tar.gz) = 43550
diff -ruN yc.el.orig/files/patch-aa yc.el/files/patch-aa
--- yc.el.orig/files/patch-aa	Fri Nov 21 21:25:29 2003
+++ yc.el/files/patch-aa	Thu Apr 22 16:31:25 2004
@@ -1,5 +1,5 @@
---- Makefile.orig	Sun Nov  9 16:18:10 2003
-+++ Makefile	Fri Nov 21 12:59:50 2003
+--- Makefile.orig	Tue Apr 20 00:16:34 2004
++++ Makefile	Thu Apr 22 16:31:02 2004
 @@ -1,10 +1,10 @@
 -prefix = /usr/local
 +prefix = $(PREFIX)
@@ -14,7 +14,7 @@
  #elispdir = $(prefix)/lib/$(EMACS)/site-lisp
  #elispdir = $(prefix)/lib/emacs
  
-@@ -12,8 +12,10 @@
+@@ -12,8 +12,8 @@
  elc = yc.elc
  PROGRAM = icanna$(exesuffix)
  OBJS = icanna.o
@@ -22,12 +22,10 @@
 -INSTALL = install
 +#CC = gcc
 +#INSTALL = install
-+
-+.SUFFIXES: .el .elc
  
- all: $(PROGRAM) $(elc)
+ .SUFFIXES: .el .elc
  
-@@ -29,11 +31,13 @@
+@@ -31,11 +31,13 @@
  install: install-bin install-el
  
  install-bin: $(PROGRAM)
>Release-Note:
>Audit-Trail:
>Unformatted:



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