summaryrefslogtreecommitdiff
path: root/mail/nmh/options.mk
diff options
context:
space:
mode:
authorepg <epg>2008-08-08 23:41:21 +0000
committerepg <epg>2008-08-08 23:41:21 +0000
commit25a35c45c0c2125c6a6fcb36ecd980b22fa4ff4f (patch)
tree1b86601ef4a16c95a1eea3b95e95f763b0236336 /mail/nmh/options.mk
parentd60c1c32726503ab9394ce3a53abb5f40e58b50c (diff)
downloadpkgsrc-25a35c45c0c2125c6a6fcb36ecd980b22fa4ff4f.tar.gz
- Update from 1.0.4 (Apr 2000) to 1.3 (Jun 2008) (whew!).
- 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.
Diffstat (limited to 'mail/nmh/options.mk')
-rw-r--r--mail/nmh/options.mk10
1 files changed, 2 insertions, 8 deletions
diff --git a/mail/nmh/options.mk b/mail/nmh/options.mk
index 9a39eb5b8a8..7d4c8de00d7 100644
--- a/mail/nmh/options.mk
+++ b/mail/nmh/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.2 2005/10/05 13:29:51 wiz Exp $
+# $NetBSD: options.mk,v 1.3 2008/08/08 23:41:22 epg Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.nmh
PKG_SUPPORTED_OPTIONS= nmh-backup-hash
@@ -10,11 +10,5 @@ PKG_SUPPORTED_OPTIONS= nmh-backup-hash
### "removed" by rmm.
###
.if !empty(PKG_OPTIONS:Mnmh-backup-hash)
-post-configure: nmh-hash-backup
-
-nmh-hash-backup:
- cd ${WRKSRC}; file=config.h; \
- ${SED} -e 's/^\(#define *BACKUP_PREFIX\) *.*/\1 "#"/' \
- $$file > $$file.new; \
- ${MV} -f $$file.new $$file
+CONFIGURE_ARGS+= --with-hash-backup
.endif