Masafumi Max NAKANE
6bf31ff92d
Updated Masafumi NAKANE's E-mail address.
1996-09-17 15:07:58 +00:00
Satoshi Asami
f17accf9f6
Don't use "&;", which is now illegal.
...
Submitted by: max@sfc.wide.ad.jp
1996-09-14 08:36:30 +00:00
Andrey A. Chernov
92e8c91544
Use flock locking as other delivery systems does
...
Move global procmailrc to /usr/local/etc
1996-08-28 13:18:46 +00:00
Satoshi Asami
2e655475ff
Remove spurious ";" after "then". Indend one chmod line to match
...
the rest of its buddies.
1996-08-21 09:25:28 +00:00
Satoshi Asami
075fc8b6cc
Added youbin.
1996-08-21 09:08:40 +00:00
Satoshi Asami
f6d645c05f
Remote (network) biff.
...
Submitted by: max@sfc.wide.ad.jp
1996-08-21 09:06:55 +00:00
Chuck Robey
936e581dba
Repair mysterious cvs damage, crap added below bottom line.
1996-08-18 22:03:54 +00:00
Andrey A. Chernov
76e029e564
Upgrade to +25
1996-08-15 19:16:50 +00:00
Andrey A. Chernov
9946c2f615
Upgrade to +24
1996-08-12 12:40:56 +00:00
Andrey A. Chernov
762edd2025
Upgrade to +23
1996-08-11 12:28:26 +00:00
Peter Wemm
2ca9abcb58
Some fixes :-
...
- add -DPOSIX to pico build so that it doesn't use the sgtty cruft.
- clean freebsd-specific files too.
- correctly specify wait() as taking an int, rather than configuring it
for "union wait *" and adding patches to cast them to int's.
- use POSIX counterparts for pine proper (signals, non-blocking, termios)
- correct path to /usr/bin/passwd (not /bin/passwd)
- revert 3-char identifier to "BSF" not "BSI" (originally, BSN = NetBSD,
BSF=FreeBSD, BSI=BSDI)
- use more usual paths for news files. both cnews and inn* default to
/var/news (usually), and the inn ports default to
/usr/local/news/lib/active (cnews uses /usr/local/lib/news/active)
None of our ports use /usr/spool/news or /usr/lib/news/active.
Partly Submitted by: Chris Timmons <skynyrd@opus.cts.cwu.edu> (PR#1458)
1996-08-09 08:04:47 +00:00
Satoshi Asami
fbb112ee77
Added majordomo.
1996-07-20 01:44:18 +00:00
Satoshi Asami
6073bad618
Finally, the majordomo mailing list manager.
...
Submitted by: James FitzGibbon <james@nexis.net>
1996-07-20 01:39:22 +00:00
Satoshi Asami
ce757e674d
Delete $Id$.
1996-07-17 04:06:40 +00:00
Satoshi Asami
ae0e6d258c
Upgrade, 3.91 -> 3.95. This version is supposed to fix a lot of bugs.
...
Submitted by: "Matthew N. Dodd" <winter@jurai.net>
1996-07-17 03:58:38 +00:00
Satoshi Asami
42b70a7d3c
Upgrade (0.3 -> 0.4) from author. He says it contains some major
...
bugfixes.
Submitted by: Gennady Sorokopud <gena@NetVision.net.il>
1996-07-12 11:52:01 +00:00
Satoshi Asami
3f6dbd9ebd
Don't turn on debugging by default.
...
Submitted by: jkh
1996-07-10 02:34:25 +00:00
Satoshi Asami
fe043f033c
Author-supplied patch.
...
Submitted by: markm
1996-07-09 21:24:47 +00:00
Mark Murray
027d99f349
Add Exim.
1996-07-06 13:20:20 +00:00
Mark Murray
18ecf108f8
Add Exim. Exim is a high performance sendmail replacement (except no UUCP)
...
wiyh powerful retry/requeue and management features.
Written by Philip Hazel of Cambridge University.
OKed by: asami
1996-07-06 11:13:58 +00:00
Satoshi Asami
21acbe4aed
Move NO_PACKAGE down, out of the ftp site section.
1996-07-05 06:12:45 +00:00
Paul Traina
ecee42f814
Make NO_PACKAGE because POP needs to POP user id.
...
Requested by: gpalmer
1996-06-26 00:21:25 +00:00
Paul Traina
3add58a3d7
Add scripts/pre-install to request POP userid creation.
...
Move pop.auth database to ${PREFIX}/etc/popper/pop.auth so that it
(a) does not conflict with MH's pop3 database of same name, and (b)
so that ${PREFIX}/etc/popper directory can be owned by pop uid so
that popauth -init always works.
This should cover the last nits regarding this port.
Requested by: asami
1996-06-22 18:24:51 +00:00
Andrey A. Chernov
8aaa49ca31
Upgrade to lvl 22
1996-06-20 22:23:48 +00:00
Paul Traina
5aded53b0e
Fix up a couple of popauth problems in 2.2
1996-06-09 20:02:02 +00:00
Paul Traina
a9d425424f
Merge import into main branch
1996-06-08 22:38:53 +00:00
Paul Traina
a538cbc51d
Port of Qualcomm POPPER v2.2.
1996-06-08 22:33:52 +00:00
Andrey A. Chernov
79e9a0a1e0
Upgrade to +19
1996-05-26 00:47:54 +00:00
Andrey A. Chernov
b194777c82
upgrade to me17
1996-05-07 19:42:50 +00:00
Andrey A. Chernov
acbf08dd6a
Upgrade to ME+16
1996-05-03 21:18:54 +00:00
Paul Traina
6cc416dad8
Merge Mark's changes and my previous changes together to provide a 6.8.4
...
with the same functionality as 6.8.3.
1996-04-27 19:16:48 +00:00
Mark Murray
68f5f42fc3
Redo the package list - there are a couple of new POP files.
1996-04-27 17:44:43 +00:00
Mark Murray
13053f004a
Add POP services to MH. Mercifully, this is actually quite light on bloat.
...
Also add some repairs to the slocal .maildelivery db file system for
BSD4.4.
Submitted by: Paul Traina (.maildelivery repairs)
1996-04-27 17:43:54 +00:00
Mark Murray
2b7c84a452
Formatting and cosmetic changes only.
1996-04-27 13:19:22 +00:00
Mark Murray
ff4781ad57
With the 6.8.4 MegaPatch, most of our kluges no longer apply, so
...
remove them, and only bring back shared libraries and an appropriate
mtstailor.
1996-04-27 13:18:38 +00:00
Satoshi Asami
739d8ecb1f
(2') It is recommended to use full pathnames for ldconfig.
1996-04-26 08:43:09 +00:00
Satoshi Asami
452c8adfcf
(1) PATCH_SITES is not spelled PATCHSITES.
...
(2) It is recommended to use full pathnames for ldconfig.
(3) It is recommended to check NOMANCOMPRESS before compressing
manpages (or Rod's going to scream :)
1996-04-26 08:42:49 +00:00
Peter Wemm
2985896a0d
Update mh-6.8.3 -> 6.8.4 (as of Feb 8, 1996)
...
There is no mh-6.8.4.tar.Z on the master site, only the patch.
1996-04-25 11:46:00 +00:00
Satoshi Asami
b0ae2f4c93
pkg/COMMENT files for use by ports READMEs.
1996-04-09 08:30:00 +00:00
Andrey A. Chernov
29f811a711
Upgrade to +15
1996-04-06 02:41:33 +00:00
Andrey A. Chernov
2548794a7d
Upgrade to level 14
1996-03-26 02:58:39 +00:00
Andrey A. Chernov
67f00db7c4
Upgrade to ME+13
1996-03-14 17:02:40 +00:00
Andrey A. Chernov
61d1261672
Upgrade to v12 (most of my patches applied by maintainer)
1996-03-12 23:20:34 +00:00
Satoshi Asami
e8154769ef
Reorder variables.
1996-03-06 07:16:41 +00:00
Andrey A. Chernov
fca2f87509
Upgrade to level 11
1996-02-29 21:36:05 +00:00
Andrey A. Chernov
3e09ec82fe
Upgrade to level 10
1996-02-27 19:53:38 +00:00
Andrey A. Chernov
ce4891a74e
Remove elm+mime
1996-02-26 01:01:06 +00:00
Andrey A. Chernov
d5e8709021
Switch to new Elm maintainer
1996-02-26 00:57:32 +00:00
Andrey A. Chernov
90801b8ba1
Enable mailbox editing
1996-02-23 01:45:05 +00:00
Paul Traina
d260a31f0a
Fix shared library linking (again).
...
Fix and enable pop support code.
Fix and enable slocal msgid support code (eliminates duplicates) if .db file
present.
1996-02-23 01:25:09 +00:00
Andrey A. Chernov
1ef49cdd81
Restore DONT_ADD_FROM, it allows .elm/elmheaders to work properly
...
Merge Configure patch into one file
1996-02-22 20:36:02 +00:00
Andrey A. Chernov
c89ae58df9
Change master site, old one not contains elm anymore
1996-02-20 04:18:46 +00:00
Satoshi Asami
933bbc8ac7
New checksum, filename not changed at master site.
...
Submitted by: pst
1996-02-03 05:14:04 +00:00
Andrey A. Chernov
84383852c4
strip binaries
1996-01-12 01:54:50 +00:00
Andrey A. Chernov
92ae5f6897
Fix coredump in attachment saving (for version with MIME)
...
Remove -fno-strength-reduce
1996-01-12 01:49:09 +00:00
Andrey A. Chernov
790651d3b0
Upgrade to 3.11pre4
1995-12-28 16:03:02 +00:00
Andrey A. Chernov
2ce7f9e17e
Oops, forget one small change
1995-12-21 10:47:59 +00:00
Andrey A. Chernov
a29cbe7443
Simplify patch process
1995-12-21 10:39:52 +00:00
Andrey A. Chernov
c4f8715419
Remove elm+pgp+mime
1995-12-20 01:34:42 +00:00
Andrey A. Chernov
90324af32d
Delete elm+pgp
1995-12-19 23:49:30 +00:00
Andrey A. Chernov
713d9e4831
Upgrade to PL25
...
Simplify external programs support
Allow users to set their full names
1995-12-19 23:46:18 +00:00
Mark Murray
09995e4ab0
Add .gz to the manpages, now that they are compressed.
1995-12-05 12:52:45 +00:00
Mark Murray
64ba958522
Cosmetic cleanup.
1995-12-05 12:38:18 +00:00
Mark Murray
e170bfc89f
Compress the manpages.
1995-12-05 12:37:28 +00:00
Satoshi Asami
9fae308222
Reorder variables.
1995-12-04 10:55:52 +00:00
Andrey A. Chernov
685c7f414b
Add elm+pgp+mime
1995-12-02 21:49:22 +00:00
Andrey A. Chernov
f38980ef5c
Correct it a bit
1995-12-02 21:33:07 +00:00
Andrey A. Chernov
eb8498d34e
Add version variable to not edit elm+* Makefiles when version changed
1995-12-02 21:30:51 +00:00
Andrey A. Chernov
a88d9628c0
Add elm+mime
1995-12-02 21:19:49 +00:00
Andrey A. Chernov
8ea4a411a8
Add elm+pgp
1995-12-02 20:40:30 +00:00
Andrey A. Chernov
1cd1e2969e
udef pgp until I made another package name
1995-11-29 19:07:16 +00:00
Satoshi Asami
be33f1384f
Upgrade, 0.3b -> 0.3. Also added checksum.
...
Submitted by: Gennady Sorokopud <gena@NetVision.net.il>
1995-11-22 04:59:59 +00:00
Andrey A. Chernov
38b6a2b56d
Change all gets -> fgets(stdin)
...
Add koi8-r support
1995-11-19 22:42:38 +00:00
Andrey A. Chernov
763816bd36
Use CFLAGS from make.conf
...
Strip binaries on install
Change all gets -> fgets(stdin)
Add koi8-r support
1995-11-19 22:41:31 +00:00
Andrey A. Chernov
e04697b295
Upgrade 8a -> 8b
...
Make it non-interactive
Make it packageable (compiled-in domain name not plays any role due
to gethostname())
1995-11-19 21:11:57 +00:00
Satoshi Asami
a1fdd10249
A few typos. How in the hell did "BUILD_DEPENDS=${PREFIX}/..." slip
...
past me!?! ;)
Submitted by: torstenb
1995-11-09 06:01:03 +00:00
Mark Murray
e67919eb98
Shorten one-line comment as per JKH request.
1995-10-27 06:36:11 +00:00
Satoshi Asami
ba455ac337
Add comment on why this is not packageable.
1995-10-20 07:35:26 +00:00
Torsten Blum
48c082fafa
change DEPENDS=${PORTSDIR}/shells/bash to
...
BUILD_DEPENDS=bash:${PORTSDIR}/shells/bash
1995-10-06 22:03:17 +00:00
Satoshi Asami
85a6b89433
Enable xfmail.
1995-10-05 12:36:56 +00:00
Satoshi Asami
2b5303402e
Change name of dependency, forms -> xforms.
...
Submitted by: Gennady Sorokopud <gena@NetVision.net.il>
1995-10-05 12:36:18 +00:00
Satoshi Asami
f8594be75e
Cleanup. Reorder things according to standard, change
...
"PREFIX=/usr/X11R6" to "USE_X11=yes".
1995-10-03 06:51:55 +00:00
Jordan K. Hubbard
929931d3f4
xfmail 0.3-BETA port
...
Submitted by: Gennady Sorokopud <gea@NetVision.net.il>
1995-10-03 01:20:06 +00:00
Andrey A. Chernov
f3c04e1fc9
elm.with_pgp moved to elm
1995-09-28 16:48:45 +00:00
Andrey A. Chernov
a519662b84
Replace obsoleted elm with former elm.with_pgp which can work without
...
PGP too.
1995-09-28 16:41:56 +00:00
Andrey A. Chernov
0851c40587
Change EXEC->BUILD DEPENDS
1995-09-23 17:13:54 +00:00
Satoshi Asami
51801a024f
Added popclient.
1995-08-26 07:32:25 +00:00
Adam David
6119263e8e
install fonts.alias file
1995-08-21 16:04:32 +00:00
Gary Palmer
b8e2f8fda3
Take out the APOP option from the default config (even though it
...
was commented out). APOP causes problems if you try to compile
with it optioned in.
1995-08-15 20:08:02 +00:00
Satoshi Asami
6a9f09ec3b
Submitted by: Tom Samplonius <tom@misery.sdf.com>
...
Makefile.diff - patch to Makefile; gzip additional manpages during
postinstall
file.Makefile.diff - patch to files/Makefile; add install
for new manpages
PLIST.diff - include new manpages in package
1995-08-14 11:52:41 +00:00
Satoshi Asami
a93bdd0407
elm's pkg files, borrowed from the neighboring pgp version. Someone
...
please check out the PLIST!
The port is still IS_INTERACTIVE and NO_PACKAGE, too many questions
asked by the configure script it doesn't seem to make sense to build
a package. If someone with elm knowledge can check this, that will
be great too.
Suggested by: jkh, ache
1995-08-14 08:06:33 +00:00
Satoshi Asami
34a52eed5c
Submitted by: Tom Samplonius <tom@misery.sdf.com>
...
Enclosed are patches to the pine port. They are meant to be applied
from /usr/ports/mail/pine
patch-aa.diff - Changes config file from /usr/local/lib/pine/pine.conf
to /usr/local/etc/pine.conf
Makefile.diff - Install ipop2d and ipop3d (previously they weren't
installed at all!) into libexec. Change location of imapd from bin to
libexec
PLIST.diff - Change location of imapd, and add ipop2d and ipop2d
DESCR.diff - Mention that package includes POP2 and POP3 servers
1995-08-12 21:52:13 +00:00
Andrey A. Chernov
b76d4145f2
Add elm.with_pgp
...
Reviewed by:
Submitted by:
Obtained from:
1995-07-28 04:02:16 +00:00
Satoshi Asami
e68ccb3443
Add comment on how to let pine use ispell.
...
Submitted by: jacs@gnome.co.uk
1995-07-27 00:03:26 +00:00
Satoshi Asami
a0796a9ef7
Fix the dependencies. hfs is now in emulators and pgp is in security.
1995-07-13 00:55:40 +00:00
Satoshi Asami
335fa670a9
EXEC_DEPENDS goes after MAINTAINER.
1995-07-11 04:08:25 +00:00
Andrey A. Chernov
fcfb7e02db
Add exe_depends on pgp
1995-07-08 00:49:12 +00:00
Andrey A. Chernov
1dc0c36a4d
Replace do-install with INSTALL_TARGET
1995-06-26 05:00:44 +00:00
Satoshi Asami
ca8af5dac8
Add "PREFIX=${PREFIX}" to the do-install target so that things don't
...
go in /bin, /man, etc. (Note: the last isn't a directory name.)
Also add a comment on why it IS_INTERACTIVE (I need to hit a return).
1995-06-26 04:34:40 +00:00
Satoshi Asami
d530b271d9
Add
...
post-install:
pkg_add -m ${PREFIX}/lib
to Makefiles and
@exec ldconfig -m %D
to packing lists of ports that install shared libraries.
This should get rid of a huge chunk of confusion for novice users!
All hail Paul Kranenburg! :)
1995-06-24 11:42:32 +00:00
Satoshi Asami
050eccf96c
Another biff replacement.
...
Submitted by: Dave Chapeskie <dchapes@ale.zeus.leitch.com>
1995-06-22 06:32:41 +00:00
Torsten Blum
e919ee086b
change usr/lib/sendmail to /usr/sbin/sendmail
1995-06-18 11:55:43 +00:00
Andrey A. Chernov
342978cb51
Upgrade.
1995-06-13 22:40:05 +00:00
Satoshi Asami
5d90aae145
Upgrade to version 2.1.4-r3. According to the master site maintainers,
...
the previous version had a huge problem and had to be removed from the
master site, and that's why I'm doing this this late in the cycle.
Also, the problems that patch-aa (off_t) and patch-ac (password length)
address seem to be fixed, so take them out.
1995-05-27 07:58:46 +00:00
Andrey A. Chernov
a48a353b11
Use absolute path for install or shell script with
...
same name already exists in current dir
1995-05-22 22:39:40 +00:00
Torsten Blum
0c0a4b01bf
use mkfontdir(1) to create ${PREFIX}/lib/metamail/fonts/fonts.dir
...
Reviewed by: asami
1995-05-19 23:54:43 +00:00
Satoshi Asami
d83a81d4fd
Package support files.
...
Submitted-by: Brian Tao <taob@gate.sinica.edu.tw> (COMMENT & DESCR)
1995-05-18 08:56:18 +00:00
Satoshi Asami
705d26dd50
Compress manpages.
1995-05-18 08:55:37 +00:00
Satoshi Asami
c9dc84a522
Clean up subdir Makefiles. They now all look like this:
...
=====
# Id line
#
# RESTRICTED: restricted_port_1 (comment1)
# RESTRICTED: restricted_port_2 (comment2)
#
# BROKEN: broken_port_3 (comment3)
# BROKEN: broken_port_4 (comment4)
# BROKEN: broken_port_5 (comment5)
#
SUBDIR= good_port_1 good_port_2 ...
=====
Basically, the idea is to make it easy to find restricted or broken
ports by doing a "grep".
1995-05-14 03:30:07 +00:00
Satoshi Asami
25cde310e9
Sort.
1995-05-13 07:55:53 +00:00
Andrey A. Chernov
2eba67e4cd
Update to current state.
...
Fix printing of st_size
1995-05-12 21:47:02 +00:00
Satoshi Asami
7aed5ffa40
Add pre-install target that creates directory ${PREFIX}/mail/smail.
1995-05-12 07:25:12 +00:00
Torsten Blum
735281f59a
install fonts
...
(I forgot this one in my previous commit - sorry)
1995-05-06 11:24:53 +00:00
Torsten Blum
0d4e81215e
install fonts in ${PREFIX}/lib/metamail/fonts
1995-05-06 11:09:55 +00:00
Torsten Blum
e24ba85dc5
remove @cwd
...
use compressed manpages
1995-05-06 00:24:04 +00:00
Torsten Blum
0d2aedff3c
remove -g from CFLAGS
1995-05-06 00:23:25 +00:00
Torsten Blum
5de4fcb25b
- add myself as MAINTAINER
...
- compress manpages
1995-05-06 00:23:00 +00:00
Torsten Blum
7f2e4959e2
add myself as MAINTAINER
1995-05-05 21:44:54 +00:00
Torsten Blum
8c1aeb960f
use compressed manpages
1995-05-05 21:41:03 +00:00
Torsten Blum
7077471af9
- compile with -O2
...
- remove DOMAINS=uucp
- change DRIVER_CONFIGURATION from bsd-network to
arpa-network (bind)
1995-05-05 21:40:22 +00:00
Torsten Blum
fda90eaae8
- use the post-install target to install sample configuration files
...
- compress manpages
1995-05-05 21:38:16 +00:00
Andrey A. Chernov
e5d98f7f1e
Mpack added
1995-05-01 14:25:43 +00:00
Andrey A. Chernov
ef4a2dfdb9
Remove setre* hacks, we have working thing now
1995-04-27 19:34:58 +00:00
Satoshi Asami
b41fc8e42a
Updating mail Makefiles....
1995-04-23 12:47:29 +00:00
Rich Murphey
51abde3211
Fix procmail-3.11pre1/Makefile so that it does not ignore the
...
PREFIX. Otherwise it will install into /usr/local no matter what
your bsd.ports.mk defines PREFIX as.
Reviewed by: Satoshi
1995-04-22 22:21:39 +00:00
Satoshi Asami
fad9a3de2f
Updates of mail Makefiles!
1995-04-22 12:35:37 +00:00
Jordan K. Hubbard
25940b153d
Add lib/libmh.so.3.2 to the packing list. This fixes the broken package.
1995-04-18 13:38:36 +00:00
Satoshi Asami
8e17c682a4
Forgot to update the checksum on yesterday's update.
1995-04-18 05:22:02 +00:00
Satoshi Asami
7daa89e92e
Add PKGNAME, and MAINTAINER goes in a section of its own. :)
1995-04-17 07:50:37 +00:00
Andrey A. Chernov
a067e04403
Add pkg
1995-04-16 23:49:16 +00:00
Satoshi Asami
f22824f96c
Move procmail back to SUBDIR now that Andrey has fixed the chmod
...
/var/mail problem.
1995-04-16 22:47:25 +00:00
Satoshi Asami
8eb14e7b02
Add popper back to SUBDIR, move procmail to BROKEN until chmod /var/mail
...
problem is solved.
1995-04-16 20:41:09 +00:00
Satoshi Asami
e253d5c036
Correct DISTNAME to fetch, upgrade at the same time. New version
...
is 2.1.4-r2.
Submitted by: Frank Nobis <fn@trinity.radio-do.de>
1995-04-16 20:39:08 +00:00
Andrey A. Chernov
30edab0d7e
Upgrade.
1995-04-16 13:49:18 +00:00
Satoshi Asami
8e9eaf7b7d
Move popper to BROKEN (doesn't fetch).
1995-04-16 08:16:58 +00:00
Satoshi Asami
230ac7a61d
install should depend on build.
1995-04-16 07:41:42 +00:00
Satoshi Asami
19e38c2e9f
Add MAINTAINER= ache@FreeBSD.ORG to Andrey's ports. Clean up
...
some Makefiles along the way.
1995-04-12 04:56:21 +00:00
Satoshi Asami
8d3b6ee860
Mark Murray (markm) volunteered as the maintainer of this port.
1995-04-12 02:03:21 +00:00
Satoshi Asami
a07b60ed68
Updated ports Makefiles for mails.
1995-04-11 20:28:32 +00:00
Paul Traina
633be321de
Upgrade port to qpop 2.1.4-R1
1995-04-02 01:13:48 +00:00
Jordan K. Hubbard
ac3066bf75
Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are in
...
multiple catagories - I'll expect the various MAINTAINERS to make further
adjustments (and add any KEYWORDS lines) themselves.
1995-04-01 12:51:41 +00:00
Jordan K. Hubbard
9860736c60
This is interactive - only install if we're not in BATCH mode.
1995-03-05 04:18:05 +00:00
Gary Palmer
3bfac8f699
Update to reflect current distfile
1995-01-22 20:59:00 +00:00
Andrey A. Chernov
453c42f10a
pgpsendmail added
1995-01-21 00:42:51 +00:00
Andrey A. Chernov
9cdcf9d15c
Automatically encrypt/decrypt/sign incoming/outgoing mail
1995-01-21 00:39:25 +00:00
Gary Palmer
d716268981
Update to 3.1.29.1
1995-01-15 05:32:34 +00:00
Doug Rabson
410f59d29f
Fixed a sizeof(off_t) != sizeof(int) problem.
1995-01-11 19:18:30 +00:00
Jordan K. Hubbard
41fb88d2c1
From: Mark Murray <mark@grondar.za>
...
Subject: misc/88: MH has no 'local' shared libraries.
>Number: 88
>Category: misc
>Synopsis: MH has no 'local' shared libraries.
Fix.
Submitted by: mark
1994-12-27 22:41:37 +00:00
Andreas Schulz
2d42b54e4d
The name for the qpop tar is changed from qpop2.1.3 to qpop2.1.3-r5, but
...
otherwise it builds ok.
1994-12-25 12:30:32 +00:00
Gary Palmer
3217d24fe5
First batch of MD5 checksum files. Only did through to the end of net
...
to both give my fingers a rest & let freefall clear some of it's
backlogged mail :-)
The rest will follow later
1994-12-18 00:28:13 +00:00
Gary Palmer
8545beedae
Manpages are installed compressed now.
1994-12-15 05:44:09 +00:00
Gary Palmer
a45854195e
Upgrade to 2.1.3
1994-12-15 05:38:40 +00:00
Gary Palmer
75469f18b7
Update to reflect the fact that it is smail 3.1.29
1994-12-14 23:00:41 +00:00
Andreas Schulz
01aefb6a4d
Add a patch for the sun2mime command to use /usr/bin/awk instead of
...
the non-existant /bin/nawk.
1994-12-12 09:39:23 +00:00
Gary Palmer
ad1291d857
Correct packing list - a lot of binaries were missing, leaving
...
package mostly-useless
1994-12-05 03:28:08 +00:00
Gary Palmer
93e1c4e301
Remove the old preconf script and use the pre-configure script
...
instead, and alter said script to work properly without CLI args.
1994-11-25 19:13:56 +00:00
Gary Palmer
3d416a79e1
Use scripts/preconfigure automatically in bsd.port.mk, not the hackery
...
that used to be here.
1994-11-25 19:12:24 +00:00
Andrey A. Chernov
5f57568704
don't install manpages as gzipped, cause problems with this version
1994-11-22 01:53:32 +00:00
Andreas Schulz
1176dfd04c
Delete the strip flag from the install. Otherwise the install falls
...
over in the installation of the shell scripts.
1994-11-19 23:22:28 +00:00
Andreas Schulz
e3a551db89
The pre beta version seems to no longer exist, use the procmail-3.10
...
instead. Add a new patch. formail.c has a variable named daemon that
clashes with the daemon function, change the variable to mdaemon instead.
1994-11-19 12:29:32 +00:00
Jordan K. Hubbard
44ce707de3
This is now version 3.91.
1994-11-11 10:46:45 +00:00
Gary Palmer
10b645e511
Bump to version 3.1.29. Still seems to compile ok.
1994-11-11 02:25:54 +00:00
Gary Palmer
882406f338
<Sigh> Missing slash from the end of the pathname.
1994-11-11 01:49:26 +00:00
Jordan K. Hubbard
580e317ddd
This port is interactive. Say so.
1994-11-09 03:36:12 +00:00
Paul Traina
5ad05fee03
Include all ports currently available
1994-10-29 22:11:31 +00:00
Torsten Blum
05ae650ba6
Reviewed by:
...
Submitted by:
Obtained from:
Add smail and metamail
1994-10-23 02:32:59 +00:00
Torsten Blum
b9c2b2b4be
Reviewed by:
...
Submitted by:
Obtained from:
1994-10-23 01:24:26 +00:00
Torsten Blum
74fda86565
Reviewed by:
...
Submitted by:
Obtained from:
metamail - implementation of MIME, the Multipurpose Internet Mail Extensions
1994-10-23 01:19:51 +00:00
Jordan K. Hubbard
56fe6d5042
Piero Serini's port of elm.
...
Submitted by: piero
1994-10-14 21:59:03 +00:00
Adam David
d024a668b3
New patchlevel from master site
1994-10-12 09:26:40 +00:00
Andrey A. Chernov
b3f1f7fb20
Some cosmetique changes after consulting with original author
1994-10-08 15:31:20 +00:00
Andrey A. Chernov
13c18210ae
Need a little patching to install mapages properly, got
...
syntax error instead
1994-10-07 01:35:34 +00:00
Andrey A. Chernov
ffd5679797
Add install.man to install: target
1994-10-07 01:01:27 +00:00
Andrey A. Chernov
0fc3cca6f7
Change DISTNAME from procmail-3.10pre3 (does not exist)
...
to procmail-3.10pre4 (exist and checked to work)
1994-10-07 00:51:13 +00:00
Paul Traina
55236d57bc
Use $WRKSRC instead of $3 to find work directory
1994-10-06 19:41:06 +00:00
Paul Traina
9ca3c9968f
Port of Berkeley Popper POP3 daemon
1994-10-06 19:33:20 +00:00
Paul Traina
0e106d825c
Package files for MH
1994-10-06 01:29:07 +00:00
Paul Traina
4dd6cc052a
Add mh port
1994-10-04 23:33:34 +00:00
Paul Traina
47ed59f7d1
MH 6.8.3 port
1994-10-04 23:32:54 +00:00
Adam David
59ea28ea2a
Added procmail
1994-09-25 19:03:04 +00:00
Adam David
f012d4309d
Brought in procmail
1994-09-25 18:59:08 +00:00
Jordan K. Hubbard
000e8742eb
Several changes across all ports:
...
1. Make MASTER_SITES entries contain a trailing /. Garrett says that
assuming a '/' seperator between entries in MASTER_SITES and entries
in DISTFILES is a dangerous assumption. This will also be taken
out of bsd.port.mk.
2. General clean-up. Some of these Makefiles were a little grim.
Make sure they're all in sync with the sometimes rapidly changing
bsd.port.mk! :)
3. Some small configuration tweaks to keep them compiling under the
most recent 2.0 - some things seem to have broken along our road
to release.
1994-09-14 14:12:45 +00:00
Jordan K. Hubbard
884e46693a
Make the required changes to make all existing ports use MASTER_SITES
...
correctly.
1994-09-13 06:35:06 +00:00
Jordan K. Hubbard
d65fcd13a8
Put the standard comments at the top of the Makefile, just to
...
bring it into line with the others (always clone another port when
starting a new one if you can, folks, it saves work and makes them
look more standard).
Submitted by: jkh
1994-09-04 01:08:46 +00:00
Jordan K. Hubbard
6d3e064b15
Updated to include package information.
...
Reviewed by: jkh
Submitted by: mr
1994-09-04 01:06:28 +00:00
Jordan K. Hubbard
2ee0fc63ba
Bring in the new ports/mail tree and Michael Reifenberger's pine port
...
in one swell foop.
Reviewed by: jkh
Submitted by: mr
1994-09-03 20:43:16 +00:00