Commit Graph

835 Commits

Author SHA1 Message Date
Satoshi Asami
41637d4447 tk80 has been ELFized. 1998-09-25 10:05:14 +00:00
Satoshi Asami
82005127ca Max forgot to change Makefile. :) 1998-09-25 05:38:05 +00:00
Brian Somers
2ab3132856 Elfify
Ok'd (but not tested by): pst
1998-09-24 06:42:15 +00:00
Stefan Bethke
f112c70a67 Will work better with this one... 1998-09-23 15:37:34 +00:00
Stefan Bethke
2024ed0f43 Update to 1.5.14
PR:		ports/7789
Submitted by:	Hans Huebner <hans@artcom.de>
1998-09-23 15:36:27 +00:00
Satoshi Asami
7cdb6fbdd2 Completely remove regexp support (not only trailing dot) now that
libslang is ELFized.
1998-09-22 22:48:42 +00:00
Scott Mace
0b652441a2 slang is now ELF. 1998-09-22 21:59:45 +00:00
Steve Price
e21cbb67ad Don't forget the trailing '/'.
PR:		8019
Submitted by:	maintainer
1998-09-22 15:14:57 +00:00
Jun-ichiro itojun Hagino
487ec01225 original distibution is updated to 0.83. 1998-09-22 12:33:58 +00:00
Steve Price
be5057cf0d Remove regexp support compface since it now builds ELF too. 1998-09-21 01:59:20 +00:00
Steve Price
a4255e72bd Allow this to build in an ELF world. 1998-09-21 01:56:45 +00:00
Steve Price
076bb69c87 One file per patch according to the guidelines. 1998-09-21 01:56:25 +00:00
Steve Price
45010cd34c Find the master site again. Also put this version back on my
homepage again so that we can go at least a week without the
distfile dropping off the face of the earth. :)

PR:		7991
Submitted by:	maintainer
1998-09-19 21:29:29 +00:00
Steve Price
ecfd460976 Add -lmd for -lopie so this compiles on -current.
Submitted by:	Eugene M. Kim <gene@nttlabs.com>
1998-09-19 20:04:03 +00:00
Masafumi Max NAKANE
e52c5930cd Update this port so that it uses correct perl5.
Some portlint fixes.
1998-09-19 10:49:02 +00:00
Tim Vanderhoek
e83f021657 Use MLINKS. 1998-09-19 01:51:20 +00:00
Tim Vanderhoek
abf510e023 Use MLINKS. 1998-09-19 00:25:08 +00:00
Tim Vanderhoek
d0c68f87d8 Really add MLINKS support. 7 or more times out of 9, you will need
to change pkg/PLIST when adding MLINKS support.
1998-09-19 00:16:08 +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
081079e0db Roll back libXpm major to 4. Sorry, it wasn't a good idea to bump it
in the first place.
1998-09-17 00:33:02 +00:00
Andrey A. Chernov
4055532e85 Use PERL5 variable 1998-09-16 11:45:01 +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
Andrey A. Chernov
a236b86e49 upgrade to 4.42 1998-09-15 17:23:32 +00:00
Satoshi Asami
03d5b496f6 libXpm major is now 5. Also remove regexp support in preparation for
ELF conversion.
1998-09-15 11:13:39 +00:00
Tim Vanderhoek
a4610c7083 Yes, but WTF is xbiff?
Remove excess verbiage.
1998-09-15 06:42:15 +00:00
Tim Vanderhoek
945931ba6b Remove category x11. 1998-09-15 06:37:57 +00:00
John Fieber
58cedef901 The fetchmail config script will automagically use Kerberos V5 if found.
This patch helps it find Kerberos V5 if you installed the port in a
non-standard place.

Reviewed by:	Ville Eerola <Ville.Eerola@sci.fi>
1998-09-13 21:31:51 +00:00
Satoshi Asami
66c351080b Use MLINKS to create manpage link. 1998-09-10 08:08:24 +00:00
Jun-ichiro itojun Hagino
bac996df49 update base version to 0.76. 1998-09-05 08:03:23 +00:00
Jun-ichiro itojun Hagino
5aad06bf04 update to smtpfeed 0.75. 1998-09-03 11:43:51 +00:00
Andreas Klemm
09d62c707e Update to newest version 1.3.0 1998-08-31 21:33:29 +00:00
Andreas Klemm
b76b71c42e Upgrade to version 0.8 1998-08-31 21:13:58 +00:00
Tim Vanderhoek
e398e8edcb Quick hack to make this obey PREFIX. Note that ${WRKSRC}/nls/LANGS is now
modified twice---once by patches/patch-ab, and once by post-install:. :(
1998-08-28 20:51:28 +00:00
Tim Vanderhoek
d917d0bbd3 Manpages are compressed by bsd.port.mk _after_ post-install:. Rev. 1.47
broke this port by assuming the opposite.  Now use a symlink so that we
can link to a non-existent file.
1998-08-28 19:51:38 +00:00
Vanilla I. Shu
985a635044 Set myself as maintainer.
Submitted by:	origin maintainer
1998-08-28 08:15:07 +00:00
Vanilla I. Shu
3b0b5f5e10 Upgrade to 1.31. 1998-08-26 09:39:01 +00:00
Satoshi Asami
7147ee4f54 kde shared libs are now at version 1. Gosh, no wonder they kept being
reinstalled over and over.
1998-08-25 10:04:59 +00:00
Satoshi Asami
d211d15440 These ports install uncompressed manpages even though USE_IMAKE is
set, so mark them with MANCOMPRESSED=no.  Note that this requires the
new bsd.port.mk that is not committed yet (going through final tests,
will be committed in a few hours).
1998-08-25 00:44:33 +00:00
Tim Vanderhoek
69dcc27a0c There was man in the PLIST. 1998-08-24 08:11:39 +00:00
Justin M. Seger
5c258f7d1d Fix perl dependencies.
Pointed out by:	asami
1998-08-23 13:45:04 +00:00
Justin M. Seger
59cbdb0d9f Fix with new perl versions 1998-08-23 03:51:55 +00:00
Justin M. Seger
838e56c899 Unbreak this port. 1998-08-23 03:36:55 +00:00
Justin M. Seger
c53f68cd10 Unbreak this with new perl variables. 1998-08-23 03:05:12 +00:00
Justin M. Seger
18fa85920e Make this work with new perl variables. 1998-08-23 02:57:11 +00:00
Justin M. Seger
70e28ab1bf Make this work with new perl version 1998-08-22 20:26:03 +00:00
Satoshi Asami
02d6163767 Make links correctly depending on NOMANCOMPRESS. 1998-08-22 13:20:35 +00:00
Tim Vanderhoek
446c0d1b28 Don't generate a PLIST on-the-fly. 1998-08-20 05:38:19 +00:00
Tim Vanderhoek
5424500208 Whoops. I broke pkg_add while removing the manpages from the plist.
Fix pkg_delete while I'm here.

Gee, wouldn't it be nice if bsd.port.mk had support for MLINKs?  ;-)
1998-08-17 18:28:27 +00:00
Tim Vanderhoek
751f2992ec Remove more manpages, as part of the great manpage removal project. 1998-08-17 05:19:34 +00:00
Steve Price
5bb10c7a41 Find sendmail in /usr/sbin and fix a couple of potential buffer overflows.
PR:		7616
Submitted by:	lioux@gns.com.br
1998-08-17 01:05:43 +00:00