summaryrefslogtreecommitdiff
path: root/mail/metamail
AgeCommit message (Collapse)AuthorFilesLines
2009-10-17Fix the patch file so it actually finds the file to patch.pgoyette2-4/+4
2009-10-17Replace local getline() function to avoid conflict with native NetBSDpgoyette2-1/+31
getline() OK wiz@
2009-06-14Remove @dirrm entries from PLISTsjoerg1-2/+1
2008-05-10Add DESTDIR support and clean up, based on PR 38520.obache3-10/+9
2007-12-22This package installs csh scripts; set USE_TOOLS accordingly.minskim1-2/+13
Patch provided by Aleksey Cheusov in PR 37585.
2006-09-16Add missing RCS Id.hira2-2/+4
2006-07-21Add missing RCS Id and update checksum.tron2-2/+4
2006-07-21pkglint: The ".gz" extension is not necessary for manual pages:tron1-21/+21
2006-07-21Add missing end quote at end of a echo line.reed1-2/+3
On Solaris this causes an error: sh: syntax error at line 22: `(' unexpected *** [install-all] Error code 2 This should fix PR #32357.
2006-07-21Do not install the Hebrew fonts. If needed they can be installedreed5-39/+40
with another package. This makes it so this package can be installed without X. This is for PR #26848. Note: that some parts of metamail still reference "xterm". Also changed path used in two scripts that reference the now not-installed fonts. (Maybe that will need to be fixed too.) Honor PKGMANDIR. Update PKGREVISION.
2006-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam1-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-19Fix font handling. Bump PKGREVISION. Quiet pkglint a bit.wiz2-8/+8
2006-02-06Don't compile in home-grown putenv(3) implementation if the target platformtron1-1/+9
provides an implementation. This fixes build problems caused by the recent DragonFly patch under all operating systems which do not define the argument of putenv(3) as "const" (e.g. Solaris or Mac OS X).
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-2/+2
2006-01-22Kill !STDC_HEADERS, it is not defined, but should be.joerg2-1/+24
2006-01-19Fix some evil C code to make this build with GCC 4.x.tron2-1/+33
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-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