summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2004-10-27add a patch for a libexif 0.6.x API change and depend on libexif-0.6.xdrochner3-2/+19
explicitely (refrain from bumping PKGREVISION - the pkg was just updated so ride on it)
2004-10-27update to 0.6.11drochner4-7/+32
There is a major step between 0.5.x and 0.6.x; I couldn't find a useful changelog.
2004-10-27improve performance for local displays by enabling the XShm extensiondrochner2-3/+4
(I did measurements using pkgsrc/time/glclock some weeks ago; can't find the numbers anymore. There was a significant improvement. The result was still worse than the Mesa-5.x which comes with xfree86, which doesn't deploy xshm as built in our tree.)
2004-10-27- Note update of p5-xmltv to 0.5.36adrianp2-3/+3
2004-10-27- Update to xmltv-0.5.36adrianp2-5/+5
- Documentation fixes - Bug fixes - More channels added
2004-10-27Add some possible updates found by imil's script (and some manualwiz1-3/+37
help work); more to come. + cabextract-1.1, cmp3-2.0pre6, cpio-2.5.90, daapd-0.2.3, dar-2.1.5, file-roller-2.8.3, gkrellm-volume-2.1.13, gkrellm1-xmms-0.5.8, gmpc-0.11.2, gst-plugins-0.8.5, hydrogen-0.9.0, ices-2.0.0, id3v2-0.1.11, jamjar-0.7.1, lcab-1.011, libao{,-arts,-esound}-0.8.5, libcdaudio-0.99.12, libcomprex-0.3.3, libhydrogen-0.9.0, libopendaap-0.2.3, makeself-2.1.3, mikmod-3.2.1, nulib2-2.0.3, p5-Archive-Zip-1.14, p5-Compress-Bzip2-1.02, p7zip-4.10, rar-3.4.0, rar-linux-3.4.0, unrar-3.4.3, upx-1.25, zziplib-0.13.37. Add freepats to suggested packages (free GUS patches set).
2004-10-27Moved to sourceforge.wiz1-3/+3
2004-10-27Add ftp master site.wiz2-4/+6
2004-10-27Update homepage and master site (even though master site only has newer ↵wiz1-3/+3
version).
2004-10-27Master site vanished. Get distfile from a different site; tarball haswiz2-5/+7
3 byte diff to previous one (in the tar header), so set DIST_SUBDIR. cmp -l output (old - new): 5 164 206 6 312 226 7 246 247
2004-10-27Note mtr and mtr-gtk updates, and bump date for previous change (it was today).wiz2-3/+6
2004-10-27Update to 0.65, based on PR 27562 by Andreas Wrede.wiz10-80/+78
Changes since 0.54: v0.65 Dancer Vesperman noted that mtr no longer traces past a section of non-responding hosts. Apparently I added a line in net.c that didn't make sense in mtr-0.56. I can't find the reason for adding that line, so someone who thinks (s)he needs it, should holler. v0.64 Philippe suggests to do the time_t thingy before socket.h. Apparently, MAC OS X doesn't compile socket.h otherwise. v0.63 Suggestion by RCW: Add -lm at line 70 of Configure.in. On my system no ill effects ensued, so this version released so that he can test if it still works on his sytem. Let me add that it's stupid that I have to specify that this this program now requires Automake version 1.5 to build, where Automake was intended to make software independent of different versions of build software! For those concerned about the above statement: If you're just trying to compile and use MTR, there is no need for automake. Just when you're messing with the configure and build system of mtr is automake a tool you need. v0.62 Apparently someone changed gethostbyname into gethostbyname2 in mtr.c in an attempt to add IPV6 support. For systems without ipv6 support, the old gethostbyname should be used! Linux has the call even if you don't enable IPV6. Thanks Gary (rsub) v0.61 Attempt to get/print the local IP address. Now shows as 0.0.0.0 :-( Hints and tips appreciated! -- REW Lots of blank space reformatting. moved the interface address setting to net.c (where it belongs). v0.60 John Thacker submitted a surprisingly simple patch to enable linking against GTK2. (up to 2.4.0) v0.59 Josh Martin suggested to add some bounds checking to the dynamic field code. This caused me to delve in, and rewrite some things. Now 50 lines of code less, but cleaner code. :-) v0.58 I don't remember. Fogot to update this. :-( Check the patch. v0.57 Lots of whitespace cleanups. And a DNS fix: Don't do DNS lookups in raw mode with -n specified. v0.56 Fixed compile warnings. Now compiles with -Wall. If your compiler finds things mine didn't feel free to shout. v0.55 Cleanup patch. I'm going to do some maintenance on MTR, but I want to be able to say: Can you see which version fixed/broke things for you, so you're going to see a bunch of new releases soon.
2004-10-27+ ap2-perl-1.99.17, bins-1.1.27, dillo-0.8.3, dopewars-1.5.10,wiz1-4/+14
galeon-1.3.18, gtkballs-3.1.4, koffice-1.3.4, mkvtoolnix-0.9.7, openssl-0.9.7e, p5-libapreq2-2.04.03, svk-0.24, windowmaker-0.91.0 [pkg/27474], xmltv-0.5.36.
2004-10-27Update chat/jabberd2 to 2.0s4.xtraeme3-7/+7
Changes: * Fixed race condition allowing c2s to be killed, Stephen Marquard * Fixed off-by-one bug in s2s/main.c leading to segfault on startup in some environmentsp * Fixed memory leak in sm, Michal Kera * Fixed problem relating to SSL connections not being closed correctly, Nathan Christiansen * Fixed 3 problems in mod_announce: (a) NAD freed before use, (b) struct tm not initialised correctly on some platforms, and (c) time not initialised for broadcast motd messages delivered to online users, Stephen Marquard * Fixed insertion of extra namespace in element in some types of messages retrieved from offline queue, which causes a parse error in the router, Matthew Buckett * Fixed off-by-one bug in PLAIN SASL authentication code. May also resolve a number of other bugs relating to c2s authentication, Robert Theisen * Fixed return value of jid_new() in pkt.c to avoid sm segfault from dereferencing NULL pointer, triggered by a message with a to JID of the form "@some.server@", Stephen Marquard * Avoided adding nads to the cache that are created through nad_copy(), Stephen Marquard * Fixed bug in retrieving hash values, Stephen Marquard * Improved performance of pool cleanup function, Stephen Marquard * Corrected handling of EMAIL, TEL and ADR/CTRY elements in vcards for JEP-0054 compliance, Stephen Marquard * Optimised sm algorithm for announcing presence to skip presence announcements and probes for users on the same server who are not online, Stephen Marquard * Checked that storage drivers are initialised correctly; if not, abort, Stephen Marquard * Fixed file descriptor leak in storage_fs * Allowed c2s to supply a certificate chain to clients, Iain MacDonnell
2004-10-27Don't chmod shlibs that are symlinks; fixes issue noted by <grant@netbsd.org>.tv1-3/+3
Also don't do the ldd-REQUIRES dance unless SHLIB_HANDLING=YES (because you don't want to run a native ldd on a foreign binary).
2004-10-27whitespace police and tidyup of PLIST_SUBST. no functional change.grant1-13/+13
2004-10-27Mesa has optimisations for SunPro so use them when SPARC_TARGET_ARCHgrant3-8/+23
is set appropriately (sparcv7, sparcv8, sparcv9).
2004-10-27gnome-mime-data uses intltool, so include it's bl3.mk.recht1-1/+2
Fixes the build on OS X.
2004-10-27Only force USE_BUILTIN.iconv=no for non-Linux.reed1-1/+4
Linux systems have glibc which provides a good GNU iconv. What GNU iconv feature/function is specifically needed for abiword? This should be fixed to not define USE_BUILTIN.iconv=no but to use some other option, because it overrides PREFER_NATIVE use for iconv. Also at this time, converters/libiconv doesn't get built nor installed under Linux. So abiword's build failed.
2004-10-27Use complete path and GNU_PROGRAM_PREFIX on Solaris.wiz1-2/+2
From ISIHARA Takanori and a cube. Closes PR 27494.
2004-10-27Cannot use a common PATCHDIR/DISTINFO_FILE for abiword and abiword-plugins,xtraeme2-4/+5
they are using a different WRKSRC, reported by Jeremy C. Reed on tech-pkg@.
2004-10-27Revert previous. Clue gently applied by wiz@sekiya1-19/+0
2004-10-27Add buildlink framework for sox.sekiya1-0/+19
2004-10-26Note removal of gaim-gnome and gaim-gtk1.wiz1-1/+3
2004-10-26Remove gaim-gtk1 and gaim-gnome packages: they are outdated andwiz13-314/+1
unmaintained; thus they get no security fixes and don't adapt to changing im protocols.
2004-10-26Add missing PKG_SKIP_REASON when ${_PGSQL_VERSION} is defined, butxtraeme1-2/+2
the package is not postgresql "74" or "73".
2004-10-26Regenerate for patches.reed1-3/+1
patch-ab and patch-ac were removed in the update to 1.4.1 eight weeks ago. This was reported by Pritesh Shah on tech-pkg mailing list.
2004-10-26Modify the comment about FETCH_RESUME_ARGS a bit, to sync withxtraeme1-3/+3
FETCH_OUTPUT_ARGS.
2004-10-262nd round for PKG_RESUME_TRANSFERS:xtraeme2-14/+62
* Add FETCH_OUTPUT_ARGS (new option, defaults to "-o" with NetBSD's ftp(1)) * Use FETCH_OUTPUT_ARGS to move the file transfer to a temporary name on ${DISTDIR}/${DIST_SUBDIR} with extension ".temp" * If temporary file matches the checksum recorded in distinfo, move it to the original name (removing temp file) For example, if you want to use PKG_RESUME_TRANSFERS with wget (pkgsrc/net/wget), the following vars should be defined in mk.conf: FETCH_CMD=wget FETCH_RESUME_ARGS=-c FETCH_OUTPUT_ARGS=-O No need to set these vars when using defaults (NetBSD's ftp(1))
2004-10-26Note updates of GConf2, GConf2-ui, gnome-mime-data, gnome-vfs2,jmmv1-1/+18
gnome-vfs2-cdda, gnome-vfs2-smb, libgnomeprint, libgtop2, libwnck, gnome2-pixmaps, gnome-desktop, eel2, nautilus, gnome2-control-center, gnome-panel, gnome-themes and gnome-session.
2004-10-26Update to 2.8.1:jmmv3-17/+16
Session Manager * Don't crash gnome-session-remove if we can't get a program name (Ray Strode) * Add a big bunch of debug spew (Federico) * Don't leak the splash screen background image (Kjartan) * Remove the purge timeout when re-incarnating a client (Federico) Misc * Use automake 1.7 (James Henstridge) Translators * Adam Weinberger (en_CA) * Changwoo Ryu (ko)
2004-10-26Update to 2.8.1:jmmv2-6/+5
Bugfixes: - Patch to fix crash-causing namespace issue (Robert Basch, bug #116693). New/updated translations: 2004-09-22 Dmitry G. Mastrukov <dmitry@taurussoft.org> * ru.po: Updated Russian translation from Russian team <gnome-cyr@gnome.org>. 2004-09-15 Alessio Frusciante <algol@firenze.linux.it> * it.po: Updated Italian translation by Luca Ferretti <elle.uca@infinito.it>.
2004-10-26Update to 2.8.1:jmmv2-6/+5
Panel * Prevent against future config breakage when changing the default setup (Mark) * De-sensitize addto button when nothing is selected (Vincent Noel) * Fix icon scaling issue in the run dialog (Vincent Noel) Translators * Christophe Merlet (fr) * Alessio Frusciante (it)
2004-10-26Update to 2.8.1:jmmv2-6/+5
- Some tweaking of the available default applications - Background capplet fixes (#154003) - keyboard patchs (#144490) (#153866) - Patch leak in XKB code - update translations
2004-10-26Update to 2.8.1:jmmv2-6/+5
* Update to latest egg-recent * Fix memory leaks * Clear clipboard after a cut file is pasted * Properly escape uris created by connect to server dialog * Better alignment of icon labels * Allow move (not copy) of a file to another filesystem * Fix reordering of selection when a listview is resorted * Allow keynav on desktop * Fix crash in sort-by-emblems mode * Performance fixes when selecting files * Performance increase in folder load * Allow pasting files as text * Fix nautilus extensions such as file-roller menus * Made select by pattern work in trash * Fixed cut/paste of text when renaming in listview * Always use homedir icon for homedir
2004-10-26Update to 2.8.1:jmmv3-7/+7
* Translation updates
2004-10-26Update gnome2-pixmaps and gnome-desktop to 2.8.1:jmmv5-20/+21
Fixes * Make %k in .desktop files work again (Brian Ryner) * Use automake 1.7 (James Henstridge) * New icons (Jakub Steiner, James Ogley) Translators * Wang Jian (zh_CN)
2004-10-26Update to 2.8.1:jmmv2-6/+5
Fixes - Only highlight sticky windows on the current workspace (Elijah Newren) Translators - Aiet Kolkhi (ka)
2004-10-26Update to 2.8.1:jmmv3-7/+7
* Improved Solaris and AIX support. * Updated translations.
2004-10-26Update to 2.8.0.1:jmmv2-6/+5
2004-10-01 Jody Goldberg <jody@gnome.org> * Release 2.8.0.1 2004-10-01 Jody Goldberg <jody@gnome.org> (gnome_print_ps2_print_octal_byte) : doh! * libgnomeprint/gnome-print-ps2.c (gnome_print_ps2_print_bpath) : fix return type and handle errors. 2004-10-01 Jody Goldberg <jody@gnome.org> * libgnomeprint/gnome-print-ps2.c : Clarify the error handling and return values in all routines. (gnome_print_ps2_print_double) : no need for a dynamic buffer. put it on the stack. (gnome_print_ps2_print_octal_byte) : new. (gnome_print_ps2_glyphlist) : use it here and correct the return val calculation. 2004-10-01 Morten Welinder <terra@gnome.org> * libgnomeprint/gnome-print-ps2.c (gnome_print_ps2_puts, gnome_print_ps2_putc): New functions. Change most calls of gnome_print_ps2_fprintf to one of these. (gnome_print_ps2_glyphlist): Print letters as letters, not octal. Fixes #153667. 2004-09-30 Jody Goldberg <jody@gnome.org> * libgnomeprint/modules/cups/gnome-print-cups.c (attributes_changed_cb) : Store the queue length in QueueLength 2004-09-23 Jody Goldberg <jody@gnome.org> * libgnomeprint/gnome-font-face.c (gf_pso_print_double) : remove some dead code
2004-10-26Update gnome-vfs2{,-cdda,-smb} to 2.8.2:jmmv2-6/+6
gnome-vfs 2.8.2 * Bugs fixed: + performance increase in gnome-vfs-volume-monitor + Update to latest eggdesktopentries.c, fixing leaks + Fix problem with http leak fix in last version + Fix leaks + Make folders open with components, to make run-dialog work for folders + Add support for additional headers to http backend + API docs updates + Default to the workgroup specified in smb.conf for network:// + Fix queue handling for monitoring events + Add --disable-howl flag + Ignore smb files with empty names when enumerating gnome-vfs 2.8.1 * Bugs fixed: + ftp-method: Don't ask for password if hostname wrong + fix detection of and build with kerberos + allow unref of the volume monitor after shutdown + Fix http issues with gtik + Fix leaks + Fix default application handling. Now user defaults override system defaults. + Don't keep re-reading /etc/fstab + Read the right fstab file on solaris + sftp-method: use password if in uri + http-method: fix seek to end of file + http-method: various webdav fixes + Handle empty but non-null http proxy hostname.
2004-10-26Update to 2.4.2: list of changes unknown, but only minor fixes can be expected.jmmv4-18/+29
2004-10-26Update GConf2 and GConf2-ui to 2.8.1:jmmv4-9/+9
Fixes - If the toplevel directory of a source isn't writable, then mark the whole source as readonly (Mark) - Plug various leaks (Kjartan) Translators - Christophe Merlet (RedFox) (fr) - Alessio Frusciante (it) - Žygimantas Beručka (lt) - Li-Jen Hsin (zh_TW)
2004-10-26I haven't maintained this package in ages.groo1-2/+2
2004-10-26Add several suggested packages to add:reed1-1/+59
tkfontsel, xftlsfonts, gtkfontsel, choosefont, rkhunter, logrider, swatch, ardour, libdisassemble, cenon, pdftk, guipdftk, ttf-freefont, lingoteach.
2004-10-26Added suggested new packages: cplay and doxywizard.reed1-1/+8
2004-10-26Add two missing lines; addresses PR 27514 by Greg Troxel.wiz1-1/+4
2004-10-26Note update of m4 to 1.4.2gavan1-1/+2
2004-10-26Update to 1.4.2:gavan2-5/+5
* configure.in (VERSION): Bump to 1.4.2. * NEWS: Describe 1.4.2's changes. * src/m4.c (reference_error): Preserve errno, since M4ERROR relies on this. * src/builtin.c (m4_esyscmd): Clear errno before calling popen. (m4_maketemp): Clear errno before calling mkstemp. * src/path.c (path_search): Don't let "free" trash errno when returning NULL. * src/output.c (insert_file): Don't assume errno has a valid value simply because fread returns zero. This fixes a portability bug reported by Marion Hakanson in <http://lists.gnu.org/archive/html/bug-m4/2004-07/msg00029.html>. Fixes PR pkg/27301.
2004-10-26Updated Mesa to 6.2adam2-3/+7