summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2003-11-10Updated to 0.60, provided by Soren Jacobsen PR pkg/23402.xtraeme3-20/+7
Changes since 0.58: * Added basic 386 protected mode support. * Added FPU emulation. * Added a virtual modem to dial to TCP sockets, still somewhat bugged. * Added VESA VBE 2.0 support for 256 color modes. * Added SB PRO 2.0 support. * Added internal DPMI host to handle some problematic games. * Added some support for tandy video mode. * Added some shell enhancements like tab-completion. * Added better support for CD drives, better audio playing and cd labels. * Added several features to the debugger. * Changed memory system for future page mapping support. * Changed large piece of VGA emulation core to handle future changes for hercules and full cga,tandy emulation. * Changed DMA for better accuracy. * Changed Tandy 3-voice emulation to use MAME's sn76496 code. * Fixed several bugs in directory caching code. * Fixed bugs in PIT and real time clock for better timing. * Fixed some issues with the console screen on windows. * Fixed several issues with the internal mouse driver. * Fixed bugs with files being opened multiple times, still not perfect but better. * Fixed a load of small other bugs that i've forgotten with these long delays between releases
2003-11-10Note dvd+rw-tools update to 5.13.4.7.4.wiz1-1/+2
2003-11-10Update to 5.13.4.7.4, closes PR 23106 by Wolfgang S. Rupprecht.wiz3-6/+19
Changes since 5.6.4.4.4: 5.7: - Solaris USB workaround; - 15 min timeout for FLUSH CACHE in DVD-RW DAO; - revalidate recording speed; - load media upon start-up (Linux used to auto-close tray upon open, but not the others, which is why this functionality is added so late); 5.8: - elder Ricoh firmwares seem to report events differently, which triggered growisofs and dvd+rw-format to end-less loop at startup [event handling was introduced in 5.6 for debugging purposes]; - int ioctl_fd is transformed to void *ioctl_handle to facilitate port to FreeBSD; - FreeBSD support contributed by Matthew Dillon; - volume descriptors from second session were discarded in Restricted Overwrite since 5.6; 5.9: - some [SONY] firmwares make it impossible to tell apart minimally and fully blanked media, so we need a way to engage DAO manually [in DVD-RW]... let's treat multiple -dvd-compat options as "cry" for DAO; - refuse to finalize even DVD-R media with -M flag (advise to fill it up with -M /dev/cdrom=/dev/zero too), apparently DVD-units [or is it just SONY?] also "misplace" legacy lead-out in the same manner as DVD+units; - oops! DAO hung at >4MB buffer because of sign overflow; - couple of human-readable error messages in poor_mans_pwrite64; - work around Plextor firmware deficiency which [also] manifests as end-less loop upon startup; 5.10: - increase timeout for OPC, NEC multi-format derivatives might require more time to fulfill the OPC procedure; - extended syntax for -use-the-force-luke option, it's now possible to engage DVD-R[W] dummy mode by -use-the-force-luke=[tty,]dummy for example, where "tty" substitutes for the original non-extended option meaning, see the source for more easter eggs; - FreeBSD: compile-time option to pass -M /dev/fd/0 to mkisofs to make life easier for those who mount devfs, but not fdescfs; - eliminate potential race conditions; - avoid end-less loop if no media was in upon tray load; - interpret value of MKISOFS environment variable as absolute path to mkisofs binary; - to facilitate for GUI front-ends return different exit codes, most notably exit value of 128|errno denotes a fatal error upon program startup [messages worth popping up in a separate modal dialog perhaps?], errno - fatal error during recording and 1 - warnings at exit; - to facilitate for GUI front-ends auto-format blank DVD+RW media; - Linux: fix for failure to copy volume descriptors when DVD-RW Restricted Overwrite procedure is applied to patched kernel; - FreeBSD: growisofs didn't close tray upon startup nor did the rest of the tools work with open tray; - bark at -o option and terminate execution, the "problem" was that users seem to misspell -overburn once in a while, in which case it was passed down to mkisofs and an iso-image was dumped to current working directory instead of media; - generalize -M /dev/cdrom=file.iso option, but if file.iso is not /dev/zero, insist on sane -C argument to be passed prior -M and double-verify the track starting address; 5.11: - authorship statement in -version output; - make speed_factor floating point and print "Current Write Speed" factor for informational purposes; - Pioneer DVR-x06 exhibited degraded performance when recording DVD+; - Pioneer DVR-x06 failed to complete DVD+ recording gracefully; - alter set-root-uid behaviour under Linux from "PAM-junky" to more conservative one; 5.12: - single Pioneer DVR-x06 user reported that very small fraction of his recordings get terminted with "LONG WRITE IN PROGRESS," even though growisofs explicitly reserves for this condition... It turned out that at those rare occasions unit reported a lot of free buffer space, which growisofs treated as error condition. It's not clear if it's firmware deficiency, but growisofs reserves even for this apparently rare condition now. - [major] issue with MODE SENSE/SELECT on SANYO derivatives, such as Optorite, is addressed; - Linux can't open(2) a socket by /dev/fd/N, replace it with dup(2); - more relaxed command line option parsing and simultaneously a zealous check to make sure that no mkisofs options are passed along with -[ZM] /dev/cdrom=image; - report I/O error if input stream was less than 64K; - -M /dev/cdrom=/dev/zero didn't relocate the lead-out in DVD-RW Restricted Overwrite; 5.13: - workarounds for Panasonic/MATSUSHITA DVD-RAM LF-D310; - Solaris: media load upon start-up;
2003-11-09+p5-Digest-Hashcash, +opera-7.21 for Solaris/sparcheinz1-2/+6
2003-11-09use ${LOWER_OPSYS} rather than "netbsd" when locating the Imake templatedmcmahill1-2/+11
file to use. Also, on Solaris, avoid passing "-a" to xmkmf which will cause the openwindows makedepend to be called which in turn will fail as it was compiled with MAXFILES set too low. These changes fix compilation on Solaris.
2003-11-09Format three previous entries correctly.agc1-4/+4
2003-11-09Xft2 needs Xrender >= 0.8.2, so depend on it.recht1-2/+2
2003-11-09Need <string.h> and <strings.h> for prototypes.kleink2-6/+15
2003-11-09Check for __STDC_HOSTED__ to see whether or not to use prototypes andfredb4-1/+50
<stdargs.h>, as well as __STDC__, so this'll build with gcc-3.2.2.
2003-11-09Make this build with gcc-3.3.2.fredb4-1/+54
2003-11-09Patch Mesa's Makefile to use '-fno-strict-aliasing' rather than ↵jschauma9-6/+51
'-fstrict-aliasing', as the code contains unsafe use of aliased pointers. As suggested by tls@ in PR pkg/23381, closing said PR.
2003-11-09xine-remote is built with curses. (Okay'd by wiz.)reed1-1/+2
2003-11-09The xine-lib plugins (libraries) are built with libfreetype.so.reed1-1/+2
So add freetype2 buildlink2.mk so it will be used in build. Noticed problem when building xine-ui. (Okay'd by wiz.)
2003-11-09Not really interactive fetch.wiz1-5/+6
Set USE_BUILDLINK2 so that perl bl2 works. Add pthread.buildlink2.mk; however, more fixes are needed for this to work on non-native libpthread platforms (PLIST still incorrect for now).
2003-11-08Depend on either teTeX or teTeX2 and default to latter.wiz1-2/+2
2003-11-08use <vector.h> -> <vector>, <iostream.h> -> <iostream>, <fstream.h> -> <fstream>jdolecek9-1/+151
and sprinkle some 'using namespace std', so that this builds also with gcc 3.3
2003-11-08don't dirrm share/doc/kde/HTML/en/kcontrol, that directory belongs tojdolecek1-2/+1
kdebase
2003-11-08-oss-3.9.8bwiz1-2/+2
+bkedit-0.6.22.
2003-11-08oss-3.9.8b update done.wiz1-1/+2
2003-11-08Update to 3.9.8b since previous distfile vanished.wiz3-18/+11
Changes: * Added beta drivers for SB AudigyLS * Fixed MIDIMan Revolution 7.1 6 channel audio * 4Front Virtual Mixer now comes standard with the OSS drivers. An advanced version with builtin equalizers, loopback audio recording, individual volume control is also available with an extra licensing fee. The basic Virtual Mixer technology allows users to play upto 4 audio apps at the same time. There is no special programming required (unlike ESD or aRTsd) as the Virtual Mixer devices behave exactly like the physcal hardware devices. Virtual Mixer contains 4Front's proprietary profesional quality sample rate convertors that handle the mixing of various audio applications. Package changes: De-support 1.5* since 4front does not provide 1.5 binaries any longer.
2003-11-08it's necessary to use 'grep -i' in the test for KDE UIC plugins - thejdolecek2-8/+17
class name is KLineEdit, so exact match on 'klineedit' doesn't work
2003-11-08Updated graphics/Ngraph to 6.3.20xtraeme2-3/+3
2003-11-08Upgrade to 6.3.20. Update provided by Osamu OISHI in PR pkg/22800.xtraeme5-63/+29
No Changelog available on the website/sources.
2003-11-08Note update of devel/python-mode to 4.6nb1 (accept emacs-nox11).xtraeme1-1/+2
2003-11-08Add emacs-nox11 to the list of suported Emacs versions, this closesxtraeme1-2/+3
PR pkg/23098. Bump PKGREVISION.
2003-11-08Update xlockmore to 5.10. Changes:hubertf3-6/+7
* Allows xlockmore to be configured to pipe the password into a command * when the correct password is entered. Thanks to Nick Cleaton * <nick@cleaton.net> See etc/README.etc. Disabled for VMS. rubik lxmxn allow l&m&n to be 1 but not all at once. minor skewb fixes (the hidden surface was not flush, and one of the pieces was turned). Disable logout button and autologout with -logoutButton -1 put back in by popular demand. NO_NEGATIVE_LOGOUT will disable but its not active by default. rubik's orange was pink. JP to JA fixes and some more Japanese and French translation thanks to YAMAGUCHI Shingo <shingo-y@spacelan.ne.jp>.
2003-11-08Updated games/icbm3d to 0.4xtraeme2-3/+3
2003-11-08Upgrade to 0.4, by Soren Jacobsen in PR pkg/23348.xtraeme3-66/+51
Changes since 0.3: * "keydefs.h" created so you can edit the controls to suit your needs (and your keyboard). (Could be useful with LOCALPATCHES) * Keyboard control is better. You can now hold down multiple keys. While here s/USE_X11BASE/USE_X11/.
2003-11-08Note update of security/nessus and friends to 2.0.9xtraeme2-4/+7
2003-11-08Upgrade nessus and friends to 2.0.9.xtraeme11-30/+161
This closes PR pkg/23159 by Adrian Portelli. Changes since 2.0.7: o The bpf sharing system now works fine on BSD systems, so Nessus now only requires one /dev/bpf to work correctly, no matter how many hosts are being tested o A bug in tcp_ping() would make some probes have a source port set to 0 o Minor bug fixes o Added functions in libnasl (join_multicast_group(), unixtime(), and more...) o All SSL operations now use non-blocking sockets instead of the alarm() trick to handle timeouts o Minimize the number of pixmaps that need to be created in the Nessus client by re-using them Review the Changelog file to see a complete list of changes.
2003-11-08Update PHP to 4.3.4jdolecek17-73/+67
From release announcemenet: After a lengthy QA process, PHP 4.3.4 is finally out! This is a medium size maintenance release, with a fair number of bug fixes. All users are encouraged to upgrade to 4.3.4. Bugfix release PHP 4.3.4 contains, among others, following important fixes, additions and improvements: * Fixed disk_total_space() and disk_free_space() under FreeBSD. * Fixed FastCGI support on Win32. * Fixed FastCGI being unable to bind to a specific IP. * Fixed several bugs in mail() implementation on win32. * Fixed crashes in a number of functions. * Fixed compile failure on MacOSX 10.3 Panther. * Over 60 various bug fixes! For full list of changes in PHP 4.3.4, see ChangeLog: http://www.php.net/ChangeLog-4.php#4.3.4
2003-11-08Updated net/lftp to 2.6.8xtraeme2-3/+3
2003-11-08Upgrade to 2.6.8, by Soren Jacobsen via PR pkg/23383.xtraeme2-5/+5
Changes since 2.6.7: * better multibyte character support. * experimental ftp protocol command PRET added; new setting ftp:use-pret. * unblock SIGCLD signal when running external programs. * fixed compilation with socks.
2003-11-08Updated x11/wmweather to 2.4.2xtraeme2-4/+3
2003-11-08Upgrade to 2.4.2, by Soren Jacobsen via PR pkg/23384.xtraeme7-121/+43
Changes since 1.31: * Complete rewrite by new author. * Perl no longer used * Uses curl * ~/.wmWeatherReports/ -> ~/.wmweather/ While here s/USE_X11BASE/USE_X11/, sync DESCR, MASTER_SITES and COMMENT with reality.
2003-11-08Update HOMEPAGE, MASTER_SITE and COMMENT with reality, fromxtraeme1-4/+4
Soren Jacobsen via PR pkg/23385.
2003-11-08create a 'pkgsrc' type system in the gnucap build system and call thatdmcmahill4-4/+38
rather than using LOWER_OPSYS. This is because the couple of os's that had correct targets were the same and others that pkgsrc works on aren't listed at all (like solaris). Fixes build problems noted on solaris.
2003-11-07undo previous change relating to allowing a dependency on teTeX2 ratherdmcmahill1-5/+2
than teTeX version 1. It has been pointed out to me that teTeX2 already ships with dvipdfm. Add a CONFLICTS on teTeX2-bin since that package has conflicting files.
2003-11-07use net-snmp (version 5.x) instead of ucd-snmp (version 4.x), mainly becausejdolecek1-3/+3
the latter doesn't actually compile on -current bump pkg revision
2003-11-07Add buildlink2.mk for net/netatalk. (Okay'd by wiz.)reed1-0/+21
This is for PR #23391 submitted by Hauke Fath. Changes include using wildcard for include/atalk/* and include/netatalk/* and also added bin/netatalk-config as a buildlink file.
2003-11-07depend on Xrender 0.8 (rather than 0.8.3), so that the Xrender bundledjdolecek1-2/+2
with XFree 4.x would match the dependency (if present), instead of forcing use of the Xrender package
2003-11-07depend on Xrender 0.8 (rather than 0.8.2), so that the Xrender bundledjdolecek1-2/+2
with XFree 4.x would match the dependency (if present)
2003-11-07two more patch files.christos2-0/+123
2003-11-07- kill gcc-3 preprocessor warnings about #{else,endif} TAGchristos12-138/+499
- exit with the child's exit value and with non zero on error
2003-11-07Set USE_GCC_SHLIB. Fixes linking on Solaris.gavan1-1/+2
2003-11-07Set USE_GCC_SHLIB. Fixes linking on Solaris.gavan1-1/+2
2003-11-07Set USE_GCC_SHLIB. Fixes linking on Solaris.gavan8-8/+16
2003-11-07Set USE_GCC_SHLIB. Fixes linking on Solaris.gavan1-1/+2
2003-11-07Set USE_GCC_SHLIB. Fixes linking on Solaris.gavan1-1/+2
2003-11-07add USE_TETEX2 configuration variable and modify dvipdfm to use thisdmcmahill2-2/+16
to allow it to work with teTeX2 or teTeX instead of requiring only teTeX (1).