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