summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2004-02-21Update bmake and mk-files.sjg5-12/+14
bmake is sync'd with -current make as of 2004-02-20 Fixes include: o fix for old :M parsing bug. o re-jigged unit-tests o search upwards for *.mk o fix for double free of var substitution buffers o use of getopt replaced with custom code, since the usage (re-scanning) isn't posix compatible. * arch.c: don't include ranlib.h on ELF systems mk-files adds dpadd.mk (cool magic driven by DPADD) and a re-worked warnings.mk (very cool). Also fixes: * own.mk: don't use NetBSD's _SRC_TOP_ it can cause confusion. Also don't take just 'mk' as a srctop indicator. * Generic.sys.mk: need to use ${.PARSEDIR} with exists().
2004-02-21ote update of xmame and xmess to 0.79.1.kristerw1-1/+3
2004-02-21Update xmame to 0.79.1kristerw4-173/+22
Changes since 0.78.1 includes: - Everything from MAME 0.79 (http://x.mame.net/changes-mame.html) and MESS 0.79 (http://x.mame.net/changes-mess.html). - Updated the ALSA DSP module to use the ALSA 1.0 API. (Shyouzou Sugitani) - Paths now allow a literal "$" if it's preceded by "\". (Andre Majorel) - Fixed a segfault that occurred when "-debug" was used with a rotated game. - The debugger window should no longer be blank for 32bpp games. - Fixed a bug in fix-comments.c that was causing it to mangle src/drivers/vendetta.c. - When XINPUT is defined in the makefile but no XInput devices are configured, the mouse is treated as a trackball. (Gerd Sussner) - The Xv YUV code should now work on big-endian platforms. (Maciej J. Woloszyk) - The trigger for the ACT LABS TV light gun now works; reloading now requires only one offscreen shot instead of two. (Joe)
2004-02-21Update xmess to 0.79.1kristerw4-174/+23
Changes since 0.78.1 includes: - Everything from MAME 0.79 (http://x.mame.net/changes-mame.html) and MESS 0.79 (http://x.mame.net/changes-mess.html). - Updated the ALSA DSP module to use the ALSA 1.0 API. (Shyouzou Sugitani) - Paths now allow a literal "$" if it's preceded by "\". (Andre Majorel) - Fixed a segfault that occurred when "-debug" was used with a rotated game. - The debugger window should no longer be blank for 32bpp games. - Fixed a bug in fix-comments.c that was causing it to mangle src/drivers/vendetta.c. - When XINPUT is defined in the makefile but no XInput devices are configured, the mouse is treated as a trackball. (Gerd Sussner) - The Xv YUV code should now work on big-endian platforms. (Maciej J. Woloszyk) - The trigger for the ACT LABS TV light gun now works; reloading now requires only one offscreen shot instead of two. (Joe)
2004-02-20Add AUTOCONF_REQD=2.50 for those packages that use libtoolize. Otherwise,jlam5-7/+11
when calling ${ACLOCAL}, invoke it with "-I ." so that it will find the local libtool.m4 file.
2004-02-20This package should be deleted! It has been superceded by net-snmp and haschristos2-67/+163
been bit-rotting. This is a last ditch effort to get it to work. I am not fixing configure.in because it is really busted and autoconf does not like it anymore.
2004-02-20Only USE_X11 if we're using the XFree86-provided expat.jlam1-2/+2
2004-02-20correct depends versiondmcmahill1-2/+2
2004-02-20Correct PLIST.kristerw2-5/+6
Bump PKGREVISION.
2004-02-20unusedjmmv2-61/+0
2004-02-20bl3ify and add some more dependancies on packages used directly by this one.jmmv1-15/+17
2004-02-20unusedjmmv10-409/+0
2004-02-20bl3ify, add explicit dependencies on everything used directly by this packagejmmv1-8/+16
and use pkgsrc intltool.
2004-02-20bl3ifyjmmv8-30/+53
2004-02-20bl3ify and add explicit dependancies on packages used directly by this one.jmmv1-5/+15
2004-02-20Update checksum for squid-2.5.STABLE4-errorpages.patch.abs1-3/+3
Only change was in some html text in squid/errors/Lithuanian/ERR_INVALID_REQ
2004-02-20Set USE_BUILDLINK3 to "yes". Just defining it is not enough. Thisminskim1-2/+2
fixes PR pkg/24500.
2004-02-20bl3ifyjmmv1-6/+7
2004-02-20dcraw/gphotodrochner1-1/+3
2004-02-20update to 2.1.4drochner6-13/+20
changes: bugfixes, support for more cameras
2004-02-20bl3ifyjmmv1-4/+5
2004-02-20Add empty CONFIG_STATUS_OVERRIDE since Ruby's build process usestaca1-1/+3
config.status's content.
2004-02-20Note update of p5-finance-quote to 1.08.cube1-1/+2
2004-02-20Update to version 1.08.cube2-6/+6
finance_quote_1_07: * Updated Yahoo::Europe.pm so that stocks fetched from the Stockholm exhcnage (.ST) are correctly listed as being in Swedish Krona (SEK). * Added Finance::Quote::Yahoo::Asia to provide lookup of Asian stock quotes (not including Japan). * Patched Quote.pm after currency conversion started to fail. * Updated documentation in ASX.pm and Trustnet.pm to note their current functional unhappiness. finance_quote_1_08: * Added ZI.pm and Union.pm modules. * Fixed VWD problem whereby no symbol was being returned. * Updated TrustNet documentation (#666349). * Fixed currency conversion problems. (#232075) * Fixed ASX problems whereby quotes were not being obtained (#653025). * Fixed problem where no symbol tag was being defined in ASX. (#653035). * Fixed problem where undefined currencies would be returned as zero, and not undefined as occured in previous versions. * Fixed tests in currency.t which assumed that conversion could be done between EUR and former European currencies. These are no longer supported due to a change in the lookups provided by Yahoo. * Updated Fidelity.pm to indicate its current non-working status. * Added patches which provide a troweprice_direct method. (#666351). * As above, for the Fidelity module. (#666353) * Accepted David Hampton's patch to Yahoo currencies. The correct currency will now be flagged on stocks regardless of the module used to grab them. (#666361) * Added Keith Refson's module to obtain quotes from First Trust Portfolios L.P. (#670202). * Added Ganesan Rajagopal's excellent IndiaMutal module. (#720896) * Fixed Cdnfundlibrary to correctly set the success flag when successful. (#752395). * Updated Tdwaterhouse.pm with Robert Clark's changes to work with the new TD Waterhouse website. (#750843). * Added the BM Nesbitt Burns module (#752423). * Updated BMONesbittBurns module to provide better date handling, screening out of high-ascii characters from fields, and removal of spurious debug output.
2004-02-20Note update of sirius to 0.8.0.jmmv1-1/+2
2004-02-20Update to 0.8.0 and bl3ify:jmmv3-15/+15
- Russian translation. - Fixed problem with non-latin UTF-8 characters. - Trippled the size of the opening book. - Made the hints unsensitive at startup. - Man page for Debian.
2004-02-20bl3ify and use pkgsrc intltool.jmmv1-4/+6
2004-02-20bl3ifyjmmv1-7/+8
2004-02-20Moved to pkgsrc/chat/loudmouth.jmmv5-92/+0
2004-02-20Fix path to loudmouth, now in the chat category.jmmv1-2/+2
2004-02-20Fix install error problem.taca2-5/+9
2004-02-20loudmouth moved from devel to chat.jmmv2-3/+3
2004-02-20Move loudmouth from devel to chat, as this is a library to write Jabberjmmv5-0/+92
clients. This is version 0.15.1. Ok'ed by xtraeme@ (maintainer).
2004-02-20Updated fuse to 0.6.2.1adam1-1/+2
2004-02-20Changes 0.6.2.1:adam2-5/+5
* Compilation fixes: + sdljoystick.h missing from tarball. + Link failure if a widget UI in use and lib765 not available. + Compilation failure if ROMSDIR defined. * Bugfixes: + Use of the SDL icons could cause screen corruption. + The reverse page mapping for 0xc000 - 0xffff would occasionally be wrong on the +2A/+3. * Miscellaneous: + Allow selectable devices to be used for the real joysticks. + Use glib 2.0 if available. + Allow ROMSDIR to be set when configuring.
2004-02-20bl3ifyjmmv1-3/+5
2004-02-20Add RCS Id.wiz4-0/+4
2004-02-20bl3ify, add explicit dependencies on all pakcages used directly by this onejmmv1-8/+14
and use pkgsrc intltool.
2004-02-20Reenable the use of GNU pth on systems without native pthreads. Bumpjlam3-12/+32
the PKGREVISION. The fix was provided by Nick Hudson and modifies the libldap initialization routine to call the GNU pth initialization routine before using it. The resulting slapd/slurpd passes the test suite included in the OpenLDAP sources. This fixes PR 24473.
2004-02-20+dcrawdrochner1-1/+2
2004-02-20import dcraw, a tool to decode raw image files from variousdrochner4-0/+39
digital cameras
2004-02-20unusedjmmv1-32/+0
2004-02-20bl3ify and use pkgsrc intltool.jmmv1-6/+8
2004-02-20bl3ifyjmmv2-6/+37
2004-02-20bl3ify, add explicit dependenies on everything used directly by this packagejmmv1-4/+8
and use pkgsrc intltool.
2004-02-20bl3ifyjmmv1-10/+10
2004-02-20bl3ify and use pkgsrc intltool.jmmv1-9/+12
2004-02-20unusedjmmv3-98/+0
2004-02-20bl3ifyjmmv1-19/+20
2004-02-20since we already depend on freetype 2.x, we might as well enable the PHPjdolecek1-3/+3
GD support for it bump pkg revision for this change