From owner-freebsd-ports Wed Mar 13 13:50:13 2002 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 8D50C37B419 for ; Wed, 13 Mar 2002 13:50:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g2DLo1Y32413; Wed, 13 Mar 2002 13:50:01 -0800 (PST) (envelope-from gnats) Received: from nelly.internal.irrelevant.org (irrelevant.demon.co.uk [158.152.220.121]) by hub.freebsd.org (Postfix) with ESMTP id E90C437B487 for ; Wed, 13 Mar 2002 13:43:58 -0800 (PST) Received: from simond by nelly.internal.irrelevant.org with local (Exim 3.35 #1) id 16lGXL-0004Hc-00 for FreeBSD-gnats-submit@freebsd.org; Wed, 13 Mar 2002 21:43:55 +0000 Message-Id: Date: Wed, 13 Mar 2002 21:43:55 +0000 From: Simon Dick Reply-To: Simon Dick To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/35868: Update of palm/pilot_makedoc Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 35868 >Category: ports >Synopsis: Update of palm/pilot_makedoc >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Mar 13 13:50:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: Simon Dick >Release: FreeBSD 4.5-RELEASE-p2 i386 >Organization: >Environment: System: FreeBSD nelly.internal.irrelevant.org 4.5-RELEASE-p2 FreeBSD 4.5-RELEASE-p2 #0: Fri Mar 8 12:44:33 GMT 2002 root@nelly.internal.irrelevant.org:/usr/obj/usr/src/sys/ELEPHANT i386 >Description: Fix pilot_makedoc to always print enough \n's (and take maintainership as nobody else seems to want to :) >How-To-Repeat: >Fix: Index: Makefile =================================================================== RCS file: /usr/nfs/ncvs/ports/palm/pilot_makedoc/Makefile,v retrieving revision 1.13 diff -u -r1.13 Makefile --- Makefile 23 Oct 2000 21:03:05 -0000 1.13 +++ Makefile 13 Mar 2002 21:42:17 -0000 @@ -7,6 +7,7 @@ PORTNAME= pilot_makedoc PORTVERSION= 0.7a +PORTREVISION= 1 CATEGORIES= palm textproc MASTER_SITES= ftp://ftp.forth.org/pub/PalmOS/ \ ftp://ftp.cs.tu-berlin.de/pub/palmtops/pilot/ \ @@ -14,7 +15,7 @@ DISTNAME= makedoc7 EXTRACT_SUFX= .cpp -MAINTAINER= ports@FreeBSD.org +MAINTAINER= simond@irrelevant.org NO_WRKSUBDIR= YES ALL_TARGET= pilot_makedoc Index: files/patch-aa =================================================================== RCS file: /usr/nfs/ncvs/ports/palm/pilot_makedoc/files/patch-aa,v retrieving revision 1.2 diff -u -r1.2 patch-aa --- files/patch-aa 25 Dec 1999 06:41:02 -0000 1.2 +++ files/patch-aa 13 Mar 2002 21:40:20 -0000 @@ -1,6 +1,6 @@ ---- makedoc7.cpp.orig Sat May 10 20:05:27 1997 -+++ makedoc7.cpp Sat May 10 20:05:53 1997 -@@ -588,7 +584,7 @@ +--- makedoc7.cpp.orig Wed Mar 13 21:37:41 2002 ++++ makedoc7.cpp Wed Mar 13 21:39:39 2002 +@@ -589,7 +589,7 @@ printf("\n -n builds the .prc file without compression"); printf("\n -b option compresses/decompresses binary"); #if UNIX @@ -9,3 +9,10 @@ #endif exit(1); } +@@ -746,5 +746,6 @@ + fclose(fin); + fclose(fout); + } ++ printf("\n"); + exit(0); + } >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message