summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2007-03-08Also expand X11BASE.joerg1-2/+2
2007-03-08Fixed a g++ error message from PR 35947. Patch provided by Gillesrillig4-13/+38
Dauphin. While here, fixed all pkglint warnings and modernized the buildlink3.mk file.
2007-03-08Fixed AWK interpreter in two scripts. PKGREVISION++rillig1-3/+4
2007-03-08NetBSD has <err.h>. Fixes PR 33036.rillig1-1/+2
2007-03-08Fixed the PLIST. PKGREVISION++rillig2-2/+5
2007-03-08make pwd workpooka2-11/+40
2007-03-07A hint to the real problem is a nice addition to an error message.rillig1-2/+4
2007-03-07Added the BULK_ID to BULK_BUILD_ID_FILE, so that multiple bulk builds canrillig1-2/+2
share the same pkgsrc tree in read-write mode. Fixes PR 35939.
2007-03-07Merge patch-dw from thunderbird to fix build on DragonFly.joerg2-1/+15
2007-03-07Added the flags to control diagnostics.rillig1-1/+7
2007-03-07Fix build on DragonFly as RNG_RNGInit was calling itself due to badjoerg2-1/+15
linkage. I love platform dependent magic in each Makefile.
2007-03-07Replaced sed(1) and mv(1) with the SUBST framework.rillig1-14/+9
2007-03-07note thunderbird/firefox/seamonkey pkgrevision bumpdmcmahill1-1/+9
2007-03-07Dynamically generate the part of the PLIST for libfreebl. This is becausedmcmahill19-83/+96
the exact names of the freebl libraries depends on the platform and they have a habit of changing even on minor releases. This causes these mozilla packages to be broken quite a lot on platforms other than NetBSD/i386. Hopefully this fix will last longer than previous ones. pkgrevision bumps all around.
2007-03-07Fixed the quoting for SUBST_VARS.*. Now every character gets replacedrillig1-2/+5
properly. The regression test passes.
2007-03-07Added a regression test for the SUBST framework, especially the newlyrillig3-1/+38
introduced SUBST_VARS.
2007-03-07Bah, not my day. Add the DragonFly patches as rest of the last commit.joerg4-0/+70
2007-03-07Allow this to build on DragonFly. Complete untested, feedback is welcome.joerg4-492/+568
If it is provided, it might be worth to fix the distribution name :-)
2007-03-07Fixed a segmentation fault on IRIX. Although IRIX provides therillig5-6/+87
REG_STARTEND macro, it doesn't work as expected. A simple test case is: printf '\0\n\0\n' | nbsed /a/d This test does not yet work as expected, but at least it doesn't cause segmentation faults anymore. Handling of '\0' bytes must be improved.
2007-03-07Fix booost::regex test. This feels like a deja-vu, not sure where I hitjoerg3-4/+16
this before. Most likly a broken upstream macro.
2007-03-07Fix build on DragonFly. XXX Make this use devel/libsigsegv.joerg2-1/+33
2007-03-07Let this also build on DragonFly.joerg14-50/+76
2007-03-07Fix build on systems which have pw_change but not _PASSWORD_CHGNOW.joerg2-1/+18
2007-03-07No Python 2.2 support.joerg1-2/+2
2007-03-07Don't assume time_t and long are the same (on sparc64, they aren't).gdt4-2/+49
Fixes ascii timestamps in greylist.db, but as this is solely for the benefit of humans looking at the file functionality is unchanged.
2007-03-07Sync PLIST and build instructions: force it to believe thatjoerg3-14/+25
texi2dvi and texi2html exist, so that configure believes that the documentation is wanted. Afterwards just patch the Makefile to not really use those as intended according.
2007-03-07Use INSTALLATION_DIRS to create directories.reed1-2/+3
This is for PR #35945.
2007-03-07IRIX has <alloca.h>.rillig1-1/+2
2007-03-07note update of p5-Net-RawIP to 0.21_03gson1-1/+2
2007-03-07Fix build on systems without wordexp(3). While wordexp returns thejoerg2-1/+15
pattern if nothing is matched, glob(3) by default considers that an error.
2007-03-07Updated to version 0.21_03 as version 0.2 no longer builds ongson2-8/+10
NetBSD-current. Changes since 0.2: 0.21_03 Fri Sep 15 11:26:17 IDT 2006 - Received official maintainership from Sergey - In Makefile.PL check for the location of the header file, report if it could not be found. 0.21_02 Sep 10 2006 - Cleaning up the C code (indentation) - More tests - Cleaning up the documentation, replacing the bad English of Sergey with the bad English of Gabor. - new() dies if wrong or duplicate protocols given All by Gabor Szabo 0.21_01 Sat Sep 9 23:59:07 IDT 2006 - Cleaning up many warnings that were probably due to using gcc 4+ - Cleaning up several assignment errors that were probably due to gcc 4+ - Lots of cleanup in the Perl code - Add tests All by Gabor Szabo
2007-03-07Fixed a GNU awk warning about quoting.rillig1-2/+2
2007-03-07Forgot to cvs add the patch to not run doxygen (and fail if it doesn'tjoerg1-0/+13
exist).
2007-03-07Use external libtiff (which fixes the build on DragonFly).joerg3-3/+9
Fix PLIST. Bump revision.
2007-03-07+ x11/appresjoerg2-2/+8
+ x11/beforelight + x11/bitmap
2007-03-07Import bitmap-1.0.3.joerg4-0/+62
The bitmap program is a rudimentary tool for creating or editing rectangular images made up of 1's and 0's. Bitmaps are used in X for defining clipping regions, cursor shapes, icon shapes, and tile and stipple patterns. The bmtoa and atobm filters convert bitmap files to and from ASCII strings. They are most commonly used to quickly print out bitmaps and to generate versions for including in text. This is from the modular X.org X11 project.
2007-03-07Import beforelight-1.0.2.joerg4-0/+32
The beforelight program is a sample implementation of a screen saver for X servers supporting the MIT-SCREEN-SAVER extension. This is from the modular X.org X11 project.
2007-03-07Import appres-1.0.1.joerg4-0/+33
The appres program prints the resources seen by an application (or subhierarchy of an application) with the specified class and instance names. It can be used to determine which resources a particular program will load. This is from the modular X.org X11 project.
2007-03-07Modular Xorg support. Make it actually use the wrapper framework.joerg4-30/+42
The build script overwrote PATH and didn't see the wrapper scripts for that reason.
2007-03-07Update the hugs additional modules (hugs-HUnit, hugs-unix and hugs-HaXml)jmmv10-24/+61
to the versions corresponding to the 2006-09 release. This should have been done when the main hugs package was updated to this version back in October of past year.
2007-03-07Fixed the documentation of the opt:*:* transformation.rillig1-2/+2
2007-03-07update to 3.3.13drochner2-6/+6
changes: -bugfixes -enhanced PRAGMA integrity_check
2007-03-07update to 1.2.16drochner2-6/+6
changes: 1.2.15: This release contains a significant Astribank (XPP) driver update, support for Digium's TE120P card, and various bug fixes. 1.2.16: This release contains a number of bug fixes, including a fix for a recently discovered security vulnerability. All Asterisk 1.2 users are urged to update to this release as soon as possible. This is in response to PR pkg/35924 by David Wetzel. The PR suggests to update to 1.4.1, but since I'm not using Asterisk myself I prefer to do just the minor update (which also fixes the security vulnerability) for now.
2007-03-07update to 1.4.7, from Christian Gall per PR pkg/35940drochner3-7/+8
This fixes a security problem which is rather an application issue: The user wasn't notified about additional text (not covered by the signature) unless the --status-fd flag is used.
2007-03-07Added a kerberos option. Fixes PR 12292.rillig1-2/+7
2007-03-07Better documentation.rillig1-7/+15
2007-03-07Updated mail/dovecot to 1.0rc26.ghen1-1/+2
2007-03-07Update to dovecot-1.0rc26.ghen2-6/+6
Most importantly this should fix mbox problems in recent RCs. * Changed --with-headers to --enable-header-install * If time moves backwards only max. 5 seconds, sleep until we're back in the original present instead of killing ourself. An error is still logged. - IMAP: With namespace prefixes LSUB prefix.* listed INBOX.INBOX. - deliver: Ignore mbox metadata headers from the message input. X-IMAP header crashed deliver. - deliver: If mail_debug=yes, drop out DEBUG environment before calling sendmail binary. Postfix's sendmail didn't really like it. - mbox: X-UID brokeness fixes broke rc25 even with valid X-UID headers. Now the code should finally work right. - Maildir: When syncing a huge maildir, touch dovecot-uidlist.lock file once in a while to make sure it doesn't get overwritten by another process. - Maildir++ quota: We didn't handle NUL bytes in maildirsize files very well. Now the file is rebuilt when they're seen (NFS problem). - Index/view handling fix should fix some crashes/errors - If index files were moved to a different endianess machine, Dovecot logged all sorts of errors instead of silently rebuilding them. - Convert plugin didn't change hierarchy separators in mailbox names. - PostgreSQL authentication could have lost requests once in a while with a heavily loaded server. - Login processes could have crashed in some situations - auth cache crashed with non-plaintext mechanisms
2007-03-07Note net/lftp update.salo1-1/+2
2007-03-07Update to version 3.5.9salo3-15/+14
Changes: 3.5.9: ====== - Fixed `mirror --script' which generated improperly quoted shell commands (potential security vulnerability, when someone executes the resulting script). 3.5.8: ====== - Fixed `sleep' command. 3.5.7: ====== - Fixed a spurious timeout when uploading a file.