Front page | perl.perl5.porters |
Postings from July 2009
Re: [PATCH 1692/1692] Tried submitting these changes earlier butthe patch file caused errors on commit.
Thread Previous
From:
H.Merijn Brand
Date:
July 3, 2009 06:21
Subject:
Re: [PATCH 1692/1692] Tried submitting these changes earlier butthe patch file caused errors on commit.
Message ID:
20090703152142.37bad044@pc09.procura.nl
On Fri, 3 Jul 2009 02:11:22 -0400, "Adam Russell" <arussell@cs.uml.edu>
wrote:
> Recent symbian sdk versions require new .pkg header fields. These have
> been added.
This part fails.
*************** my @pkg;
*** 180,186 ****
push @pkg, qq[&EN];
push @pkg, qq[#{"$AppName"},($SisUid),$SisVersionCommas];
push @pkg, qq[%{"Vendor-EN"}];
- push @pkg, qq[(0x101F6F88), 0, 0, 0, {"Series60ProductID"}];
my $OWD = getcwd();
--- 204,211 ----
push @pkg, qq[&EN];
push @pkg, qq[#{"$AppName"},($SisUid),$SisVersionCommas];
push @pkg, qq[%{"Vendor-EN"}];
+ push @pkg, qq[($SisProdId), 0, 0, 0, {"Series60ProductID"}];
+ push @pkg, qq[$VendorId];
my $OWD = getcwd();
--
H.Merijn Brand http://tux.nl Perl Monger http://amsterdam.pm.org/
using & porting perl 5.6.2, 5.8.x, 5.10.x, 5.11.x on HP-UX 10.20, 11.00,
11.11, 11.23, and 11.31, OpenSuSE 10.3, 11.0, and 11.1, AIX 5.2 and 5.3.
http://mirrors.develooper.com/hpux/ http://www.test-smoke.org/
http://qa.perl.org http://www.goldmark.org/jeff/stupid-disclaimers/
Thread Previous