summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2007-09-21Fix builds using PostgreSQLadrianp2-4/+4
Fix MESSAGE to point to bugzilla.conf in the right directory Fixes from adam (at) albedo.art.pl via private email.
2007-09-21Update to version 1.3.1. Important changes:bjs2-6/+6
-- Support relative paths in catalogue:<dir> symlinks. -- Fix dirfd leak on CatalogueRescan(). -- Remove side effects from BuiltinReadDirectory()
2007-09-21Update to version 1.1.3.bjs3-7/+8
The most important feature of this release is a set of locking fixes, which unbreak this library for threaded apps. The lock issues were exposed by libxcb. -- XChangeDeviceControl: Fix completely broken locking -- XSetDeviceFocus: Add missing extension check -- XGetSelectedExtensionEvents: Still more locking bugs -- Bug #9659: Bad markup on XListInputDevices.3x
2007-09-21+ Update x11/libXrandr to v1.2.2.bjs1-1/+2
2007-09-21Update to version 1.2.2. Changes:bjs2-6/+6
Keith Packard (1): CrtcChange event format conversion was using 'height' for 'width'.
2007-09-21Note the start of the freeze on new functionality in pkgsrc, in preparationagc1-1/+2
for the pkgsrc-2007Q3 branch
2007-09-21Note the BitTornado and BitTornado-gui update to 0.3.18veego1-1/+3
2007-09-21Update BitTornado and BitTornado-gui to 0.3.18.veego4-13/+14
- Fix MASTER_SITES and HOMEPAGE. 0.3.18 This new release of BitTornado includes the ability to make encrypted connections. I've also finally stopped BitComet from being abusive to clients running in super-seed mode. The encryption standard followed, developed by Azureus, is available at http://www.azureuswiki.com/index.php/Message_Stream_Encryption BitTornado supports both header-only and full-stream encryption, though header-only is only supported in one of BitTornado's four encryption modes. 0.3.17 Few very minor changes, a new stable release. 0.3.16 This version is basically a maintenance release; Super-Seed mode is now working properly again, a minor long-standing bug has been repaired, and it looks like the new version of wxPython (or Python) has finally solved the client-crashing problem.
2007-09-21Fully ANSIfy and use size_t and uint32_t in places where u_int was usedjoerg16-149/+91
before. This fixes the build on QNX, where u_int is not exposed by the current set of headers. Make the prototypes of the crypto functions consistent.
2007-09-21Explicitly include iconv dependency as the package would like to use it.joerg1-1/+3
Bump revision.
2007-09-21Note the pioneers 0.11.2 updateveego1-1/+2
2007-09-21Update pioneers to 0.11.2.veego3-10/+34
Note: The server would listen on IPv6 only and not work if the kernel has IPv6 support. The client works fine for remote servers. This seems to be an old bug. Subversion Snapshot release 0.11.2 * Fixed a bug: It as not possible to press the OK button when discard cards after a seven was rolled Subversion Snapshot release 0.11.1 * New languages: Afrikaans and Japanese * Added customizable player icons * Added winnable check in the server and editor * New game feature: city walls * Map preview in the server * Cluster development cards of the same type * The chat panel can be moved to the right * Lauch the client from the server * Cosmetic changes * Various bugfixes * The 0.11 server can also handle 0.10 clients Subversion Snapshot release 0.10.2 * Added --version for all executables * Workaround for a Gtk+ bug * The metaserver unregisters inactive servers * The contents of the tarball is more complete * Various bugfixes Subversion Snapshot release 0.10.1 * Build script updated for easier building * Switch between games without quitting the client * Victory points for discovering an island * More strings are translatable * Announce new players when they enter the game * Lobby + robot * Better handling for disconnected players * Register games with the correct hostname at the metaserver * Various bugfixes Subversion Snapshot release 0.9.64 * Fix for the bugs introduced in 0.9.63 and 0.9.62 Subversion Snapshot release 0.9.63 * Minimum required versions: Glib 2.6, Gtk+ 2.6 * Does not use Gtk+ 2.8 icons anymore Subversion Snapshot release 0.9.62 * Several cosmetic changes * You can now choose to connect as a viewer * Several small fixes * Visual display of the resources * New quote tab page Subversion Snapshot release 0.9.61 * Manual updated * Several small fixes
2007-09-21+ Update lang/spidermonkey to 1.60nb1bjs1-1/+2
2007-09-21Add -fno-strict-aliasing to CFLAGS for ${CC_VERSION:Mgcc-[34]*}. Bump rev.bjs2-1/+13
ok'd by wiz@
2007-09-21+ Updated x11/beforelight to 1.0.3.bjs1-1/+2
2007-09-21Update to version 1.0.3. Fixes broken DESTDIR support, so patches arebjs4-35/+6
no longer necessary.
2007-09-21+ Updated xinit to 1.0.7.bjs1-1/+2
2007-09-21Update to xinit-1.0.7. This release fixes several fairly serious bugs,bjs2-8/+6
including: -- Bug #12448: Don't try to trap 'ERR'. startx is advertised as a POSIX sh script. These shells don't necessarily support trapping 'ERR'. This makes startx work again with dash (and probably others). -- Fix broken test for /dev/random cookie generation failure. -- Use /dev/random to generate the cookie if mcookie is unavailable. -- Setting XAUTHORITY without having actually generated a cookie and created .Xauthority led to issues if somebody like ssh later came around and made the .Xauthority file for their own setup. So, simply make it so that we never fail to create one. -- Remove .serverauth.$$ file on signals or errors pkgsrc changes: Remove cookie maker environment variable from CONFIGURE_ENV, as the script now does the "right thing". tested by me, seems to work fine, ok'd by agc@
2007-09-21Build plugin configuration file at install time and remove it atjoerg4-4/+22
deinstall time. This makes it possible to split off individual plugins and add DESTDIR support. Bump revision.
2007-09-21Fix spelling of variable and add DESTDIR support.joerg1-4/+5
2007-09-21Add DESTDIR support.joerg1-1/+3
2007-09-21Note the alevt 1.6.1 updateveego1-1/+2
2007-09-21Update alevt to 1.6.1.veego4-23/+22
- Fix MASTER_SITES and HOMEPAGE - The side effect of this update is that it builds now with MAKE_JOBS > 1 Tue Aug 20 05:22:16 MEST 2002 (1.6.1) - Removed the bttv-warning from the help pages ;-) Mon Jul 23 18:34:32 MEST 2001 - Fixed bug in ui.c - found by <pawel@sakowski.eu.org>. - When clicking on page numbers accept sub-page numbers too. Sat Dec 23 15:12:11 MET 2000 - Fixed 'double height last line' bug in export.c reported by <Matthias.Kleinmann@urz.uni-heidelberg.de> Thu Oct 12 02:19:31 MEST 2000 - The &nbsp; fix was wrong. Removed it.
2007-09-21Add MAKE_JOBS_SAFE=no to fix the following build problem:veego1-1/+3
epgui/piremind.c:1355: error: 'EPGTCL_RPI_IDX_COUNT' undeclared (first use in this function) There is a '-include $(BUILD_DIR)/*/*.dep' line in the package main Makefile, but it looks like this won't work and so build-netbsd/epgtcl/dlg_remind.h wasn't created early enough which contains this and other defines.
2007-09-21Updated www/ikiwiki to 2.6.1nb1wiz1-1/+2
2007-09-21Change DEPENDS according to http://ikiwiki.info/install/index.html .wiz1-14/+17
Also enable p5-PerlMagick for the img plugin (included in the goodstuff bundle). Bump PKGREVISION.
2007-09-21Comment out libgnomecanvas here too -- it is not a dependency any longer.wiz1-2/+2
2007-09-21After a long search, I finally found out where the message "NOTE:rillig1-2/+2
Couldn't lock the package database." came from. It was Solaris' pkgchk.
2007-09-21When replacing, use the oldname as found in work/.replace_oldname togdt1-4/+5
tar up, instead of PKGBASE. This enables modifying that file to have a package that isn't automatically found be the replace target, e.g., "echo libglade2-2.6.2 > work/.replace_oldname" after make replace fails to find a package to tar up when doing make replace in libglade.
2007-09-21Allow "inet6" as a package option for net/couriertcpd andjlam5-13/+45
mail/courier-mta. Modify mail/courier-imap to build regardless of the platforms IPv6 support and update meta-pkg/courier to the latest versions of the Courier mail server suite. Bump the PKGREVISIONs of the following packages: mail/courier-mta --> 7 meta-pkgs/courier --> 3 net/couriertcpd --> 2 This fixes PR pkg/37013 by Aleksej Saushev.
2007-09-21Fix seddo in previous.wiz1-2/+2
2007-09-21Fix build when ZSH_STATIC=yes; from Kouichirou Hiratsuka.uebayasi2-5/+5
2007-09-21Removed code duplication by calling the client-clean script.rillig3-12/+18
Before removing prefix, fix the permissions. Everything inside that directory must be writable and all directories must be searchable. NetBSD's chmod has an option -P which I would have liked to use, but POSIX requires only -R to be implemented. Therefore, it is possible that permissions of files outside the prefix are changed due to symlinks. The client-clean program promises to clean $prefix, so fail if that is not possible. A common cause for this is that some files inside have their flags set (see chflags(1) on NetBSD). When installing the bootstrap kit, the source may be either a regular file (which is then assumed to be a tar archive) or a directory (which is copied directly). The latter option is new and allows for easier changes of files once the bulk build has started.
2007-09-21Only save PREFIX in a tar file if the package has reached the installrillig1-3/+3
phase. This saves some disk space, and in most cases the contents of PREFIX is not interesting before. Added quotes around keep_wrkdir and keep_prefix because they were missing in a previous version of the example configuration file.
2007-09-21At Dieter's urging, rant about options vs split packages. (I am notgdt1-1/+31
set up for tools, and am guessing that commiting to source and not regenerating is better than not writing text.)
2007-09-21regenrillig1-0/+1
2007-09-21Further testing revealed that there was a syntax error left. Fixed.rillig1-1/+2
2007-09-21Mention today's renames (GConf*, libglade, libsigc++*, libart, lablgtk*).wiz1-1/+9
2007-09-21Fix paths for GConf, libglade, libart, libsigc++, lablgtk moves.wiz486-1263/+1420
Bump PKGREVISION.
2007-09-21Rename lablgtk to lablgtk1 and lablgtk2 to lablgtk.wiz25-635/+637
2007-09-21Rename libart2 to libart to match the upstream name.wiz7-25/+25
2007-09-21Rename libsigc++ to libsigc++1, and libsigc++2 to libsigc++;wiz13-1488/+1492
(there's only one dependency of libsigc++1 left in pkgsrc).
2007-09-21Rename libglade2 to libglade to match the upstream name.wiz7-33/+34
2007-09-21Rename GConf2 to GConf and GConf2-ui to GConf-ui, to match thewiz23-217/+211
upstream name.
2007-09-21patch-af was an extended version of patch-ae, merge - now builds againabs3-46/+14
2007-09-21regenrillig1-8/+3
2007-09-21When a path is specified with --with-defshell, a casual user wouldrillig1-9/+4
expect that the path is actually used by the configure script, which had not been the case. Now it is finally possible to select a different shell for use by bmake.
2007-09-21Note addition of devel/ruby-SDL 1.3.1 package.taca1-1/+2
2007-09-21Fixed a typo (xpg4 instead of xpg).rillig1-2/+2
2007-09-21Add and enable ruby-SDL.taca1-1/+2