summaryrefslogtreecommitdiff
path: root/security/ssleay
AgeCommit message (Collapse)AuthorFilesLines
1999-04-08s/netbsd/${LOWER_OPSYS}/gagc1-4/+4
1999-04-06I still got no example for the rumour that '!' in PLISTs breaks things.hubertf1-2/+2
1999-03-10Use -O, not -O3, on ssleay for x86 port. This works around some sort ofexplorer1-2/+2
compiler problem when compiled with -O3.
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" totv13-152/+333
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-05Describing the ssleay package as "SSL" is not much help - expand the acronym.agc1-1/+1
1998-10-02Clean up:tv7-77/+68
- 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.cjs4-20/+13
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-10-01Don't hardcode /usr/pkg, use ${PREFIX}, closes pr 6190 by Chris Yokum.frueauf1-2/+2
1998-09-30This now requires USE_RSAREF2 to be set to YES or NO, and builds accordingly.cjs8-47/+72
1998-09-24Some read-only pkgsrc fixups..garbled1-4/+4
1998-09-21Fix up a little rpath ELF lossage. Now this works on alpha.garbled3-6/+15
1998-09-21Remove the exec/unexec stuff for links and just list them as normal files.frueauf1-148/+73
Remove the bogus ranlib calls.
1998-09-17Don't hardcode install path in NetBSD.sh to /usr/pkg. Run perl fromfrueauf2-5/+7
${PREFIX}/bin/perl.
1998-09-17Make this pkg compile on alpha. (thanks to Ross for the asm) Clean outgarbled6-22/+56
the Makefile.patch, there is a better way..
1998-09-05clean up some nitsexplorer5-3/+9
1998-09-05clean up how arch's are dealt with by adding ONLY_FOR_ARCHS= andexplorer2-2/+4
passing the MACHINE_ARCH off to the config script
1998-09-04Import of SSLeay, which uses RSAREF 2.0explorer9-0/+401