Commit graph

68 commits

Author SHA1 Message Date
hira
1447455984 Add missing RCS Id. 2006-09-16 15:29:35 +00:00
tron
3e392ef3de Add missing RCS Id and update checksum. 2006-07-21 08:24:29 +00:00
tron
834d409682 pkglint: The ".gz" extension is not necessary for manual pages: 2006-07-21 08:24:08 +00:00
reed
a19521f60f Add missing end quote at end of a echo line.
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-21 03:14:41 +00:00
reed
fca73a10de Do not install the Hebrew fonts. If needed they can be installed
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-07-21 03:02:55 +00:00
jlam
9c8b5ede43 Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
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-03-04 21:28:51 +00:00
wiz
9ef30bc05e Fix font handling. Bump PKGREVISION. Quiet pkglint a bit. 2006-02-19 00:45:36 +00:00
tron
7d52525e97 Don't compile in home-grown putenv(3) implementation if the target platform
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-06 14:29:23 +00:00
joerg
5911def816 Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
joerg
b9c75e6138 Kill !STDC_HEADERS, it is not defined, but should be. 2006-01-22 01:57:44 +00:00
tron
722fc702a2 Fix some evil C code to make this build with GCC 4.x. 2006-01-19 10:55:30 +00:00
jlam
dc9594e09d Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk
automatically detects whether we want the pkginstall machinery to be
used by the package Makefile.
2005-12-29 06:21:30 +00:00
rillig
b71a1d488b Fixed pkglint warnings. The warnings are mostly quoting issues, for
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-12-05 20:49:47 +00:00
rillig
1bd14ce5cb Fixed patch-ab so that it builds on Solaris again. Fixes PR 32132. 2005-11-21 09:47:45 +00:00
reed
5f2fa22cbf Allow this to build on DragonFly also. No change to package.
Found this on DragonFly users List. Thank you Steve O'Hara-Smith.
2005-09-02 19:29:56 +00:00
jlam
dd2b1cf653 Teach the tools framework about bdftopcf and remove
x11-clients.buildlink3.mk.  Packages that need bdftopcf should say:

	USE_TOOLS+=	bdftopcf
2005-06-03 21:11:06 +00:00
xtraeme
48dd5ce95f This needs mk/x11-clients.buildlink3.mk to fix the build when using
X11_TYPE=[xorg|XFree86].
2005-05-09 13:02:14 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
reed
343fbcc288 Remove old master site and add two mirrors. (The old host
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-03-22 23:19:31 +00:00
agc
8758983939 Add RMD160 digests. 2005-02-24 09:59:20 +00:00
xtraeme
e1452f308e There's no need to pass the PKG_SYSCONFDIR value via CFLAGS, use
subst.mk instead.
2005-02-15 20:08:55 +00:00
uebayasi
9da7146f20 Fix quoting. 2005-02-14 14:03:40 +00:00
minskim
b31b8a3ddd Do not try to install a nonexistent file; it stops installation on
some systems.  Noted by jklos@.
2004-06-20 02:52:28 +00:00
minskim
cc96d2e0cc Fix PR pkg/25779.
- Correct permission of font files by using BSD_INSTALL_*.
  - Use symlinks instead of copying the same file with different names.

Bump PKGREVISION.
2004-06-17 20:56:56 +00:00
minskim
0f547d6f96 Make this package build on Linux. Based on patches provided by
Antonio Marques and Jeremy C. Reed in PR pkg/24861.
2004-06-10 15:31:47 +00:00
jschauma
3bd876da25 Make this package build and install under IRIX:
- 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-06-06 19:33:11 +00:00
xtraeme
dd050b02ce metamail doesn't really need X11, so remove USE_X11; bump PKGREVISION.
While here, fix previous entry (hi martin!).
2004-04-06 04:27:36 +00:00
snj
1eae14e263 Call /usr/sbin/sendmail instead of /usr/lib/sendmail. It's wrong to
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-29 02:17:24 +00:00
cjep
f0fc0c0c9e Lint: add NetBSD RCS tags 2004-03-04 15:04:41 +00:00
snj
600c7c7a83 Properly fix last. From Christian Weisgerber. 2004-02-28 20:04:40 +00:00
snj
59c727af64 * Apply security patch from
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-02-25 03:58:42 +00:00
agc
3ad1bdbf06 Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:18:15 +00:00
jlam
6ff48e076b bl3ify 2004-01-05 11:53:39 +00:00
dmcmahill
80e24e9a5f Use ${MAKE} and ${INSTALL} instead of make and install.
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-11-04 19:03:53 +00:00
bouyer
e6fc5ea721 For SunOS case, add -DSYSV to CFLAGS, don't override CFLAGS with it. 2003-10-19 21:05:35 +00:00
xtraeme
0f26eb269a FreeBSD also has stty() and gtty() in libcompat, so link to libcompat here. 2003-10-03 18:20:53 +00:00
agc
39b14e09d7 Fix tyop in mailto(1) man page, per PR 21592 from Cesar Catrian C.
Don't bother bumping PKGREVISION for this.
2003-09-15 11:26:44 +00:00
grant
0155927c43 s/netbsd.org/NetBSD.org/ 2003-07-17 21:41:05 +00:00
jschauma
e366d0c694 Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.
Should anybody feel like they could be the maintainer for any of thewe packages,
please adjust.
2003-06-02 01:15:31 +00:00
jmmv
f1446ddf2b Drop trailing whitespace. Ok'ed by wiz. 2003-05-06 17:40:18 +00:00
jschauma
e5c6de141d Revert previous. Problem caused by CFLAGS= in /etc/mk.conf, as pointed out
by wiz.
We need to document that one should use CFLAGS+= in /etc/mk.conf, OR ELSE!
2003-04-04 19:48:11 +00:00
jschauma
92c3cbb93f The CFLAGS addition needs to go _after_ the inclusion of mk/bsd.prefs.mk,
it seems.
2003-04-04 19:23:20 +00:00
jmmv
0916498c1b Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz. 2003-03-29 12:40:00 +00:00
jmmv
4b3621450f Honor PKG_SYSCONFDIR. Bump PKGREVISION to 1. 2003-03-23 13:39:25 +00:00
jlam
0647e3c732 buildlink1 -> buildlink2 2002-09-23 21:01:43 +00:00
wiz
bee36ac215 Rename metamail package from 'mm' to 'metamail'. Closes pkg/17030. 2002-05-26 10:42:39 +00:00
zuntum
c72c1cf5f9 Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
jlam
63fc151cb9 Use x11.buildlink.mk instead of USE_X11. Also convert hard-coded references
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-08-29 22:41:00 +00:00
tron
49667ff447 Add conflict with version 2.5.5 or newer of the "elm" package. 2001-07-19 16:22:41 +00:00
jlam
873384864f Mark as USE_BUILDLINK_ONLY. 2001-06-22 16:16:06 +00:00