1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

- Fix pilot_makedoc to always print enough \n's

- Takeover maintainership
- Bump PORTREVERSION

PR: 35868
Submitted by: Simon Dick <simond@irrelevant.org>
This commit is contained in:
Kevin Lo 2002-03-17 16:34:25 +00:00
parent f387f4771b
commit b27b250136
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=56252
2 changed files with 12 additions and 4 deletions

View File

@ -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 @@ MASTER_SITES= ftp://ftp.forth.org/pub/PalmOS/ \
DISTNAME= makedoc7
EXTRACT_SUFX= .cpp
MAINTAINER= ports@FreeBSD.org
MAINTAINER= simond@irrelevant.org
NO_WRKSUBDIR= YES
ALL_TARGET= pilot_makedoc

View File

@ -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);
}