Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2006-07-17 | Assume stdarg.h exists instead of using varargs.h in some cases. | wiz | 3 | -6/+41 | |
Fixes build with gcc-3.4.6 on Linux. From Roman Valls in PR 34016. | |||||
2006-06-20 | Force "nm -D" for DragonFly, otherwise symbol extraction from libc | joerg | 2 | -6/+15 | |
doesn't work correctly. | |||||
2006-03-04 | Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no | jlam | 1 | -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-06 | Readd "libc" hack (which wasn't removed completely anyway) to fix | tron | 1 | -1/+7 | |
broken build under Mac OS X. | |||||
2006-02-05 | Recursive revision bump / recommended bump for gettext ABI change. | joerg | 1 | -1/+2 | |
2006-01-24 | Remove LIBC hack, shouldn't be needed anymore. | joerg | 7 | -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-19 | Make this build under Mac OS X. | tron | 4 | -11/+17 | |
2006-01-19 | Fix very weird quoting in "pre-configure" target which broke the build | tron | 1 | -4/+4 | |
on system where e.g. ${CC} contains a space. | |||||
2005-08-22 | delint. | salo | 2 | -17/+17 | |
2005-08-22 | Update "elm" package to version 2.5.8 (2.5 PL8). | tron | 3 | -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-11 | Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. | tv | 1 | -2/+1 | |
2005-02-24 | Add RMD160 digests. | agc | 1 | -1/+2 | |
2005-02-05 | Update elm to 2.5.7. Changes are bugfixes only. | jdolecek | 2 | -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-03 | Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 | tv | 1 | -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-21 | Convert to buildlink3. | snj | 1 | -3/+3 | |
2004-02-08 | We no longer need to explicitly call ${BUILDLINK_*} for CC, CXX, LIBTOOL, | jlam | 1 | -2/+2 | |
etc. because the bare variables will point to the correct executables. | |||||
2003-07-17 | s/netbsd.org/NetBSD.org/ | grant | 1 | -2/+2 | |
2003-07-13 | PKGREVISION bump for libiconv update. | wiz | 1 | -2/+2 | |
2003-06-02 | Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages. | jschauma | 1 | -2/+2 | |
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust. | |||||
2003-05-06 | Drop trailing whitespace. Ok'ed by wiz. | jmmv | 1 | -1/+1 | |
2003-04-23 | Rip out 'mmencode', so that we can now DEPEND on metamail rather than CONFLICT | jschauma | 5 | -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-27 | Ops, it was already converted to buildlink2, remove duplicate USE_BUILDLINK2. | bouyer | 1 | -3/+1 | |
2002-10-27 | Use buildlink2, and make sure config.sh uses BUILDLINK_CC instead off cc | bouyer | 1 | -2/+6 | |
(which doesn't work on solaris). | |||||
2002-10-21 | buildlink1 -> buildlink2 | jlam | 2 | -3/+4 | |
2002-10-16 | Don't hardcode cc as C compiler, it doesn't work on solaris. | bouyer | 1 | -1/+1 | |
Convert to buildlink2. | |||||
2002-05-26 | Rename metamail package from 'mm' to 'metamail'. Closes pkg/17030. | wiz | 1 | -2/+2 | |
2002-01-03 | Don't check if stdin is redirected -- it is in bulk builds, and | wiz | 2 | -7/+20 | |
that's perfectly okay. Fixes recently noted bulk build problem. | |||||
2001-11-01 | Move pkg/ files into package's toplevel directory | zuntum | 2 | -1/+1 | |
2001-09-27 | Mechanical changes to 375 files to change dependency patterns of the form | jlam | 1 | -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-01 | Add buildlink.mk for gettext-lib. Probably fixes bulk build failure. | wiz | 1 | -1/+2 | |
2001-07-21 | Re-add an eroneously removed CONFLICTS with elm-me, but this time do it the | martin | 1 | -1/+2 | |
right way. | |||||
2001-07-19 | Fix runtime library path problem on systems without "libintl" in the | tron | 1 | -1/+1 | |
basic NetBSD distribution. | |||||
2001-07-19 | Fix conflict entries: | tron | 1 | -3/+2 | |
- Remove unnecessary "elm" entry - Add "mm" package. | |||||
2001-07-18 | Update to elm-2.5.5 (the latest available official elm version). | martin | 12 | -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-20 | Move to sha1 digests, and add distfile sizes. | agc | 1 | -2/+3 | |
2001-04-17 | + move the distfile digest/checksum value from files/md5 to distinfo | agc | 3 | -9/+7 | |
+ move the patch digest/checksum values from files/patch-sum to distinfo | |||||
2001-02-17 | Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. | wiz | 2 | -2/+2 | |
2001-01-13 | Add a CONFLICTS for the improper version pattern elm-*ME+*. | tv | 1 | -1/+3 | |
2001-01-13 | Standardize long-standing wrong version number: "2.4ME+78" -> "2.4me78" | tv | 1 | -1/+2 | |
2000-06-08 | This patch is no longer needed (has been integrated into elm). | jdolecek | 1 | -35/+0 | |
Thanks to Thomas Klausner for pointing out | |||||
2000-06-04 | Update to 2.4.ME+.78 + enable dotlocking besides fcntl-style locking, e)dit | jdolecek | 9 | -716/+69 | |
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-05-02 | Fix the & expansion in the gecos field. | kim | 2 | -1/+37 | |
2000-03-27 | Adapt to new handling of "${CONFIGURE}". | tron | 1 | -2/+2 | |
2000-03-05 | Recognize LANG=iso_8859_1 as mime charset ISO-8859-1. | kim | 1 | -0/+2 | |
2000-01-03 | Point to valid homepage. | simonb | 1 | -2/+2 | |
1999-11-18 | Rework patches to remove fuzz. | agc | 4 | -90/+48 | |
1999-10-25 | Remove conflicts | hubertf | 5 | -18/+21 | |
1999-10-25 | Import pkg for ELM 2.4ME+54 | hubertf | 2 | -0/+336 | |
Submitted in PR 7404 by Adam Ciarcinski <adam@pulstar.albedo.com.pl> | |||||
1999-08-11 | Make this package work on Solaris. | agc | 1 | -1/+307 | |
1999-07-09 | Add package patch checksum files. | agc | 1 | -0/+5 | |