summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2006-01-19Note updates of DatLib and DatUtil.wiz2-4/+4
2006-01-19Update to 2.27:wiz3-11/+12
13/01/2006 *** v2.27 *** - Uses DatLib v2.15. - Last release would not load data files less than 4KB in size! 12/01/2006 *** v2.26 *** - Uses DatLib v2.14. - Added a save-only format to imitate MAME's gamelist.txt file. - File identification is now done by loading just the first 4KB. - Added a list of supported save-formats to the command line help.
2006-01-19Update to 2.15:wiz3-10/+11
13/01/2006 *** v2.15 *** - Last release would not load data files less than 4KB in size! 12/01/2006 *** v2.14 *** - Added a save-only format to imitate MAME's gamelist.txt file. - File identification is now done by loading just the first 4KB.
2006-01-19Rename gz_header, it conflicts with zlib.h on DragonFly.joerg2-1/+28
2006-01-19Move more "patch"-related variables and targets out of bsd.pkg.mk and intojlam2-27/+68
bsd.pkg.patch.mk.
2006-01-19Update xterm to patchset 208. Mostly bugfixes and portability changes.joerg1-1/+2
2006-01-19Update to xterm patchset 208.joerg2-6/+6
Changes include lastlogx support on NetBSD, portability fixes e.g. for openpty and bugfixes.
2006-01-19remove BROKEN_IN, since the package builds againtonio1-3/+1
2006-01-19Move more of the "extract"-related variables and targets out of bsd.pkg.mkjlam2-36/+77
and into bsd.pkg.extract.mk.
2006-01-19xorg-clients doesn't provide xterm anymore, but many people expect it inghen1-1/+3
an X11 distribution, so make the meta-pkg pull it in. Bump PKGREVISION. Ok by xtraeme and joerg.
2006-01-19Fix patch to use case + two cats instead of a single cat + preprocessorjoerg2-10/+18
usage, it is ignored by autoconf.
2006-01-19Include ossaudio.b3.mk.joerg2-2/+4
2006-01-19glib2 updated to 2.8.6.wiz2-3/+3
2006-01-19Update to 2.8.6:wiz3-7/+9
Overview of Changes from GLib 2.8.5 to GLib 2.8.6 ================================================= * Fix a problem with g_object_compat_control() which can lead to segfaults in GTK+ applications on 64bit platforms. * Fix a memory allocation problem in GKeyFile. [Morten Welinder] * New and updated translations (ca,ja,ml,sv,zh_HK,zh_TW)
2006-01-19Fix typo in DEPENDS, from Per Amund Amundsen in PR 32574.wiz1-2/+2
2006-01-19Fix typo.wiz1-1/+1
2006-01-19+ glib-2.8.6, glpk-4.9, swfdec-0.3.6.wiz1-2/+4
2006-01-19Fix a typo in the comment.jlam1-2/+2
2006-01-19Add a catman page to the script comments to clarify how this scriptjlam1-5/+41
should be used. Also, do a minor reordering of lines so that the logic is more clear.
2006-01-19Fix antoher cut and paste (tabs-to-whitespace) bug.jlam1-2/+2
2006-01-19Change leading spaces into a tab to fix clean if WRKOBJDIR is defined.jlam1-2/+2
2006-01-19* Split out the "clean" targets and variables and put them into a separatejlam2-50/+89
file pkgsrc/mk/bsd.pkg.clean.mk. * Reimplement the clean target so that we don't need to invoke a separate make process just to do clean-depends. * Reimplement clean-depends using a pipe to avoid command-line length issues.
2006-01-19Allow mmix to be built when teTeX is already installed (and not tetex1)tonio1-1/+7
As mmix needs cweb, let mmix use tex.buildlink.mk (teTeX2 and teTeX3 do provide cweb), and add a dependency over cweb in case TEX_DEFAULT is tetex1 The tetex build dependency in this case is not a problem, since tetex is needed by cweb. Also, no PKGREVISION bump, since there are only build depends This fixes PR 3254
2006-01-19Make this build under Mac OS X.tron4-11/+17
2006-01-19Updated Mesa to 6.4.1adam2-5/+7
2006-01-19Changes 6.4:adam21-172/+136
New: - Added a fast XOR line drawing function in Xlib driver - Added support for GL_ARB_texture_mirrored_repeat to savage driver (supported only on Savage4 hardware). Changes: - Mesa now packaged in three parts: Library, Demos and GLUT Bug fixes: - GLX_X_RENDERABLE token wasn't accepted by glXChooseFBConfig - Some files were present multiple times in the 6.3.2 tarballs - r200_vtxtmp_x86.S file was missing from 6.3.2 tarball (bug 4207) - glxgears_fbconfig demo didn't work (bug 4237) - fixed bug when bilinear sampling 2d textures with borders - glXCreatePbuffer() could segfault instead of returning 0 (bug 4235) - fixed undefined frexp and rand in X.org libGLcore.a (bug 4242) - fixed a few problems with proxy color tables (bug 4270) - fixed precision problem in Z clearing (bug 4395) - glBitmap, glDraw/CopyPixels mistakenly generated selection hits - fixed potential segfault caused by reading pixels outside of renderbuffer bounds - glGetTexLevelParameter didn't accept GL_TEXTURE_DEPTH_SIZE_ARB - fixed memory corruption bug involving software alpha buffers - glReadPixels clipped by window bounds was sometimes broken - glDraw/CopyPixels of stencil data ignored the stencil write mask - glReadPixels from a texture bound to a framebuffer object didn't work - glIsRender/FramebufferEXT weren't totally correct - fixed a number of point size attenuation/fade bugs - fixed glFogCoord bug 4729 - GLX encoding for transpose matrix functions was broken - fixed broken fragment program KIL and SWZ instructions - fragment programs that wrote result.depth.z didn't work Changes 6.4.1: Bug fixes: - redefining a vertex program string didn't take effect in TNL module - fixed occasional segfault upon vertex/fragment parsing error - vertex program LIT instruction didn't handle 0^0=1 correctly - fragment program fog option didn't work with glDrawPixels, glBitmap - USE_MGL_NAMESPACE didn't work for x86-64 - OSMesa demos were missing from previous release tarballs - fixed problem with float->ushort conversion in glClear (bug 4992) - popping of GL_EYE_PLANE texgen state was broken (bug 4996) - popping of GL_SPOT_DIRECTION light state was broken (bug 5005) - fixed occasional triangle color interpolation problem on VMS - work around invalid free() call (bug 5131) - fixed BSD X server compilation problem by including stdint.h
2006-01-19Fix very weird quoting in "pre-configure" target which broke the buildtron1-4/+4
on system where e.g. ${CC} contains a space.
2006-01-19Updated graphics/optipng to 0.5adam1-1/+2
2006-01-19Changes 0.5:adam4-28/+36
++ Added pngxtern, a libpng add-on for external image format support: BMP (uncompressed), GIF, PNM. (This was incorporated from OptiPNG-Plus.) ++ Implemented RGB(A)-to-palette reductions. + If trials are ended prematurely, detailed progression is only reported under the user option -v. - Removed reporting of some IDAT sizes that exceeded the optimum. (This was NOT a bug, but a "feature" that confused some users.) ! Fixed an RGB-to-gray reduction problem that occured under some specific background colors. + Added support for builds based on the system-supplied zlib. * Modified LICENSE. It is now a verbatim spell of the zlib license.
2006-01-19Fix some evil C code to make this build with GCC 4.x.tron2-1/+33
2006-01-19Made the program name in the DIAGNOSTICS section not appear emphasized.rillig1-2/+2
2006-01-19Don't forcibly override CFLAGS and other values pkgsrc might pass toschmonz2-5/+20
make(1). Idea from Andrzej Kukula in private mail.
2006-01-19Unquote a SUBST_MESSAGE to placate pkglint.schmonz1-2/+2
2006-01-19Add buildlink3.mk. From Andrzej Kukula in private mail, with minor changesschmonz1-0/+19
by me.
2006-01-19Note solfege update.schmonz2-3/+3
2006-01-19Added some patches to make Cqual build on IRIX 6.5/mips with MIPSpro. (Byrillig4-1/+91
the way, all these patches have already been reported upstream and are mostly fixed.)
2006-01-19Use SUBST framework.joerg1-7/+5
2006-01-19Replace FILES_SUBST_SED usage with SUBST framework.joerg1-4/+13
2006-01-19Use SUBST framework instead of FILES_SUBST_SED.joerg1-5/+8
2006-01-19Use SUBST.joerg1-8/+6
2006-01-19Use SUBST framework instead of FILES_SUBST_SED.joerg1-7/+6
2006-01-19Replace FILES_SUBST_SED with SUBST framework and actually do something:joerg2-6/+13
SH and PKG_SYSCONFDIR are now properly written into the script.
2006-01-19Replace use of FILES_SUBST_SED with SUBST.joerg1-7/+7
2006-01-19Replace FILES_SUBST_SED usage with SUBST framework.joerg1-5/+10
2006-01-19Update to 3.0.6. From the changelog:schmonz3-10/+10
* singinterval bugfix: don't crash if last question in tests is anwered wrongly. * chord-m7-7-maj7-m7b5-dim7 and chord-m9-9-7b9-maj79: Don't crash when running tests. * Add the singanswer lesson files to the pratise menu. * Correctly connect ComboBoxEntry events in preferences window. * Don't show GtkWarnings in the traceback window. Added --show-gtk-warnings commandline options for those who want to see them. * Fixed the singanswer module and added some "Sing chord tone" exercises to the practise menu. * updated no.po * Added gui in the preferences window to select the language to be used. Use this if solfege does not select the correct one by default. * Added swedish translations. Thanks to Daniel Nylander. * Updated italian translation. Thanks to Marco Colombo. * Build fixes to the linux midi module. * Distribute all .po files in the windows build.
2006-01-19Use SUBST framework instead FILES_SUBST_SED.joerg1-5/+9
2006-01-19Add include/X11/XlibConf.h to xorg list. I noticed and added thatreed2-3/+4
a few weeks ago when I was doing some builds using modular-xorg. (Now that new Xorg is in, maybe there are some others to add?) Update version.
2006-01-19Revive patch-bc (updated) and patch-bl. The former gets the correctjoerg3-2/+57
readdir and getpwuid handling for DragonFly, avoids the mouse problems due to use of floating point math in a signal handler (xorg-server).
2006-01-19Remove some unnecessary parens... we don't need to invoke a new shelljlam1-3/+3
just to run the depends-walk command.
2006-01-19Revive former patch-am to get proper shared library names on DragonFly.joerg2-1/+15