Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1999-09-14 | Change how Kerberos support is enabled in pkgsrc. | kim | 1 | -5/+9 | |
Quick guide for compiling packages: - set KERBEROS=4 or KERBEROS=5 in /etc/mk.conf Quick guide for configuring Kerberos support in a package Makefile: - test for KERBEROS value and enable the appropriate version with CONFIGURE_ARGS or other means and set USE_KERBEROS=yes - make sure to disable Kerberos support otherwise (especially if using configure, which might automatically detect it) - BUILD_DEFS and RESTRICTED are set automatically in bsd.pkg.mk when USE_KERBEROS=yes is set | |||||
1999-09-13 | Got some coffee, feel much better now. Thank you. | kim | 1 | -3/+3 | |
1999-09-13 | Add Kerberos V support, record Kerberos options. | kim | 1 | -1/+7 | |
1999-09-13 | Use Kerberos IV where appropriate. | kim | 1 | -5/+10 | |
1999-09-08 | this builds fine without user interaction | hubertf | 1 | -2/+1 | |
1999-09-06 | I do not want to know why we do have a /usr/pkg/RC5, but at | hubertf | 1 | -1/+2 | |
least nuke it upon pkg_delete! | |||||
1999-09-06 | Fix USE_INET6 build: | sommerfeld | 4 | -17/+34 | |
- revise patch-aq so it doesn't conflict with ipv6 patches. - adjust checksums - set up alternate patch-sum-v6 patchfile used when v6 patches are added. | |||||
1999-09-03 | Compare "${USE_INET6}" explicitly with "YES" so that you can override | tron | 1 | -3/+3 | |
settings at the command line. | |||||
1999-08-31 | Update sudo to 1.5.9p4. It's the latest stable security release. | jlam | 10 | -3526/+63 | |
1999-08-28 | Update dependency on gtk+-1.2.4 | rh | 1 | -2/+2 | |
1999-08-24 | Fix typo in "mipsel". | simonb | 1 | -2/+2 | |
1999-08-20 | fix order | hubertf | 1 | -2/+2 | |
1999-08-18 | Record build options in the BuildInfo file via BUILD_DEFS. These can be | agc | 1 | -2/+2 | |
displayed using the -B option to pkg_info(1). Add USE_INET6 to BUILD_DEFS | |||||
1999-08-18 | Record build options in the BuildInfo file via BUILD_DEFS. These can be | agc | 1 | -2/+2 | |
displayed using the -B option to pkg_info(1). Add USE_SOCKS to BUILD_DEFS | |||||
1999-08-18 | Record build options in the BuildInfo file via BUILD_DEFS. These can be | agc | 2 | -3/+5 | |
displayed using the -B option to pkg_info(1). Add M68060 to BUILD_DEFS | |||||
1999-08-18 | Add LIBWRAP_FWD to BUILD_DEFS | agc | 1 | -1/+2 | |
1999-08-18 | Record build options in the BuildInfo file via BUILD_DEFS. These can be | agc | 1 | -1/+3 | |
displayed using the -B option to pkg_info(1). | |||||
1999-08-17 | Performance fix for ssh X11 forwarding: turn on TCP_NODELAY on local | sommerfeld | 2 | -10/+37 | |
stub connections on client and server side. (it was correctly being enabled over the long-haul connection, but somehow it got missed on the loopback connections to the real X client and server) This makes x2x over ssh actually pleasant to use. | |||||
1999-08-07 | Add a couple of mirror sites outside of the "pgpi.com" domain. | rh | 1 | -2/+5 | |
1999-07-17 | Fix so own copy of gmp compiles correctly on i386 with ELF. | jlam | 3 | -17/+59 | |
1999-07-13 | temporary fix for PR 7973. more fundamental fix should follow (next week). | itojun | 2 | -2/+4 | |
"make makepatchsum" need a great care. PR: 7973 | |||||
1999-07-12 | rsaref is now 2.0p2 | windsor | 1 | -2/+2 | |
1999-07-10 | add PATCH_SITES. | itojun | 2 | -2/+3 | |
note: IPv6 build (with USE_INET6) will not be successful due to patch sums. better fix should follow. | |||||
1999-07-09 | Add package patch checksum files. | agc | 13 | -0/+103 | |
1999-07-08 | add NetBSD RCS ID | itojun | 2 | -0/+4 | |
1999-07-08 | enable IPv6 build (USE_INET6) | itojun | 4 | -2/+43 | |
1999-07-08 | Revert to previous configuration: | agc | 2 | -1/+1 | |
LOWER_OPSYS for Solaris is solaris. Remove the ugly hacks which had been introduced to workaround previous misunderstanding. | |||||
1999-07-06 | The Makefile looks for files with LOWER_OPSYS in their names. The prototype | agc | 2 | -1/+1 | |
files for Solaris were conf-solaris.h and tw.conf.solaris. Change these to be "sunos" for Solaris. | |||||
1999-07-06 | Substitute for @localbase@ in the config files. The substitute stage | agc | 1 | -3/+3 | |
was being performed by the Makefile, but there wouldn't have been any substitutions made because there was no occurrence of @localbase@ in the target files. Pointed out in PR 7794 by Mason Loring Bliss. | |||||
1999-07-01 | add --x-{libraries,includes}= if xpkgwedge. | mrg | 1 | -1/+6 | |
1999-06-28 | Add a LICENSE field of "no-commercial-use". Fixes PR 7874, from Bill | agc | 1 | -1/+2 | |
Sommerfeld. | |||||
1999-06-20 | Don't use "{}" or "[]" in "ONLY_FOR_PLATFORM" or "NOT_FOR_PLATFORM" | tron | 2 | -4/+7 | |
because "bsd.pkg.mk" can't handle those patterns. Fixes PR pkg/7808 by Chris Demetriou. | |||||
1999-06-20 | While sshd doesn't necessarily need a config file, it makes more | kim | 1 | -2/+2 | |
sense to check for the daemon config than the client config. | |||||
1999-06-20 | SYSV or __ELF__ for no-underscore thanks, in sparc.S | mrg | 1 | -0/+11 | |
1999-06-20 | sparc || __sparc__ please. | mrg | 1 | -0/+11 | |
1999-06-18 | srp-1.4.4 -- client programs using Secure Remote Password protocol | jlam | 9 | -0/+184 | |
1999-06-10 | Let's get this right this time. It's 0.9.2b, not 0.9.2c. I'll get this | tv | 1 | -2/+5 | |
to 0.9.3 after the weekend. | |||||
1999-06-08 | Revert previous. | tv | 1 | -2/+3 | |
1999-06-08 | This is actually OpenSSL 0.9.2c. Revert part of previous. | tv | 1 | -2/+2 | |
1999-06-04 | Update to match the Makefile. | mycroft | 1 | -3/+2 | |
1999-06-04 | Make sure Rpath is supplied for X libraries. | thorpej | 1 | -10/+17 | |
1999-05-31 | LP64 fix. | ross | 1 | -2/+2 | |
1999-05-26 | Update rsaref dependency to "2.0p2"; still pending update to OpenSSL 0.9.3. | tv | 1 | -6/+3 | |
1999-05-26 | Update to "rsaref-2.0p2" dependency, to make the md5 crap work. Also | tv | 3 | -65/+67 | |
reorder some patches, and touch the timestamp on all Makefile.in files, so that automake and autoconf are never run (regardless of whether they are installed). | |||||
1999-05-26 | Reenable rsaref's own MD5 implementation. It contains MD5Transform(), | tv | 3 | -9/+6 | |
which is not in libc's md5, and is now being used by some dependencies. This bumps the shared library major version; this package is NOT shared library binary compatible with old rsaref dependent packages. | |||||
1999-05-25 | Add a patch that should make pgp5 work on alpha systems. Reported | mjl | 1 | -0/+14 | |
by Kevin <kev@drule.org>. | |||||
1999-05-24 | Change {ONLY,NOT}_FOR_{ARCH,OPSYS} format to {ONLY,NOT}_FOR_PLATFORM | tv | 2 | -6/+5 | |
pattern match format. Minor pkglint along the way. | |||||
1999-05-23 | Update rsaref dependency to 2.0p1. OpenSSL 0.9.3 is still beta... will fix | tv | 1 | -2/+2 | |
shlib problems when 0.9.3 is out. | |||||
1999-05-23 | Update rsaref dependency to 2.0p1. | tv | 2 | -4/+4 | |
1999-05-23 | Expose RSAPublicBlock() and RSAPrivateBlock() for the benefit of hpack. | tv | 4 | -29/+55 | |
Also clean up the package a bit while we're here; allow ${CC} from the environment. Now called "rsaref-2.0p1". |