summaryrefslogtreecommitdiff
path: root/mail/elm
AgeCommit message (Collapse)AuthorFilesLines
2013-02-26Fix return types.joerg10-1/+167
2012-10-08Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.asau1-3/+1
2012-04-08Grammar fix.wiz1-1/+1
2012-03-03Solve build problem under NetBSD 6.0 and newer differently by simplytron3-24/+4
not installing the formatted manual pages in general. They are of limited use anyway.
2012-03-03The "elm" package always installs formatted and unformatted manual pages.tron1-2/+6
Make sure that we don't strip the ".cat" pages from the package list under NetBSD 6.0 and newer.
2011-04-22recursive bump from gettext-lib shlib bump.obache1-2/+2
2010-04-15DESTDIR support. Use SPECIAL_PERMS. Fix some pkglint. Add missingdholland8-38/+118
manpage link. Fix getline lossage on -current. Wrap the homemade config.sh substitutions in @@ to make them more robust. PKGREVISION++
2009-06-30Mark packages as MAKE_JOBS_SAFE=no that failed in a bulk build withjoerg1-1/+3
MAKE_JOBS=2 and worked without.
2009-06-14Remove @dirrm entries from PLISTsjoerg1-2/+1
2009-06-12update master site.zafer1-2/+2
2008-07-21Fix broken build (and some related problems) on 64-bit platforms.dholland4-1/+69
2007-04-04Fix NO_MTREEjoerg1-1/+3
2006-07-17Assume stdarg.h exists instead of using varargs.h in some cases.wiz3-6/+41
Fixes build with gcc-3.4.6 on Linux. From Roman Valls in PR 34016.
2006-06-20Force "nm -D" for DragonFly, otherwise symbol extraction from libcjoerg2-6/+15
doesn't work correctly.
2006-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam1-2/+2
developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
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.joerg7-8/+133
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.tron4-11/+17
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.salo2-17/+17
2005-08-22Update "elm" package to version 2.5.8 (2.5 PL8).tron3-9/+9
- 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-24Add RMD160 digests.agc1-1/+2
2005-02-05Update elm to 2.5.7. Changes are bugfixes only.jdolecek2-7/+7
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-05-06Drop trailing whitespace. Ok'ed by wiz.jmmv1-1/+1
2003-04-23Rip out 'mmencode', so that we can now DEPEND on metamail rather than CONFLICTjschauma5-13/+147
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 -> buildlink2jlam2-3/+4
2002-10-16Don't hardcode cc as C compiler, it doesn't work on solaris.bouyer1-1/+1
Convert to buildlink2.
2002-05-26Rename metamail package from 'mm' to 'metamail'. Closes pkg/17030.wiz1-2/+2
2002-01-03Don't check if stdin is redirected -- it is in bulk builds, andwiz2-7/+20
that's perfectly okay. Fixes recently noted bulk build problem.
2001-11-01Move pkg/ files into package's toplevel directoryzuntum2-1/+1
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 runtime library path problem on systems without "libintl" in thetron1-1/+1
basic NetBSD distribution.
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).martin12-309/+241
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-04-20Move to sha1 digests, and add distfile sizes.agc1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc3-9/+7
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2001-01-13Add a CONFLICTS for the improper version pattern elm-*ME+*.tv1-1/+3