summaryrefslogtreecommitdiff
path: root/security/ssleay/Makefile
AgeCommit message (Collapse)AuthorFilesLines
1999-04-30Remove SSLeay from pkgsrc; it is superseded by OpenSSL.tv1-91/+0
1999-02-20Fix CONFLICTS (remove redundancy, mostly)hubertf1-3/+1
1998-12-03- libtoolize for use by mod_ssl (name is now "ssleay" and not "SSLeay" totv1-15/+42
match directory name and to differentiate from previous version) - remove md5 symlink to ssleay (conflicts with /usr/bin/md5) - move all include files to $PREFIX/include/ssleay (too much conflict potential in $PREFIX/include, not the least of which is md5.h) - link rsaref glue goop right into libcrypto, only as required - turn asm off on alpha temporarily while trying to find source of math errors on LP64 - set NOT_FOR_ARCHS=alpha *64 to prevent compiling on LP64 platforms
1998-10-02Clean up:tv1-24/+11
- make this work on all arches (use C where no equivalent asm is available). Since the arch specifics are determined by `uname', set ONLY_FOR_ARCHS to the full list of current architectures. - don't use various methods of editing (patch, sed) where pulling values from the environment and using CONFIGURE_ENV/MAKE_ENV will suffice. - use %D to get the value of $PREFIX in the PLIST; the PLIST doesn't need to be sed edited to get this as part of an @exec! - use pmake's += construct to add rsaref-specific stuff, instead of adding "extra" patches. Now works on arm32, but probably not on alpha and sparc64 (tests fail on alpha; likely type-sizing problems, and still looking at that).
1998-10-02Don't overwrite the ssleay.cnf in /usr/pkg/lib if it already exists.cjs1-2/+8
Don't remove it on de-install. Put the example config file (ssleay.cnf.eg) in lib right beside the real config. Yes, this file really should be in etc, but the programs have several different routines that look for the config files, at least one of which has the use of lib hard-coded. This would be pretty messy to fix.
1998-09-30This now requires USE_RSAREF2 to be set to YES or NO, and builds accordingly.cjs1-2/+32
1998-09-24Some read-only pkgsrc fixups..garbled1-4/+4
1998-09-21Fix up a little rpath ELF lossage. Now this works on alpha.garbled1-1/+7
1998-09-17Don't hardcode install path in NetBSD.sh to /usr/pkg. Run perl fromfrueauf1-2/+3
${PREFIX}/bin/perl.
1998-09-17Make this pkg compile on alpha. (thanks to Ross for the asm) Clean outgarbled1-3/+2
the Makefile.patch, there is a better way..
1998-09-05clean up some nitsexplorer1-2/+1
1998-09-05clean up how arch's are dealt with by adding ONLY_FOR_ARCHS= andexplorer1-1/+3
passing the MACHINE_ARCH off to the config script
1998-09-04Import of SSLeay, which uses RSAREF 2.0explorer1-0/+36