Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1999-10-04 | Regen | bouyer | 1 | -4/+5 | |
1999-10-04 | Add crack. | bouyer | 1 | -2/+2 | |
1999-10-04 | + MIRROR_DISTFILE= no | bouyer | 1 | -1/+3 | |
1999-10-04 | Split to fit into hier(7): Crack and Reporter in sbin/, | bouyer | 6 | -181/+415 | |
scripts, dics and run in share/crack, docs in share/docs/crack and binaries in libexec/crack. Also, rename patches from 01, 02... to aa, ab, ... | |||||
1999-09-30 | Don't attempt to rebuild binaries and dictionaries at each run, but only when | bouyer | 2 | -0/+83 | |
-makeonly or -makedict was specified. While I'm there add the patch-sum file I forgot yesterday. | |||||
1999-09-30 | Create /usr/pkg/crack more 0700. | bouyer | 1 | -1/+2 | |
1999-09-29 | Adapt to NetBSD. | bouyer | 5 | -23/+311 | |
1999-09-29 | Import crack from FreeBSD. | bouyer | 9 | -0/+97 | |
1999-09-28 | Use a relative path for bsd.pkg.mk instead of relying on the search path. | soren | 2 | -6/+3 | |
1999-09-21 | install(1) wants directories to install to to exist | hubertf | 1 | -1/+2 | |
1999-09-18 | Kerberos IV support (cannot have both IV and V at the same time). | kim | 5 | -42/+59 | |
Note that I reverted some LIBZ stuff in patch-ac that was (while correct) not necessary and conflicted with the Kerberos patch. I have not tested the combination of Kerberos IV and INET6 (yet). | |||||
1999-09-18 | Regen. | kim | 2 | -8/+8 | |
1999-09-18 | Regenerate offset and fuzzy patches. | kim | 3 | -32/+32 | |
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. |