changelog
- Thu, 02 Aug 2012 01:08:13 +0200
- by Michael Schloh von Bennewitz <michael@schloh.com> [Thu, 02 Aug 2012 01:08:13 +0200] rev 443
- Complete debugging of uninstallation startup/shutdown name and
reimplement smf(5) service name preference in manifest.
- Thu, 02 Aug 2012 00:16:26 +0200
- by Michael Schloh von Bennewitz <michael@schloh.com> [Thu, 02 Aug 2012 00:16:26 +0200] rev 442
- Change smf(5) OpenPKG name handle to my personal preference, the prefix.
This matches the ${name} variable on uninstallation, but strangely when
installing an instance a bug causes ${name} to expand to openpkg-${prefix}.
- Thu, 02 Aug 2012 00:03:59 +0200
- by Michael Schloh von Bennewitz <michael@schloh.com> [Thu, 02 Aug 2012 00:03:59 +0200] rev 441
- Use a more orthoganal log file name when producing output on target.
- Thu, 02 Aug 2012 00:02:39 +0200
- by Michael Schloh von Bennewitz <michael@schloh.com> [Thu, 02 Aug 2012 00:02:39 +0200] rev 440
- Remove antique Berkely DB version and buildconf residue.
- Thu, 02 Aug 2012 00:01:34 +0200
- by Michael Schloh von Bennewitz <michael@schloh.com> [Thu, 02 Aug 2012 00:01:34 +0200] rev 439
- Use upstream man pages to avoid local help2man failures, likely due to
shell capability assumptions or cross platform environment variance.
The upstream man pages are probably better formatted anyway.
- Wed, 01 Aug 2012 23:56:04 +0200
- by Michael Schloh von Bennewitz <michael@schloh.com> [Wed, 01 Aug 2012 23:56:04 +0200] rev 438
- Remove nonportable compiler parameter from libarchive buildconf.
- Wed, 01 Aug 2012 23:54:32 +0200
- by Michael Schloh von Bennewitz <michael@schloh.com> [Wed, 01 Aug 2012 23:54:32 +0200] rev 437
- Add smf(5) logic in addition to legacy initialization scripts.
The introduced smf logic causes Solaris platforms supporting the
smf(5) to integrate new OpenPKG manifests and associated configuration.
- Wed, 01 Aug 2012 23:49:03 +0200
- by Michael Schloh von Bennewitz <michael@schloh.com> [Wed, 01 Aug 2012 23:49:03 +0200] rev 436
- Hack rpmconstant header file to allow targets to build, because...
Solaris studio cc(1) fails to build targets in rpmconstant with errors:
'undefined symbol first referenced in file constant.o' regarding symbols:
rpmdsInit, rpmdsNext, rpmdsTagN, rpmHeaderFormats, hdrVec, rpmTagTable,
rpmdsSearch, rpmdsResult, rpmTags, rpmdsIx, rpmdsDNEVR, rpmdsSetResult.
It seems that these symbols are not used by RPM in any way, and thus
the build configuration can succeed without including the nasty headers.
- Wed, 01 Aug 2012 23:42:52 +0200
- by Michael Schloh von Bennewitz <michael@schloh.com> [Wed, 01 Aug 2012 23:42:52 +0200] rev 435
- Correct nonportable usage of GCC builtin_* macros in RPM source.
- Wed, 01 Aug 2012 23:37:13 +0200
- by Michael Schloh von Bennewitz <michael@schloh.com> [Wed, 01 Aug 2012 23:37:13 +0200] rev 434
- Hack up to build 64 bit bins and libs on 64 bit platforms, why not?
...I just hope this is a portable way to do it, using the '-m64' switch.
- Wed, 01 Aug 2012 23:27:43 +0200
- by Michael Schloh von Bennewitz <michael@schloh.com> [Wed, 01 Aug 2012 23:27:43 +0200] rev 433
- Improve package class english description text warnings and messages.
- Wed, 01 Aug 2012 23:26:35 +0200
- by Michael Schloh von Bennewitz <michael@schloh.com> [Wed, 01 Aug 2012 23:26:35 +0200] rev 432
- Correct defective suffix and platform detection in small config script.
- Wed, 01 Aug 2012 23:24:50 +0200
- by Michael Schloh von Bennewitz <michael@schloh.com> [Wed, 01 Aug 2012 23:24:50 +0200] rev 431
- Renumber patch hunks to avoid almost all patch(1) warnings.
- Wed, 01 Aug 2012 13:51:09 +0200
- by Michael Schloh von Bennewitz <michael@schloh.com> [Wed, 01 Aug 2012 13:51:09 +0200] rev 430
- Remove overlooked sources remaining after upstream resynchronization.