Date: Mon, 21 Aug 2000 08:34:41 -0700 (PDT) From: tkato@prontomail.ne.jp To: freebsd-gnats-submit@FreeBSD.org Subject: ports/20746: Update port: japanese/ack Message-ID: <20000821153441.B54F037B422@hub.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 20746 >Category: ports >Synopsis: Update port: japanese/ack >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: Mon Aug 21 08:40:02 PDT 2000 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 4.1-RELEASE i386 >Organization: >Environment: >Description: - Fix MASTER_SITES - Support CC/CFLAGS properly - Add WWW: line into pkg/DESCR >How-To-Repeat: >Fix: diff -urN /usr/ports/japanese/ack/Makefile japanese/ack/Makefile --- /usr/ports/japanese/ack/Makefile Wed Apr 12 05:36:31 2000 +++ japanese/ack/Makefile Sat Aug 19 14:21:08 2000 @@ -1,4 +1,4 @@ -# New ports collection makefile for: ack +# New ports collection makefile for: ack # Date created: 21 Jul 1998 # Whom: Masanori Kiriake <seiken@nbs.co.jp> # @@ -7,12 +7,13 @@ PORTNAME= ack PORTVERSION= 1.39 CATEGORIES= japanese converters -MASTER_SITES= ftp://ftp.tohoku.ac.jp/pub/unix/ack/ +MASTER_SITES= ftp://ftp.vector.co.jp/pack/unix/util/text/conv/code/ DISTNAME= ${PORTNAME}${PORTVERSION:S/.//} +EXTRACT_SUFX= .tgz MAINTAINER= seiken@ARGV.AC -ALL_TARGET= ack +ALL_TARGET= ack MANLANG= ja MAN1= ack.1 diff -urN /usr/ports/japanese/ack/files/md5 japanese/ack/files/md5 --- /usr/ports/japanese/ack/files/md5 Wed Sep 16 07:05:58 1998 +++ japanese/ack/files/md5 Sat Jan 15 00:00:00 2000 @@ -1 +1 @@ -MD5 (ack139.tar.gz) = 8bb87ee0dc92547eb93b097fcfe99bd8 +MD5 (ack139.tgz) = 8bb87ee0dc92547eb93b097fcfe99bd8 diff -urN /usr/ports/japanese/ack/patches/patch-aa japanese/ack/patches/patch-aa --- /usr/ports/japanese/ack/patches/patch-aa Wed Sep 16 07:05:58 1998 +++ japanese/ack/patches/patch-aa Sat Jan 15 00:00:00 2000 @@ -1,22 +1,23 @@ --- Makefile.orig Tue Jul 26 18:29:53 1994 -+++ Makefile Wed Jul 29 18:49:18 1998 ++++ Makefile Sun Dec 26 12:00:15 1999 @@ -1,14 +1,15 @@ #### ack 1993,94 H.Ogasawara (COR.) #### #### -- install directory -BINARY = /usr/local/bin -MANUAL = /usr/local/man/man1 -+PREFIX?= /usr/local ++PREFIX ?= /usr/local +BINARY = ${PREFIX}/bin +MANUAL = ${PREFIX}/man/ja/man1 #### #### -- UNIX - CC = cc +-CC = cc -CFLAGS = -O -DDEFCODE=2 -DDEFJIS=2 -DENVACK=1 -#CFLAGS = -O -DDEFCODE=1 -DDEFJIS=2 -DENVACK=1 -DLANGCHK=1 -DJCONVSW=1 ++CC ?= cc +#CFLAGS = -O -DDEFCODE=2 -DDEFJIS=2 -DENVACK=1 -+CFLAGS = -O -DDEFCODE=1 -DDEFJIS=2 -DENVACK=1 -DLANGCHK=1 -DJCONVSW=1 ++CFLAGS += -DDEFCODE=1 -DDEFJIS=2 -DENVACK=1 -DLANGCHK=1 -DJCONVSW=1 #### #### -- Human68k #CC = gcc diff -urN /usr/ports/japanese/ack/pkg/DESCR japanese/ack/pkg/DESCR --- /usr/ports/japanese/ack/pkg/DESCR Wed Sep 16 07:05:58 1998 +++ japanese/ack/pkg/DESCR Sat Jan 15 00:00:00 2000 @@ -1 +1,3 @@ Kanji code converter. + +WWW: http://hp.vector.co.jp/authors/VA004474/etc/etc.html >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?20000821153441.B54F037B422>