summaryrefslogtreecommitdiff
path: root/palm
diff options
context:
space:
mode:
authorKevin Lo <kevlo@FreeBSD.org>2002-03-17 16:34:25 +0000
committerKevin Lo <kevlo@FreeBSD.org>2002-03-17 16:34:25 +0000
commitb27b250136cd2a01605094397298f7bc4e205e0f (patch)
treef75bf4b6e3822159b5e294cb2a071f81cd8ef5a6 /palm
parentUpdate to 1.4 beta (diff)
- Fix pilot_makedoc to always print enough \n's
- Takeover maintainership - Bump PORTREVERSION PR: 35868 Submitted by: Simon Dick <simond@irrelevant.org>
Notes
Notes: svn path=/head/; revision=56252
Diffstat (limited to 'palm')
-rw-r--r--palm/pilot_makedoc/Makefile3
-rw-r--r--palm/pilot_makedoc/files/patch-aa13
2 files changed, 12 insertions, 4 deletions
diff --git a/palm/pilot_makedoc/Makefile b/palm/pilot_makedoc/Makefile
index aad6f6cfe3e8..41dfced05d6f 100644
--- a/palm/pilot_makedoc/Makefile
+++ b/palm/pilot_makedoc/Makefile
@@ -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
diff --git a/palm/pilot_makedoc/files/patch-aa b/palm/pilot_makedoc/files/patch-aa
index 03bc280a12e6..f1cf39902187 100644
--- a/palm/pilot_makedoc/files/patch-aa
+++ b/palm/pilot_makedoc/files/patch-aa
@@ -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);
+ }