Commit graph

228 commits

Author SHA1 Message Date
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
mrg
c3f27915e7 sparc || __sparc__ please. 1999-06-20 12:32:57 +00:00
jlam
d76ccdade1 srp-1.4.4 -- client programs using Secure Remote Password protocol 1999-06-18 19:18:17 +00:00
tv
d226be6c21 Let's get this right this time. It's 0.9.2b, not 0.9.2c. I'll get this
to 0.9.3 after the weekend.
1999-06-10 05:08:02 +00:00
tv
bb65b296a6 Revert previous. 1999-06-08 16:58:57 +00:00
tv
0298e68438 This is actually OpenSSL 0.9.2c. Revert part of previous. 1999-06-08 16:58:26 +00:00
mycroft
f7784037b2 Update to match the Makefile. 1999-06-04 16:33:53 +00:00
thorpej
72a63bc96c Make sure Rpath is supplied for X libraries. 1999-06-04 07:11:57 +00:00
ross
37102ee820 LP64 fix. 1999-05-31 04:10:32 +00:00
tv
41d79870d3 Update rsaref dependency to "2.0p2"; still pending update to OpenSSL 0.9.3. 1999-05-26 15:36:28 +00:00
tv
e1889a7c86 Update to "rsaref-2.0p2" dependency, to make the md5 crap work. Also
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 15:35:42 +00:00
tv
573992a608 Reenable rsaref's own MD5 implementation. It contains MD5Transform(),
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-26 15:33:16 +00:00
mjl
dcc5af6f12 Add a patch that should make pgp5 work on alpha systems. Reported
by Kevin <kev@drule.org>.
1999-05-25 23:27:03 +00:00
tv
5c60ed5794 Change {ONLY,NOT}_FOR_{ARCH,OPSYS} format to {ONLY,NOT}_FOR_PLATFORM
pattern match format.  Minor pkglint along the way.
1999-05-24 20:39:35 +00:00
tv
2ff534a830 Update rsaref dependency to 2.0p1. OpenSSL 0.9.3 is still beta... will fix
shlib problems when 0.9.3 is out.
1999-05-23 21:15:20 +00:00
tv
d1f6942007 Update rsaref dependency to 2.0p1. 1999-05-23 21:12:33 +00:00
tv
e7e9b546fd Expose RSAPublicBlock() and RSAPrivateBlock() for the benefit of hpack.
Also clean up the package a bit while we're here; allow ${CC} from the
environment.  Now called "rsaref-2.0p1".
1999-05-23 21:12:01 +00:00
tron
5bac166611 Update dependence on "ssh" package to version 1.2.27. 1999-05-20 18:30:27 +00:00
tron
0bcac5016c Fix dynamic package list creation so that a second "make install" will
work properly.
1999-05-16 15:02:22 +00:00
bouyer
56f59b6869 Update to 1.2.27. Mostly sprintf->snprintf fixes (more than we had in
our private patches). ssh users should probably upgrade ...
1999-05-15 13:46:58 +00:00
tron
ef8cb0b4d9 Remove "PKGDIR" kludge now that "DEINSTALL_FILE" and "MESSAGE_FILE"
variables are supported.
1999-05-10 22:12:42 +00:00
tron
dbde547fde Fix problem build problem in case "automake" is installed. 1999-05-10 22:11:40 +00:00
tron
689499bf45 Fix the three deadly sins for patch files:
- add missing RCS Ids
- don't patch files several times
- only one file per patch file
1999-05-10 21:34:46 +00:00
frueauf
f684b51d3c Make rc5.sh work on NetBSD 1.4* too, fix submitted in pr 7317 by
Antti Kantee.
1999-05-09 15:13:21 +00:00
frueauf
4b2a245037 Update sudo to 1.5.9p1. 1999-05-09 14:10:27 +00:00
tron
4c1a6ff88f Update dependence for "gtk+" package to version 1.2.2. 1999-05-02 14:35:56 +00:00
tv
f9516c43f3 Fix m68k compile as provided by <fb@enteract.com> in pkg/7152. 1999-05-01 17:12:00 +00:00
tv
6805e099b0 Remove SSLeay from pkgsrc; it is superseded by OpenSSL. 1999-04-30 17:09:19 +00:00