summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2005-02-27Bumpd the PKGREVISION for the following packages:veego7-18/+21
emulators/compat13 emulators/compat14 emulators/compat14-crypto emulators/twin lang/blackdown-jdk13 multimedia/transcode because of a broken PLIST_SRC handling introduced in mk/bsd.pkg.mk rev 1.1593 and fixed in rev 1.1596. compat13 was bumped to nb2 so we don't have different package version on different archs (alpha had an nb1 before but all other had no PKGREVISION).
2005-02-27Fix PLIST_SRC error introduced in rev 1.1593.veego1-4/+7
Before this fix it would include PLIST.common then _only_ one of the following PLIST.${OPSYS} PLIST.${MACHINE_ARCH:C/i[3-6]86/i386/g} PLIST.${OPSYS}-${MACHINE_ARCH:C/i[3-6]86/i386/g} PLIST and then PLIST.common_end. Now, uses all of the following PLIST files, in that order: PLIST.common PLIST.${OPSYS} PLIST.${MACHINE_ARCH:C/i[3-6]86/i386/g} PLIST.${OPSYS}-${MACHINE_ARCH:C/i[3-6]86/i386/g} PLIST PLIST.common_end
2005-02-27make this work on IRIXjschauma3-17/+79
ok jmmv@
2005-02-27Some more pthread fixes: set PTHREAD_OPTS+=require and include the pthreadjmmv2-2/+6
buildlink file in buildlink3.mk. From tv@.
2005-02-27Start to make this work on (even older) IRIX: check for __sgi rather than sgijschauma2-1/+15
This was originally reported in PR 28819 by Georg Schwarz for db4 and also noted by Georg to apply to this package.
2005-02-27make this work on (even older) IRIX: check for __sgi rather than sgijschauma2-1/+15
This was originally reported in PR 28819 by Georg Schwarz for db4 and also noted by Georg to apply to this package.
2005-02-27make this work on solaris (pick the correct config name)dmcmahill1-5/+31
2005-02-27Include pthread.buildlink3.mk; it's needed during the configure stage.jmmv1-1/+2
Pointed out by tv@.
2005-02-27Fix installation on NetBSD 1.6.peter3-7/+17
Reviewed by wiz@
2005-02-27Oops, previous commit was using gtk2.taya2-29/+7
switch to use gtk1.
2005-02-27Note update of firefox to 1.0.1, add firefox-gtk1-1.0.1,taya1-1/+4
and removal of firefox-gtk2
2005-02-27www/firefox switched to use gtk2.taya4-2445/+0
remove www/firefox-gtk2.
2005-02-27remove firefox-gtk2 & add firefox-gtk1taya1-2/+2
2005-02-27Import gtk1 version of www/firefox.taya4-0/+2455
2005-02-27p5-HTML-TableExtract updated to 1.09.wiz2-3/+3
2005-02-27Update to 1.09:wiz2-7/+6
1.09 Fri Feb 25 17:49:00 EST 2005 - Tables can now be selected by table tag attributes - lineage() method now returns row and column information, as well as depth and count, for each ancestor (potential backwards incompatability, entries are now 4 element arrays now rather than 2) - header matching and column retention enhancements - header retention - old-style procedures deprecated in prepration for them to become methods - various bug fixes
2005-02-27Updated p5-HTML-Tagset to 3.04.wiz1-1/+2
2005-02-27Update to 3.04:wiz2-7/+7
* Realese 3.04 -- just a rebundling; no actual code changes [sic]
2005-02-27Update firefox to 1.0.1.taya5-17/+49
And switched to use gtk2. Changes from release notes: * Improved stability * International Domain Names are now displayed as punycode. (To show International Domain Names in Unicode, set the "network.IDN_show_punycode" preference to false.) * Several security fixes. MFSA 2005-29 Internationalized Domain Name (IDN) homograph spoofing MFSA 2005-28 Unsafe /tmp/plugtmp directory exploitable to erase user's files MFSA 2005-27 Plugins can be used to load privileged content MFSA 2005-26 Cross-site scripting by dropping javascript: link on tab MFSA 2005-25 Image drag and drop executable spoofing MFSA 2005-24 HTTP auth prompt tab spoofing MFSA 2005-23 Download dialog source spoofing MFSA 2005-22 Download dialog spoofing using Content-Disposition header MFSA 2005-21 Overwrite arbitrary files downloading .lnk twice MFSA 2005-20 XSLT can include stylesheets from arbitrary hosts MFSA 2005-19 Autocomplete data leak MFSA 2005-18 Memory overwrite in string library MFSA 2005-17 Install source spoofing with user:pass@host MFSA 2005-16 Spoofing download and security dialogs with overlapping windows MFSA 2005-15 Heap overflow possible in UTF8 to Unicode conversion MFSA 2005-14 SSL "secure site" indicator spoofing MFSA 2005-13 Window Injection Spoofing
2005-02-27g-wrap updated to 1.9.4.wiz2-3/+3
2005-02-27Update to 1.9.4:wiz5-28/+13
- Enhanced generics support: now all arguments of methods are specialized, not only the first one. - Bugfixes + Now ships with (g-wrap gw-wct) compatibilty module needed by GnuCash at runtime. + Fixes for handling output arguments: - Wrapped functions with void return value and output arguments now return expected results - Optional argument count is now correctly computed in the presence of output arguments + The libffi alignment requirements are now honored. This fixes bus errors on many non-x86 architectures. + On big-endian architectures libffi-wrapped functions that return char now work correctly. + Some "uninitialized variable" warnings were fixed in generated code which caused compiles with GCC 4.0 to fail (Debian Bug#290305).
2005-02-27libgnomecups updated to 0.1.14.jmmv2-3/+3
2005-02-27Update to 0.1.14:jmmv2-6/+6
2004-11-16 Jody Goldberg <jody@gnome.org> * libgnomecups/gnome-cups-printer.c (gnome_cups_printer_set_name) : Add a decl in the header. * libgnomecups/gnome-cups-printer.c (update_attributes) : disable the optimization that went directly to a printer when we knew it's host. This caused problems when the remote printer was not accessible, or for machines with unresolveable localnames (eg SuSE). People can re-enable it if they'd like (eg RedHat) by tweaking the magic global static variable go_directly_to_printer_when_possible. (_gnome_cups_printer_get_host) : ditto. 2004-10-27 Jody Goldberg <jody@gnome.org> * libgnomecups/gnome-cups-printer.c (gnome_cups_printer_set_name) : new (gnome_cups_printer_set_description) : s/CUPS_ADD_PRINTER/IPP_SET_PRINTER_ATTRIBUTES/ (gnome_cups_printer_set_location) : ditto 2004-10-14 Jody Goldberg <jody@gnome.org> http://bugzilla.gnome.org/show_bug.cgi?id=151218 * libgnomecups/gnome-cups-request.c (gnome_cups_request_new) : patch minor leak. 2004-10-10 Malcolm Tredinnick <malcolm@commsecure.com.au> * configure.in: Wrap the GETTEXT_PACKAGE string in quotes. Unbreaks the build. 2004-10-09 James Henstridge <james@jamesh.id.au> * acconfig.h, acinclude.m4: remove unnecessary autoconf/automake cruft. * libgnomecups/Makefile.am: don't set LDFLAGS variable, since it is meant to be a user variable. Don't define GNOMELOCALEDIR, since it is done in the configure script now. * configure.in: remove some macro calls that are unnecessary with newer versions of Automake. * autogen.sh: ask for Automake >= 1.7
2005-02-27Updated ImageMagick to 6.2.0-2adam2-3/+3
2005-02-27Chanes 6.2.0-2:adam4-26/+27
* The Tru64 UNIX 4.0D/5.1 C++ compiler doesn't support ios::binary. There is an #ifdef for this, MISSING_STD_IOS_BINARY, but nothing sets it in configure.ac. So, I whipped up something to test it. I've tested this with the Sun, HP, IBM, SGI, and GNU C++ compilers. * Bitmaps in wmf files which are drawed via ipa_bmp_draw (in coders/wmf.c) are not scaled to the output size, but drawn with the original size. * Shear no longer produces artifacts for a 0 y-shear (e.g. 60x0). * The PerlMagick memory, disk, etc., limits were not being set for values other than unlimited. * Not all memory allocated in GetTransformTokens & GetStyleTokens are freed in SVG parsing.
2005-02-27Note the update of transcode to 0.6.12nb4.veego1-1/+2
2005-02-27Add back lib/transcode/export_xvid.so to PLIST which was removed in rev 1.2.veego3-6/+9
This file is just an symlink to export_xvid4.so created by the Makefile and not part of an .la File. Move lib/transcode/libxvidcore.so.4 to PLIST.i386, because the link is only created on i386. Bump PKGREVISION. Old HOMEPAGE and MASTER_SITES are no longer valid. Change it to the new pages for transcode 0.6.14, but only two MASTER_SITES have the old file. ToDo: Update to 0.6.14.
2005-02-27Use .else, not .elseif with no clause (should be .elif anyway...).wiz1-3/+3
2005-02-27+ efax-gtk-2.2.15, mathomatic-12.1c, mkvtoolnix-1.4.0, msmtp-1.3.8,wiz1-5/+8
p5-HTML-TableExtract-1.09, potrace-1.6, smlnj-110.53.
2005-02-27Add kamera. PR 29265 from Matthias Pfaller cleaned up slightly by me.markd3-8/+20
Bump PKGREVISION.
2005-02-27Bump required version of doxygen to 1.4.0 and add the additional files thismarkd2-7/+328
version creates to the PLIST. Also save the kdelibs-apidocs/common symlink, that kdelibs installs, prior to install and restore it afterwards. Bump PKGREVISION.
2005-02-27Explicitly set PREFIX; some files were installed in the wrong place (/share).wiz1-1/+2
2005-02-27Drop trailing whitespace.wiz1-2/+2
2005-02-27Unbreak package: It's ".elif", not ".elseif".wiz1-7/+6
Remove empty line.
2005-02-27Drop trailing whitespace.wiz1-3/+3
2005-02-27Sort.wiz3-1702/+1702
2005-02-27Adapt to changed lang/perl5/module.mk.wiz1-2/+2
2005-02-27Added a patch to bidwatcher to make it build on NetBSD-1.6.2.rillig1-1/+2
2005-02-27"nuke trailing whitespace".cube1-4/+4
2005-02-27Added a patch to make bidwatcher build on NetBSD-1.6.2. Reviewed by tron.rillig3-2/+19
2005-02-27From -current: nuke trailing whitespace.cube2-7/+7
2005-02-27Note update of gaim to 1.1.4.jmmv1-1/+2
2005-02-27Update to 1.1.4; patch provided by maintainer in PR pkg/29542:jmmv2-6/+6
* Fixed a bug where Yahoo! would lose messages (and any other packet really). * Correctly show the time when incoming Gadu-Gadu messages were sent (Carl-Daniel Hailfinger). * Fixed crashes with glib 2.6. * Fixed MSN crash when conversations time out after the conversation window was closed. * Fixed an html parsing bug, CAN-2005-0208.
2005-02-27The new Boost packages have to conflict with boost<1.32.0 (except thejmmv1-1/+3
meta-package itself).
2005-02-27To run on python 2.4 one would need mailman 2.1.6 (beta).kim1-3/+3
So don't accept python 2.4 for now, to avoid crashes. http://mail.python.org/pipermail/mailman-coders/2005-February/001611.html
2005-02-27update firefox-gtk2-bin to 1.0. changes since 1.0preview1 are same asgrant4-17/+17
for www/firefox. - deal with Linux binaries having a different directory structure than others on the MASTER_SITES. - undo some brain damage when MOZILLA_USE_LINUX is defined.
2005-02-27emacs-nox11 switched to 21.4a.wiz1-1/+2
2005-02-27Update for 21.4a. Noted by Dave Huang on tech-pkg.wiz2-1757/+1761
2005-02-27blender update done, thanks reinoud.wiz1-2/+1
2005-02-27Drop trailing whitespace.wiz1-1/+1