pkgsrc-Bugs archive

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

Re: pkg/43187 (icu-config --version under solaris prints -n 4.2.1)



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

From: Uwe Klaus <uklaus%hgb-leipzig.de@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: solaris-pkg-people%NetBSD.org@localhost, gnats-admin%NetBSD.org@localhost,
        pkgsrc-bugs%NetBSD.org@localhost
Subject: Re: pkg/43187 (icu-config --version under solaris prints -n 4.2.1)
Date: Thu, 5 Apr 2012 10:05:01 +0200 (CEST)

 On Wed, 4 Apr 2012, Ryo ONODERA wrote:
 
 > Subject: Re: pkg/43187 (icu-config --version under solaris prints -n 4.2.1)
 > Date: Thu, 05 Apr 2012 06:16:31 +0900 (JST)
 >
 > I have attached wrong diff. sorry.
 > This is corrent one.
 yes, it works.
 
 > $NetBSD$
 >
 > --- config/icu-config-bottom.orig    2011-07-19 21:16:46.000000000 +0000
 > +++ config/icu-config-bottom
 > @@ -352,11 +352,11 @@ do
 >          ;;
 >
 >      --version)
 > -        echo $ECHO_N $VERSION
 > +        printf "%s" $VERSION
 >          ;;
 >
 >      --unicode-version)
 > -        echo $ECHO_N $UNICODE_VERSION
 > +        printf "%s" $UNICODE_VERSION
 >          ;;
 >
 >      --help)
 >
 >
 >
 >
 


Home | Main Index | Thread Index | Old Index