Probably this diff is no longer needed. USA default paper size "letter" conflicts with rest of world's "A4". Use A4. Better too many fixes than too few, till certain. May prove to be un-necessary, as it's also done in GENOPT (but not on gs55) *** 3.2/ports/print/ghostscript5/Makefile Sun May 23 15:07:10 1999 --- new/ports/print/ghostscript5/Makefile Sun May 23 15:05:57 1999 *************** *** 27,32 **** --- 27,33 ---- WRKSRC= ${WRKDIR}/gs5.10 MAKEFILE= unix-gcc.mak + CFLAGS+= -DA4 -Ddebug_a4_via_Makefile MAKE_FLAGS= prefix=${PREFIX} CFLAGS="${CFLAGS}" -f MAN1= gs.1 pdf2dsc.1 pdf2ps.1 ps2ascii.1 ps2epsi.1 ps2pdf.1 gs-hpdj.1 *** 3.2/ports/print/ghostscript55/Makefile Sun May 23 15:09:06 1999 --- new/ports/print/ghostscript55/Makefile Sun May 23 15:09:55 1999 *************** *** 45,50 **** --- 45,51 ---- # replacement for pdf_sec.ps, that allows you to read encrypted PDF files DECRYPT_PDF= pdf_sec.ps + A4=YES .if defined(A4) CFLAGS+= -DA4 -DA4_from_Makefile .endif