pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/print/poppler Delete non-functional reference to PAPER...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/da24c6fc83f8
branches:  trunk
changeset: 551034:da24c6fc83f8
user:      smb <smb%pkgsrc.org@localhost>
date:      Fri Dec 05 01:57:07 2008 +0000

description:
Delete non-functional reference to PAPERSIZE environment variable; add
MESSAGE file saying what to do to get US Letter.

diffstat:

 print/poppler/MESSAGE  |  9 +++++++++
 print/poppler/Makefile |  7 ++-----
 2 files changed, 11 insertions(+), 5 deletions(-)

diffs (40 lines):

diff -r 5f0ddb9dcae7 -r da24c6fc83f8 print/poppler/MESSAGE
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/poppler/MESSAGE     Fri Dec 05 01:57:07 2008 +0000
@@ -0,0 +1,9 @@
+===========================================================================
+$NetBSD: MESSAGE,v 1.1 2008/12/05 01:57:07 smb Exp $
+
+To change the default paper size to US Letter, make sure that
+
+       LC_MESSAGES=en_US.UTF-8
+
+is in your environment.
+===========================================================================
diff -r 5f0ddb9dcae7 -r da24c6fc83f8 print/poppler/Makefile
--- a/print/poppler/Makefile    Fri Dec 05 01:20:18 2008 +0000
+++ b/print/poppler/Makefile    Fri Dec 05 01:57:07 2008 +0000
@@ -1,10 +1,11 @@
-# $NetBSD: Makefile,v 1.32 2008/11/20 14:28:22 dillo Exp $
+# $NetBSD: Makefile,v 1.33 2008/12/05 01:57:07 smb Exp $
 #
 
 .include "../../print/poppler/Makefile.common"
 
 COMMENT=               PDF rendering library
 MAINTAINER=            reed%reedmedia.net@localhost
+PKGREVISION=           1
 
 USE_TOOLS+=            gmake
 
@@ -32,10 +33,6 @@
 
 .include "../../mk/bsd.prefs.mk"
 
-.if defined(PAPERSIZE) && ${PAPERSIZE} == "A4"
-CONFIGURE_ARGS+=       --enable-a4-paper
-.endif
-
 post-install:
        ${INSTALL_MAN} ${WRKSRC}/README ${DESTDIR}${PREFIX}/share/doc/poppler/
        ${INSTALL_MAN} ${WRKSRC}/README-XPDF ${DESTDIR}${PREFIX}/share/doc/poppler/



Home | Main Index | Thread Index | Old Index