summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2006-01-23Skip ".orig" files in the pax copy, in case local patches (or possibletv1-2/+2
pkgsrc patches) patch things in cf/.
2006-01-23Has BROKEN_GETTEXT_DETECTION.joerg1-1/+2
2006-01-23Updated chat/psi to 0.10xtraeme2-3/+3
2006-01-23Update to 0.10.xtraeme6-170/+103
- Psi will now sign out before Windows or Mac OS X machines go to 'sleep' - The default text input line in the chat dialogs starts at one line tall, and grows as necessary. - The Roster can now be automatically resized to fit all contacts. - The Roster now has a menu bar available on Windows and Linux - Chat windows can be collected together using tabs - On Windows and Mac OS X, selected text may be automatically copied to the clipboard. - Mac OS X builds now enjoy Growl(.info) support - Photos are now available in the VCard dialog - New default colour scheme - Roster and chat dialog opacity is now configurable on Windows and Mac OS X - The colour scheme is now slightly more configurable - Assorted minor feature additions and bug fixes - Number of unread messages is now visible in the dock on Mac OS X - GPG passphrases are now cached during the entire Psi session - 'Authorization received' messages can now be ignored - Roster and chat windows can be made transparent
2006-01-23Update distinfo to match patches.joerg1-2/+2
2006-01-23Install flphoto's man pages install man/manX and only there.joerg1-1/+2
2006-01-23Don't install faked cat pages, only real the real man page.joerg3-5/+5
Bump revision.
2006-01-23Builds on DragonFly.joerg1-1/+2
2006-01-23Patch Imakefile to use normal ManDir + MANSUFFIX=6, instead of thejoerg3-6/+26
INSTMANDIR mess set by Local.Config. Use PLIST imake variables.
2006-01-23leapsecs_read.c needs DJB errno cure.joerg1-1/+3
2006-01-23Don't disable builtin readline, express dependency on GNU readlinejoerg1-2/+2
instead.
2006-01-23Workaround a bug in time.h on DragonFly.joerg4-1/+42
2006-01-23Don't hard-code -lpthread, use ${PTHREAD_LDFLAGS} ${PTHREAD_LIBS}.joerg2-1/+15
2006-01-23Fix errno.joerg2-1/+16
2006-01-23Made the package work with SunPro on Solaris 8. That C++ compilerrillig1-1/+8
neither knows __FUNCTION__ nor __func__.
2006-01-23Depend on mysql5-server by default, so that it match default dependencyxtraeme1-2/+3
specified in the mysql.buildlink3.mk file. Bump PKGREVISION.
2006-01-23Instead of accumulating _ALL_DEPENDS_PKGSRCDIRS, accumulate _ALL_DEPENDSjlam1-4/+4
instead -- this keeps more information around.
2006-01-23gzcat needs the full command, not only the pathname, in case it isrillig1-2/+2
${GZIP} -cd.
2006-01-23Fix installation error seen in bulk build.hira2-1/+15
Tested on NetBSD/i386 3.0_STABLE.
2006-01-23Forgotten patch to add DragonFly support.joerg1-0/+14
2006-01-23Note textproc/antiword PKGREVISION bump: security fix.salo1-1/+2
2006-01-23Security fix for CVE-2005-3126:salo3-2/+64
"The kantiword script in antiword allow local users to overwrite arbitrary files via a symlink attack on temporary output and error files." Replace the naive mktemp usage with something that actually works.
2006-01-23The ../../mk/scripts/extract shell program does not work with Solaris'rillig1-2/+2
/bin/sh. Fixed by invoking it via ${SH}.
2006-01-23Has BROKEN_GETTEXT_DETECTION.joerg1-1/+3
2006-01-23Replace hardcoded "-lpthread" with "PTHREAD_LIBS" and "PTHREAD_LDFLAGS".tron2-1/+15
That should fix the build under DragonFly.
2006-01-23Remove as maintainer of this package. I'm not using it for ages.tron1-2/+2
2006-01-23Updated devel/p5-Test-Cmd to 1.05wulf1-1/+2
- Fix the subdir(), read(), and write() methods to handle the case when the first element in an array-reference file name is an absolute path name. - Fix writable() so that it only records errors from chmod() on files, not exit with no_result(). - Doc changes to make some of the variables in the SYNOPSIS look like Perl variables. - Add a Test::Cmd::Common module that sub-classes Test::Cmd to provide common exception-handling, eliminating the need for everyone to roll their own fail()/no_result() logic for common errors. - Update Test::Cmd documentation to add explicit examples of using Test::Cmd in conjunction with Test::Harness, Test::Unit, and Aegis. Mention that Test::Cmd::Common is available.
2006-01-23Updated p5-Test-Cmd to 1.05:wulf2-6/+6
- Fix the subdir(), read(), and write() methods to handle the case when the first element in an array-reference file name is an absolute path name. - Fix writable() so that it only records errors from chmod() on files, not exit with no_result(). - Doc changes to make some of the variables in the SYNOPSIS look like Perl variables. - Add a Test::Cmd::Common module that sub-classes Test::Cmd to provide common exception-handling, eliminating the need for everyone to roll their own fail()/no_result() logic for common errors. - Update Test::Cmd documentation to add explicit examples of using Test::Cmd in conjunction with Test::Harness, Test::Unit, and Aegis. Mention that Test::Cmd::Common is available.
2006-01-23Bumped wm/icewm and wm/icewm-imlib for PLIST fix.ghen1-1/+3
2006-01-23Fix PLIST (two new taskbar icons since 1.2.23), bump PKREVISION for bothghen3-3/+7
wm/icewm and wm/icewm-imlib.
2006-01-23note update of lang/python24 to 2.4.2nb3recht1-1/+2
2006-01-23Fix module compilation / libpython build on Darwin. This enables modulesrecht4-76/+957
not part of the std. Python install to work again. Secondly, add a patch from Christoph Ludwig ( http://sourceforge.net/tracker/?func=detail&aid=1324762&group_id=5470&atid=305470 ) which contains the following changes (from the SourceForge post): 1) The configure option --with-cxx is renamed --with-cxx-main. This was done to avoid surprising the user by the changed meaning. Furthermore, it is now possible that CXX has a different value than provided by --with-cxx-main, so the old name would have been confusing. 2) The compiler used to translate python's main() function is stored in the configure / Makefile variable MAINCC. By default, MAINCC=$(CC). If --with-cxx-main is given (without an appended compiler name), then MAINCC=$(CXX). If --with-cxx-main=<compiler> is on the configure command line, then MAINCC=<compiler>. Additionally, configure sets CXX=<compiler> unless CXX was already set on the configure command line. 3) The command used to link the python executable is (as before) stored in LINKCC. By default, LINKCC='$(PURIFY) $(MAINCC)', i.e. the linker front-end is the compiler used to translate main(). If necessary, LINKCC can be set on the configure command line in which case it won't be altered. 4) If CXX is not set by the user (on the command line or via --with-cxx-main), then configure tries several likely C++ compiler names. CXX is assigned the first name that refers to a callable program in the system. (CXX is set even if python is built with a C compiler only, so distutils can build C++ extensions.) 5) Modules/ccpython.cc is no longer used and can be removed.
2006-01-23note update of security/dirb to 1.9recht1-1/+2
2006-01-23update to 1.9recht2-7/+9
Patch submitted in PR 32598 by pancake <at> phreaker <dot> net In other words: - Add more checks and fixups on the engine. - More keywords in wordlists database. - Add new mode called 'silent mode' - more charsets availables for gendict - add some more examples - add fine tuning for words in NEC=200
2006-01-23Change DIST_SUBDIR - skins have been updated on master site again.recht2-66/+66
Adresses PR 32597 by David H. Gutteridge
2006-01-23add vmware-5.5 to the list of suggested updatesrecht1-1/+2
update requested in PR 32566 by Omar A
2006-01-23Note neon-0.25.5 update.epg2-3/+3
2006-01-23Update provided by wiz.epg2-6/+6
Changes in release 0.25.5: * ne_ssl_clicert_decrypt(): catch and fail to load a client cert with mismatched key/cert pair. * Fix build issue on AIX 5.1. * Fix warnings if built against OpenSSL >= 0.9.8. * Win32: fix issues in SSPI implementation (Stefan Küng).
2006-01-23Allow build with neon 0.25.5.epg2-1/+15
2006-01-23- Made the parser for distinfo files stricter. It can catch mismatchedrillig1-14/+59
filenames now. - MD5 checksums are marked as deprecated. - Warnings from distinfo files now appear correctly sorted.
2006-01-23Added REPLACE_PERL. Bumped PKGREVISION.rillig1-2/+4
2006-01-23Fixed pkglint warnings.rillig1-17/+17
2006-01-23- Made -Wvarorder work like stated in the documentation. I had replaced therillig1-5/+9
wrong ``false'' with $opt_warn_varorder. - Fixed the detection of $seen_Makefile_common.
2006-01-22Fixed pkglint warnings. Because the Perl scripts are now installed with therillig1-3/+3
correct interpreter, bumped PKGREVISION.
2006-01-22- Instead of only allowing the :Q modifier for quoting, allow any modifierrillig1-2/+7
that ends in :Q. - When NO_CONFIGURE ist defined, REPLACE_PERL does not work.
2006-01-22Note update of "xpdf" package to version 3.01pl1nb4.tron1-1/+2
2006-01-22Apply security fix for SA18303 taken from Fedora Core 4.tron5-18/+204
Bump package revision because of this fix.
2006-01-22Update message. The proposed rm of the ~/.blender needed the flags `-rf' toreinoud1-2/+2
be effective. Not a problem, but an annoyance for users that might not be well introduced enough.
2006-01-22The Perl program fo/pdf2index is installed with the correct scriptrillig1-3/+5
interpreter. Removed NO_CONFIGURE, because it conflicts with REPLACE_PERL. Added a runtime dependency on Perl. Bumped PKGREVISION.
2006-01-22- added USE_LANGUAGES variable to indicate that doc++ needs c++ to compileschwarz2-1/+19
- added a hacks.mk file to deal with the sys/types.h vs. inttypes.h confilct on IRIX 5.3.