- fix a bug where jpilot didn't print the last page when ghostscript was

used ; corrected upstream
patch by David Fries <david at fries dot net> via todd@
This commit is contained in:
ajacoutot 2006-12-31 10:47:39 +00:00
parent 6c8a6cfbcd
commit 0b7aa49560
2 changed files with 14 additions and 1 deletions

View File

@ -1,8 +1,9 @@
# $OpenBSD: Makefile,v 1.38 2006/12/16 12:22:33 espie Exp $
# $OpenBSD: Makefile,v 1.39 2006/12/31 10:47:39 ajacoutot Exp $
COMMENT= "desktop organizer software for the palm pilot"
DISTNAME= jpilot-0.99.9
PKGNAME= ${DISTNAME}p0
CATEGORIES= comms palm
MASTER_SITES= ${HOMEPAGE}

View File

@ -0,0 +1,12 @@
$OpenBSD: patch-print_c,v 1.1 2006/12/31 10:47:39 ajacoutot Exp $
--- print.c.orig Fri Dec 29 01:32:28 2006
+++ print.c Fri Dec 29 01:31:58 2006
@@ -946,7 +946,7 @@ int print_address_header()
"pop pop pop ( )\n"
"} if\n"
"("Q_FLAG_CHAR"END) search { %%if\n"
- " stop\n"
+ " showpage stop\n"
"} if\n"
"("Q_FLAG_CHAR"C12) search {\n"
"/Courier-ISOLatin1 12 selectfont\n"