Commit Graph

441 Commits

Author SHA1 Message Date
Andrey A. Chernov
f5f3107e73 add official kerberos patch 1998-11-10 13:20:21 +00:00
Jacques Vidrine
17565d52fa Build and install correctly for a.out and ELF. 1998-11-07 02:33:51 +00:00
David E. O'Brien
700b35066f Make IS_INTERACTIVE so people doing ``cd /usr/ports ; make fetch'' will
get a little farther.

Requested by:	Andreas Klemm <andreas@klemm.gtn.com>
1998-11-04 18:45:38 +00:00
David E. O'Brien
3c1a7c6ce8 configure with "--without-x" if X11BASE/bin/xauth is missing.
Requested by:	Studded@gorean.org
1998-10-30 06:15:18 +00:00
Satoshi Asami
8006568a42 Version changed again, this time to 1.5.6.5. 1998-10-27 04:54:44 +00:00
Vanilla I. Shu
84c365b01c Upgrade to latest version, remove BROKEN tag. 1998-10-26 13:20:24 +00:00
Satoshi Asami
0be4c010c4 The distfile doesn't exist on master site anymore.... 1998-10-26 08:58:30 +00:00
David E. O'Brien
db3aa5e9b4 Add more DISTSITES. The single one listed only allowed 10 simulanious anon
connections -- not enough for the demands of the Awesome FreeBSD Ports
Collection(tm).
1998-10-26 05:52:02 +00:00
Vanilla I. Shu
39e94fffc7 Upgrade to 1.5.6p3, and change erich's email address. 1998-10-23 14:29:32 +00:00
Scott Mace
71c938c5ab Compile Under ELF
PR:		ports/8336 ports/8255
1998-10-19 12:46:24 +00:00
David E. O'Brien
7076c9755d Fix skey authorization.
Submitted by:	Jeff Kletsky <Jeff@Wagsky.com>
1998-10-10 09:50:36 +00:00
Steve Price
8951fb7819 The location of identd.key is in ${PREFIX}/etc.
PR:		8091
Submitted by:	Sheldon Hearn <axl@iafrica.com>
1998-10-10 06:09:54 +00:00
Steve Price
44fc85961a Spell PREFIX wih only one X.
PR:		8089
Submitted by:	Sheldon Hearn <axl@iafrica.com>
1998-10-10 03:45:36 +00:00
Steve Price
7b5e4d239c '-lcrypt' is needed in the USE_DES case too.
PR:		8080
1998-10-10 03:42:59 +00:00
Satoshi Asami
5ae4f4e88c Um, be careful when you copy stuff around -- change the second
CONFIGURE_ARGS defintion to use "+=" so it won't override the first.

While I'm here, GNU_CONFIGURE implies --prefix=${PREFIX} so take it out.
1998-10-08 13:11:52 +00:00
Jordan K. Hubbard
b05e6687f6 Better depends.
Also Suggested by:	asami
1998-10-08 06:17:56 +00:00
Jordan K. Hubbard
efa62cf97c Clean this file up a bit.
Suggested by:	asami
1998-10-08 06:16:18 +00:00
Jordan K. Hubbard
564a72f782 Properly reference the rsaref sources, which are required during the build
of ssh now.  If anyone knows of a way of making the build dependency here
less gross, I'm listening! :)
1998-10-08 03:42:23 +00:00
Jordan K. Hubbard
37df81f735 Depend on ports collection rsaref, since we have it now already
available "broken out."
1998-10-07 23:03:44 +00:00
Brian Somers
66bbf9dad0 Elfify 1998-10-01 18:35:41 +00:00
Justin M. Seger
c94a576e69 Mark all KDE ports BROKEN for ELF. 1998-09-30 02:07:28 +00:00
Dima Ruban
4e3e46d910 oops. fix my previous commit. 1998-09-28 02:14:33 +00:00
Mark Murray
e8b053097d Honour CFLAGS. 1998-09-27 11:34:28 +00:00
Dima Ruban
bda0eafc55 Fix it for alpha. 1998-09-26 19:35:05 +00:00
Mark Murray
e04f6feacb Update for new perl5 1998-09-26 18:51:23 +00:00
Dima Ruban
43f2f84d94 Make RSA stuff work on alpha (or on any other 64bit architecture) 1998-09-26 04:42:09 +00:00
Satoshi Asami
b4bc06c5bf security/rsaref has been ELFized. 1998-09-25 10:20:21 +00:00
Steve Price
a198154cf2 Remove regexp support for libxview not that it builds ELF too. 1998-09-21 22:15:59 +00:00
David E. O'Brien
2a6135917f fix usage 1998-09-21 01:38:40 +00:00
David E. O'Brien
8caddd6f8d Add `nfsv2' to the mount example. 1998-09-21 01:23:38 +00:00
David E. O'Brien
7c073e9d51 * Support blowfish encription.
* Install the cfs's ssh as cfssh.
1998-09-21 01:03:10 +00:00
Steve Price
dcf1287e4d giflib is now converted to ELF so remove regexp support. 1998-09-19 01:33:49 +00:00
Satoshi Asami
6470b4dc9c tcp_wrapper is now converted to ELF. While I'm here, fix smail Makefile:
libwrap is a shared library so it should be LIB_DEPENDS, and delete
some spaces and tab-only lines.
1998-09-17 10:53:31 +00:00
Satoshi Asami
8ce1982fd8 Rewind shlib version number.
Reminded by:	Sheldon Hearn <axl@iafrica.com>
1998-09-17 10:47:22 +00:00
Scott Mace
ab11532432 Fix Package build for aout system
symlink .so in all cases
1998-09-16 22:48:46 +00:00
Scott Mace
f2cbbbb527 Fix Package build for aout system
symlink .so in both elf and aout cases
1998-09-16 22:47:43 +00:00
Scott Mace
6e7a1bff7a Fix building problems on aout system 1998-09-16 14:08:49 +00:00
Scott Mace
fea283c192 Fix build problem for aout 1998-09-16 13:46:17 +00:00
Satoshi Asami
668e0f51f4 Use ${PERL5} wherever appropriate. Largely untested; hope my eyeball
checks haven't missed anything.

Submitted by:	dima
1998-09-15 21:31:59 +00:00
Scott Mace
f3a0fe1f57 make tcp_wrapper build on a non-elf system 1998-09-15 14:57:29 +00:00
Scott Mace
5f4a8f1004 fix typo in previous commit 1998-09-15 14:54:01 +00:00
Scott Mace
5a6b7d287c Support building on non-elf machine 1998-09-15 14:49:08 +00:00
Satoshi Asami
4dc064b0c5 jpeg is now converted to ELF so change LIB_DEPENDS lines accordingly.
(Note, since the shlib major didn't change this just removes the regexp
 support.)
1998-09-15 11:46:15 +00:00
Scott Mace
0449f68367 make ELF conversion comply with standard. 1998-09-15 03:57:17 +00:00
Scott Mace
746979cfa9 Make elf conversion comply with standard
round up shlib version to 8
1998-09-15 03:56:19 +00:00
Scott Mace
34115e265b make ELF conversion comply with standard 1998-09-15 03:38:59 +00:00
Scott Mace
380961dbc9 Convert to Elf. 1998-09-14 22:33:48 +00:00
Scott Mace
196cf84ecb Add libwrap.so 1998-09-14 21:14:16 +00:00
Scott Mace
d45a65852a Convert to ELF. 1998-09-14 21:10:51 +00:00
Scott Mace
c47841cc53 Convert to Elf. 1998-09-14 21:08:57 +00:00