Age | Commit message (Collapse) | Author | Files | Lines |
|
Problems found locating distfiles:
Package mutt: missing distfile patch-1.5.24.rr.compressed.gz
Package p5-Email-Valid: missing distfile Email-Valid-1.198.tar.gz
Package pine: missing distfile fancy.patch.gz
Package postgrey: missing distfile targrey-0.31-postgrey-1.34.patch
Package qmail: missing distfile badrcptto.patch
Package qmail: missing distfile outgoingip.patch
Package qmail: missing distfile qmail-1.03-realrcptto-2006.12.10.patch
Package qmail: missing distfile qmail-smtpd-viruscan-1.3.patch
Package thunderbird24: missing distfile enigmail-1.7.2.tar.gz
Package thunderbird31: missing distfile enigmail-1.7.2.tar.gz
Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden). All existing
SHA1 digests retained for now as an audit trail.
|
|
having a PKGNAME of p5-*, or depending such a package,
for perl-5.22.0.
|
|
Do it for all packages that
* mention perl, or
* have a directory name starting with p5-*, or
* depend on a package starting with p5-
like last time, for 5.18, where this didn't lead to complaints.
Let me know if you have any this time.
|
|
These are now handled dynamically if INIT_SYSTEM is set to "rc.d", or
ignored otherwise.
|
|
|
|
a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package
Like last time, where this caused no complaints.
|
|
|
|
|
|
|
|
|
|
are called p5-*.
I hope that's all of them.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
packages. Convert LDAP-based applications to depend on openldap-client, and
bump PKGREVISION for those that depend on it by default.
|
|
this conflicts with the pkginstall framework. Bump PKGREVISION.
|
|
pkg has been changed to 5.x). Reminded by wiz... thanks.
|
|
automatically detects whether we want the pkginstall machinery to be
used by the package Makefile.
|
|
CONFIGURE_ARGS.
|
|
user settable variable. Set PKG_SUGGESTED_OPTIONS instead. Also,
make use of PKG_OPTIONS_LEGACY_VARS.
Reviewed by wiz.
|
|
And always is defined as share/examples/rc.d
which was the default before.
This rc.d scripts are not automatically added to PLISTs now also.
So add to each corresponding PLIST as required.
This was discussed on tech-pkg in late January and late April.
Todo: remove the RCD_SCRIPTS_EXAMPLEDIR uses in MESSAGES and elsewhere
and remove the RCD_SCRIPTS_EXAMPLEDIR itself.
|
|
|
|
|
|
under share/examples/rc.d. The variable name already was named
RCD_SCRIPTS_EXAMPLEDIR.
This is from ideas from Greg Woods and others.
Also bumped PKGREVISION for all packages using RCD_SCRIPTS mechanism
(as requested by wiz).
|
|
pkgsrc-2004Q4 is branched.
|
|
libwrap available.
|
|
drac mysql pgsql ldap apop vpop tcpd inet6
# XXX Support for the following variables will be removed after the
# XXX pkgsrc-2004Q4 branch is released:
# XXX
# XXX POP_WITH_DRAC
# XXX TEAPOP_WITH_MYSQL
# XXX TEAPOP_WITHOUT_APOP
# XXX TEAPOP_WITHOUT_VPOP
|
|
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
|
|
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.
|
|
* Changes since previous pkgsrc version - 0.3.5:
0.3.8 + Allow port to listen to in standalone to be changed with -P.
(Patch by: "Malte S. Stretz" <msquadrat.nospamplease@gmx.net>)
! Reduce memory footprint
(Idea from: "Malte S. Stretz" <msquadrat.nospamplease@gmx.net>)
+ Warn when teapop.passwd isn't found and default authentication
is used.
+ Introduce softlock, which gives the client an empty mailbox
instead of an error.
- Proper handling of CRLF in Maildirs.
(Found by: Matthew Sayler <sayler@speedsite.com>)
* Release date: 25-Nov-2003
0.3.7 - The configure script was broken under certain circumstances.
* Release date: 22-Jul-2003
0.3.6 + Attempt to handle broken maildelivery programs that doesn't
quote From_ lines.
+ Support to delete messages older then a certain expire date.
+ Support for tcpwrapper.
! Better cleanup of MySQL connections
(Patch by: Ross West <westr@connection.ca>)
! Improved NULL handling on long lines
(Pointed out by: Ross West <westr@connection.ca>)
- Possible buffer underflow fixed.
- Unbreak APOP with database authentication
(Found by: "Toru Hosaka" <hosaka@kt.rim.or.jp>)
! Restrict max value for hashing.
+ Mailspool hashing is now availble for all authentication types.
(Based on patch by: Robert Gomu?ka <carramba@pf.pl>)
+ Escape userdata for database authenticaion
(Patch by: Robert Gomu?ka <carramba@pf.pl>)
+ Support for ia64.
+ Support for special logging in SSL-mode.
+ IPv6 support when running in inetd-mode.
* Release date: 21-Jul-2003
* Superfluous MESSAGE file mentioning rc.d script was removed, as it was
too generic and not really useful.
|
|
|
|
which installs to ${RCD_SCRIPTS_EXAMPLEDIR}. But the MESSAGE
referred to wrong hard-coded location if the RCD_SCRIPTS_EXAMPLEDIR
was not the default. So use RCD_SCRIPTS_EXAMPLEDIR instead.
PKGREVISION not bumped because if someone had changed
RCD_SCRIPTS_EXAMPLEDIR before recent change of autoregistration
of rc.d script in PLIST, then it could not have been packaged
in first place.
Note that this commit does not imply that the MESSAGE is correct.
In some cases, the MESSAGE is clearly wrong such as suggesting
running the rc.d script from the example directory (which will work
although).
|
|
the RCD_SCRIPTS rc.d script(s) to the PLIST.
This GENERATE_PLIST idea is part of Greg A. Woods'
PR #22954.
This helps when the RC_SCRIPTS are installed to
a different ${RCD_SCRIPTS_EXAMPLEDIR}. (Later,
the default RCD_SCRIPTS_EXAMPLEDIR will be changed
to be more clear that they are the examples.)
These patches also remove the etc/rc.d/ scripts from PLISTs
(of packages that use RCD_SCRIPTS). (This also removes
now unused references from openssh* makefiles. Note that
qmail package has not been changed yet.)
I have been doing automatic PLIST registration for RC_SCRIPTS
for over a year. Not all of these packages have been tested,
but many have been tested and used.
Somethings maybe to do:
- a few packages still manually install the rc.d scripts to
hard-coded etc/rc.d. These need to be fixed.
- maybe remove from mk/${OPSYS}.pkg.dist mtree specifications too.
|
|
Makefiles simply need to use this value often, for better or for
worse.
(2) Create a new variable FIX_RPATH that lists variables that should
be cleansed of -R or -rpath values if ${_USE_RPATH} is "no". By
default, FIX_RPATH contains LIBS, X11_LDFLAGS, and LDFLAGS, and
additional variables may be appended from package Makefiles.
|
|
have it be automatically included by bsd.pkg.mk if USE_PKGINSTALL is set
to "YES". This enforces the requirement that bsd.pkg.install.mk be
included at the end of a package Makefile. Idea suggested by Julio M.
Merino Vidal <jmmv at menta.net>.
|
|
|
|
|
|
slight formatting changes.
|
|
in pkg/17226.
Changes since 0.3.4:
* Improved signal handling during update state
* Handle broken mboxes
* Improved dotlock, the -l argument works for instance
Also fix PLIST while I'm here (deinstall script takes care of config file).
|
|
and replace bogus MAINTAINER email.
|
|
|
|
|
|
* Provide rc.d script :)
* Fixup PLIST
|
|
Changes:
0.3.4 + Authentication through JAVA
(By: Ivan F. Martinez <ivanfm@os2brasil.com.br>)
+ Added a wrapper for lockf, built on fcntl.
+ popauth file support for POP-before-SMTP authentication
(By: Stephan Uhlmann <su@su2.info>)
+ Rudimental LDAP support.
(By: "Alexandre Ghisoli" <alexandre.ghisoli@ycom.ch>)
- Unbreak ignoring of UW-IMAP message.
(Problem reported by: Dale Blount <lnxus@yahoo.com>)
* Please note that the mailing lists have change address, for
more info please see:
http://www.toontown.org/teapop/mailinglist.php
! Ignore SIGPIPE when in update state.
+ Mac OS X support
(By: Thomas Deniau <thomasdeniau@mac.com>)
! Behave more decent when running as non-root.
(By: Marc A. Lehmann <pcg@goof.com>)
* Release date: 9-Apr-2002
0.3.3 - Fix proper unlocking of mailboxes.
* Release date: 2-Sep-2001
Update contributed by Dawid Szymanski <dawszy@arhea.net> in PR 16551
|
|
Bump pkg revision.
Contributed in private mail by Charlie Root <root@gornik.tgr.lubin.edu.pl>
|
|
|