tv
ce4b383fe8
Makefile was missing new `-f'.
1998-06-12 20:41:54 +00:00
tv
f9f8a00093
Update to 1.2.25 (pr #5581 from Erik Fair) with minor PLIST nits:
...
ssh-askpass{,1} is not in /usr/pkg/bin, and slogin need not use
@exec/@unexec (account for symlink in a package tarfile).
1998-06-12 20:39:25 +00:00
agc
0d32e410a8
Add support for both socks4 and socks5 - use the USE_SOCKS definition
...
to work out which one's wanted.
1998-06-11 16:17:36 +00:00
agc
666273802a
Remove the trailing '-f' from MAKE_FLAGS in bsd.pkg.mk, and include it
...
explicitly in the commands before ${MAKEFILE}; modify package
Makefiles to conform to this rationalisation. This was used
inconsistently in many packages, some including it, some not.
1998-06-10 08:02:08 +00:00
agc
66a20af2e1
Consolidate inclusion of /etc/mk.conf by using bsd.prefs.mk
1998-06-03 13:49:07 +00:00
tv
3804fa1a34
Change to use libg++'s method of generating a library PLIST. Now honors
...
all /etc/mk.conf variables wrt libraries and accounts for them in PLIST.
Some portlint, too.
1998-05-29 19:57:27 +00:00
tron
cff286521f
Add "SSH_NO_SUID" option to disable setuid installation of "ssh" binary.
1998-05-26 19:43:49 +00:00
tron
9aac9e2386
Update "ssh" to 1.2.23 on request by mrg.
1998-05-24 18:57:40 +00:00
hubertf
22899d5307
s/MIT/RSA licensees/, per mycroft
1998-05-08 10:18:54 +00:00
tv
11bd2df454
Add MIRROR_DISTFILE=no as recognized by tron
1998-04-27 11:45:40 +00:00
agc
1f4495b33e
Remove the old deprecated DEPENDS definition from bsd.pkg.mk.
...
Implement a new DEPENDS definition, which looks for an installed
package, building it if not present, and use it in preference to
LIB_DEPENDS. This should make the package collection more useful on
NetBSD ELF ports.
1998-04-22 14:22:39 +00:00
frueauf
49e36ada0b
Substitute all obvious FreeBSD ppl as MAINTAINER with packages@netbsd.org.
1998-04-20 11:56:17 +00:00
agc
258b808c9f
Use the bsd.pkg.mk and bsd.pkg.subdir.mk files in the pkgsrc tree.
...
Remove redundant (and sometimes erroneous) comments.
1998-04-15 10:38:15 +00:00
tv
537f97bea9
Add do-nothing "fetch-list" target so it works if USA_RESIDENT!=YES
1998-04-12 22:03:05 +00:00
tv
a430d0d4eb
Set NOLINT=1. Oops.
1998-03-28 01:07:53 +00:00
agc
79ac1165f9
The end of the world as we know it.
...
Add lines to include MAKECONF, if defined and exists, or /etc/mk.conf,
if it exists, before the first reference to USE_RSAREF2. This means
that the value for USE_RSAREF2 can be set in $MAKECONF or /etc/mk.conf
as well as the environment.
1998-03-26 10:48:32 +00:00
frueauf
fdfb0c43a0
Let make fetch
from /usr/pkgsrc work even if you are not a USA_RESIDENT.
1998-03-23 22:20:47 +00:00
tv
0f4a239723
Grumble. Should have been <sys/types.h> and not <machine/endian.h>.
1998-03-19 20:24:10 +00:00
frueauf
67eee0d6ad
Enable p5-MD5 since its in the tree.
1998-03-19 14:26:28 +00:00
frueauf
3fc93ef61c
portlint: remove unnecessery blank line.
1998-03-19 12:18:36 +00:00
frueauf
df16033837
portlint: reorder for PNF.
1998-03-19 12:17:53 +00:00
frueauf
4e9851b466
portlint: heavy reordering to shut up most WARNs; rm->${RM};
...
use ${VARIABLE}, instead of $(VARIABLE).
1998-03-19 12:10:42 +00:00
tv
1f077758db
Fixes:
...
- on i386, somehow <machine/endian.h> never got included by
<machine/ansi.h>; include the former directly.
- on sparc (and all big endian machines), the endian check was in the
wrong place: it should have been in usuals.h. Also include usuals.h in
md5.c to get the define.
1998-03-19 02:51:52 +00:00
tv
1af0a603bc
Chang libwrap support: compile it in for daemon connections, but leave it
...
out for forwarded connections unless ${LIBWRAP_FWD}=YES at build time.
1998-03-19 02:20:53 +00:00
agc
8e1671c0c1
Modify the do-fetch target so that USA_RESIDENT can be set in
...
/etc/mk.conf and "make fetch" will do the right thing.
1998-03-18 13:54:23 +00:00
tv
14f70204ca
Enable pgp (version 2) and rsaref.
1998-03-18 03:10:19 +00:00
tv
64e849d626
Update and fix many things in ssh pkg:
...
- ${USA_RESIDENT}->${USE_RSAREF2} as per mycroft; RSA implementations
other than RSAREF may be used freely at MIT, though not elsewhere in USA
- always enable libwrap; it is shipped with NetBSD
- use new rsaref pkg, and don't retrieve rsaref from outside USA
- fix make-ssh-known-hosts to use the famous hack to startup perl based
on perl's location in $PATH, rather than require user to set it at
configure time
- fix include directory for socks5 support (and rsaref)
1998-03-18 03:05:45 +00:00
tv
e5ac35d0ae
Portlint: false->${FALSE} and echo->${ECHO}
1998-03-18 02:58:52 +00:00
tv
bbbf971993
Import of my version of FreeBSD's pgp 2.6 pkg, reengineered. Differences
...
from FreeBSD port:
- uses our rsaref pkg if USE_RSAREF2 is YES
- doesn't use USA_RESIDENT; instead uses USE_RSAREF2 since MIT students
and staff may legally use mpilib instead of rsaref
- builds 2.6.3a with rsaref as well as 2.6.3ia without (all based on the
same sources)
- uses asm routines on i386, sparc, and m68k
1998-03-18 01:51:14 +00:00
tv
1b483b4bfb
Import of a shared/static rsaref 2.0 library package. Originally based
...
on FreeBSD's port, but almost completely reworked. Differences:
- leaves out MD5 and uses NetBSD's libc MD5 routines
- all the includes are installed in ${PREFIX}/include/rsaref
- fetches it legally from ftp.rsa.com instead of sites outside the USA
- uses <bsd.lib.mk> to build the library
1998-03-18 00:49:33 +00:00
frueauf
10a88b59a4
false->${FALSE}; pkg->${PKGDIR}.
1998-03-10 16:18:28 +00:00
hubertf
ce728dd6a9
Don't include make.conf if it doesn't exist.
1998-02-20 07:23:29 +00:00
mrg
27305e22c1
add features/fixes from <jbernard@tater.mines.edu> in pr#4928
1998-02-12 14:27:00 +00:00
tv
eea5c1527e
minor typo in the comments at top - this pkg uses 1.2.22 at current,
...
not 1.2.21.
1998-02-10 15:54:37 +00:00
hubertf
f535cf3701
Replace "<$ARCH"> by "${MACHINE_ARCH}", keep "<$ARCH>"
...
(in bsd.port.mk) for backward compatibility.
1998-01-28 15:33:44 +00:00
hubertf
fed3357bc0
portlint: use command macros
1998-01-24 22:59:35 +00:00
hubertf
b9cb721cf6
portlint: add RCS Id
1998-01-24 22:53:04 +00:00
hubertf
cc5e8a4a80
portlint: use command macros
1998-01-24 22:52:56 +00:00
hubertf
b3c1576abd
portlint: remove empty line
1998-01-24 22:51:00 +00:00
hubertf
12082b3126
portlint: make comment shorter
1998-01-24 22:48:55 +00:00
hubertf
b648ec7475
portlint: fix RCS Id
1998-01-24 22:48:45 +00:00
kleink
a8a300ee5b
Make libwrap support conditional on USE_LIBWRAP again, since usage of ssh's
...
-L/-R options will become highly unintuitive on most setups. Kindly brought
to my attention by Matthew Green.
1998-01-24 15:46:30 +00:00
agc
65c222c486
Set MIRROR_DISTFILE to "no" in package Makefiles which might have
...
restrictions placed on the redistribution of their distfiles. Please
note that I've erred on the side of caution here.
1998-01-22 10:26:36 +00:00
hubertf
baca453e76
Update to 1.2.22, disable suid, add master site.
1998-01-22 07:48:11 +00:00
kleink
5072d623e5
Since our distribution contains libwrap, link against it and remove the
...
previous (and bogus) USE_TCPWRAP variable check.
1998-01-18 20:07:43 +00:00
hubertf
19c83d5594
We're at perl V5.0040*4*
1998-01-15 08:36:34 +00:00
hubertf
8639bafeaa
Fix setting CONFIGURE_ARGS ("=" -> "+=")
1997-12-22 07:45:38 +00:00
mrg
4b22a3b699
remove unnecessary patches, own to me, etcir=/etc.
1997-12-18 02:44:51 +00:00
hubertf
2411c7ab3f
sudo works
1997-12-15 00:36:29 +00:00
hubertf
da40dd73e2
Update for NetBSD, mostly by Soren S. Jorvang <soren@t.dk>
1997-12-14 23:38:21 +00:00
hubertf
e189790044
Import vanialla FreeBSD sudo.
1997-12-14 23:27:00 +00:00
hubertf
f961ef8924
ssh works
1997-12-14 16:48:01 +00:00
hubertf
43efe0593a
Secure Shell package; Originally taken from FreeBSD, hacked by agc and
...
finished by me.
1997-12-14 16:17:14 +00:00
hubertf
2cd14696bf
Fix RCS Id, MI/MD PLIST
1997-11-22 05:09:14 +00:00
hubertf
24013211fe
for libwww
1997-11-22 05:06:27 +00:00
hubertf
427ba64225
Fix RCS Ids, sync with reality
1997-11-22 03:13:21 +00:00
hubertf
a28873ae01
Some missing Makefiles, from FreeBSD.
1997-11-22 03:06:19 +00:00
hubertf
9a1d93c087
Import of some more missing categories
...
(only directories and pkg-descriptions!)
1997-11-20 21:01:17 +00:00