> From: Christian Weisgerber <na...@mips.inka.de>
> Date: Fri, Oct 31, 2014 at 2:35 PM
> Subject: Re: tedu print/acroread
> To: ports@openbsd.org
> 
> 
> Here's some minor cruft where acroread is mentioned.  Worth keeping
> or not?
> 
> print/a2ps/Makefile:
>   .for p in bzip2 gv ghostview dvips pdf2ps acroread tex latex ps2pdf \
>             bzip distill netscape html2ps grog convert
>   CONFIGURE_ENV+= ac_cv_prog_COM_$p=no
>   .endfor
> 
> print/cups-filters/Makefile:
>   CONFIGURE_ARGS= ${CONFIGURE_SHARED} \
> 
> --with-test-font-path=${X11BASE}/lib/X11/fonts/TTF/DejaVuSans.ttf \
>                   --with-acroread-path=${LOCALBASE}/bin/acroread \
> 
>

What about this?

Index: a2ps/Makefile
===================================================================
RCS file: /cvs/ports/print/a2ps/Makefile,v
retrieving revision 1.57
diff -u -p -u -p -r1.57 Makefile
--- a2ps/Makefile       3 Feb 2014 19:06:42 -0000       1.57
+++ a2ps/Makefile       31 Oct 2014 14:57:08 -0000
@@ -40,7 +40,7 @@ CONFIGURE_ENV=        CPPFLAGS="-I${LOCALBASE}/
                ac_cv_prog_EMACS=no \
                lispdir=${PREFIX}/share/a2ps/emacs
 
-.for p in bzip2 gv ghostview dvips pdf2ps acroread tex latex ps2pdf \
+.for p in bzip2 gv ghostview dvips pdf2ps tex latex ps2pdf \
          bzip distill netscape html2ps grog convert
 CONFIGURE_ENV+= ac_cv_prog_COM_$p=no
 .endfor
Index: cups-filters/Makefile
===================================================================
RCS file: /cvs/ports/print/cups-filters/Makefile,v
retrieving revision 1.56
diff -u -p -u -p -r1.56 Makefile
--- cups-filters/Makefile       11 Oct 2014 08:50:05 -0000      1.56
+++ cups-filters/Makefile       31 Oct 2014 14:57:08 -0000
@@ -5,6 +5,7 @@ BROKEN-alpha=   ICE in cupsfilters/image-j
 COMMENT=       OpenPrinting CUPS filters
 
 DISTNAME=      cups-filters-1.0.61
+REVISION=      0
 CATEGORIES=    print
 
 SHARED_LIBS +=  cupsfilters          1.0      # 1.0
@@ -58,7 +59,6 @@ CONFIGURE_ENV=        CPPFLAGS="-I${X11BASE}/in
 
 CONFIGURE_ARGS=        ${CONFIGURE_SHARED} \
                
--with-test-font-path=${X11BASE}/lib/X11/fonts/TTF/DejaVuSans.ttf \
-               --with-acroread-path=${LOCALBASE}/bin/acroread \
                --with-gs-path=${LOCALBASE}/bin/gs \
                --without-php
 

Reply via email to