Commit graph

8 commits

Author SHA1 Message Date
schmonz
749fc6682f Simplify, simplify. Take advantage of DJB_CONFIG_CMDS, CPPFLAGS, LDFLAGS. 2005-07-14 03:49:40 +00:00
schmonz
ecfbf9d978 Update to 0.441. From the changelog:
-Fixed critical one-off bug in both *SQL configuration parsers.
 Thanks Jim Winstead.
-Fixed lack of quoting in PgSQL subscribe code.  Thanks Dan O'Neill.
-Updated ezmlm-cgi to generate valid XHTML/CSS output.
 Thanks Brian Ghidinelli
-Fixed readwrite.h to work on LP64 systems.  Thanks Amitai Schlair
-Don't clobber msgsize file on re-make.  Thanks Stephen Quinney.
-ezmlm-test can now be run by any user, in any writeable directory.
-Put a valid recipient into the To: header in moderation messages.

pkgsrc changes: declare "mysql" and "pgsql" options as part of a
"database" option group.
2005-07-05 06:04:17 +00:00
schmonz
0f55d7d583 Take advantage of mk/djbware.mk. 2005-03-23 00:51:09 +00:00
schmonz
a48a08d4c7 Update to 0.43. From the changelog:
-Added per-post sender confirmation patch from Tullio Andreatta.
 See the documentation for ezmlm-make -y for details.
-Changed all example domain names in text files to the RFC 2606 mandated
 example.com domain name.
-Several documentation and comment fixes.  Thanks Tullio Andreatta.
-Added conf-sub control file, used to choose which subscriber
 mechanism to use.  This replaces the "make std/mysql/pgsql" mechanism.
 Adapted from patch by Tullio Andreatta.
-Got rid of the frivolous uses of /bin/sh to exec ezmlm-send.
-Always reject bounce messages in ezmlm-reject.
-Substitute <#r#> in (un)subscribe confirm messages with just the local
part of the reply address (for web-based confirmation).
2004-12-21 03:42:25 +00:00
xtraeme
54d05fa49a Remove obsolete variables. You'll want to use:
PKG_OPTIONS.<pkg>+= foo blah
2004-11-17 19:56:49 +00:00
xtraeme
c5b686aff3 Use mk/mysql.buildlink3.mk instead of databases/mysql-client/buildlink3.mk,
so that we'd not force dependance on specific MySQL version, and instead pick
the currently installed mysql*-client (or install the default if there
is no mysql-client package installed yet)

this makes package buildable with arbitrary MySQL version, such as 3.23.x,
4.0.x or 4.1.x
2004-10-29 07:07:44 +00:00
jlam
9d5426ff76 Change the way that legacy USE_* and FOO_USE_* options are converted
into the bsd.options.mk framework.  Instead of appending to
${PKG_OPTIONS_VAR}, it appends to PKG_DEFAULT_OPTIONS.  This causes
the default options to be the union of PKG_DEFAULT_OPTIONS and any
old USE_* and FOO_USE_* settings.

This fixes PR pkg/26590.
2004-08-22 19:32:51 +00:00
schmonz
1db34ac072 Convert to bsd.options.mk. 2004-08-10 05:59:01 +00:00