summaryrefslogtreecommitdiffstats
path: root/palm
diff options
context:
space:
mode:
authorkevlo <kevlo@FreeBSD.org>2002-03-17 16:34:25 +0000
committerkevlo <kevlo@FreeBSD.org>2002-03-17 16:34:25 +0000
commit4bbbfca964a89cb47dabf039204ca66790153d15 (patch)
tree80f26dd698dca33c021572eb208c1b6cb7a3e0cf /palm
parenta7e563a245fec0c3e2f13d05080572028c557a38 (diff)
downloadFreeBSD-ports-4bbbfca964a89cb47dabf039204ca66790153d15.zip
FreeBSD-ports-4bbbfca964a89cb47dabf039204ca66790153d15.tar.gz
- Fix pilot_makedoc to always print enough \n's
- Takeover maintainership - Bump PORTREVERSION PR: 35868 Submitted by: Simon Dick <simond@irrelevant.org>
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 aad6f6c..41dfced 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 03bc280..f1cf399 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);
+ }
OpenPOWER on IntegriCloud