Commit graph

96 commits

Author SHA1 Message Date
wiz
601583c320 Whitespace cleanup, courtesy of pkglint.
Patch provided by Sergey Svishchev in private mail.
2007-02-22 19:26:05 +00:00
schwarz
57468e9249 added support for IRIX 5 2006-12-16 13:18:54 +00:00
dsainty
9ad5c61881 Workaround for SEGV problem running nmh utilities built with gcc4 by reducing optimisation. Allows nmh code to use nmh's private non-standard strcasecmp(). Bump PKGREVISION. Addresses PR34027. 2006-10-01 07:34:16 +00:00
joerg
d438292f1e Add DragonFly support. Fix errno. 2006-03-02 21:28:23 +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
579e977969 Ran "pkglint --autofix", which corrected some of the quoting issues in
CONFIGURE_ARGS.
2005-12-05 23:55:01 +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
wiz
5c11268df7 Remove some more *LEGACY* settings that are over a month old and
thus were before 2005Q3.
2005-10-05 13:29:49 +00:00
rillig
5946936ffc Replaced "# defined" with "yes" in Makefile variables like GNU_CONFIGURE,
NO_BUILD, USE_LIBTOOL.
2005-09-28 20:52:18 +00:00
jlam
d7c679a9a8 Convert to use options framework. 2005-09-22 22:00:41 +00:00
wiz
b8e0eb28f4 Remove FreeBSD RCS Ids. pkgsrc has diverged too much for syncing to be
useful.
2005-03-24 21:12:50 +00:00
agc
8758983939 Add RMD160 digests. 2005-02-24 09:59:20 +00:00
jmmv
a75aaa5d10 Make this package honour PKG_SYSCONFDIR by copying the configuration files
into the examples hierarchy and using bsd.pkg.install.mk to copy them into
place.  While here, sort PLIST.  Bump PKGREVISION to 6.

Patch from PR pkg/28978 made by Greg A. Woods with very slight modifications
by me.
2005-01-16 19:19:46 +00:00
mrg
209a74f9fa XXX: hack around the hack that netbsd-current <stdio.h> tramples the
XXX: users fgtstr() namespace...
2004-05-04 06:18:14 +00:00
cjep
cf6a8daabe Add patch that should have been added previously... 2004-01-06 09:18:21 +00:00
cjep
3be33fb64d PR#23466 from Igor Sobrado. Setup links for flists and folders man pages. 2004-01-02 20:54:17 +00:00
salo
40591237ca basename -> ${BASENAME}, from Soren Jacobsen via PR pkg/23541. 2003-11-23 07:18:15 +00:00
jlam
2920a32c71 Prepare for pkgviews by making sure that passing VIEW-INSTALL or
VIEW-DEINSTALL to the INSTALL/DEINSTALL scripts don't cause errors.
2003-08-30 20:22:49 +00:00
salo
b01a63d324 Update HOMEPAGE. From J.K. Lowden via PR pkg/22279. 2003-07-26 18:25:06 +00:00
cjep
100eeeaa5e whitespace 2003-05-18 13:06:41 +00:00
lha
f86d6f3eaf Make work with netbsd libkrb that might require roken and com_err
Fixes PR: pkg/21505
2003-05-09 14:07:29 +00:00
tron
39a943ad92 Replace "true" by "${TRUE}". 2002-12-09 16:01:10 +00:00
kim
82283c04e1 Fix detection of non-mime messages when the charset is not enclosed
in double quotes.  Without this fix text/plain messages authored on
Mozilla will always get displayed using showmimeproc (mhl).
2002-10-30 16:57:02 +00:00
agc
95907aaf86 Fix from Robert Elz in PR 18664 to stop sortm coredumping when there's
a numerical subject.

"And yes, this really does add a preprocessor conditional that makes
either one of two original statements get compiled, and the other
omitted (ie:  the patch is correct, though just deleting a line would
work as well).  The "#if 0" could become "#if 1" and the core dump
would also be gone, though the results of the sort would then
sometimes be rather hard to explain..."

Bump PKGREVISION.
2002-10-15 10:47:00 +00:00
kim
a35de1f576 Add a note about needing an SMTP server. 2002-07-10 01:44:41 +00:00
cjep
64c9e8a407 Change USE_KERBEROS to PKG_USE_KERBEROS in pkgsrc. There was a "conflict"
which the basesrc USE_KERBEROS variable. Discussed on packages@

