pkgsrc-Bugs archive

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

pkg/46220: [PATCH] teTeX3-texmf has conflicts with tex-ptex



>Number:         46220
>Category:       pkg
>Synopsis:       teTeX3-texmf has conflicts with tex-ptex
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Sun Mar 18 13:50:00 +0000 2012
>Originator:     Makoto Fujiwara
>Release:        NetBSD 6.0_BETA
>Organization:
KINU Corporation

>Environment:
        
        
System: NetBSD modena 6.0_BETA NetBSD 6.0_BETA (GENERIC) amd64
Architecture: x86_64
Machine: amd64
>Description:
teTeX3-texmf and tex-ptex are to coexist to process 
Japanese documents.
But currently confilsts on some files. The attached
patch to be applied to fix the problem.

Or any teTeX3-texmf equivalent from texlive ?
>How-To-Repeat:
(cd /usr/pkgsrc/print/tex-ptex;     make package-install)
(cd /usr/pkgsrc/print/teTeX3-texmf; make package-install)

And you will get following:
-------
modena@makoto 22:40:07/120318(..print/teTeX3-texmf)% make package-install       
 
=> Bootstrap dependency digest>=20010302: found digest-20111104
WARNING: [license.mk] Every package should define a LICENSE.
===> Skipping vulnerability checks.
WARNING: No /var/db/pkg/pkg-vulnerabilities file found.
WARNING: To fix run: `/usr/sbin/pkg_admin -K /var/db/pkg 
fetch-pkg-vulnerabilities'.
=> Becoming ``root'' to make su-real-package-install (/usr/pkg/bin/sudo)
===> Install binary package of teTeX-texmf-3.0nb33
pkg_add: Conflicting PLIST with tex-ptex-3.2: 
share/texmf-dist/tex/platex/config/hyphen.cfg
pkg_add: 1 package addition failed
*** Error code 1
-------

>Fix:
Index: print/teTeX3-texmf/Makefile
===================================================================
RCS file: /e/cvsync/cvsync/pkgsrc/print/teTeX3-texmf/Makefile,v
retrieving revision 1.53
diff -u -r1.53 Makefile
--- print/teTeX3-texmf/Makefile 6 Nov 2011 08:46:11 -0000       1.53
+++ print/teTeX3-texmf/Makefile 18 Mar 2012 08:23:20 -0000
@@ -3,7 +3,7 @@
 
 DISTNAME=      tetex-texmf-3.0
 PKGNAME=       ${DISTNAME:C/tetex/teTeX/}
-PKGREVISION=   33
+PKGREVISION=   34
 CATEGORIES=    print
 MASTER_SITES=  
${MASTER_SITE_TEX_CTAN:=obsolete/systems/unix/teTeX/3.0/distrib/}
 
@@ -536,6 +536,7 @@
        rm -rf ${WRKSRC}/tex/plain/pdfcolor
        rm -rf ${WRKSRC}/tex/plain/[r-u]*
        rm -rf ${WRKSRC}/tex/plain/[w-z]*
+       rm -rf ${WRKSRC}/tex/platex/config
 
 do-install:
        cd ${WRKSRC} && pax -wr -s ',.*\.orig$$,,' * 
${DESTDIR}${PREFIX}/share/texmf-dist
Index: print/teTeX3-texmf/PLIST
===================================================================
RCS file: /e/cvsync/cvsync/pkgsrc/print/teTeX3-texmf/PLIST,v
retrieving revision 1.30
diff -u -r1.30 PLIST
--- print/teTeX3-texmf/PLIST    6 Nov 2011 08:46:11 -0000       1.30
+++ print/teTeX3-texmf/PLIST    18 Mar 2012 08:05:29 -0000
@@ -6746,10 +6746,6 @@
 share/texmf-dist/tex/plain/vietnam/plnfss.tex
 share/texmf-dist/tex/plain/vietnam/t5cmr.pfd
 share/texmf-dist/tex/plain/vietnam/t5code.tex
-share/texmf-dist/tex/platex/config/hyphen.cfg
-share/texmf-dist/tex/platex/config/language.dat
-share/texmf-dist/tex/platex/config/pdfplatex.ini
-share/texmf-dist/tex/platex/config/platex.ini
 share/texmf-dist/tex/texinfo/texinfo.ini
 share/texmf-dist/tex/texinfo/texinfo.tex
 share/texmf-dist/tex/texinfo/txi-cs.tex

>Unformatted:
        
        


Home | Main Index | Thread Index | Old Index