agc
4e05a4a3c5
s/DONT_USE_IDEA/SSH_DONT_USE_IDEA/ to make it more obvious which package
...
uses this definition.
1999-10-19 08:49:48 +00:00
erh
745ae9714e
Make openssl compile whether or not RSAref is defined.
1999-10-19 04:09:19 +00:00
tron
8d7d754dfa
Remove me as maintainer of those packages.
1999-10-07 17:41:46 +00:00
bouyer
c8de60ed22
Regen
1999-10-04 17:46:03 +00:00
bouyer
71c186d772
Add crack.
1999-10-04 17:38:11 +00:00
bouyer
1a9bde8c2f
+ MIRROR_DISTFILE= no
1999-10-04 17:36:55 +00:00
bouyer
cd4ee60c6f
Split to fit into hier(7): Crack and Reporter in sbin/,
...
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-10-04 17:35:51 +00:00
bouyer
1a3f8db7b0
Don't attempt to rebuild binaries and dictionaries at each run, but only when
...
-makeonly or -makedict was specified.
While I'm there add the patch-sum file I forgot yesterday.
1999-09-30 15:24:55 +00:00
bouyer
e810434e2c
Create /usr/pkg/crack more 0700.
1999-09-30 15:20:37 +00:00
bouyer
95f1c9b3c3
Adapt to NetBSD.
1999-09-29 15:14:29 +00:00
bouyer
bafe8a211c
Import crack from FreeBSD.
1999-09-29 14:21:13 +00:00
soren
3a94a4cd47
Use a relative path for bsd.pkg.mk instead of relying on the search path.
1999-09-28 20:40:02 +00:00
hubertf
aa8a9eb1c0
install(1) wants directories to install to to exist
1999-09-21 03:40:23 +00:00
kim
08ecb5e863
Kerberos IV support (cannot have both IV and V at the same time).
...
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 22:04:55 +00:00
kim
360620265b
Regen.
1999-09-18 21:10:18 +00:00
kim
e01b589f8d
Regenerate offset and fuzzy patches.
1999-09-18 21:08:20 +00:00
kim
d0e9933400
Change how Kerberos support is enabled in pkgsrc.
...
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-14 02:32:21 +00:00
kim
c00d43f70e
Got some coffee, feel much better now. Thank you.
1999-09-13 13:30:45 +00:00
kim
02bd4492fd
Add Kerberos V support, record Kerberos options.
1999-09-13 13:24:48 +00:00
kim
a40be5c1a9
Use Kerberos IV where appropriate.
1999-09-13 13:17:40 +00:00
hubertf
34af151913
this builds fine without user interaction
1999-09-08 22:18:04 +00:00
hubertf
f4be9dddef
I do not want to know why we do have a /usr/pkg/RC5, but at
...
least nuke it upon pkg_delete!
1999-09-06 14:24:42 +00:00
sommerfeld
1ae0a316ec
Fix USE_INET6 build:
...
- 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-06 05:30:19 +00:00
tron
a9af877984
Compare "${USE_INET6}" explicitly with "YES" so that you can override
...
settings at the command line.
1999-09-03 22:00:52 +00:00
jlam
94b5df60f7
Update sudo to 1.5.9p4. It's the latest stable security release.
1999-08-31 19:26:40 +00:00
rh
6c7e0a91ff
Update dependency on gtk+-1.2.4
1999-08-28 09:43:06 +00:00
simonb
08e996524e
Fix typo in "mipsel".
1999-08-24 07:46:41 +00:00
hubertf
c563b2d032
fix order
1999-08-20 00:42:58 +00:00
agc
0b7af58b91
Record build options in the BuildInfo file via BUILD_DEFS. These can be
...
displayed using the -B option to pkg_info(1).
Add USE_INET6 to BUILD_DEFS
1999-08-18 09:24:08 +00:00
agc
d792103c87
Record build options in the BuildInfo file via BUILD_DEFS. These can be
...
displayed using the -B option to pkg_info(1).
Add USE_SOCKS to BUILD_DEFS
1999-08-18 09:11:30 +00:00
agc
1d08b0cf69
Record build options in the BuildInfo file via BUILD_DEFS. These can be
...
displayed using the -B option to pkg_info(1).
Add M68060 to BUILD_DEFS
1999-08-18 08:45:19 +00:00
agc
f684acad05
Add LIBWRAP_FWD to BUILD_DEFS
1999-08-18 08:41:53 +00:00
agc
f721b0e129
Record build options in the BuildInfo file via BUILD_DEFS. These can be
...
displayed using the -B option to pkg_info(1).
1999-08-18 08:28:09 +00:00
sommerfeld
0c776e4efa
Performance fix for ssh X11 forwarding: turn on TCP_NODELAY on local
...
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-17 15:24:41 +00:00
rh
2d75d48760
Add a couple of mirror sites outside of the "pgpi.com" domain.
1999-08-07 06:01:07 +00:00
jlam
1d26bd8d64
Fix so own copy of gmp compiles correctly on i386 with ELF.
1999-07-17 03:41:06 +00:00
itojun
e87e00df7f
temporary fix for PR 7973. more fundamental fix should follow (next week).
...
"make makepatchsum" need a great care.
PR: 7973
1999-07-13 13:27:58 +00:00
windsor
99f2f11397
rsaref is now 2.0p2
1999-07-12 04:34:23 +00:00
itojun
6842f04038
add PATCH_SITES.
...
note: IPv6 build (with USE_INET6) will not be successful due to patch sums.
better fix should follow.
1999-07-10 22:05:28 +00:00
agc
00a16e3008
Add package patch checksum files.
1999-07-09 14:22:59 +00:00
itojun
555dfd1b09
add NetBSD RCS ID
1999-07-08 17:30:00 +00:00
itojun
57ead35da3
enable IPv6 build (USE_INET6)
1999-07-08 17:10:57 +00:00
agc
c9580c5871
Revert to previous configuration:
...
LOWER_OPSYS for Solaris is solaris.
Remove the ugly hacks which had been introduced to workaround previous
misunderstanding.
1999-07-08 08:06:59 +00:00
agc
a68a69cf76
The Makefile looks for files with LOWER_OPSYS in their names. The prototype
...
files for Solaris were conf-solaris.h and tw.conf.solaris. Change these to
be "sunos" for Solaris.
1999-07-06 11:32:41 +00:00
agc
2d94eb25f3
Substitute for @localbase@ in the config files. The substitute stage
...
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-06 11:29:41 +00:00
mrg
9f0b992185
add --x-{libraries,includes}= if xpkgwedge.
1999-07-01 14:21:59 +00:00
agc
fb9650a9de
Add a LICENSE field of "no-commercial-use". Fixes PR 7874, from Bill
...
Sommerfeld.
1999-06-28 14:40:48 +00:00
tron
8475357fcd
Don't use "{}" or "[]" in "ONLY_FOR_PLATFORM" or "NOT_FOR_PLATFORM"
...
because "bsd.pkg.mk" can't handle those patterns. Fixes PR pkg/7808
by Chris Demetriou.
1999-06-20 21:06:17 +00:00
kim
a27ea72850
While sshd doesn't necessarily need a config file, it makes more
...
sense to check for the daemon config than the client config.
1999-06-20 19:47:31 +00:00
mrg
31546c3c96
SYSV or __ELF__ for no-underscore thanks, in sparc.S
1999-06-20 12:33:14 +00:00