This fixes PR#17182 from Takahiro Kambe. The problem was pointed out by
FUKAUMI Naoki on a Japanese NetBSD mailing list.
2002-06-15 21:19:59 +00:00
skrll
94fb07e45b Remove target that provides the same functionality as AUTOMAKE_OVERRIDE. 2002-03-11 08:57:50 +00:00
skrll
08bdd44549 mkdir -> ${MKDIR}
rmdir -> ${RMDIR}
rm -> ${RM} (${RM} added to PLIST_SUBST)
chmod -> ${CHMOD}
chown -> ${CHOWN}
2002-02-15 10:12:28 +00:00
kim
d01ef1b8f1 Remove patch-cc -- it is no longer valid, but instead now breaks
displaying MIME attachments of type message/* (e.g. message/rfc822).
This is actually a long-standing bug in this package...
2002-01-26 17:19:44 +00:00
hubertf
5542206cba Get rid of manually adding "nbX" to PKGNAME when a pkg was changed in
pkgsrc. Instead, a new variable PKGREVISION is invented that can get
bumped independent of DISTNAME and PKGNAME.

Example #1:
        DISTNAME=       foo-X.Y
        PKGREVISION=    Z
     => PKGNAME=        foo-X.YnbZ

Example #2:
        DISTNAME=       barthing-X.Y
        PKGNAME=        bar-X.Y
        PKGREVISION=    Z
     => PKGNAME=        bar=X.YnbZ (!)

On subsequent changes, only PKGREVISION needs to be bumped, no more risk
of getting DISTNAME changed accidentally.
2001-11-29 01:12:24 +00:00
zuntum
c72c1cf5f9 Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
jlam
f79573370a Mechanical changes to 375 files to change dependency patterns of the form
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-27 23:17:41 +00:00
sommerfeld
ae910df7ca Patch integer-to-decimal conversion problem which turns up with
scan -format "%(clock{date})"
This is a time_t > 1e9 problem.
2001-09-21 17:07:12 +00:00
agc
b26a4eb88b Move to sha1 digests, and add distfile sizes. 2001-04-20 13:09:54 +00:00
agc
9e8d6c8b8d + move the distfile digest/checksum value from files/md5 to distinfo
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-17 11:33:31 +00:00
wennmach
6568bc734e Add a CONFLICTS entry for ja-mh6-*
Found by pkgconflict.
2001-04-12 07:56:57 +00:00
assar
55da32de67 turn KERBEROS into a binary switch 2001-03-04 03:26:50 +00:00
wiz
a13ea108bb Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. 2001-02-17 17:52:59 +00:00
wiz
12ba98f2df cleanup 2000-08-10 23:55:46 +00:00
jlam
c5bb11e659 Factor out common post-install code in Makefile and pkg/PLIST into (an
already existing) pkg/INSTALL.  Note that ${PREFIX}/etc/nmh can be removed
in pkg/DEINSTALL.  Make some cosmetic changes to Makefile.
2000-08-02 06:35:43 +00:00
simonb
6d67c9b49a Upgrade nmh to 1.0.4. Fixes problems discussed in PR pkg/9695 (Eric sent
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-04-15 07:56:15 +00:00
wiz
127ae36e14 grep, cp -> ${GREP}, ${CP} 2000-03-16 13:44:53 +00:00
kim
510a152e09 Add a mirror to the MASTER_SITES for better reachability. 2000-03-02 05:23:54 +00:00
kim
e9c091498c Fixes:
- 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-02 05:11:42 +00:00
hubertf
5211ba524a Remove .old files, pointed out by Kimmo. 2000-03-02 02:04:07 +00:00
hubertf
467336a070 Update to V1.0.3, per request of our security officers:
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-03-02 00:23:14 +00:00
agc
860ec07e79 Modify the Makefile to install mts.conf as mts.conf.dist, and mhn.defaults
as mhn.defaults.dist, so that an existing configuration is not lost by
a new installation.

Fixes PR 7819 from Matthew Green.
2000-01-18 15:50:32 +00:00
wiz
ef19777419 replaced some commands by their ${COMMAND} counterparts 2000-01-09 01:29:06 +00:00
abs
df05aef71f Strip trailing '.', and/or leading '(a|an) ' 2000-01-05 15:37:50 +00:00
sakamoto
2e8802a3df Remove version string of conflicted ja-mh pkg. 1999-10-30 17:09:09 +00:00