summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2006-04-29Updated totd to 1.5.1 as requested in PR 30545.rillig3-13/+15
2006-04-29Distinguish the variables pkgname and effective_pkgname. The latter canrillig1-20/+56
also be derived from distname. Added more checks for PLIST files.
2006-04-29Move the primary MASTER_SITES to http://ftp.horde.org/pub/ and moveadrianp5-11/+15
ftp://ftp.horde.org/pub/ to a backup
2006-04-29Remove qmail-users.wiz1-2/+1
2006-04-29Note update of OpenAFS to 1.4.1gendalia1-1/+2
2006-04-29Update to OpenAFS 1.4.1 from 1.4.0.gendalia4-23/+10
Changes from 1.4.0: All systems: - Several race conditions in the host tracking and handling in the fileserver which could cause inconsistent behavior and crashes have been fixed. - A fileserver bug where a reference to a volume could be leaked and later cause a deadlock as a result of a bulk status call - Reference counting of fileserver objects in unsigned 32 bit integers instead of signed 16 bit integers. - Avoid type mismatches when handling time values (betweemn 32 bit and 64 bit variables). - Fix a memory leak during multilevel packet queue handling. - Audit log output had been updated to include FIDs for newly created files. - asetkey is now included to ease Kerberos 5 integration for server administrators. - A new fileserver statistics collection including callback statistics was added. - man pages are now generated.
2006-04-29Note qmail PKGREVISION bump (for removal of qmail-users dependency)schmonz1-1/+3
and removal of qmail-users.
2006-04-29New functionality in bsd.pkginstall.mk lets qmail create its ownschmonz3-41/+0
users and groups in time for the "configure" phase. Retire this package.
2006-04-29Set USERGROUP_PHASE=configure, causing qmail's users and groups toschmonz3-19/+15
be created just before its "configure" phase, obviating the need for the hackish dependency on a qmail-users package. Since the new functionality in bsd.pkginstall.mk also records and enforces numeric UIDs and GIDs in binary packages, remove the note on that matter from MESSAGE. Bump PKGREVISION.
2006-04-29Ensure that @VAR@ placeholders in usergroupfuncs are properly substitutedjlam1-3/+3
for by running it through a separate FILES_SUBST_SED filter. This fixes the case where the user wasn't being created if USERGROUP_PHASE was defined.
2006-04-29Always remove the intermediate files, even if the +USERGROUP scriptjlam1-6/+10
determines the users and/or groups don't exist. This makes "make clean" work properly for non-root users.
2006-04-29Remove the test file in all exit conditions.jlam3-9/+9
2006-04-29Allow for just-in-time su when creating users and groups ifjlam1-5/+13
USERGROUP_PHASE is defined.
2006-04-28Note vlc PKGREVISION bump.wiz1-1/+2
2006-04-28Add casts for amd64, reported by Rhialto.wiz7-17/+72
Fix typos in SUBST_MESSAGE* Add missing x11.buildlink3.mk. Remove two files from PLIST, because they are not built on my 3.99.18/i386 test system. Bump PKGREVISION.
2006-04-28Fix build problem in gst-plugins0.8-dvdread.wiz2-1/+14
2006-04-28Build fix for gst-plugins0.8-dvdnav.wiz2-1/+14
2006-04-28Update the checksums... Argh, people changing software distributionrpaulo1-4/+4
tarballs.
2006-04-28Make xorg-server finally work again on AMD64.joerg1-1/+3
2006-04-28Fix NetBSD.cf for AMD64's server build as suggested by Matthieu Herrbjoerg5-23/+47
via Blair Sadewitz. Fixes PR 33362. Bump revisions of -imake and -server.
2006-04-28Add missing include for close(2). Fix DragonFly, esp. hack around ajoerg4-4/+44
propolice ICE.
2006-04-28Add DragonFly support.joerg9-25/+70
2006-04-28Include dvdnav plugin in PLIST. Bump revision.joerg2-3/+4
2006-04-28Explicitly specify --datadir, so that style.css ends up in the rightjoerg1-2/+3
directory.
2006-04-28fonts.dir is managed by install framework, don't list. Bump revision.joerg2-4/+3
2006-04-28desktop-file-utils updated to 0.11.wiz2-3/+3
2006-04-28Update to 0.11:wiz2-7/+6
============ Version 0.11 ============ o Validate desktop file categories (Emmet Hikory, Vincent Untz) o Use GKeyFile instead of the old egg code in update-desktop-database (Vincent) o Use GOption instead of popt (Vincent) o Fix grammar problem in one of the strings (Moritz Barsnick) o NULL terminate search patch in update-desktop-database (Mike Hearn) o Fix language to encoding mapping to match spec (Ville Skyttä)
2006-04-28Add SV LC_MESSAGE file to PLIST, bump revisions.joerg8-12/+16
2006-04-28Add DragonFly support.joerg3-4/+18
2006-04-28Fix pthread detection.joerg3-2/+34
2006-04-28Note updates of the following Courier software packages:jlam1-1/+5
mail/courier-maildir to 0.53.1 mail/courier-imap to 4.1.0 mail/maildrop to 2.0.2 mail/sqwebmail to 5.1.1
2006-04-28Update mail/sqwebmail to 5.1.0. Changes from version 5.0.7 include:jlam9-107/+103
+ Add an INSTALL script that detects the presence of the old sqwebmail state directory and that informs the admin to move it to the new location. + Install some more of the HTML documentation in the location expected by courier-mta. * Complete re-implementation of the LDAP addressbook. * Increase the maximum size of the CGI environment to avoid certain classes of browser/website problems.
2006-04-28Update mail/courier-imap to 4.1.0. Changes from version 4.0.6 include:jlam12-148/+200
+ Install some more of the HTML documentation in the location expected by courier-mta. + Moved the default locations for the imapd and pop3d SSL certificates into ${PKG_SYSCONFDIR}. These paths may be changed directly in the imapd-ssl and pop3d-ssl configuration files by modifying TLS_CERTFILE. * New capability to control announcements of IMAP ACL support when starting imapd. * Optimization: Skip going through the motions of outputting the results of a SORT if the number of sorted messages is 0. * Have CREATE and RENAME also create courierimapuidlist. * Log total bytes sent/received in IMAP and POP3 sessions.
2006-04-28Update mail/maildrop to 2.0.2. Changes from version 2.0.1 includejlam5-29/+33
+ Install the makedat documentation; even though "makedat" is part of courier-authlib, that package installs no doucmentation for it, and "makedat" is used quite frequently in conjunction with maildrop. * fix for RFC822 compliance -- encode spaces that precede a newline.
2006-04-28Update courier-maildir to 0.53.1. Changes from version 0.52.2 include:jlam3-74/+34
+ Install some of the HTML documentation in the locations expected by courier-mta. * fixes to the Maildir+ quota support.
2006-04-28Add DragonFly support. Handle the different locale names in PLIST.joerg7-17/+299
Based on patch from Jeffrey Hsu in private mail.
2006-04-28Note addition of mail/courier-mta.jlam2-2/+4
2006-04-28First cut at packaging the MTA and mailing list components ofjlam34-0/+1669
courier-0.53.1 as mail/courier-mta. The Courier mail transfer agent (MTA) is a modular multiprotocol mail server that's designed to strike a balance between reasonable performance, flexibility and features. This package differs from traditional courier-mta packages in that the webmail, imap/pop3, and maildrop components are not included because they are supplied by the mail/sqwebmail, mail/courier-imap, and mail/maildrop packages, respectively. When Courier-MTA is installed together with Courier-IMAP and SqWebMail, they form an integrated mail/groupware server suite that provides ESMTP, IMAP, POP3, webmail, and mailing list services within a single, consistent, framework. A web-based administration and configuration tool is included for comprehensive configuration of the entire Courier software suite. Many thanks to Yarema <yds@CoolRat.org> whose Courier port for FreeBSD was an invaluable reference.
2006-04-28apparently on IRIX some of the math functions are found in libmx, sojschauma1-1/+7
add this explicitly to LDFLAGS
2006-04-28When trying to link fftw libs, also link with -lm.joerg2-1/+15
2006-04-28Include x11.buildlink3.mk.reed1-1/+2
(Okayed on tech-pkg on March 3.)
2006-04-28Never ever touch the included libtiff. Bump revision.joerg4-20/+61
2006-04-28Uses msgfmt.joerg1-2/+2
2006-04-28Add DragonFly support.joerg2-6/+13
2006-04-28Don't try to install cat pages, the extension detection doesn't work.joerg4-7/+25
Bump revision.
2006-04-28unrar updated to 3.6.2.wiz2-3/+3
2006-04-28Update to 3.6.2, no changelog available.wiz3-19/+16
2006-04-28Fix C++ for GCC 3.4+. Always link with pthread when linking with qt-mt.joerg5-7/+98
2006-04-28Fix C++ for GCC 3.4+.joerg2-1/+15
2006-04-28Fix isnan() and finite() detection, at least the former is supposed tojoerg4-3/+62
be a macro. Don't ever copy FILEs, bail out silently if stderr can't be reopened. Bump revision.