changelog
- 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.
- Tue, 31 Jul 2012 12:27:54 +0200
- by Michael Schloh von Bennewitz <michael@schloh.com> [Tue, 31 Jul 2012 12:27:54 +0200] rev 429
- Correct '-rpath /opkg/lib64' because OpenPKG fails to support multiarch.