pkgsrc-Bugs archive

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

Re: pkg/31569: TeXmacs update to 1.0.5.11-R2



The following reply was made to PR pkg/31569; it has been noted by GNATS.

From: Geert Hendrickx <ghen%telenet.be@localhost>
To: Thomas Klausner <wiz%netbsd.org@localhost>
Cc: gnats-bugs%netbsd.org@localhost
Subject: Re: pkg/31569: TeXmacs update to 1.0.5.11-R2
Date: Wed, 9 Nov 2005 14:08:34 +0100

 --mYCpIKhGyMATD0i+
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: inline
 
 The TeXmacs package installs a few .orig files along with the rest, here's
 a patch (incremental patch after the previously posted update) to fix that.
 Is this the right solution?  
 
        Geert
 
 --mYCpIKhGyMATD0i+
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: attachment; filename="TeXmacs-rmorigfiles.diff"
 
 --- TeXmacs/Makefile   2005-11-09 13:51:11.000000000 +0100
 +++ TeXmacs/Makefile   2005-11-09 13:52:28.000000000 +0100
 @@ -39,6 +39,9 @@
  SUBST_FILES.bash+=    plugins/xypic/bin/tm_xypic
  SUBST_SED.bash=               -e 's,^\#!/bin/bash,\#!/bin/sh,'
  
 +pre-install:
 +      ${FIND} ${WRKSRC}/plugins/ . -name '*.orig' | xargs ${RM}
 +
  .include "../../converters/libiconv/buildlink3.mk"
  .include "../../graphics/freetype2/buildlink3.mk"
  .include "../../lang/guile/buildlink3.mk"
 --- TeXmacs/PLIST      2005-11-09 10:24:11.000000000 +0100
 +++ TeXmacs/PLIST      2005-11-09 14:02:04.000000000 +0100
 @@ -3,7 +3,6 @@
  bin/texmacs
  include/TeXmacs.h
  libexec/TeXmacs/bin/maxima_detect
 -libexec/TeXmacs/bin/maxima_detect.orig
  libexec/TeXmacs/bin/maxima_filter
  libexec/TeXmacs/bin/realpath
  libexec/TeXmacs/bin/realpath.py
 @@ -1969,7 +1968,6 @@
  share/TeXmacs/plugins/proclus/progs/proclus.scm
  share/TeXmacs/plugins/proclus/progs/search-in-tree.scm
  share/TeXmacs/plugins/python/progs/init-python.scm
 -share/TeXmacs/plugins/python/progs/init-python.scm.orig
  share/TeXmacs/plugins/qcl/progs/init-qcl.scm
  share/TeXmacs/plugins/qcl/progs/qcl-input.scm
  share/TeXmacs/plugins/r/progs/init-r.scm
 
 --mYCpIKhGyMATD0i+--
 



Home | Main Index | Thread Index | Old Index