summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2007-10-30Make the port program memsup build again. This way, PLIST is correct, sois3-8/+12
that pkg_sync and pkg_tarup work (on NetBSD-4). memsup.erl/memsup.c still need work to make it actually work on NetBSD.
2007-10-30Added LICENSE=gnu-gpl-v2martti2-2/+4
2007-10-30Added LICENSE=modified-bsdmartti1-1/+2
2007-10-30Added LICENSE=gnu-gpl-v2martti2-2/+4
2007-10-30Added LICENSE=gnu-gpl-v2martti7-7/+14
2007-10-30Added LICENSE=postfix-licensemartti2-2/+4
2007-10-30Added the postfix license.martti1-0/+221
2007-10-30Add the German mirror.martti1-3/+8
2007-10-30Updated editors/emacs-packages to 0.9dsainty1-1/+2
2007-10-30Somewhat overdue, add devel/doxymacs. Bump to 0.9.dsainty1-2/+3
2007-10-30Updated time/rclock to 2.7.10dsainty1-1/+2
2007-10-30Update to version bundled with rxvt-2.7.10, since rxvt-2.6.0 is no longerdsainty3-18/+16
available for download. Update MASTER_SITES to match rxvt package. No known changes to rclock.
2007-10-30Updated mail/dovecot to 1.0.7.ghen1-1/+2
2007-10-30Update to Dovecot 1.0.7.ghen2-6/+6
Almost missed this one. I had already fixed it in v1.1 tree, but forgot to fix in v1.0 tree. - deliver: v1.0.6's "From " line ignoring could have written to a bad location in stack, possibly causing problems.
2007-10-30Backing out unintended changeshannonjr1-18/+2
2007-10-30Back out unintended changeshannonjr1-23/+29
2007-10-30Added games/alephone version 20071020wiz1-1/+2
2007-10-30+ alephone.wiz1-1/+2
2007-10-30Import alephone from pkgsrc-wip, packaged by Chris Trekker and updatedwiz4-0/+81
by Timothy E. Larson: Just before Bungie was acquired by Microsoft, they released the engine to their acclaimed Marathon 2 under the GPL. This has evolved into Aleph One, which makes it possible to play the classic Marathon Trilogy on a wide range of systems with improved features like OpenGL and internet play. http://trilogyrelease.bungie.org : download the (now free) original games http://traxus.jjaro.net : information and links to third-party scenarios
2007-10-30No not include options.mkmartti1-3/+1
2007-10-30Add INSTALLATION_DIRS+=lib and prepand ${DESTDIR} to do-install:bjs1-3/+4
destination paths so that DESTDIR installations work. I'm not bumping the revision because the resultant binaries should not be different; please let me know if I should've bumped it.
2007-10-30+ Updated sysutils/pcvt-utils to 20000611nb1 [bjs 2007-10-30]bjs1-1/+2
2007-10-30-- Add DESTDIR support.bjs4-11/+39
-- Use INSTALLATION_DIRS_FROM_PLIST=yes; share/playvt wasn't in PLIST. -- Change some assignment operators to ?=, and: -- Add USE_BSD_MAKEFILE=yes to set those values. -- Bump rev.
2007-10-30Add gmp-fat optionbjs1-0/+1
2007-10-30+ Updated devel/gmp to 4.2.2 [bjs 2007-10-30]bjs1-1/+2
2007-10-30Update to version 4.2.2. Support DESTDIR installation. Add optionbjs2-7/+25
to build a "fat" binary on (${MACHINE_ARCH} == "i386" && ${OPSYS} != "Darwin"). This isn't enabled by default now, but it might be useful for build builds, as it uses cpuid at runtime to choose the most appropriate assembler code. Insofar as I can tell, no BUILDLINK_A[BP]I_DEPENDS bump is necessary. NOTE: Support for Darwin-*-i386 and Darwin-*-x86_64 has been improved, see below. Thus, I recommend that we test building the assembler code on Darwin at some point. Changes between GMP version 4.2.1 and 4.2.2: * License is now LGPL version 3. Bugs: * Shared library numbers corrected for libcxx. * Fixed serious bug in gmpxx.h where a=a+b*c would generate garbage. Note that this only affects C++ programs. * Fix crash in mpz_set_d for arguments with large negative exponent. * Fix 32-bit ABI bug with Itanium assembly for popcount and hamdist. * Fix assembly syntax problem for powerpc-ibm-aix with AIX native assembler. * Fix problems with x86 --enable-fat, where the compiler where told to generate code for the build machine, not plain i386 code as it should. * Improved recognition of powerpc systems wrt Altivec/VMX capability. * Misc minor fixes, mainly workarounds for compiler/assembler bugs. Speedups: * "Core 2" and Pentium 4 processors, running in 64-bit mode will get a slight boost as they are now specifically recognized. Features: * New support for x86_64-solaris * New, rudimentary support for x86-apple-darwin and x86_64-apple-darwin. (Please see http://gmplib.org/macos.html for more information.)
2007-10-30Updated filesystems/fuse-ntfs-3g to 1.1030xtraeme1-1/+2
2007-10-30Update to 1.1030:xtraeme2-6/+6
* fix: big-endian problems exposed by the NTFS-3G Test Suite. * fix: free space calculation may was wrong for >1 TB volumes. * fix: some faulty Thunderbird versions caused system log flooding. * fix: uClibc and uClinux improvements. * fix: logging improvements. * fix: many other minor fixes.
2007-10-29Fix PLIST; from Takanori Ishihara, PR 37239.uebayasi2-2/+6
2007-10-29don't try to @dirrm share/devhelp/booksdrochner1-2/+1
2007-10-29-fix a syntax problem in the .desktop file leading to warningsdrochner3-3/+15
-pull in desktop-file-utils for sanity -bump PKGREVISION
2007-10-29include desktop-file-utils for sanitydrochner1-1/+2
2007-10-29Added entries for updating libprelude, prelude-manager and py-prewikka.shannonjr1-1/+4
2007-10-29Update to 0.9.13. Changes:shannonjr3-7/+13
- Only perform additional database request when using Sensor localtime: this bring a performance improvement of about 36% on aggregated query, when using either frontend localtime (the default), or UTC time. - JQuery support: Port most of the javascript code to make use of JQuery. Add show/hide effect to CSS popup. More filtering functionality in the SensorListing view. - Cleanup the Authentication class, so that uper Prewikka layer can act depending whether the backend support user creation / deletion. Anonymous authentication is nowa plugin. - Better integration of CGI authentication allowing user listing and deletion. - Report template exception directly to the user. - Fix exception if an alert analyzer name is empty. - Fix problem when adding new Prewikka users (#262). - Fix exception when user has no permission set. - When changing password, we didn't try to match an empty 'current password' (which is a minor issue since the user is already authenticated). Thanks to Helmut Azbest <helmut.azbest@gmail.com> for the fix. - Fix a typo making mod_python use the parent method (patch from Helmut Azbest <helmut.azbest@gmail.com>). - In the configuration file, recognize section even if there are whitespace at the beginning of the line. - Localization fixes, by Sebastien Tricaud <toady@gscore.org>, and Bjoern Weiland.
2007-10-29Update to 0.9.10. Changes:shannonjr2-6/+6
- Make threshold act like a real threshold: pass every Nth events in the defined amount of seconds. - Allow mixing Limit and Threshold. - Do not share the tresholding hash accross thresholding plugin instance: previously, the shared hash would result in strange thresholding plugin behavior if you had several instance of thresholding loaded. - Various bug fixes concerning plugin instance un-subscribtion (unsubscribtion of certain plugin was not triggered).
2007-10-29Update to 0.9.16. Changes:shannonjr2-7/+6
- Implement prelude-admin list [-l] command, which provide the ability to list existing profile name, permission, registration permission, analyzerID, and Issuer analyzerid. - Implement multiple analyzer deletion in prelude-admin. - Correct printing of IDMEF time field using non local GMT offset. - Patch to avoid struct typespec redefinition, due to variable mispelling. This fixes a compilation problem on OpenBSD 3.8. - Various bug fixes.
2007-10-29Updated databases/p5-DBD-SQLite to 1.14adrianp1-1/+2
2007-10-291.14adrianp2-6/+6
- Updated to SQLite 3.4.2 - Switch to sqlite3_prepare_v2 which fixes a number of bugs with re-using statements - Fix bug with overflowing integers in user defined functions - Fix bug when building under no-threads perl
2007-10-29PLIST correctionshannonjr2-7/+3
2007-10-29fix the check for NetBSD's broken dlopen(NULL):drochner2-6/+6
-"configure" decided to add libintl to LDFLAGS per default, this made the test for libintl.so/gettext always succeed. Use libm.so/sin for the test instead. -Fix a trivial typo introduced recently which caused the test result to be ignored. Now some applications behave better, but not perfect because jmmv's workaround can't deal with libraries loaded by dlopen'd objects.
2007-10-29remove the "debug" option -- it does not work in pkgsrc because CFLAGSdrochner2-13/+1
are overridden by the environment
2007-10-29Don't expect the OS to provide inb/outb, just define the assemblerjoerg3-20/+32
functions directly. Fixes build on NetBSD current. Add DESTDIR support.
2007-10-29Fix psycopg2 dependency line (reported by Stefan Schulze).gdt1-2/+2
2007-10-29mldonkey* updated to 2.9.2.wiz2-4/+4
2007-10-29Update to 2.9.2:wiz3-8/+7
2007/10/20: version 2.9.2 = tag release-2-9-2 6242: Allow deactivation of [telnet|gui|gift]_port by setting it to 0 2007/10/17 6240: GTK1 oldgui: Hide password in server settings 6239: Update GNU config.guess and config.sub to version 2007/07 Updated Mozilla protocol handler to version 2.2 - original source from http://www.informatik.uni-oldenburg.de/~dyna/mldonkey 6238: Fix statvfs code on alpha platform (Alexander Kotelnikov) 6237: EDK: Load server.met files from archives even if unpack fails - http://www.gruk.org/server.met.gz is not a gz archive at the moment... 2007/10/10 6231: Swarming: Propagate chunks of finished file before commit (pango) to other downloading files 2007/10/04 6223: GTK2 GUI: Compile with lablgtk-2.10.0 by default - this patch changes the lablgtk2 version used by ./configure - self-compiled lablgtk-2.10.0 must be patched with patches/lablgtk-2.10.0.patch 2007/09/30 6221: Configure: Remove unneeded checks 6220: GTK2 GUI: Fix compile bug due to changed API in lablgtk-2.10.0 - GTK2 GUI still compiles with older versions of lablgtk2 2007/09/13 6197: Options backup: Better log messages, remove useless exception
2007-10-29Unfinished packageshannonjr3-35/+62
2007-10-29Note addition of net/openwbem version 3.2.2agc1-1/+2
2007-10-29Add and enable openwbemagc1-1/+2
2007-10-29Initial import of openwbem-3.2.2 into the Packages Collection.agc8-0/+670
OpenWBEM is an enterprise-grade open-source implementation of WBEM, written in C++, suitable for commercial and non-commercial applications. It provides a foundation for development of management frameworks that overcome cross-platform barriers and empower true interoperability. Developers can use OpenWBEM as a management agent and WBEM framework to provide applications for configuration and change management, system health monitoring, and enterprise-wide management functionality.
2007-10-29Move editors/leim to editors/leim21 as it's only for emacs21.uebayasi7-7/+7