Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Mar 2002 21:43:55 +0000
From:      Simon Dick <simond@irrelevant.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/35868: Update of palm/pilot_makedoc
Message-ID:  <E16lGXL-0004Hc-00@nelly.internal.irrelevant.org>

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

>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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E16lGXL-0004Hc-00>