summaryrefslogtreecommitdiff
path: root/mail/nmh
AgeCommit message (Collapse)AuthorFilesLines
2009-06-14Remove @dirrm entries from PLISTsjoerg1-4/+1
2008-08-21Use INSTALLATION_DIRS.epg1-6/+2
2008-08-19Set MAKE_JOBS_SAFE =no.epg1-1/+3
2008-08-08Note that these changes are upstream, will be in the next release.epg4-7/+13
2008-08-08- Update from 1.0.4 (Apr 2000) to 1.3 (Jun 2008) (whew!).epg44-796/+91
- many bug fixes - MM_CHARSET no longer needed; now uses iconv to decode RFC2047-encoded headers and convert to current locale. - various MIME improvements - Take maintainership (ok'd by kim@). - Replace DESCR with text from web site. - Support user-destdir. - Use --with-hash-backup instead of hacking config.h post-configure. - Drop IRIX-specific part of fmt_scan.c patch-cd, and therefore drop patch-ck and IRIX bits in Makefile. - A tmac.h conf file (wtf?) is no longer installed. - Update what's installed to share/doc/nmh. - Update PLIST for added/removed/renamed files. - Patches: - Update patch-ca and patch-cd. - Remove errno patches, upstream since XXX: patch-aa, patch-ab, patch-ad, patch-ae, patch-ag, patch-ah, patch-ai, patch-aj, patch-ak, patch-al, patch-am, patch-an patch-ao, patch-ap, patch-aq, patch-ar, patch-as, patch-at, patch-au, patch-av, patch-aw, patch-ax, patch-az, patch-ba, patch-bb, patch-bc, patch-bd, patch-be, patch-bf, patch-bg, patch-bh, patch-bi - patch-aa also had a patch for some fgetstr problem on NetBSD which no longer seems to happen. - Remove patch-cb; GCOS_HACK is referenced nowhere in nmh code (only apparently outdated docs) or in any other pkgsrc patch; HAVE_SYS_PARAM_H is already elsewhere in config.h, and sys/param.h is included in nmh.h. - Remove patch-ce (http://savannah.nongnu.org/bugs/?1393 fixed in uip/sortm.c r1.7). - Remove patch-ci (fixed in uip/show.c r1.6). - Remove patch-cj; $(etcdir)/tmac.h is gone and the folders/flists problems were fixed (differently) in 2000. - Remove patch-ck (CPPFLAGS support for the IRIX-specific part of patch-cd.
2008-03-11Put back a couple of IRIX conditionals the way they used to behave,tnn1-2/+2
e.g. match IRIX 5.x but not 6.x. Some of these may indeed apply to 6.x too, but let's be conservative. PR pkg/38224.
2007-11-17Some packages need lex and yacc. Patch by Aleksey Cheusov viarillig1-1/+3
pkgsrc-users.
2007-10-16Fix abusers of LOWER_OPSYS to check OPSYS or MACHINE_PLATFORM instead.tnn1-2/+2
2007-02-22Whitespace cleanup, courtesy of pkglint.wiz1-2/+2
Patch provided by Sergey Svishchev in private mail.
2006-12-16added support for IRIX 5schwarz4-28/+58
2006-10-01Workaround for SEGV problem running nmh utilities built with gcc4 by ↵dsainty1-2/+5
reducing optimisation. Allows nmh code to use nmh's private non-standard strcasecmp(). Bump PKGREVISION. Addresses PR34027.
2006-03-02Add DragonFly support. Fix errno.joerg36-14/+611
2005-12-29Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mkjlam1-2/+1
automatically detects whether we want the pkginstall machinery to be used by the package Makefile.
2005-12-05Ran "pkglint --autofix", which corrected some of the quoting issues inrillig1-5/+5
CONFIGURE_ARGS.
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig1-5/+4
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-10-05Remove some more *LEGACY* settings that are over a month old andwiz1-2/+1
thus were before 2005Q3.
2005-09-28Replaced "# defined" with "yes" in Makefile variables like GNU_CONFIGURE,rillig1-2/+2
NO_BUILD, USE_LIBTOOL.
2005-09-22Convert to use options framework.jlam2-9/+24
2005-03-24Remove FreeBSD RCS Ids. pkgsrc has diverged too much for syncing to bewiz1-3/+1
useful.
2005-02-24Add RMD160 digests.agc1-1/+2
2005-01-16Make this package honour PKG_SYSCONFDIR by copying the configuration filesjmmv7-120/+142
into the examples hierarchy and using bsd.pkg.install.mk to copy them into place. While here, sort PLIST. Bump PKGREVISION to 6. Patch from PR pkg/28978 made by Greg A. Woods with very slight modifications by me.
2004-05-04XXX: hack around the hack that netbsd-current <stdio.h> tramples themrg2-1/+63
XXX: users fgtstr() namespace...
2004-01-06Add patch that should have been added previously...cjep1-0/+31
2004-01-02PR#23466 from Igor Sobrado. Setup links for flists and folders man pages.cjep3-4/+7
2003-11-23basename -> ${BASENAME}, from Soren Jacobsen via PR pkg/23541.salo1-2/+2
2003-08-30Prepare for pkgviews by making sure that passing VIEW-INSTALL orjlam2-14/+2
VIEW-DEINSTALL to the INSTALL/DEINSTALL scripts don't cause errors.
2003-07-26Update HOMEPAGE. From J.K. Lowden via PR pkg/22279.salo1-2/+2
2003-05-18whitespacecjep1-2/+2
2003-05-09Make work with netbsd libkrb that might require roken and com_errlha1-1/+4
Fixes PR: pkg/21505
2002-12-09Replace "true" by "${TRUE}".tron1-2/+2
2002-10-30Fix detection of non-mime messages when the charset is not enclosedkim3-3/+20
in double quotes. Without this fix text/plain messages authored on Mozilla will always get displayed using showmimeproc (mhl).
2002-10-15Fix from Robert Elz in PR 18664 to stop sortm coredumping when there'sagc3-3/+40
a numerical subject. "And yes, this really does add a preprocessor conditional that makes either one of two original statements get compiled, and the other omitted (ie: the patch is correct, though just deleting a line would work as well). The "#if 0" could become "#if 1" and the core dump would also be gone, though the results of the sort would then sometimes be rather hard to explain..." Bump PKGREVISION.
2002-07-10Add a note about needing an SMTP server.kim1-1/+4
2002-06-15Change USE_KERBEROS to PKG_USE_KERBEROS in pkgsrc. There was a "conflict"cjep1-2/+2
which the basesrc USE_KERBEROS variable. Discussed on packages@ This fixes PR#17182 from Takahiro Kambe. The problem was pointed out by FUKAUMI Naoki on a Japanese NetBSD mailing list.
2002-03-11Remove target that provides the same functionality as AUTOMAKE_OVERRIDE.skrll1-6/+1
2002-02-15mkdir -> ${MKDIR}skrll1-2/+2
rmdir -> ${RMDIR} rm -> ${RM} (${RM} added to PLIST_SUBST) chmod -> ${CHMOD} chown -> ${CHOWN}
2002-01-26Remove patch-cc -- it is no longer valid, but instead now breakskim3-24/+3
displaying MIME attachments of type message/* (e.g. message/rfc822). This is actually a long-standing bug in this package...
2001-11-29Get rid of manually adding "nbX" to PKGNAME when a pkg was changed inhubertf1-2/+2
pkgsrc. Instead, a new variable PKGREVISION is invented that can get bumped independent of DISTNAME and PKGNAME. Example #1: DISTNAME= foo-X.Y PKGREVISION= Z => PKGNAME= foo-X.YnbZ Example #2: DISTNAME= barthing-X.Y PKGNAME= bar-X.Y PKGREVISION= Z => PKGNAME= bar=X.YnbZ (!) On subsequent changes, only PKGREVISION needs to be bumped, no more risk of getting DISTNAME changed accidentally.
2001-11-01Move pkg/ files into package's toplevel directoryzuntum4-3/+3
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-09-21Patch integer-to-decimal conversion problem which turns up withsommerfeld3-2/+27
scan -format "%(clock{date})" This is a time_t > 1e9 problem.
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-8/+6
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-12Add a CONFLICTS entry for ja-mh6-*wennmach1-1/+2
Found by pkgconflict.
2001-03-04turn KERBEROS into a binary switchassar1-2/+2
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2000-08-10cleanupwiz1-13/+6
2000-08-02Factor out common post-install code in Makefile and pkg/PLIST into (anjlam4-44/+84
already existing) pkg/INSTALL. Note that ${PREFIX}/etc/nmh can be removed in pkg/DEINSTALL. Make some cosmetic changes to Makefile.
2000-04-15Upgrade nmh to 1.0.4. Fixes problems discussed in PR pkg/9695 (Eric sentsimonb6-20/+22
his problem report to the nmh people as well). Adjust home page as per Eric's PR pkg/9695 as well. Many changes since 1.0.3. The most important ones are: + Eric's shell quoting problems displaying MIME content. + Fix coredump in packf. + Folder creation permissions bug (mentioned by Sean Matheis on netbsd-users@netbsd.org). + mmdf mailbox processing errors. Full list if changes is in the ChangeLog file.
2000-03-16grep, cp -> ${GREP}, ${CP}wiz1-4/+4