16 Commits (1af74efba339919b3a42342a1719a5e68dc5ce77)

Author SHA1 Message Date
Dr. Ralf S. Engelschall 73ef1c7355 consistently use 'Options: none' to indicate no options to 'openpkg build' 23 years ago
Dr. Ralf S. Engelschall 81658b16db reduce external dependencies to tools already present in bootstrap 23 years ago
Michael Schloh von Bennewitz 104876a633 Whoops, remove debug code. 24 years ago
Michael Schloh von Bennewitz 19a6780682 As a workaround to a user scope problem, add a hand crafted language index file. This file corresponds to the language.txt localization file. 24 years ago
Michael Schloh von Bennewitz 4244432fb6 Fixed missing language.idx index 24 years ago
Michael Schloh von Bennewitz da7565ab36 Fixed key generation and processing problems by adding patch from Rich WALES. 24 years ago
Dr. Ralf S. Engelschall 14276946e2 Woohhooo: apply the new package classification system. (CORE, BASE, PLUS, PRIV, EVAL, JUNK). A description of them follows on the website soon. 24 years ago
Dr. Ralf S. Engelschall 781f1a4732 change a bunch of good packages from EXP to REL 24 years ago
Dr. Ralf S. Engelschall a3a1609695 Fix the fixed typo fix. 24 years ago
Dr. Ralf S. Engelschall d003e4ec36 Fix typo. 24 years ago
Dr. Ralf S. Engelschall 6e6b526d80 Fix the following issues: 1. As I already said, using -pthread[s] is useless unless the application uses any Pthread functions. PGP 2.x doesn't: | openpkg-dev$ find /tmp/rse/openpkg/pgp-2.6.3i -type f -print |\ | xargs grep -i pthread | openpkg-dev$ _ So I do not understand what the fuzz is about in your fiddling with this here. 2. Even if it would be correct to use the above Pthread fiddling, you still do not depend on "gcc" and hence %{l_cc} still could be the Workshop compiler on a Solaris box. 3. If you look inside src/makefile of PGP 2.x you will recognize that all this is fully broken, because only a few platforms respect $(CC). Most (like Solaris) force it to something like CC=gcc, etc. 4. In your latest version above you now have the init of CFLAGS twice. 5. Your OS=sun4gcc should be OS=sun4sunos5gcc, because sun4gcc is for the good old braindead SunOS 4 (although this still might work on SunOS 5). 6. In general the whole direct $OS determination is predestined to fail because it restricts you to a _very_ limited set of platforms. Something like a small decision hierarchy approach is needed here. 7. PGP complains under run-time: | openpkg-dev$ /cw/bin/pgp -kg | Pretty Good Privacy(tm) 2.6.3ia - Public-key encryption for the masses. | (c) 1990-96 Philip Zimmermann, Phil's Pretty Good Software. 1996-03-04 | International version - not for use in the USA. Does not use RSAREF. | Current time: 2002/06/21 19:49 GMT | | Error: PGP User's Guide not found. | PGP looked for it in the following directories: The pgpdoc[12].txt files are missing. 8. The binary and man-page you install conflicts with the files in our "pgp" package. A "pgp2" package should install <prefix>/bin/pgp2, of course. 9. The package "Distribution" is "OpenPKG [REL]" instead of "OpenPKG [EXP]". 24 years ago
Dr. Ralf S. Engelschall 69fb1935c8 Finally make the damn regex grep portable. Last commit of this pig! 24 years ago
Dr. Ralf S. Engelschall 62597925e2 Backed out some misinformed changes, and made gcc-dependent thread library inclusion consistent across platforms. 24 years ago
Dr. Ralf S. Engelschall f2beaff51a Removed gcc-specific defs and removed thread switch 24 years ago
Dr. Ralf S. Engelschall af11e290fb Substitute hardcoded path and add config and help files. 24 years ago
Dr. Ralf S. Engelschall 07888222e0 Add PGP version 2.6.3i. No vcheck file needed, this version is unchanging. 24 years ago