summaryrefslogtreecommitdiff
path: root/mail/elm/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2006-02-06Readd "libc" hack (which wasn't removed completely anyway) to fixtron1-1/+7
broken build under Mac OS X.
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-1/+2
2006-01-24Remove LIBC hack, shouldn't be needed anymore.joerg1-7/+2
Express interest in nroff via USE_TOOLS. Expect sys/types.h to provide size_t. Fix errno. Don't define prototypes for ISO C / POSIX functions. short gets promoted to int, float to double, so use va_arg with the promoted types.
2006-01-19Make this build under Mac OS X.tron1-6/+12
2006-01-19Fix very weird quoting in "pre-configure" target which broke the buildtron1-4/+4
on system where e.g. ${CC} contains a space.
2005-08-22delint.salo1-3/+3
2005-08-22Update "elm" package to version 2.5.8 (2.5 PL8).tron1-4/+3
- fixed a hang when hitting certain 8-bit chars in the From line - fixed a file descriptor leak - removed all Expires: processing This fixes the security issue reported on "Full-disclosure" last Saturday.
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-05Update elm to 2.5.7. Changes are bugfixes only.jdolecek1-4/+4
Changes in 2.5 PL7 - a few display issues fixed (from Kenneth Reek) - buffer overflow in frm fixed Changes in 2.5 PL6 - Fixed message-id in the In-Reply-To header. - Actually show the -r option in the usage - Whacked a few more places where we might follow a symlink in tmpdir - Fastmail didn't grok commas correctly. - Change lock.c to not use errno unless there's an errno
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-2/+2
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-04-21Convert to buildlink3.snj1-3/+3
2004-02-08We no longer need to explicitly call ${BUILDLINK_*} for CC, CXX, LIBTOOL,jlam1-2/+2
etc. because the bare variables will point to the correct executables.
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-07-13PKGREVISION bump for libiconv update.wiz1-2/+2
2003-06-02Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.jschauma1-2/+2
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
2003-04-23Rip out 'mmencode', so that we can now DEPEND on metamail rather than CONFLICTjschauma1-2/+5
with it. This has the benefit that one can now install elm on systems that have metamail installed (which, for example, is required by exmh). Tested by jdolecek. Bump PKGREVISION.
2002-10-27Ops, it was already converted to buildlink2, remove duplicate USE_BUILDLINK2.bouyer1-3/+1
2002-10-27Use buildlink2, and make sure config.sh uses BUILDLINK_CC instead off ccbouyer1-2/+6
(which doesn't work on solaris).
2002-10-21buildlink1 -> buildlink2jlam1-2/+3
2002-05-26Rename metamail package from 'mm' to 'metamail'. Closes pkg/17030.wiz1-2/+2
2001-09-27Mechanical changes to 375 files to change dependency patterns of the formjlam1-3/+3
foo-* to foo-[0-9]*. This is to cause the dependencies to match only the packages whose base package name is "foo", and not those named "foo-bar". A concrete example is p5-Net-* matching p5-Net-DNS as well as p5-Net. Also change dependency examples in Packages.txt to reflect this.
2001-08-01Add buildlink.mk for gettext-lib. Probably fixes bulk build failure.wiz1-1/+2
2001-07-21Re-add an eroneously removed CONFLICTS with elm-me, but this time do it themartin1-1/+2
right way.
2001-07-19Fix conflict entries:tron1-3/+2
- Remove unnecessary "elm" entry - Add "mm" package.
2001-07-18Update to elm-2.5.5 (the latest available official elm version).martin1-27/+15
Package provided by hiramatu@boreas.dti.ne.jp in PR pkg/13495. This is no longer a ME extended version, which is now available as pkgsrc/mail/elm-me.
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz1-1/+2
2001-01-13Add a CONFLICTS for the improper version pattern elm-*ME+*.tv1-1/+3
2001-01-13Standardize long-standing wrong version number: "2.4ME+78" -> "2.4me78"tv1-1/+2
2000-06-04Update to 2.4.ME+.78 + enable dotlocking besides fcntl-style locking, e)ditjdolecek1-5/+4
disabled. Many bugfixes, most notable changes - some locale definitions/aliases added (from GNU locale), many other locale-related changes - added facility to convert character set of incoming messages to display character set - added facility to convert character set of new message to outgoing character set (text-charset) - added support for pgp5 and gpg ! - POP mailboxes can be accessed via username@hostname folder name - added U command - mark e-mail as unread - security (no effect on NetBSD, since elm is not installed sgid/suid): reset egid on couple of places where it was not and should be - elm.mimecharsets is generated by Configure in batch mode, so it's not needed to ship our own - dropped remailer stuff and g/c memory modes stuff from Configure - e-mail address/aliases handling changes
2000-03-27Adapt to new handling of "${CONFIGURE}".tron1-2/+2
2000-01-03Point to valid homepage.simonb1-2/+2
1999-10-25Remove conflictshubertf1-5/+7
1998-08-20The Grand Homepagification:tsarna1-1/+2
- New, optional Makefile variable HOMEPAGE, specifies a URL for the home page of the software if it has one. - The value of HOMEPAGE is used to add a link from the README.html files. - pkglint updated to know about it. The "correct" location for HOMEPAGE in the Makefile is after MAINTAINER, in that same section.
1998-06-18Remove MAN<sect> and CAT<sect> definitions from package Makefiles - theseagc1-7/+1
are unnecessary with automatic manual page handling.
1998-04-20Substitute all obvious FreeBSD ppl as MAINTAINER with packages@netbsd.org.frueauf1-19/+19
1998-04-15Use the bsd.pkg.mk and bsd.pkg.subdir.mk files in the pkgsrc tree.agc1-8/+2
Remove redundant (and sometimes erroneous) comments.
1998-03-10Add missing cat/manpages wnewmail.1 wnewmail.0.frueauf1-3/+3
1998-02-25Sort out manual page handling in this package.agc1-2/+6
1998-01-23Restore FreeBSD id'sbouyer1-1/+6
formatted man pages have suffix 0, not 1. Use patch to change /usr/local to __PREFIX/share in nls/LANGS Use sed to change __PREFIX into $PREFIX in nls/LANGS
1998-01-23Import from FreeBSD portsbouyer1-0/+37