diff options
author | wiz <wiz@pkgsrc.org> | 2017-09-06 16:49:21 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2017-09-06 16:49:21 +0000 |
commit | 9acf0f44db0df24b3919885b1adf4c67c2c1646b (patch) | |
tree | da03e98d05507012fbdc878aaef7b6e43330f63b /print/xdvik | |
parent | 845b48b66a6f3adef00bf2cc4aadac1657f19cd1 (diff) | |
download | pkgsrc-9acf0f44db0df24b3919885b1adf4c67c2c1646b.tar.gz |
Remove teTeX* packages and references to them.
teTeX was desupported in 2006, and we have texlive in pkgsrc since 2009.
Diffstat (limited to 'print/xdvik')
-rw-r--r-- | print/xdvik/Makefile | 3 | ||||
-rw-r--r-- | print/xdvik/distinfo | 4 | ||||
-rw-r--r-- | print/xdvik/patches/patch-ab | 4 |
3 files changed, 5 insertions, 6 deletions
diff --git a/print/xdvik/Makefile b/print/xdvik/Makefile index a0976d89b94..99f05b94fe1 100644 --- a/print/xdvik/Makefile +++ b/print/xdvik/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2017/06/20 20:50:50 markd Exp $ +# $NetBSD: Makefile,v 1.23 2017/09/06 16:49:47 wiz Exp $ DISTNAME= texlive-20170524-source PKGNAME= xdvik-22.87.03 @@ -11,7 +11,6 @@ MAINTAINER= minskim@NetBSD.org HOMEPAGE= http://xdvi.sourceforge.net/ COMMENT= Previewer for DVI files -CONFLICTS+= teTeX-bin<3.0nb25 BUILD_DEPENDS+= tex-texconfig-[0-9]*:../../print/tex-texconfig BUILD_DEPENDS+= tex-xdvi-[0-9]*:../../print/tex-xdvi DEPENDS+= dvipsk-[0-9]*:../../print/dvipsk diff --git a/print/xdvik/distinfo b/print/xdvik/distinfo index 2117638d591..9376d4b150b 100644 --- a/print/xdvik/distinfo +++ b/print/xdvik/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.12 2017/06/20 20:50:50 markd Exp $ +$NetBSD: distinfo,v 1.13 2017/09/06 16:49:47 wiz Exp $ SHA1 (texlive-20170524-source.tar.xz) = 1c1383ddb1b871c6b8ce49a4ae3c1a33d454a7b6 RMD160 (texlive-20170524-source.tar.xz) = a8430c19fe1727cf308fe03e5838105260c0d71e SHA512 (texlive-20170524-source.tar.xz) = 18c18940992ab94ce22e22ccd4ad798253ea14ac2ab296a10ea5e9a8da9f33989f2e2641b42b564d1d5fb53bd371da3e68726b676d706b469016ad146cd19daa Size (texlive-20170524-source.tar.xz) = 63483372 bytes SHA1 (patch-aa) = 08bc8e8a7a2cd7a65c0a176f02fdd2930d1d9ae2 -SHA1 (patch-ab) = bbbeb011aa888f2ee7dab84c1602fb3e1127cdb1 +SHA1 (patch-ab) = 09dbadaa8fb4575e4a437f3a3df266ae808e3278 SHA1 (patch-configure) = bd3b6309a60ea8173cb020335f7337abbda07103 diff --git a/print/xdvik/patches/patch-ab b/print/xdvik/patches/patch-ab index c11bee5448e..4de305bb293 100644 --- a/print/xdvik/patches/patch-ab +++ b/print/xdvik/patches/patch-ab @@ -1,6 +1,6 @@ -$NetBSD: patch-ab,v 1.1.1.1 2009/02/23 19:32:01 minskim Exp $ +$NetBSD: patch-ab,v 1.2 2017/09/06 16:49:47 wiz Exp $ -Make sure teTeX3 compiles even if floor is defined by the OS (which is +Make sure xdvik compiles even if floor is defined by the OS (which is the case on Mac OS 10.4 at least) --- special.c.orig 2008-05-03 12:45:10.000000000 -0700 |