pkgsrc-Bugs archive

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

Re: pkg/48118: ruby-shadow patch-ab breaks building the package on Linux (CentOS 6)



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

From: Takahiro Kambe <taca%back-street.net@localhost>
To: gnats-bugs%NetBSD.org@localhost, emmanuel.kasper%openforce.com@localhost
Cc: 
Subject: Re: pkg/48118: ruby-shadow patch-ab breaks building the package on
 Linux (CentOS 6)
Date: Wed, 14 Aug 2013 00:00:16 +0900 (JST)

 In message <20130813144500.EA74771256%mollari.NetBSD.org@localhost>
        on Tue, 13 Aug 2013 14:45:00 +0000 (UTC),
        emmanuel.kasper%openforce.com@localhost wrote:
 >>Fix:
 > removing the patch in ruby-shadow/patches/patch-ab fixed the problem
 Is this change fix the problem?  (needs to "make mdi" after change)
 
 --- patches/patch-ab.orig      2013-08-06 00:41:42.000000000 +0900
 +++ patches/patch-ab   2013-08-13 23:59:02.000000000 +0900
 @@ -65,7 +65,7 @@
  +                   NULL);
  +}
  +#else
 -+static VALUE convert_pw_struct( struct spwd *entry )
 ++static VALUE convert_pw_struct( PWTYPE *entry )
  +{
  +  VALUE result = rb_struct_new(rb_sPasswdEntry,
  +                   rb_tainted_str_new2(entry->sp_namp),
 
 
 -- 
 Takahiro Kambe <taca%back-street.net@localhost>
 


Home | Main Index | Thread Index | Old Index