Age | Commit message (Expand) | Author | Files | Lines |
2007-02-22 | Whitespace cleanup, courtesy of pkglint. | wiz | 1 | -8/+8 |
2006-12-12 | Replace mk/bsd.prefs.mk includes with bsd.fast.prefs.mk includes. | joerg | 1 | -2/+2 |
2006-12-03 | Check for GCC on IRIX instead of assuming the native compiler is used. | cbiere | 1 | -1/+5 |
2006-09-30 | Apply patches which fixes recent security problem of OpenSSL. | taca | 14 | -3/+337 |
2006-09-07 | Add a patch to address CVE-2006-4339 | adrianp | 3 | -3/+32 |
2006-08-09 | some apps (dovecot) need the SSLDIR rather than SSLCERTS & SSLKEYS | abs | 1 | -10/+10 |
2006-07-08 | Change the format of BUILDLINK_ORDER to contain depth information as well, | jlam | 1 | -2/+2 |
2006-07-08 | Track information in a new variable BUILDLINK_ORDER that informs us | jlam | 1 | -1/+2 |
2006-06-13 | Forgotten patchsum update. | joerg | 1 | -2/+2 |
2006-06-12 | Add DragonFly support. | joerg | 4 | -12/+45 |
2006-04-06 | Over 1200 files touched but no revisions bumped :) | reed | 2 | -5/+5 |
2006-03-30 | Avoid extra stat() calls by not repeatedly checking whether a file | jlam | 1 | -5/+7 |
2006-03-14 | Drop maintainership for packages that I no longer have time to maintain. | jlam | 1 | -2/+2 |
2006-03-02 | add support for Solaris/i386 and x86_64, and fallback to the configure | grant | 1 | -6/+17 |
2006-02-05 | Recursive revision bump / recommended bump for gettext ABI change. | joerg | 2 | -3/+4 |
2005-12-29 | Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk | jlam | 1 | -2/+1 |
2005-12-27 | Update patch to also use PKGMANDIR instead of "man" for the | reed | 2 | -4/+4 |
2005-12-17 | Change my MAINTAINER email address to the one I've been using for | jlam | 1 | -2/+2 |
2005-12-05 | Ran "pkglint --autofix", which corrected some of the quoting issues in | rillig | 1 | -3/+3 |
2005-12-05 | Fixed pkglint warnings. The warnings are mostly quoting issues, for | rillig | 1 | -2/+2 |
2005-10-31 | Fix build on Interix; it seems % has special meaning in Configure now. | tv | 2 | -4/+4 |
2005-10-15 | Update security/openssl from 0.9.7h to 0.9.7i. Changes from version | jlam | 2 | -6/+6 |
2005-10-12 | If the native openssl-0.9.7d contains the security fixes pulled up to | jlam | 1 | -3/+16 |
2005-10-12 | Remove leading "-" from version number when matching the openssl-0.9.6g | jlam | 1 | -2/+2 |
2005-10-11 | Update security/openssl to version 0.9.7h. This is a security | jlam | 7 | -53/+54 |
2005-08-16 | For NetBSD's crippled OpenSSL distribution, create an <openssl/des_old.h> | jlam | 1 | -2/+10 |
2005-07-19 | the option for fee-based-commercial-use is fee-based-commercial-use, | grant | 1 | -7/+7 |
2005-07-16 | Get rid of USE_PERL5. The new way to express needing the Perl executable | jlam | 1 | -3/+2 |
2005-06-11 | Some shells don't accept empty word lists in for loops. For those | jlam | 1 | -1/+16 |
2005-06-09 | Fix copy-and-paste error -- in the case where we prefer the pkgsrc | jlam | 1 | -2/+2 |
2005-06-01 | Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc. | jlam | 1 | -119/+92 |
2005-05-22 | Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions: | jlam | 1 | -2/+2 |
2005-05-11 | Rename MAKE_VARS to MAKEVARS so that it more closely resembles | jlam | 1 | -2/+2 |
2005-05-11 | I mixed up MAKE_FLAGS with MAKEFLAGS. The latter is what we actually use | jlam | 1 | -3/+3 |
2005-05-09 | Don't assign to PKG_OPTIONS.<pkg> which has special meaning to the | jlam | 1 | -6/+6 |
2005-05-09 | Teach bsd.pkg.mk to create a phase-specific "makevars.mk" file that | jlam | 1 | -3/+3 |
2005-05-08 | PKG_OPTIONS.<pkg> isn't a good approximation to PKG_OPTIONS for the | jlam | 1 | -2/+8 |
2005-04-11 | Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. | tv | 1 | -2/+1 |
2005-03-23 | Update security/openssl to openssl-0.9.7f. | jlam | 8 | -117/+214 |
2005-02-24 | Add RMD160 digests. | agc | 1 | -1/+2 |
2005-02-20 | when linking shared libssl on Solaris, make sure the rpath is | grant | 2 | -6/+14 |
2005-02-02 | Modify openssl/Makefile so that it's easier to test the -STABLE and | jlam | 1 | -6/+22 |
2005-01-18 | when building with SunPro on x86, do not use -fast argument to cc(1) | grant | 2 | -4/+13 |
2005-01-13 | Bump PKGREVISION to 1 as a result of fixing the run-time behavior of | jlam | 1 | -1/+2 |
2005-01-13 | Optimize the NetBSD/amd64 config a bit to improve RC4 performance, and | jlam | 2 | -5/+5 |
2005-01-11 | Fix build on NetBSD/sparc64 by marking the system as ``ULTRASPARC'' | jlam | 2 | -19/+19 |
2005-01-11 | Fix compilation on Interix. Reported in PR pkg/28938 | tv | 2 | -4/+4 |
2004-12-31 | Fix a bug in the OpenSSL makefiles that installed a libfips.so symlink | jlam | 2 | -6/+20 |
2004-12-27 | Fix compilation on FreeBSD/x86 by ensuring that the FIPS assembly code | jlam | 2 | -4/+15 |
2004-12-27 | Fix build on non-x86 platforms (PR pkg/28787). | jlam | 2 | -14/+14 |