summaryrefslogtreecommitdiff
path: root/mail/metamail
AgeCommit message (Collapse)AuthorFilesLines
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig1-2/+2
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-11-21Fixed patch-ab so that it builds on Solaris again. Fixes PR 32132.rillig2-4/+4
2005-09-02Allow this to build on DragonFly also. No change to package.reed2-4/+4
Found this on DragonFly users List. Thank you Steve O'Hara-Smith.
2005-06-03Teach the tools framework about bdftopcf and removejlam1-2/+2
x11-clients.buildlink3.mk. Packages that need bdftopcf should say: USE_TOOLS+= bdftopcf
2005-05-09This needs mk/x11-clients.buildlink3.mk to fix the build when usingxtraeme1-1/+2
X11_TYPE=[xorg|XFree86].
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-03-22Remove old master site and add two mirrors. (The old hostreed1-2/+3
has been gone for a long time.) Is anyone interested in helping clean metamail up? A while ago I received feedback from metamail package maintainers from other projects who may help with keeping a metamail up-to-date.
2005-02-24Add RMD160 digests.agc1-1/+2
2005-02-15There's no need to pass the PKG_SYSCONFDIR value via CFLAGS, usextraeme1-3/+6
subst.mk instead.
2005-02-14Fix quoting.uebayasi1-2/+2
2004-06-20Do not try to install a nonexistent file; it stops installation onminskim2-4/+4
some systems. Noted by jklos@.
2004-06-17Fix PR pkg/25779.minskim4-20/+31
- Correct permission of font files by using BSD_INSTALL_*. - Use symlinks instead of copying the same file with different names. Bump PKGREVISION.
2004-06-10Make this package build on Linux. Based on patches provided byminskim3-12/+17
Antonio Marques and Jeremy C. Reed in PR pkg/24861.
2004-06-06Make this package build and install under IRIX:jschauma3-21/+73
- define SYSV to make it compile properly - use BSD_INSTALL_* to install scripts and binaries with the proper permissions etc. This should close PR pkg/25801.
2004-04-06metamail doesn't really need X11, so remove USE_X11; bump PKGREVISION.xtraeme1-3/+2
While here, fix previous entry (hi martin!).
2004-03-29Call /usr/sbin/sendmail instead of /usr/lib/sendmail. It's wrong tosnj6-6/+91
assume that we want /usr/sbin/sendmail, but we don't currently have a good solution to that problem, and this is consistent with an existing change that was made to this package. Closes PR pkg/24678.
2004-03-04Lint: add NetBSD RCS tagscjep1-0/+1
2004-02-28Properly fix last. From Christian Weisgerber.snj3-12/+31
2004-02-25* Apply security patch fromsnj15-421/+452
http://www.securityfocus.com/archive/1/354362/2004-02-15/2004-02-21/2 * Bump PKGREVISION to 2. * Make patches only modify one file each * Fix some spelling errors * Use ${SED} instead of sed, and ${CHMOD} instead of chmod * Set CFLAGS.SunOS instead of doing the bsd.prefs.mk dance
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc1-2/+2
2004-01-05bl3ifyjlam1-3/+7
2003-11-04Use ${MAKE} and ${INSTALL} instead of make and install.dmcmahill3-10/+17
Also don't check for /usr/X11R6 before running mkfontdir. This package is already marked as USE_X11. Fixes install on Solaris and other systems which use bmake instead of make.
2003-10-19For SunOS case, add -DSYSV to CFLAGS, don't override CFLAGS with it.bouyer1-2/+2
2003-10-03FreeBSD also has stty() and gtty() in libcompat, so link to libcompat here.xtraeme2-4/+4
2003-09-15Fix tyop in mailto(1) man page, per PR 21592 from Cesar Catrian C.agc2-1/+14
Don't bother bumping PKGREVISION for this.
2003-07-17s/netbsd.org/NetBSD.org/grant1-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-04Revert previous. Problem caused by CFLAGS= in /etc/mk.conf, as pointed outjschauma1-4/+3
by wiz. We need to document that one should use CFLAGS+= in /etc/mk.conf, OR ELSE!
2003-04-04The CFLAGS addition needs to go _after_ the inclusion of mk/bsd.prefs.mk,jschauma1-3/+4
it seems.
2003-03-29Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.jmmv1-2/+2
2003-03-23Honor PKG_SYSCONFDIR. Bump PKGREVISION to 1.jmmv5-23/+52
2002-09-23buildlink1 -> buildlink2jlam1-4/+3
2002-05-26Rename metamail package from 'mm' to 'metamail'. Closes pkg/17030.wiz1-3/+3
2001-11-01Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-08-29Use x11.buildlink.mk instead of USE_X11. Also convert hard-coded referencesjlam1-2/+2
to ${X11BASE} in the header and library search paths into references to ${LOCALBASE}/share/x11-links. These packages should now be strongly- buildlinked regardless of whether xpkgwedge is installed. Changes well-tested on NetBSD-1.5X/i386 with and without xpkgwedge and lightly-tested on NetBSD-1.5.1/alpha without xpkgwedge.
2001-07-19Add conflict with version 2.5.5 or newer of the "elm" package.tron1-5/+5
2001-06-22Mark as USE_BUILDLINK_ONLY.jlam1-5/+5
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-12/+10
+ 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
2000-01-05Strip trailing '.', and/or leading '(a|an) 'abs1-1/+1
1999-09-03Make this package compile on Solaris.agc4-119/+102
1999-07-09Add package patch checksum files.agc1-0/+9
1999-02-04Set USE_X11=yes, since this package uses X tree for font manipulationsagc1-1/+3
in build (from Tim Rightnour).
1998-08-07Add NetBSD RCS Ids.agc1-0/+2
1998-08-07Add NetBSD RCS Ids.agc7-0/+14
1998-06-18Remove MAN<sect> and CAT<sect> definitions from package Makefiles - theseagc1-8/+1
are unnecessary with automatic manual page handling.
1998-04-20Substitute all obvious FreeBSD ppl as MAINTAINER with packages@netbsd.org.frueauf1-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.