Commit graph

27 commits

Author SHA1 Message Date
tnn
d3a8521c7e reset MAINTAINER (bounced)
fix HOMEPAGE
2010-08-17 16:52:48 +00:00
joerg
62d1ba2bac Remove @dirrm entries from PLISTs 2009-06-14 18:03:28 +00:00
joerg
aac7287696 Fix DESTDIR support. 2009-02-07 23:21:05 +00:00
tron
0e6c5293e8 Add support for user destination directory installation.
Patch provided by Aleksey Cheusov in PR pkg/38526.
2008-11-16 13:54:12 +00:00
tnn
ad6ceadd25 Per the process outlined in revbump(1), perform a recursive revbump
on packages that are affected by the switch from the openssl 0.9.7
branch to the 0.9.8 branch. ok jlam@
2008-01-18 05:06:18 +00:00
joerg
5911def816 Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
joerg
79c3c3c512 Use SUBST framework. 2006-01-10 20:40: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
dillo
f81ae835ad Packages have no business modifying PKG_DEFAULT_OPTIONS -- it's a
user settable variable.  Set PKG_SUGGESTED_OPTIONS instead.  Also,
make use of PKG_OPTIONS_LEGACY_VARS.

Reviewed by wiz.
2005-05-31 10:01:36 +00:00
jlam
585534220c Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:
USE_GNU_TOOLS	-> USE_TOOLS
	awk		-> gawk
	m4		-> gm4
	make		-> gmake
	sed		-> gsed
	yacc		-> bison
2005-05-22 20:07:36 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +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
adam
92644d0367 SSL support is now optional via options.mk; config files are installed correctly (Fix PR#29504) 2005-03-08 09:33:19 +00:00
agc
8758983939 Add RMD160 digests. 2005-02-24 09:59:20 +00:00
tv
15f2a20edc Update to 2.61, and obey USE_INET6. Change highlights:
* Fixed two format string vulnerabilities (die() and log_event()) (Closes: #243945)

  * Segfaults when trying to send mail with authenticated smtp (Closes: #261975)
  * Make address rewriting possible to disable (Closes: #146238)
  * Add AuthUser, AuthPass, AuthMethod to configuration file (Closes: #249905)
  * Logic to choose cram-md5 authentication is backwards (Closes: #249907)
  * SSMTP builds with MD5 support but during the exchange it segfaults (Closes: #249203)
  * The source compilaton fails if ./configure --enable-logfile is selected (Closes: #242905)
  * SSL/TLS support cannot handle STARTTLS (Closes: #244666)
  * Creates bad date headers on some systems (Closes: #230864)
  * Fix 'MAIL FROM' problems with cron and the like setting bad 'From:'
    address when FromLineOverride=YES is set (Closes: #205513)
  * Update version string in ssmtp.c (Closes: #198763)
  * Work around missing spaces in headers (Closes: #192445)
2004-10-22 14:45:47 +00:00
tv
c487cb967a Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10
in the process.  (More information on tech-pkg.)

Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.

Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
2004-10-03 00:12:51 +00:00
grant
14ebee6949 be quiet in post-extract and post-build. 2004-06-17 11:35:56 +00:00
grant
d16f9658fa honour LDFLAGS when linking so the resulting binary can find libssl
and libcrypto.
2004-06-17 11:35:28 +00:00
snj
fb194c6e83 Convert to buildlink3. 2004-04-18 04:55:29 +00:00
wiz
a661ce60c0 PKGREVISION bump after openssl-security-fix-update to 0.9.6m.
Buildlink files: RECOMMENDED version changed to current version.
2004-03-26 02:27:34 +00:00
grant
f1ab3f4ed4 replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. 2004-01-24 13:51:13 +00:00
agc
3ad1bdbf06 Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:18:15 +00:00
jschauma
e1c14f3677 When constructing WRKSRC, also strip off PKGREVISION.
Fixes problem seen in latest bulk-build.
2003-11-14 00:51:43 +00:00
jschauma
fe19bb05b5 PKGREVISION++ after openssl update. 2003-11-12 03:39:39 +00:00
jlam
eb217efc27 Add an example mailer.conf file to show how ssmtp can be used in place of
the system sendmail via mailwrapper.  Suggested by Julio Merino (thanks!).
2003-06-19 22:01:46 +00:00
jlam
37b114ba72 Initial import of mail/ssmtp, an extremely simple MTA that forwards mail
to a mail hub.  Originally from pkgsrc-wip; created by Toru TAKAMIZU
<pkg at pop dot 707 dot to>.

A secure, effective and simple way of getting mail off a system to your
mail hub. It contains no suid-binaries or other dangerous things - no mail
spool to poke around in, and no daemons running in the background. Mail is
simply forwarded to the configured mailhost. Extremely easy configuration.

WARNING: the above is all it does; it does not receive mail, expand aliases
or manage a queue. That belongs on a mail hub with a system administrator.

This program is especially recommended for mutt users who send emails via
ISP's smtp server.
2003-06-19 20:39:09 +00:00