summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2003-09-22Add missing PKGCONFIG_OVERRIDE.recht3-3/+9
Bump PKGREVISION because of the changed *.pc files. ok'ed by wiz@
2003-09-22Fix build on Solaris. From Jonathan Perkin in PR 22896.wiz3-12/+32
2003-09-22Also works with the teTeX2-bin package.kim1-2/+2
2003-09-22Updated screen to 4.0.1. No log of changes available, but as thehubertf3-6/+7
distfile has vanished from the master site, this may be security\ related.
2003-09-22Use the right install program for correctness and to fix problems under SunOS.jmmv2-16/+17
From PR pkg/22898 by Jonathan Perkin.
2003-09-22Note revision bump for evilwm to 1.jmmv1-1/+2
2003-09-22Bring patch from development version to fix a race condition on old machines.jmmv4-6/+34
While here, avoid passing gcc specific flags to the compiler. Bump PKGREVISION to 1. From Jonathan Perkin in PR pkg/22897.
2003-09-22Rewrite to use "stdarg.h" instead of "varargs.h" to fix build problemtron3-1/+172
with GCC 3.3.1.
2003-09-22Fix buildlinking of files if BUILDLINK_TRANSFORM.<pkg> is specified.jlam1-2/+3
2003-09-22Java programs should be executed with the java command, not jre.gavan1-1/+1
2003-09-22Standardise patch format.wiz2-44/+36
2003-09-22Fix build on Solaris. From Jonathan Perkin in PR 22893.wiz3-6/+21
2003-09-22Fix build on Solaris. From Jonathan Perkin in PR 22892.wiz3-22/+22
2003-09-22Fix build with gcc3 or on Solaris. From Jonathan Perkin in PR 22891.wiz3-3/+62
2003-09-22jchkmail is a behavior-based virus and spam milter for Sendmailmanu2-2/+4
2003-09-22Behavior-based virus and spam milter for Sendmailmanu5-0/+70
2003-09-22Update of jove to 4.16.0.63 done.jmmv2-4/+3
2003-09-22Update to 4.16.0.63. Closes PR pkg/19924 by Greg A. Woods.jmmv5-75/+48
Changes since 4.16: - Portability fixes. Most important: work around a never-to-be-fixed bug in ncurses (the freely redistributable termcap/terminfo database). - Various minor bug fixes. Highlights: + use mkstemp to avoid a security loophole + avoid bad interaction between metakey and xterm mouse support in windows wider than 95 characters + handle symlinks better + obscure bug in text justification that could hang JOVE + misuse of stat that only misbehaved on LINUX
2003-09-22Fix build on Solaris and FreeBSD-2.1.5. From Jonathan Perkin in PR 22890.wiz3-2/+28
2003-09-22Note update of net/bind9 package to 9.2.2p3.taca1-1/+2
2003-09-22Update bind9 package to 9.2.2p3 (9.2.2-P3).taca2-7/+7
--- 9.2.2-P3 released --- 1512. [bug] Extend the delegation-only logging to return query type, class and responding nameserver. 1511. [bug] delegation-only was generating false positives on negative answers from subzones.
2003-09-22Mention doc/TODO, prompted by Kimmo Suominen.wiz1-2/+4
2003-09-22Remove reference to gliblib-1.2.3 update.xtraeme1-2/+1
2003-09-22Fix build on Solaris, based on PR 22889 by Jonathan Perkin.wiz3-2/+25
2003-09-22Note update of games/plib to 1.6.0xtraeme2-3/+3
2003-09-22Fix build on Solaris, from Jonathan Perkin in PR 22886.wiz3-32/+19
2003-09-22Updated to 1.6.0. Closes PR pkg/19015 and pkg/22612.xtraeme7-17/+121
Changes: PLIB v1.6.0 (Sept 2nd 2002) ~~~~~~~~~~~~~~~~~~~~~~~~~~~ * Significant improvements and cleanup throughout PLIB, especially in PUI. * ssgAux library added - includes handy classes for more sophisticated effects layered on top of SSG. + Standard shapes like cubes, spheres, cylinders and teapots. + Water waves. + Fire. + Particle Systems + Lens Flare. * More example programs. * P-Guide GUI builder for PUI. * JS promoted to a full library. PLIB v1.5.1 (July 21st 2001) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * Added ssgTween and ssgTweenController * Added puFileSelector - henceforth puFilePicker is deprecated. * Added ulList * Added VRML loader (this one works!) * Numerous bug fixes in other loaders. * Added TopHat support to JS * Added support for >3 simultaneous sounds in SL. (You have to explicitly enable that though - it's not the default) * Fixed bugs in util's directory handling. * puInput and puListBox now cope better with text that is too big for the widget * puListBox (and hence puFileSelector and puFilePicker) works with both large and small font sizes. * puDial changed to be derived from puSlider - many consequences of that change will be visible in the application. (eg output range is 0..1 and not 0..360) * PUI widgets are now 'sticky' so that if you are dragging a slider along a puSlider and your mouse slips off the edge of it, it'll still have "focus". * Added sgLerpAnglesVec3 to linearly interpolate angles allowing for the nasty wrap-around-360 problem. * Added sgLineSegment3ToLine3, sgDistSquaredToLineVec3 sgDistSquaredToLineSegmentVec3, sgDistToLineVec3 and sgDistToLineSegmentVec3. Also sgLine3 and sgLineSegment3 structures. * Added a 'Gallery' page to the documentation to show potential developers the range of applications that use PLIB - and also to promote things our developers have done. To save download time and CVS space, the actual images are not in the PLIB tarball. PLIB v1.4.2 (July 21st 2001) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * Changes in NET to allow compilation under RedHat 7.1 * Fixed a small bug in ssgaSphere * Fixes a small bug in puFilePicker PLIB v1.4.1 (June 25th 2001) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * Converted MSVC project files to 'BINARY' in the CVS archive because some versions of MSVC don't line UNIX-style line endings. * Many improvements and bug fixes to puFileSelector and puListBox. * Minor fix to NET to accomodate Solaris users. * Fixed puMenuBar so it highlights as you drag the mouse across it. * Fixed ulOpenDir so it returns NULL on error on non-MSVC systems * Changed colour of text on buttons in documentation to make them easier to read by colour-blind users. PLIB v1.5.0 (June 20th 2001) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * Just a 'place holder' - actually identical to 1.4.0. PLIB v1.4.0 (June 20th 2001) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * Fixed example programs so they don't use the obsolete _SSG_TYPE tags. * Removed multiplie <HEAD> tags on web pages. * Updated 'AUTHORS' file. * Added 'demos' to the CVS repository. PLIB v1.3.3 (June 18th 2001) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * Various warnings cleaned up under MSVC. * Fixed function prototypes for the Quaternion functions in SG * Fixed bug in sgEulerToQuat where the angles were not being converted from degrees to radians. * Changed PUI to make sliders and dial widgets grab a hold of the mouse focus and not release it until the button is released. This is a subtle but important behavioural change. * puDial's are now derived from puSlider's - one side-effect of that is that they now return 0..1 rather than 0..360 and no longer support the maximum and minimum range functions. PLIB v1.3.2 (June 13th 2001) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * This CHANGES file has regrettably not been well maintained, hence there a numerous changes not listed here. * File loaders now require app to pass 'ssgLoaderOptions' rather than other ad-hoc callback function hooks. * Added Active Widget Implementation (pui) * Added puFilePicker * Added Ref Counting to ssgState * Added puBiSlider and puTriSlider * Added some missing 'AUTHORS' entries. * puDial widget (was actually in 1.3.1 but got missed in the 'CHANGES' file) * Fixed a problem in the configure.in that prevented ssgAux from building. * Moved the 'name' and 'user_data' (with associated set/get member functions) from ssgEntity down into ssgBase so that these functions will work with ssgState and ssgTexture objects. This is needed for PrettyPoly. PLIB v1.3.1 (Sept 15th 2000) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * PLIB examples' data files consolidated into a single 'examples/data' directory. * Added 'SSGAUX' library - include <plib/ssgAux.h> and link to /usr/lib/libplibssgaux.a * Aux library has 'ssga' classes to add high level shapes such as cylinders, cubes and spheres (two different kinds). * Lots of new example programs. + New PUI 'complex' uses multiple windows. + Cute 'waving flag' demo + Working Quaternions versus Eulers demo + Model viewer (this is actually a useful program - as well as a demo). PLIB v1.3.0 (July 1st 2000) ~~~~~~~~~~~~~~~~~~~~~~~~~~~ * Unstable version of 1.2.0, no significant code changes.
2003-09-22Fix compilation on Solaris, from Jonathan Perkin in PR 22887.wiz2-1/+21
2003-09-22Do not override BSDSRCDIR's value before including bsd.prefs.mk. This breaksjmmv1-5/+2
on systems where the variable is defined in mk.conf using the ?= operator.
2003-09-22Note update of "cia" package to version 20030922.tron1-1/+2
2003-09-22Update "cia" package to version 20030922:tron3-20/+6
- "pcap2ipstat" now supports PPPoE dumps. - Fixes build problems with GCC 3.3.1.
2003-09-22The availability of a shared libXv makes libtool creating a sharedseb2-3/+11
filter_pv module. So check for it and adjust PLIST.
2003-09-22Fix build on Solaris. From Jonathan Perkin in PR 22885.wiz1-1/+7
2003-09-22Fix build on Solaris. From Jonathan Perkin in PR 22884.wiz3-23/+18
2003-09-22totd-1.4 update done.wiz2-3/+3
2003-09-22Update to 1.4:wiz2-5/+5
Fixes some problems in totd 1.3 and addds some new functionality. Closes PR 22882 from Feico W. Dillema.
2003-09-22Fix build and install on Solaris. From Jonathan Perkin in PR 22883.wiz3-17/+20
2003-09-22Fix build problem with GCC 3.3.1.tron2-1/+29
2003-09-22cksfv-1.3nb1 update done.wiz1-1/+2
2003-09-22Fix off-by-one in date output. Bump PKGREVISION.wiz3-2/+26
2003-09-22Fix latex2rtf to not hardcode install(1). From Jonathan Perkins in PR 22881.wiz3-27/+13
2003-09-22+ cvsup-16.1.h [pkg/22870], links-2.11pre12, multitail-2.9.3,wiz1-5/+9
neXtaW-0.15.1, oss-3.9.8a, prboom-2.2.4, staroffice-7, totd-1.4 [pkg/22882]. - mgetty-1.1.30 (thanks, fredb!)
2003-09-22Note bozohttpd update.wiz1-1/+2
2003-09-22Teach bozohttpd some XML mime types (mozilla needs them).wiz3-2/+18
Bump PKGREVISION.
2003-09-22style nitsgrant1-3/+2
2003-09-22formatting nitsgrant1-4/+5
2003-09-22Note update of lang/kaffe to 1.1.0jschauma2-3/+3
2003-09-22Update lang/kaffe to 1.1.0, using patches provided in PR pkg/22155 byjschauma12-210/+74
M.Negovanovic. While this version is actually a ``development'' version, it has been reported to be much more usable than the stable 1.0.7 version. Changes to 1.0.7 are far too numerous to list here, see http://www.kaffe.org and/or the ChangeLog in the tarball.
2003-09-22as this pkg now calls the linker directly, we need to explicitlygrant1-3/+5
specify -lc on Solaris. remove a bogus hack setting LD=${CC} which was also breaking the build on Solaris.
2003-09-22run ranlib over libskey.a in post-install, to appease Darwin's linkergrant1-1/+4