2004-12-21 04:42:25 by Amitai Schlair | Files touched by this commit (7) |
Log message:
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-11-17 20:56:49 by Juan Romero Pardines | Files touched by this commit (14) |
Log message:
Remove obsolete variables. You'll want to use:
PKG_OPTIONS.<pkg>+= foo blah
|
2004-10-29 09:07:44 by Juan Romero Pardines | Files touched by this commit (7) |
Log message:
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-08-22 21:32:52 by Johnny C. Lam | Files touched by this commit (31) |
Log message:
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-10 07:59:01 by Amitai Schlair | Files touched by this commit (2) |
Log message:
Convert to bsd.options.mk.
|
2004-07-22 00:58:10 by Amitai Schlair | Files touched by this commit (3) |
Log message:
Let the qmail dependency be satisfied by netqmail, if present. Take MAINTAINER.
|
2004-07-20 02:04:36 by Amitai Schlair | Files touched by this commit (1) |
Log message:
Enable pkgviews installation, and reformat a whole bunch.
|
2004-07-20 01:50:22 by Amitai Schlair | Files touched by this commit (3) |
Log message:
Update ezmlm-idx to 0.421. From the changelog:
ezmlm-idx-0.421, 20040602
=========================
-Updated ezmlmrc.fr. Thanks Jean-Marc Lasgouttes.
-Fixed bug in ezmlm-request when dealing with continuation lines.
Thanks Sami Farin.
-Replaced many library with public-domain sources.
-Fixed "log" function conflicting with built-in math function.
-Fixed problem with "test -e" in makelang.sh for Solaris.
-Fixed typo bug in ezmlm-cron.
-Fixed uses of "head -#" and "tail -#" to "head -n \
#" and "tail -n #".
ezmlm-idx-0.42, 20040114 (New maintainer: Bruce Guenter <bruceg@em.ca>)
=======================================================================
-The ezmlmrc.* files were broken into two parts, to make them easier to
write and maintain. The language specific parts are stored in the
"lang" subdirectory.
-Updated ezmlm-cgi to version 1.18, which includes the no banner
security fix.
-Added ezmlmrc.hu. Thanks Julian Severn-nek http://js.hu/
-Added ezmlmrc.nl. Thanks Willem
-Fixed problem in ezmlm-send munging MIME attachments using implicit
content types. Thanks Ed
-Fixed typo in ezmlm-unsub -- manual unsubscriptions would be
erroneously logged as "+manual"
-Fixed ezmlm-gate to handle the -Q option. Thanks Bjoern Hansen.
-Fixed internal bug calling decodeHDR.
-Fix ezmlm-manage to properly send subscription confirmation to
moderators. Thanks Mate Wierdl.
-Portability and bug fixes to ezmlm-test.
-Added a "dry-run" option to ezmlm-gate.
-Fixed ezmlm-send to fully handle QMQP relaying. Thanks Bernhard Graf.
-Fixed ezmlm-gate to use "/bin/sh" consistently. Thanks Bernhard Graf.
-Fixed ezmlm-cgi's output of non-standard port numbers.
-Fixed message archiving in subscribe-only moderated lists.
pkgsrc changes:
Set RESTRICTED directly in this package, rather than in
../ezmlm/Makefile.common, and clarify: in addition to the reasons
we cannot redistribute binary packages of ezmlm, ezmlm-idx is a
modification of the ezmlm source.
Set USE_BUILDLINK3=yes.
Introduce EZMLM_IDX_USE_{MY,PG}SQL. Each builds and runs, but I
haven't tested the database functions.
|
2003-07-17 23:50:07 by grant beattie | Files touched by this commit (1504) |
Log message:
s/netbsd.org/NetBSD.org/
|
2003-06-02 03:21:53 by Jan Schaumann | Files touched by this commit (1131) |
Log message:
Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.
Should anybody feel like they could be the maintainer for any of thewe packages,
please adjust.
|