From owner-freebsd-ports Sat Dec 16 14:40:11 2000 From owner-freebsd-ports@FreeBSD.ORG Sat Dec 16 14:40:05 2000 Return-Path: Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A1D2A37B402 for ; Sat, 16 Dec 2000 14:40:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eBGMe1315836; Sat, 16 Dec 2000 14:40:01 -0800 (PST) (envelope-from gnats) Resent-Date: Sat, 16 Dec 2000 14:40:01 -0800 (PST) Resent-Message-Id: <200012162240.eBGMe1315836@freefall.freebsd.org> Resent-From: gnats-admin@FreeBSD.org (GNATS Management) Resent-To: freebsd-ports@FreeBSD.org Resent-Reply-To: gnats-admin@FreeBSD.org, leeym@bsd.ce.ntu.edu.tw Received: from smtp1-gw.tp1rc.edu.tw (smtp1-gw.tp1rc.edu.tw [163.28.16.23]) by hub.freebsd.org (Postfix) with ESMTP id 48C1C37B400 for ; Sat, 16 Dec 2000 14:37:07 -0800 (PST) Received: from www.caece.net (bsd.ce.ntu.edu.tw [140.112.13.1]) by smtp1-gw.tp1rc.edu.tw (8.9.3/8.9.3) with ESMTP id GAA38193 for ; Sun, 17 Dec 2000 06:37:29 +0800 (CST) (envelope-from leeym@www.caece.net) Received: (from leeym@localhost) by www.caece.net (8.11.0/8.11.0) id eBGMb3c49962; Sun, 17 Dec 2000 06:37:03 +0800 (CST) Message-Id: <200012162237.eBGMb3c49962@www.caece.net> Date: Sun, 17 Dec 2000 06:37:03 +0800 (CST) From: Yen-Ming Lee Sender: leeym@www.caece.net Reply-To: leeym@bsd.ce.ntu.edu.tw To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/23590: update port: textproc/antiword to 0.31 Resent-Sender: gnats@FreeBSD.org Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 23590 >Category: ports >Synopsis: update port: textproc/antiword to 0.31 >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: Sat Dec 16 14:40:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Yen-Ming Lee >Release: FreeBSD 4.1-STABLE i386 >Organization: >Environment: 4.x-STABLE >Description: update port antiword to version 0.31 (latest). >How-To-Repeat: >Fix: diff -ruN /usr/ports/textproc/antiword/Makefile antiword/Makefile --- /usr/ports/textproc/antiword/Makefile Wed Jun 21 00:05:37 2000 +++ antiword/Makefile Sun Dec 17 06:10:33 2000 @@ -6,7 +6,7 @@ # PORTNAME= antiword -PORTVERSION= 0.30 +PORTVERSION= 0.31 CATEGORIES= textproc MASTER_SITES= http://www.winfield.demon.nl/linux/ @@ -17,12 +17,13 @@ MAN1= antiword.1 do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/antiword ${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/Unix-only/antiword.1 ${MANPREFIX}/man/man1 + @${INSTALL_PROGRAM} ${WRKSRC}/antiword ${PREFIX}/bin + @${INSTALL_SCRIPT} ${WRKSRC}/kantiword ${PREFIX}/bin + @${INSTALL_MAN} ${WRKSRC}/Docs/antiword.1 ${MANPREFIX}/man/man1 .if !defined(NOPORTDOCS) @${MKDIR} ${PREFIX}/share/doc/antiword -.for file in COPYING Changes History QandA ReadMe - ${INSTALL_DATA} ${WRKSRC}/Docs/${file} ${PREFIX}/share/doc/antiword +.for file in COPYING ChangeLog FAQ History Netscape QandA ReadMe + @${INSTALL_DATA} ${WRKSRC}/Docs/${file} ${PREFIX}/share/doc/antiword .endfor .endif diff -ruN /usr/ports/textproc/antiword/distinfo antiword/distinfo --- /usr/ports/textproc/antiword/distinfo Tue Jun 20 17:57:52 2000 +++ antiword/distinfo Sun Dec 17 05:38:09 2000 @@ -1 +1 @@ -MD5 (antiword-0.30.tar.gz) = 888cc02e6ea75f530a7e4bb5b866a07a +MD5 (antiword-0.31.tar.gz) = bacc1727e44453f8ae38f2cdb7b7c54d diff -ruN /usr/ports/textproc/antiword/files/patch-aa antiword/files/patch-aa --- /usr/ports/textproc/antiword/files/patch-aa Fri Jun 9 17:16:09 2000 +++ antiword/files/patch-aa Sun Dec 17 06:07:33 2000 @@ -1,36 +1,24 @@ ---- Makefile.orig Mon Nov 1 21:21:36 1999 -+++ Makefile Fri Jun 9 12:07:27 2000 -@@ -2,15 +2,15 @@ - # Makefile for antiword (Linux version) - # +--- antiword.h.orig Thu Nov 30 03:54:14 2000 ++++ antiword.h Sun Dec 17 05:44:49 2000 +@@ -41,7 +41,9 @@ + #endif /* __riscos */ + #endif /* !PATH_MAX */ + ++#ifndef SIZE_T_MAX + #define SIZE_T_MAX (size_t)UINT_MAX ++#endif + + #if defined(__riscos) + #define FILE_SEPARATOR "." +--- Makefile.orig Sun Dec 17 05:45:07 2000 ++++ Makefile Sun Dec 17 05:45:47 2000 +@@ -43,8 +43,7 @@ + + kantiword: Unix-only/KDE-only/kantiword.sh + @rm -f $@ +- echo "#!/bin/sh" > $@ +- cat $? >> $@ ++ @cat $? >> $@ + @chmod 750 $@ --CC = gcc --LD = gcc -+CC ?= gcc -+LD = $(CC) - - # must be equal to DEBUG or NDEBUG - DB = NDEBUG - - LDLIBS = - --CFLAGS = -Wall -pedantic -O2 -D$(DB) -+CFLAGS += -D$(DB) - LDFLAGS = - - OBJS =\ -@@ -22,12 +22,12 @@ - PROGS =\ - antiword - --INSTALL_DIR = $(HOME)/bin -+INSTALL_DIR = $(PREFIX)/bin - - all: $(PROGS) - - install: all -- cp -pf $(PROGS) $(INSTALL_DIR) -+ $(BSD_INSTALL_PROGRAM) $(PROGS) $(INSTALL_DIR) - - clean: - rm -f $(OBJS) + .c.o: diff -ruN /usr/ports/textproc/antiword/pkg-plist antiword/pkg-plist --- /usr/ports/textproc/antiword/pkg-plist Fri Jun 9 17:16:09 2000 +++ antiword/pkg-plist Sun Dec 17 06:15:35 2000 @@ -1,7 +1,10 @@ bin/antiword +bin/kantiword share/doc/antiword/COPYING -share/doc/antiword/Changes +share/doc/antiword/ChangeLog +share/doc/antiword/FAQ share/doc/antiword/History +share/doc/antiword/Netscape share/doc/antiword/QandA share/doc/antiword/ReadMe @dirrm share/doc/antiword >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message