summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2003-09-13Need to use :C instead of :S to get the "pop" action to work properly.jlam5-10/+10
2003-09-13Update mail/cyrus-imapd21 to 2.1.15. Changes from version 2.1.14 include:jlam8-38/+54
* Correct a potential DOS attack in the fud daemon. * Arbitron now works again * Telemetry logging for mupdate * Duplicate Suppression logging for redirect sieve actions * A number of bugs in reconstruct have been fixed. also added the -p and -x options * Better stubbing out of user_deleteacl * No longer log any shutdown() failures * Improved IPv6 support (for systems with two getnameinfo implementations) * Misc Documentation Improvements
2003-09-13Final answer to perllocal.pod problem: just remove the file on pkgviewsjlam1-3/+16
installations.
2003-09-13Sprinkle .PHONY.jlam1-1/+2
2003-09-13+ yudit-2.7.6, kopete-0.7.2 [pkg/22777]wiz1-3/+3
- gtkhtml (thanks, tron!).
2003-09-13Mentioning the fetchmailconf update once should be enough (hi tron!).wiz1-2/+1
2003-09-13Instead of trying to avoid creating perllocal.pod, go ahead and create it,jlam1-9/+3
except ignore it when linkfarming. This avoids conflicts between the many perllocal.pod files across different depoted packages.
2003-09-13Don't install unpatched (*.orig) files leftover from the patch process.jlam1-1/+4
2003-09-13Note update of "fetchmailconf" package to version 6.2.4nb1.tron1-1/+2
2003-09-13Note update of "fetchmailconf" package to version 6.2.4nb1.tron1-1/+2
2003-09-13Bump package revision after revision of "fetchmail" package was bumpedtron1-1/+2
which also fixes the broken dependency. (hi, grant!)
2003-09-13Note update of "gtkhtml" package to version 1.1.10.tron1-1/+2
2003-09-13Update "gtkhtml" package to version 1.1.10. A meaningful list of changestron3-42/+41
is not available. But this version fixes a security problem described in CAN-2003-0541.
2003-09-13Some platforms have feeble install tools that can't take more than onejlam1-7/+9
file at a time. Also some minor clean-ups.
2003-09-13Use SHLIBTOOL to install the plugins since we used it to build them.jlam2-4/+6
2003-09-13* Use LIBTOOL_OVERRIDE instead of LTCONFIG_OVERRIDE.jlam7-16/+22
* Use ${SHLIBTOOL} to build the shared plugins so we don't get the useless lib<plugin>.a file.
2003-09-13Document IMAP_UW_MAILSPOOLHOMEkim1-1/+7
2003-09-13Add IMAP_UW_MAILSPOOLHOME (analogous to PROCMAIL_MAILSPOOLHOME). Tokim3-2/+34
default user mailboxes to their home directory, specify the name of the mailbox file.
2003-09-13Fix cases where we were calling "${PKG_BEST_EXISTS} <pkgbase>". <pkgbase>jlam1-7/+8
isn't actually a pkgpattern; what we really want is <pkgwildcard>. This should fix breakage with the "update" and "replace" targets introduced in revisions 1.1275 and 1.1278.
2003-09-13* Provide a default SPAMASSASSIN_USE_SSL?=NO.jlam1-63/+61
* Use ALL_TARGET appropriately instead of using a post-build target. * Get rid of DEPTHFIRST* variables and do the "depth-first" listing by using a reverse sort instead. * Get rid of extra shell processes. * Tabify.
2003-09-13Move the perl dependency a little higher to be with all of the otherjlam1-2/+3
dependencies.
2003-09-13Don't escape '#' within a print statement as it seems to break with somejlam1-3/+3
awks. Thanks to Hubert Feyrer for the fix!
2003-09-13Use LIBSWANTED.IRIX and remove inclusion of libiconv buildlink as it's nojschauma1-4/+2
longer needed. Suggested by jlam@.
2003-09-13Unbreak pkg_install on Irix by adding irix to the statvfs dance in libnbcompat,jschauma2-3/+3
as suggested by Grant.
2003-09-13INSTALL_TARGET is now "install" again after rev. 1.19 of perl5/module.mk.jlam1-6/+2
2003-09-13Back out INSTALL_TARGET?= pure_install since it will break severaljlam1-2/+2
packages that build and install perl5 modules as part of a larger installation.
2003-09-13Rename _PERL5_VAR.* to _PERL5_SITEVAR.* and move them to somewhere globaljlam1-16/+21
so the the remainder of this file can use their values. Also override the PREFIX with the module's PREFIX so the default directories end up pointing in the right place.
2003-09-13Catch up with INSTALL_TARGET changes in perl5/module.mk. INSTALL_TARGET isjlam1-4/+6
now set to "pure_install" in perl5/module.mk, so we need to append the additional target "inst_cfs" that is normally invoked by the "install" target in ${WRKSRC}/Makefile.
2003-09-13Reorder some lines to make the Makefile layout more standard and fix somejlam1-10/+8
whitespace.
2003-09-13-p5-Net-DNS-0.40jlam1-2/+1
2003-09-13Kill the odd "duplicate checksum target" warning by rearranging a testjlam1-2/+2
condition. This only happened when we set PKG_*_REASON and have extracted the package.
2003-09-13Instead of using PKG_SYSCONFBASE, substitute with PKG_SYSCONFDIR for thejlam1-3/+3
full /etc/mail/spamassassin. This is more precise.
2003-09-13Need to override the directory that scripts are installed into. For somejlam1-3/+11
reason, there isn't a sitescript variable.
2003-09-13_PERL_{INSTALLSITELIB,etc.} shouldn't be added to MAKEFLAGS since theirjlam1-9/+16
values change for every dependent package that you enter and invoke a sub-make.
2003-09-13Updated security/p5-IO-Socket-SSL to 0.95. Changes version version 0.93jlam3-6/+7
include: - Better opened() behavior when sockets close unexpectedly. - Added support for WeakRef and Scalar::Util to allow IO::Socket::SSL objects to auto-destroy themselves when they go out of scope. - Added croak()ing for unimplemented send() and recv() methods so they are not accidentally used to transmit unencrypted data. The Perl builtin functions cannot be reliably trapped and are still dangerous, a fact that the POD now reflects - Changed accept() to use inherited accept() instead of IO::Socket::accept, so that IPv6 inheritance is possible. - Added options to import() so that a user could specify IPv6 or IPv4 mode of operation.
2003-09-13Update security/p5-Net-SSLeay to 1.25. Changes from version 1.23 include:jlam3-6/+7
- new features: http and raw tcp support - fixed apparent STDIO vs. sysread bug in proxy connect - added tcpecho.pl and tcpcat.pl to MANIFEST - fixed some further bugs with TCP read all, etc. - fixed some const char pointer warnings
2003-09-13Note recent updates:jdolecek1-1/+4
libxml2 to 2.5.10nb1 - disabled thread awareness; buildlink depends not bumped since this is internal library change invisibile from outside of library php4-domxml to 4.3.3nb1 - with non-threaded libxml2 2.5.10nb1, this module is now loadable and works vmware-module3 to 3.2.1.5 - update for -current kernel changes
2003-09-13Revert back to buildlink2.jlam1-4/+2
2003-09-13Updated net/p5-Net-DNS to 0.40. Changes from version 0.33 include:jlam4-23/+21
Net-DNS-SEC updates, seems that IETF has been busy redefining DNSSEC. When parsing resolver configuration files, IPv6 addresses are now skipped, as Net::DNS does not yet have IPv6 support. Broke Net::DNS::Resolver into seperate classes. Many of the globals in Net::DNS::Resolver no longer exist. They were never documented so you never used them.... right? Options to Net::DNS::Resolver->new() are now supported, including using your own configuration file. Moved next_id() from Resolver.pm to Header.pm (which is where it is used). Tie::DNSHash removed from the package, see Tie::DNS from CPAN for a more complete implementation of a DNS hash. Applied David Carmean's patch for handling more than one string in a TXT RR's RDATA section. Applied patch from Dan Sully (daniel@electricrain.com) allowing multiple questions to be part of a DNS packet.
2003-09-13Update to 3.2.1.5, which adapts to -current changes - p_dupfd move fromjdolecek2-17/+16
struct proc to l_dupfd in struct lwp also, the archive is now wrapped classic way, so no ${WRKSRC} override is necessary
2003-09-13We just depend on the package that best matches the pkgpattern, so removejlam1-17/+2
the unreachable code surrounded by checks for matching multiple packages.
2003-09-13Change a few more uses of PKG_INFO into PKG_BEST_EXISTS. This correctsjlam1-5/+6
the package size calculation and finding out for which packages we need to add to +REQUIRED_BY.
2003-09-13Only include libiconv/buildlink2.mk on IRIX. It's not needed on NetBSD.jlam1-2/+4
2003-09-13Add the config files to the view also when there are rc.d scripts present.jlam3-6/+13
Ignore any .pkgsrc files as those aren't meaningful for views.
2003-09-13Update pkg_install to 20030913. Changes from version 20020912 are quietingjlam3-6/+7
the file removal when deleting linkfarms if the expected file doesn't exist. Since the symlink isn't there, the mission is already accomplished, so why bother with the warning?
2003-09-13Remove unneeded patch... module.mk sets INSTALLDIRS for us.jlam2-14/+1
2003-09-13Update time/p5-Time-HiRes to 1.50. Changes from version 1.49 include:jlam4-19/+7
- &Time::HiRes::d_nanosleep was broken (perl change #20131) - the nanosleep() probe was broken (perl change #20061)
2003-09-13Updated freetype2 to 2.1.5adam1-1/+2
2003-09-13LATEST CHANGES BETWEEN 2.1.5 and 2.1.4adam5-24/+17
I. IMPORTANT BUG FIXES - Parsing the /CIDFontName field now removes the leading slash to be in sync with other font drivers. - gzip support was buggy. Some fonts could not be read. - Fonts which have nested subglyphs more than one level deep no longer cause a segfault. - Creation of synthetic cmaps for fonts in CFF format was broken partially. - Numeric font dictionary entries for synthetic fonts are no longer overwritten. - The font matrix wasn't applied to the advance width for Type1, CID, and CFF fonts. This caused problem when loading certain synthetic Type 1 fonts like "Helvetica Narrow" - The test for the charset registry in BDF and PCF fonts is now case-insensitive. - FT_Vector_Rotate rotating sometimes returned strange values due to rounding errors. - The PCF driver now returns the correct number of glyphs (including an artificial `notdef' glyph at index 0). - FreeType now supports buggy CMaps which are contained in many CJK fonts from Dynalab. - Opening an invalid font on a Mac caused a segfault due to double-freeing memory. - BDF fonts with more than 32768 glyphs weren't supported properly. II. IMPORTANT CHANGES - Accessing bitmap font formats has been synchronized. To do that the FT_Bitmap_Size structure has been extended to contain new fields `size', `x_ppem', and `y_ppem'. - The FNT driver now returns multiple faces, not multiple strikes. - The `psnames' module has been updated to the Adobe Glyph List version 2.0. - The `psnames' module now understands `uXXXX[X[X]]' glyph names. - The algorithm for guessing the font style has been improved. - For fonts in sfnt format, root->height is no longer increased if the line gap is zero. There exist fonts (containing e.g. form drawing characters) which intentionally have a zero line gap value. - ft_glyph_bbox_xxx flags are now deprecated in favour of FT_GLYPH_BBOX_XXX. - ft_module_xxx flags are now deprecated in favour of FT_MODULE_XXX. - FT_ENCODING_MS_{SJIS,GB2312,BIG5,WANSUNG,JOHAB} are now deprecated in favour of FT_ENCODING_{SJIS,GB2312,GIB5,WANSONG,JOHAB} -- those encodings are not specific to Microsoft. III. MISCELLANEOUS - The autohinter has been further improved; for example, `m' glyphs now retain its vertical symmetry. - Partial support of Mac fonts on non-Mac platforms. - `make refdoc' (after first `make') builds the HTML documentation. You need Python for this. - The make build system should now work more reliably on DOS-like platforms. - Support for EMX gcc and Watson C/C++ compilers on MS-DOS has been added. - Better VMS build support. - Support for the pkg-config package by providing a `freetype.pc' file. - New configure option --with-old-mac-fonts for Darwin. - Some source files have been renamed (mainly to fit into the 8.3 naming scheme).
2003-09-13editors/mule-ucs now supports emacs20.minoura2-4/+4
Thanks again to Ogawa-san.