Age | Commit message (Collapse) | Author | Files | Lines |
|
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.
|
|
|
|
-- 1.8.1 release 20060215 "Mealasta" --
U062) Aleksey Salow
BUG. possible buffer overflow
FIX. mail.c
U061) Daniel Nylander
ADD. initial swedish translation
FIX. sv.po
U060) Chung-chieh Shan
BUG. bogus '/' in MAILDIR_NEW
FIX. misc.c
U059) Thomas E. Dickey
Urs Janssen
BUG. build problem on Mac OS X
FIX. tin.h, header.c, nntplib.c
U058) Urs Janssen
ADD. config.guess, config.sub update
FIX. config.guess, config.sub
U057) Andrey Simonenko
ADD. updated russian translation
FIX. ru.po
|
|
|
|
of the shlib major bump.
PKGREVISION++ for the dependencies.
|
|
in PR pkg/32299.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Convert to options framework.
Prefer package version to internal version of pcre.
Add curses and inet6 options.
New features and changes since tin-1.6.0
Changes
-------
. interactive mailer can now be fed with headers. The old use_mailreader_i
config variable is obsolete and superseded by the new interactive_mailer
variable that can have three values:
0 no interactive mailreader (old use_mailreader_i=OFF)
1 interactive mailreader with headers
2 interactive mailreader without headers (old use_mailreader_i=ON)
New features
------------
. You can now specify a mailbox folder to save your sent mails (fcc=) so
you possibly don't need auto_cc or auto_bcc anymore. See tin(5).
. x_headers can take a command which generates the header(s). See tin(5).
. mime_forward (message/rfc822) attributes option
. single line scrolling in all levels
. minimalistic BiDi support (render_bidi)
. minimalistic IDNA decoding support
. display non-printable characters as octals in raw-mode
. user defined date_format
. support non-ascii key-bindings
. 'percentage match' threading
Retired Features
----------------
. AmigaOS support
|
|
automatically detects whether we want the pkginstall machinery to be
used by the package Makefile.
|
|
Okayed by maintainer.
|
|
CONFIGURE_ARGS.
|
|
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
|
|
|
|
Fix a pkglint quoting warning while here.
XXX: openldap option disabled, since package does not compile with it.
XXX: package should use PKG_SYSCONFDIR and rc.d script frameworks.
|
|
|
|
|
|
|
|
|
|
"radius.conf.5".
|
|
|
|
is somewhat nontrivial. To make this build on a gcc3 system without one
of the functions in snprintf.c, also allow __STDC__ to be a flag indicating
availability of <stdarg.h>.
|
|
Fix PR 31821
|
|
for GNU_CONFIGURE automatically.
(This has been in my personal pkgsrc for a while.)
|
|
NO_BUILD, USE_LIBTOOL.
|
|
|
|
of this.
|
|
backslashes anymore. A single backslash is enough. Changed the
definition in all affected packages. For those that are not caught, an
additional check is placed into bsd.pkginstall.mk.
|
|
file's sole purpose was to provide a dependency on pkg-config and set
some environment variables. Instead, turn pkg-config into a "tool"
in the tools framework, where the pkg-config wrapper automatically
adds PKG_CONFIG_LIBDIR to the environment before invoking the real
pkg-config.
For all package Makefiles that included pkg-config/buildlink3.mk, remove
that inclusion and replace it with USE_TOOLS+=pkg-config.
|
|
of Perl files to deal with the perl-5.8.7 update that moved all
pkgsrc-installed Perl files into the "vendor" directories.
|
|
perl5/buildlink3.mk.
|
|
No PKGREVISION bump since pkg-config is only a BUILD_DEPENDS.
|
|
|
|
arguments anymore.
|
|
from including perl5/buildlink3.mk. These packages just need the Perl
interpreter, and can just add "perl" to USE_TOOLS instead.
|
|
around at either build-time or at run-time is:
USE_TOOLS+= perl # build-time
USE_TOOLS+= perl:run # run-time
Also remove some places where perl5/buildlink3.mk was being included
by a package Makefile, but all that the package wanted was the Perl
executable.
|
|
make does not understand the "W" option in :C modifiers, and it
handles substitution in strings containing spaces somwheat differently.
Bump PKGREVISION.
|
|
Bump PKGREVISION.
|
|
Bump package revision once more.
|
|
variable name that can change between autoconf versions, just set
VARNAME, which should always be correct.
Also, note that inn needs yacc to build, and uses gzip in the installed
scripts. Bump the PKGREVISION to 4.
|
|
Bump PKGREVISION.
|
|
Solves PR pkg/30512.
Bump PKGREVISION.
|
|
|
|
${PREFIX}.
|