agc
30b55df38e
Convert all occurrences (353 by my count) of
...
MASTER_SITES= site1 \
site2
style continuation lines to be simple repeated
MASTER_SITES+= site1
MASTER_SITES+= site2
lines. As previewed on tech-pkg. With thanks to rillig for fixing pkglint
accordingly.
2017-01-19 18:52:01 +00:00
dholland
edb0e6f5ea
Remove <sgtty.h>
2015-11-08 20:51:59 +00:00
agc
ddbf6ddecd
Add SHA512 digests for distfiles for mail category
...
Problems found locating distfiles:
Package mutt: missing distfile patch-1.5.24.rr.compressed.gz
Package p5-Email-Valid: missing distfile Email-Valid-1.198.tar.gz
Package pine: missing distfile fancy.patch.gz
Package postgrey: missing distfile targrey-0.31-postgrey-1.34.patch
Package qmail: missing distfile badrcptto.patch
Package qmail: missing distfile outgoingip.patch
Package qmail: missing distfile qmail-1.03-realrcptto-2006.12.10.patch
Package qmail: missing distfile qmail-smtpd-viruscan-1.3.patch
Package thunderbird24: missing distfile enigmail-1.7.2.tar.gz
Package thunderbird31: missing distfile enigmail-1.7.2.tar.gz
Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden). All existing
SHA1 digests retained for now as an audit trail.
2015-11-03 23:27:00 +00:00
wiz
cda18437be
Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles.
2014-10-09 14:05:50 +00:00
christos
dc76a84a7d
Fix bug where metamail would execute itself and not propagate the parents
...
options (for example metamail -w would end up not honoring -w and executing
what mailcap told it)
2014-06-11 19:07:02 +00:00
dholland
762b9f7f3f
Add required standard headers.
...
XXX: this package should be terminated with prejudice
2012-12-30 05:38:55 +00:00
joerg
75ad7d74ec
Fix a bunch of missing prototypes and incorrect not as void tagged
...
functions.
2012-10-26 20:27:15 +00:00
asau
d70c8e374b
Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.
2012-10-08 12:19:01 +00:00
dholland
ddc75b7ba8
Add missing termcap.buildlink3.mk.
2012-05-23 03:59:33 +00:00
sbd
947244b173
Switch to using REPLACE_CSH.
2012-02-06 06:19:17 +00:00
tron
27a6514b23
Remove conflit with "elm" package (no conflicting files) which actually
...
depends on this package (D'oh). Bump package revision.
2010-04-15 09:07:37 +00:00
pgoyette
ad9faf9da8
Fix the patch file so it actually finds the file to patch.
2009-10-17 21:39:44 +00:00
pgoyette
a9b7117b5a
Replace local getline() function to avoid conflict with native NetBSD
...
getline()
OK wiz@
2009-10-17 18:41:07 +00:00
joerg
62d1ba2bac
Remove @dirrm entries from PLISTs
2009-06-14 18:03:28 +00:00
obache
cdfbed07ad
Add DESTDIR support and clean up, based on PR 38520.
2008-05-10 11:52:14 +00:00
minskim
685a983aa1
This package installs csh scripts; set USE_TOOLS accordingly.
...
Patch provided by Aleksey Cheusov in PR 37585.
2007-12-22 19:12:27 +00:00
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