pkgsrc-Bugs archive

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

Re: pkg/32654: print/teTeX3-bin doesn't quote environment variables correctly



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

From: Antoine Reilles <tonio%NetBSD.org@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: 
Subject: Re: pkg/32654: print/teTeX3-bin doesn't quote environment variables 
correctly
Date: Fri, 27 Jan 2006 21:47:42 +0100

 --raC6veAxrt5nqIoY
 Content-Type: multipart/mixed; boundary="TakKZr9L6Hm6aLOc"
 Content-Disposition: inline
 
 
 --TakKZr9L6Hm6aLOc
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: inline
 
 Hi,
 
 Do this patch solve the problem?
 
 antoine
 
 --TakKZr9L6Hm6aLOc
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: attachment; filename="teTeX3-bin.patch"
 Content-Transfer-Encoding: quoted-printable
 
 Index: distinfo
 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
 RCS file: /cvsroot/pkgsrc/print/teTeX3-bin/distinfo,v
 retrieving revision 1.4
 diff -u -r1.4 distinfo
 --- distinfo   24 Jan 2006 21:51:36 -0000      1.4
 +++ distinfo   27 Jan 2006 20:51:21 -0000
 @@ -15,4 +15,5 @@
  SHA1 (patch-aj) =3D e9e62bdb9f956f0f8a9dc4fe9988309b7c6aa767
  SHA1 (patch-ak) =3D ba06c10c1151173e04f3a6cc44d44a89f1933bb8
  SHA1 (patch-al) =3D e1fc74bd6ea05176dfac4e99958f0e1281b89b3b
 +SHA1 (patch-am) =3D 56e002938add947d9ea88987c9190c768cb8958f
  SHA1 (patch-ap) =3D 0ca7341b416842fbc00a935d6cfdb0531c4169ba
 --- /dev/null  2006-01-27 21:45:58.000000000 +0100
 +++ patches/patch-am   2006-01-27 21:44:49.000000000 +0100
 @@ -0,0 +1,13 @@
 +$NetBSD$
 +
 +--- Makefile.in.orig  2005-01-30 00:12:25.000000000 +0100
 ++++ Makefile.in
 +@@ -51,7 +51,7 @@ default: all
 + install: all=20
 +      for dir in $(INSTDIRS); do \
 +         echo making $@ in $$dir; \
 +-          (cd $$dir && PATH=3D$(scriptdir):$(bindir):$(PATH) \
 ++          (cd $$dir && PATH=3D"$(scriptdir):$(bindir):$(PATH)" \
 +                 $(MAKE) $@) || exit 1; \
 +      done
 +      if test -d $(texmf) && test -f $(srcdir)/release-tetex-src.txt; then \
 
 --TakKZr9L6Hm6aLOc--
 
 --raC6veAxrt5nqIoY
 Content-Type: application/pgp-signature
 Content-Disposition: inline
 
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1.4.2 (NetBSD)
 
 iD8DBQFD2obu4VqmoGDE/mwRAthzAJ9/oI8fY1vqSqraoe8ZmyzHFwsD3ACeLroV
 fZspZ+3ilGJOA7qvTdGGNRo=
 =7gSS
 -----END PGP SIGNATURE-----
 
 --raC6veAxrt5nqIoY--
 



Home | Main Index | Thread Index | Old Index