summaryrefslogtreecommitdiff
path: root/mail/nmh/Makefile
AgeCommit message (Collapse)AuthorFilesLines
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 withsommerfeld1-1/+2
scan -format "%(clock{date})" This is a time_t > 1e9 problem.
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.wiz1-1/+2
2000-08-02Factor out common post-install code in Makefile and pkg/PLIST into (anjlam1-36/+25
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 sentsimonb1-3/+3
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
2000-03-02Add a mirror to the MASTER_SITES for better reachability.kim1-5/+6
2000-03-02Fixes:kim1-2/+21
- added missing checksum for the distribution file - put back GCOS_HACK define (it was removed from patch-cb) - do not include mhn.defaults in the PLIST to keep protecting it from upgrades in case it has local modifications - install mhn.defaults.dist from the "files" directory instead of using a dynamically generated one (this was the intention always) - mhn.defaults and mts.conf get installed if they don't exist; new users do not have to worry about copying *.dist files now - added comments about the configuration file philosophy in Makefile
2000-03-02Update to V1.0.3, per request of our security officers:hubertf1-3/+3
Versions prior to 1.0.3 of the nmh package contained a vulnerability where incoming mail messages with carefully designed MIME headers could cause nmh's mhshow command to execute arbitrary shell code. See the changelog for another 372 lines of changes.
2000-01-09replaced some commands by their ${COMMAND} counterpartswiz1-2/+2
1999-10-30Remove version string of conflicted ja-mh pkg.sakamoto1-2/+2
1999-10-29Add CONFLICTS=ja-mh-6.8.4-JP-*sakamoto1-1/+3
1999-09-14Change how Kerberos support is enabled in pkgsrc.kim1-4/+6
Quick guide for compiling packages: - set KERBEROS=4 or KERBEROS=5 in /etc/mk.conf Quick guide for configuring Kerberos support in a package Makefile: - test for KERBEROS value and enable the appropriate version with CONFIGURE_ARGS or other means and set USE_KERBEROS=yes - make sure to disable Kerberos support otherwise (especially if using configure, which might automatically detect it) - BUILD_DEFS and RESTRICTED are set automatically in bsd.pkg.mk when USE_KERBEROS=yes is set
1999-08-20Add NMH_HASH_BACKUP to BUILD_DEFS.enami1-2/+2
1999-08-18Record build options in the BuildInfo file via BUILD_DEFS. These can beagc1-1/+3
displayed using the -B option to pkg_info(1).
1999-05-03Make the Kerberos option uniform - it is now USE_KERBEROS4 and specifiestv1-3/+4
use of krb4 _or_ a compatible subsystem. (MAKE_ was only used by this option; USE_ is used by many.) Also set RESTRICTED= in all relevant pkgs when USE_KERBEROS4 is enabled.
1999-03-07Setting NMH_HASH_BACKUP=yes will compile nmh with BACKUP_PREFIX set to "#".kim1-1/+8
1999-03-06Make editor and pager selectable with NMH_EDITOR and NMH_PAGERkim1-1/+17
respectively. For old MH behaviour use "NMH_EDITOR=prompter".
1999-03-04Change maintainer from packages to me.kim1-2/+2
1999-03-04Upgraded to nmh-1.0kim1-5/+18
1999-02-20Fix CONFLICTS (remove redundancy, mostly)hubertf1-3/+1
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-07-12Update nmh to 0.27.frueauf1-3/+5
1998-06-18Remove MAN<sect> and CAT<sect> definitions from package Makefiles - theseagc1-13/+1
are unnecessary with automatic manual page handling.
1998-06-01Update to version 0.26 of nmh, the enhanced MH mail user agent. Theagc1-2/+2
viamail script has changed its (source) location, but only minor modifications necessary.
1998-05-21Update nmh package to version 0.25agc1-2/+2
1998-04-17Upgrade nmh to version 0.24agc1-2/+2
1998-04-15Use the bsd.pkg.mk and bsd.pkg.subdir.mk files in the pkgsrc tree.agc1-7/+2
Remove redundant (and sometimes erroneous) comments.
1998-02-23Upgrade to version 0.23 of nmh.agc1-3/+3
1998-02-11Update to version 0.22 of nmh - it's just a bug fix release.agc1-3/+3
Minor fix to pkg/PLIST for removal of package.
1998-02-10Upgrade to version 0.21 of nmh. Add a manual page to MAN1, andagc1-8/+9
clean up the way that the $PREFIX/etc/nmh directory is deleted when deleting the package - if there are any *.old files in there, they relate to a previous configuration, and should be kept.
1998-02-09Add comment about NMH_MTAhubertf1-1/+2
1998-01-24portlint: $() -> ${}, pkg -> ${PKGDIR}hubertf1-4/+4
1998-01-19Change the way the default MTA is specified so it's done properlyagc1-6/+3
for definitions in /etc/mk.conf.
1998-01-17Set default MTA for nmh to be smtp. If there's an environment variableagc1-2/+7
called NMH_MTA (or a variable of the same name in /etc/mk.conf), use the value of that variable when configuring nmh. Does not solve the MTA wars, but makes things more configurable.
1998-01-13Due to massive popular request (including, but not limited to, Mattagc1-2/+2
Green and Jason Thorpe), revert the MTA type to be smtp, rather than sendmail.
1998-01-12Upgrade to version 0.20.agc1-4/+5
Set default MTA to be sendmail, rather than smtp, at the suggestion of Perry Metzger.
1997-12-22Fix setting CONFIGURE_ARGS ("=" -> "+=")hubertf1-2/+2
1997-12-19Update to version 0.18.agc1-5/+5
The new version has picked up the autoconf patches from @etcdir@ to @sysconfdir@, but not the ones from @libdir@ to @libexecdir@, so bring these forward.
1997-11-19Add NetBSD RCS Id.agc1-1/+2
Make sure that pkg/INSTALL script is executed, even if execute bit isn't set
1997-11-19Initial import of nmh-0.17 from FreeBSD ports collection into NetBSDagc1-0/+38
packages collection.