Sun Apr 28 11:31:13 2019 UTC ()
print/dvipsk: skip check for unknown configure options


(rillig)
diff -r1.21 -r1.22 pkgsrc/print/dvipsk/Makefile

cvs diff -r1.21 -r1.22 pkgsrc/print/dvipsk/Makefile (expand / switch to unified diff)

--- pkgsrc/print/dvipsk/Makefile 2018/11/01 10:55:57 1.21
+++ pkgsrc/print/dvipsk/Makefile 2019/04/28 11:31:13 1.22
@@ -1,38 +1,40 @@ @@ -1,38 +1,40 @@
1# $NetBSD: Makefile,v 1.21 2018/11/01 10:55:57 markd Exp $ 1# $NetBSD: Makefile,v 1.22 2019/04/28 11:31:13 rillig Exp $
2 2
3DISTNAME= texlive-20180414-source 3DISTNAME= texlive-20180414-source
4PKGNAME= dvipsk-5.998 4PKGNAME= dvipsk-5.998
5PKGREVISION= 1 5PKGREVISION= 1
6CATEGORIES= print 6CATEGORIES= print
7MASTER_SITES= ftp://tug.org/historic/systems/texlive/2018/ 7MASTER_SITES= ftp://tug.org/historic/systems/texlive/2018/
8EXTRACT_SUFX= .tar.xz 8EXTRACT_SUFX= .tar.xz
9 9
10MAINTAINER= minskim@NetBSD.org 10MAINTAINER= minskim@NetBSD.org
11HOMEPAGE= http://www.radicaleye.com/dvips.html 11HOMEPAGE= http://www.radicaleye.com/dvips.html
12COMMENT= DVI-to-PostScript translator 12COMMENT= DVI-to-PostScript translator
13 13
14BUILD_DEPENDS+= tex-tetex-[0-9]*:../../print/tex-tetex 14BUILD_DEPENDS+= tex-tetex-[0-9]*:../../print/tex-tetex
15DEPENDS+= tex-dvips>=2013:../../print/tex-dvips 15DEPENDS+= tex-dvips>=2013:../../print/tex-dvips
16 16
17EXTRACT_ELEMENTS= ${DISTNAME}/build-aux \ 17EXTRACT_ELEMENTS= ${DISTNAME}/build-aux \
18 ${DISTNAME}/texk/dvipsk 18 ${DISTNAME}/texk/dvipsk
19 19
20GNU_CONFIGURE= yes 
21INFO_FILES= yes 20INFO_FILES= yes
22USE_LIBTOOL= yes 21USE_LIBTOOL= yes
23USE_TOOLS+= pkg-config 22USE_TOOLS+= pkg-config
24CONFIGURE_DIRS= texk/dvipsk 
25 23
 24GNU_CONFIGURE= yes
 25# texk/dvipsk/squeeze/configure doesn't know --with-system-kpathsea
 26GNU_CONFIGURE_STRICT= no
 27CONFIGURE_DIRS= texk/dvipsk
26CONFIGURE_ARGS+= --with-system-kpathsea 28CONFIGURE_ARGS+= --with-system-kpathsea
27 29
28PKG_SYSCONFSUBDIR= texmf 30PKG_SYSCONFSUBDIR= texmf
29 31
30MAKE_DIRS+= ${PKG_SYSCONFDIR}/dvips/config 32MAKE_DIRS+= ${PKG_SYSCONFDIR}/dvips/config
31CONF_FILES= ${PREFIX}/share/examples/dvipsk/config.ps \ 33CONF_FILES= ${PREFIX}/share/examples/dvipsk/config.ps \
32 ${PKG_SYSCONFDIR}/dvips/config/config.ps 34 ${PKG_SYSCONFDIR}/dvips/config/config.ps
33 35
34BUILD_DEFS+= PAPERSIZE 36BUILD_DEFS+= PAPERSIZE
35LOWER_PAPERSIZE_cmd= ${ECHO} ${PAPERSIZE} | ${TR} '[A-Z]' '[a-z]' 37LOWER_PAPERSIZE_cmd= ${ECHO} ${PAPERSIZE} | ${TR} '[A-Z]' '[a-z]'
36LOWER_PAPERSIZE= ${LOWER_PAPERSIZE_cmd:sh} 38LOWER_PAPERSIZE= ${LOWER_PAPERSIZE_cmd:sh}
37 39
38INSTALLATION_DIRS+= share/examples/dvipsk 40INSTALLATION_DIRS+= share/examples/dvipsk