pkgsrc-Bugs archive

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

PR/42197 CVS commit: pkgsrc/pkgtools/pkg_alternatives



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

From: "Jonathan Perkin" <jperkin%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/42197 CVS commit: pkgsrc/pkgtools/pkg_alternatives
Date: Wed, 13 Jun 2012 15:35:32 +0000

 Module Name:   pkgsrc
 Committed By:  jperkin
 Date:          Wed Jun 13 15:35:32 UTC 2012
 
 Modified Files:
        pkgsrc/pkgtools/pkg_alternatives: Makefile
        pkgsrc/pkgtools/pkg_alternatives/files: pkg_alternatives.sh wrapper.sh
 
 Log Message:
 Update to 1.6, changes:
 
  - Use the correct id(1) program.  Fixes PR pkg/40691
 
  - Avoid unprintable characters, some implementations of tr(1) have issues
    with them.  Instead go for what hopefully will be a unique string, as
    well as making use of shell parameter substitution.  Fixes PR pkg/42197
 
 These changes combined make pkg_alternatives work correctly on Solaris.
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.17 -r1.18 pkgsrc/pkgtools/pkg_alternatives/Makefile
 cvs rdiff -u -r1.6 -r1.7 \
     pkgsrc/pkgtools/pkg_alternatives/files/pkg_alternatives.sh
 cvs rdiff -u -r1.1.1.1 -r1.2 \
     pkgsrc/pkgtools/pkg_alternatives/files/wrapper.sh
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index