ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/App-Staticperl/Changes
(Generate patch)

Comparing App-Staticperl/Changes (file contents):
Revision 1.50 by root, Sun May 1 10:03:29 2011 UTC vs.
Revision 1.82 by root, Tue Feb 15 18:37:34 2022 UTC

1Revision history for Perl extension App::Staticperl 1Revision history for Perl extension App::Staticperl
2
3SHLIB_PATH hpux, .sl
4LD_LIBRARY_PATH solaris, .so
5LIBPATH aix .a(?)
6LD_LIBRARY_PATH_32 and LD_LIBRARY_PATH_64 .so solaris
7LD_LIBRARYN32_PATH irix
8LD_LIBRARY64_PATH irix
9DYLD_LIBRARY_PATH darwin
10TODO: nonstatic builds, make.aperl failure does not link in everything?
11TODO-IMPORTANT: CPAN::MyConfig!
12TODO: tell people that staticperl perl *PL;make/make install is not enough normally.
13TODO: document hooks
14
15TODO: -Ixxx overweritten during startzup for custom perl binaries
16
17TODO: proofread the pod!
18TODO: maybe make extutilc::cbuilder return value dynam,ic and have some kind of app-preferences?
19TODO: bundle "<<<<" error => endless loop
20
211.46 Tue 15 Feb 2022 19:25:09 CET
22 - when building an app ("mkapp"), staticperl freed the argv too
23 early, which causes memory corruption when perl is later
24 assigning to $0.
25 - default CPAN recommends_policy/suggests_policy to off.
26 - new bundle args: --extra-cflags, --extra-ldflags and --extra-libs.
27 - fix CBuilder workaround to actually use PERL_CFLAGS not PERL_CFLASGS.
28 - minor cosmetic fixes.
29
301.45 Fri Oct 19 23:26:54 CEST 2018
31 - work around weird, buggy and broken stacksize check in newer Storable.
32 - create a framework for patching modules before make, thanks to Storable.
33 - try to work around install phase changing thw cwd,m so instsrc . no
34 longer fails because the install dependency changed the cwd.
35 - restore PL_origfilename and $0 to argv[0] before running bootstrap,
36 so the script name is no longer '-e' in error messages and so on.
37 - PERL_VERSION can now be a full URL or a directory.
38 - default to stableperl.
39 - add -Uversiononly to Configure args, as it's required by staticperl, and
40 one of the many unrelated things usedevel needlessly toggles.
41
421.44 Tue Jul 7 01:32:49 CEST 2015
43 - added Net::SSLeay hint, tested and improved by gleeco.
44 - fix quoting bug, avoid failure when EXTRA_MODULES contains spaces.
45 - enable build_requires_install_policy to work around one of the myriad
46 bugs in Module::Build.
47 - support concurrent access to the DLCACHE.
48 - install ExtUtils::CBuilder early, to improve chances of succeeding
49 slightly by having a newer version.
50 - patch ExtUtils::CBuilder::Base::have_compiler to always return
51 false, as ExtUtils::CBuilder blindly builds shared libs on systems
52 that cannot build shared libs and modules relying on it usually
53 fail for similar reasons.
54 - set LD/CC/LDFLAGS/CFLAGS to work around the endlessly buggy ExtUtils::CBuilder,
55 which incidentally is a byproduct (read: garbage) of Module::Build.
56 - be more aggressive about post-install patching, to avoid stuff falling
57 through the cracks.
58 - override MAP_TARGET for ExtUtils::MakeMaker, as some modules
59 provide their own name for the perl binary (which is not what we want).
60 - update DynaLoader patch for current ExtUtils::MakeMaker.
61
621.43 Wed Apr 18 14:38:43 CEST 2012
63 - remove the temporary MakeMaker patch, as either Pod::Parser or
64 MakeMaker have been fixed. Also make sure we pull MakeMaker
65 from CPAN. This might fix the CPAN dependency problems with
66 newer perl versions (at least 5.14.2).
67 - staticperl mkperl or mkapp didn't clean up temporary files.
68 - PPI::XS seems to be broken, directly depend on PPI.
69
701.42 Mon Mar 5 08:16:02 CET 2012
71 - actually, really do it.
72
731.41 Mon Mar 5 08:14:11 CET 2012
74 - temporarily patch ExtUtils::MakeMaker because newer versions
75 break Pod::Parser.
76
771.4 Mon Jul 18 09:33:48 CEST 2011
78 - new configuration variable DLCACHE to avoid repeated downloads.
79 - the static:: namespace was wrongly documented as sttaicperl::.
80 - provide no compiler flags apart from -Os anymore by default.
81 - staticperl clean now removes all build files (src/).
82 - staticperl no longer sets EV_EXTRA_DEFS or CORO_INTERFACE.
83 - patch ExtUtils::Miniperl to always include DynaLoader, otherwise
84 static linking disables later dynamic linking and vice versa.
85 - (experimental) do not build a new perl unless a static archive
86 was created, to make -Dusedl faster.
87 - actually fail when not being able to install some modules from CPAN.
88 - speed up installing modules from CPAN if multiple modules have
89 been specified.
90 - weed out duplicated libraries form the beginning, not the end.
91 - set shell variable $PERL to full path to perl binary
92 when running staticperl cpan, which is handy for subshells.
93 - properly define "boot_DynaLoader" when DynaLoader is available.
94 - fix a memleak in static::list.
95 - mkbundle can now bundle dynamic objects for perl extensions
96 (--allow-dynamic).
97 - lots of windows workarounds/bugfixes.
98
991.31 Tue Jun 14 09:03:59 CEST 2011
100 - pause is more tricky than expected - rename fake.pm to Staticperl.pm.
101 - improved documentation a bit.
102
1031.3 Tue May 10 19:39:39 CEST 2011
104 - the nothing-to-see-except-a-version-bump release.
105 - package a fake.pm file to (maybe!) get CPAN to allocate namespace
106 for us, as people have real trouble to install the distribution.
2 107
31.22 Sun May 1 11:28:54 CEST 2011 1081.22 Sun May 1 11:28:54 CEST 2011
4 - prepend staticperl binary install path to PATH when running any 109 - prepend staticperl binary install path to PATH when running any
5 commands - will help many broken modules and scripts (e.g. those 110 commands - will help many broken modules and scripts (e.g. those
6 using the broken #!env perl hack), but will also make life easier 111 using the broken #!env perl hack), but will also make life easier

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines