summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2007-03-16After the quick fix from some minutes ago, here is the better solution.rillig1-8/+14
Just don't evaluate variables at load-time, but at run-time.
2007-03-16Don't evaluate variables unless there's reason to do. This fixes warningrillig1-1/+3
messages like: cd ${WRKOBJDIR}/x11/kdebase3/work/kdebase-3.5.6 && echo "__dummy-ent ... cd: can't cd to ${WRKOBJDIR}/x11/kdelibs3/work/kdelibs-3.5.6
2007-03-16use open() instead of mknod() to create regular files. avoids havingpooka2-7/+35
to run the file server as root for most uses.
2007-03-16+ ORBit2-2.14.7, asterisk-1.4.1, atk-1.18.0, bzr-0.14, cairomm-1.2.4,wiz1-6/+46
eel2-2.18.0.1, emacs-wiki-2.72, encodings-1.0.2, evolution-2.10.0, gail-1.18.0, gnome-desktop-2.18.0, gnome-doc-utils-0.10.1, gnome-icon-theme-2.18.0, gnome-keyring-0.8, gtar-base-1.16.1, gtkhtml38-3.14.0, icon-naming-utils-0.8.2, ikiwiki-1.45, kdevelop-base-3.4.0, libXrandr-1.2.1, libbonobo-2.18.0, libiconv-1.11, libmal-0.44, libnotify-0.4.4, mkfontscale-1.0.3, nspr-4.6.5, nss-3.11.5, openldap-client-2.3.34, p5-CGI-3.27, p5-CGI-FormBuilder-3.0302, p5-CGI-Session-4.20, p5-Crypt-SSLeay-0.53, p5-Test-Simple-0.69, pilot-link-libs-0.12.2, py-cairo-1.4.0, py-clearsilver-0.10.4, py-imaging-1.1.6, qt3-docs-3.3.8, qt3-libs-3.3.8, rpm-4.2, scmgit-1.5.0.3, simh-3.7.0, xf86-input-keyboard-1.2.0, xf86-input-mouse-1.2.1, xf86-video-nv-1.2.2.1.
2007-03-16Bring in patch suggested in http://bugzilla.mindrot.org/show_bug.cgi?id=1299 .cjs3-3/+25
This fixes the issue that, when "options edns0" is turned on (usually in /etc/resolv.conf), ssh doesn't see it, and thus fails to request a DNSSEC response, which in turn leads to SSHFP records being considered insecure.
2007-03-16Backed out the latest change (the "arg list too long" fix for IRIX). Asrillig3-74/+14
joerg has pointed out, after calling vfork() one can hardly do anything. A solution would be to simply not use vfork(), but that may have performance impacts on all platforms.
2007-03-16Needs msgfmt.joerg1-2/+2
2007-03-15Check for /bin/bzcat. Noticed on Ubuntu Linux over a week ago.reed1-1/+3
(Could check for /bin/bzip2 also, but I didn't need that.)
2007-03-15try to explain betterhubertf1-3/+3
2007-03-15Note update of txt2html to version 2.44wennmach1-1/+2
2007-03-15Update txt2html to version 2.44.wennmach5-51/+32
The old version of txt2html was so outdated that it makes little sense to list the changes. Most importantly, the new version now has major revision number 2, which is due to the fact that HTML::TextToHTML and the official txt2html were merged. Lots of subsequent added features and bug fixes. The updated package was prepared by Aleksey Cheusov in wip. Closes PR pkg/35469.
2007-03-15Fix up CATEGORIES for filesystemagc6-12/+12
2007-03-15For all those who are interested in the inner workings of pkgsrc, thererillig9-9/+107
is a new target "show-all" that fits to the existing "debug", "show-tools", "show-vars" targets. It prints a list of the variables that make up the public interface to pkgsrc. Running this target is especially useful if you want to do some things, you know that they must have been implemented but you don't know what it is called. It also shows the "class" of a variable (user-defined, package-defined, system-defined).
2007-03-15Add some more dependencies on other X11 extensions to get DPMS and Xpjoerg1-1/+6
support. Bump revision.
2007-03-15Note addition of devel/p5-Getopt-ArgvFilewennmach1-1/+2
2007-03-15Add and enable p5-Getopt-ArgvFilewennmach1-1/+2
2007-03-15allegro updated to 4.2.1.wiz2-3/+3
2007-03-15Update to 4.2.1:wiz5-27/+25
========================================================================= ============ Changes from 4.2.1 RC1 to 4.2.1 (November 2006) ============ ========================================================================= Peter Wang made the Unix ports query the memory page size with sysconf() when necessary, instead of using the PAGE_SIZE constant, which seems to be Linux-specific. Matthew Leverton gave the STATICRUNTIME builds of MSVC new names by appending _crt (c run time) to the libraries. He also fixed the problem of incorrectly setting the EMBED_MANIFEST variable when using the STATICRUNTIME. Andrei Ellman fixed an inverted test in pack_fopen_chunk on Windows. Peter Hull made 32-bit icon generation by fixbundle endian-independent (colours were incorrect on Intel Macs). Peter Wang fixed a long standing bug where some compressed packfiles would not be read back properly (premature EOF). Reported by jman2050. Andrei Ellman spotted a free() of an internal buffer returned by tmpnam(). Peter Hull fixed a problem with mouse-related deadlock on MacOS X as reported by Mike Farrell. Peter Hull implemented simulation of video bitmaps on MacOS X, so that page flipping will work. Peter Hull fixed an endian problem in the digital sound driver on MacOS X. Elias Pschernig and Chris Robinson fixed problems with UTF-8 filenames under Unix, as reported by Grzegorz. Non-ASCII non-UTF-8 filenames remain broken. Chris Robinson fixed some problems with non-ASCII filenames under Windows. Elias Pschernig made the X11 driver call XInitThreads, to make Mesa-OpenGL work together with Allegro. It can be disabled at runtime through a config variable. Andrei Ellman fixed a bug in datedit.c that could crash the grabber. Elias Pschernig added file_size_ex(), which returns a 64 bit integer to handle large files. Ron Novy made improvements to the test program. Peter Hull fixed problems with set_mouse_sprite() on Intel Macs. Peter Hull added universal binary support to the MacOS X port. Peter Wang and Evert Glebbeek independently fixed a problem with dependency generation for MacOS X on non-Mac systems. Many smaller fixes and updates by Peter Hull, Elias Pschernig, Peter Wang and Milan Mimica. ==================================================================== ============ Changes from 4.2.0 to 4.2.1 RC1 (May 2006) ============ ==================================================================== Michal Molhanec made msvchelp.exe work on Cygwin, where there was a problem with the case-insensitivity of environment variables. Reported by Milan Mimica. Peter Hull fixed a bug where Allegro detected keypresses on KEY_MINUS_PAD as KEY_PLUS_PAD. Peter Hull made OSX work correctly with Logitech sticks, as discussed with Ultio. Milan Mimica fixed some spin loops in the test program. Chris Robinson added UTF8/Unicode support for filenames in Windows. Milan Mimica made the Linux console driver more robust: set_gfx_mode used to get stuck in a infinite loop when there wasn't a console available. Evert Glebbeek made the C blitter use memmove for normal blits, with a bugfix by Milan Mimica. This can be disabled by removing a #define USE_MEMMOVE at the top of cblit.h so that it can easliy be tested against the older versions of the code. Christer Sandberg worked around a problem where one-line high bitmaps would crash with Electric Fence. Chris Robinson fixed a crash that occurred if the sound mixer quality level was set to 0 after the mixer was already initialised. Evert Glebbeek fixed the window title under X11, which was broken by a previous change. Peter Hull updated the endian detection under OSX as recommended by Apple. Miguel A. Gavidia and Jay Bernardo made qtmidi.m work on both PPC and Intel. Milan Mimica fixed a crash when vsync() on certain drivers. Elias Pschernig replaced the ALLEGRO_USE_C define with ALLEGRO_NO_ASM. Peter Wang restored the JACK driver to compiling state. Milan Mimica made the new transparent fonts be recognized as color fonts with is_color_font. Elias Pschernig made the modules path WIP version specific, for enhanced binary compatibility. Stijn Wolters clarified the documentation of init_dialog. Hans de Goede fixed a problem with dynamically generated stretcher code not being properly marked as executable on Linux (esp. SELinux). Hans de Goede fixed a busy wait in the X11 vsync simulation. Elias Pschernig makde it so modules under Unix are now searched in libdir as passed by the build machinery. Closes bug #1401840 from SF, reported by Paul Eipper. Milan Mimica added a get_volume and a get_hardware_volume function, to work as pendants to set_volume and set_hardware_volume. Milan Mimica corrected a case where a wrong structure on the stack was being cleared in the DirectSound input driver. Hans de Goede added a fullscreen driver for X11 which does not need XVidMode extension, and instead simply centers the window on the desktop and draws a black border around. Hans de Goede fixed a problem where switching to fullscreen mode under X11. Serge Semashko added Enter as a fire key in the demo game. Serge Semashko added fixed problems with Allegro working on Nokia 770. Peter Wang fixed some problems with binary compatibility checking in the 4.2 branch. Catatonic Porpoise added OpenBSD detection (in addition to FreeBSD and NetBSD) and fixed an issue with executable rights not set on the memory for the i386 stretcher on UNIX systems. Hans de Goede fixed a bug preventing the ALSA driver to work on big endian systems. Elias Pschernig and Chris Robinson fixed binary compatibility checking in allegro_init and install_allegro. Catatonic Porpoise fixed the example in the documentation of stretch_sprite. Hans de Goede made DIGMID work with absolute paths in the patches.cfg file. Peter Hull added code to make Allegro work better with user-supplied Nibs under OSX, as discussed with Thomas Harte. Matthew Leverton added embedding of manifests to the MSVC 8 build process. Neil Walker and Thomas Harte implemented a hardware accelerated stretch_blit() for the Windows DX port. Evert Glebbeek corrected a bug when destroying sub-bitmaps under Windows. Evert Glebbeek fixed a bug in pack_fopen_chunk() where a temporary file would be created in a non-writable location. Peter Wang changed a "/lib" option to MSVC's link utility to "-lib" as reported to be problematic by Karthik Kumar. Peter Wang fixed a crash in dat and grabber due to the return value of pack_fopen_chunk() not being checked. Elias Pschernig added support for anti-aliased bitmap fonts. Dennis Busch fixed the short description of add_clip_rect. Thomas Harte and Neil Walker fixed a problem with draw_sprite() and sub-bitmaps. Peter Wang fixed scancode_to_name(KEY_NUMLOCK) returning "PAUSE" in Windows. Peter Wang fixed page flipping and triple buffering in the demo game. Elias Pschernig added list_config_sections and list_config_entries functions. Hrvoje Ban added create_datafile_index and load_datafile_object_indexed functions. Peter Hull allowed use of "mingw" instead of "mingw32" in fix.bat and fix.sh. Peter Wang fixed a bug with SWITCH_BACKAMNESIA mode with the fbcon graphics driver. Peter Wang made the svgalib driver save and restore the palette on VT switches. Peter Wang fixed a problem with the fbcon driver and VT switching. Milan Mimica delayed Linux console initialisation until it is required. This way the user can write command-line programs using timers without needing a real console. Chris Jones fixed behavior of numeric keys when NumLock is on. Vincent Penecherc'h worked around a problem with 24-bit bitmaps in the assembler code. Tobias Dammers fixed a problem with the DirectSound input driver. Matthew Leverton fixed Ctrl-Alt-Del mistakenly being captured by Allegro under Windows Vincent Penecherc'h improved the implementation of set_ramp_cmap in the fbcon driver. Vincent Penecherc'h implemented get_refresh_rate for the fbcon driver. Vincent Penecherc'h fixed problems with the fbcon driver not restoring the original video mode when the driver exits. Victor Williams Stafusa da Silva made OS type detection handle Windows 2003 and Windows Vista. Chris Jones and Vincent Penecherc'h fixed load_wav to handle degenerate stereo wave files with an odd length. Annie Testes fixed all sorts of problems with the linux evdev mouse driver when using a tablet as the mouse. Annie Testes made the linux evdev mouse driver use the correct device files. Vincent Penecherc'h made the linux fbcon driver set a ramp colourmap for directcolor modes, otherwise colours in those modes were all wrong. Vincent Penecherc'h fixed a problem with the linux fbcon driver, where it would keep using the old pitch after changing resolutions. Serge Semashko fixed a typo causing crashs in _linear_draw_trans_rgba_rle_sprite24. Annie Testes fixed cursor speed and incorrect mickey computation bugs in the Linux evdev mouse driver. Vincent Penecherc'h made the Linux PS/2 mouse driver try /dev/input/mice by default, in addition to /dev/mouse. Warnings, code formatting and minor changes to code and build system by Milan Mimica, Evert Glebbeek, Elias Pschernig, Peter Wang, Peter Hull, Thomas Harte, Vincent Penecherc'h and Chris Robinson. Documentation updates by Tore Halse, Elias Pschernig, Milan Mimica, Peter Wang, Physics Dave, Ryan Patterson, Grzegorz Adam Hankiewicz, Andrei Ellman and Evert Glebbeek.
2007-03-15Import p5-Getopt-ArgvFile from Aleksey Cheusov's package in wip.wennmach4-0/+37
Required for the update of txt2html. This module simply interpolates option file hints in @ARGV by the contents of the pointed files. This enables option reading from files instead of or additional to the usual reading from the command line.
2007-03-15_COMPILER_LD_FLAG is only used in this file, and no other compiler filerillig1-5/+2
defines this variable, so it doesn't hurt to remove it.
2007-03-15remove buildlink3.mk - should be using www/firefox/buildlink3.mkabs1-20/+0
or the www/seamonkey/gecko-*.mk - Brian de Alwis
2007-03-15Made show-depends a flavor-specific target.rillig3-5/+14
2007-03-15wrapper_type can be IMAKE, too.rillig1-2/+2
2007-03-15Don't depend on mtree.joerg2-2/+4
2007-03-15explain what needs to be done post-install.christos1-0/+7
2007-03-15Add rmail and uucpd back. List code snippets that need to be added to etc files.christos19-4/+958
2007-03-15+ cups-1.2.9, horde-3.1.4, imp-4.1.4, turba-2.1.4, uim-1.4.1.wiz1-3/+6
2007-03-15Fix build on DragonFly and include DragonFly handling in one more case.joerg3-4/+18
2007-03-15Remove duplicate p5-Crypt-CBC entry.wiz1-2/+1
2007-03-15+ libexiv2.wiz1-1/+2
2007-03-15Don't depend on mtree.joerg1-1/+2
2007-03-15Needs pkg-config, otherwise bin/confuse-config is installed.joerg1-1/+2
2007-03-15-ruby-1.8.6.taca1-3/+1
2007-03-15Note update of Ruby 1.8.6:taca1-1/+9
lang/ruby18-base to 1.8.6 databases/ruby-gdbm to 1.8.6 devel/ruby-curses to 1.8.6 devel/ruby-readline to 1.8.6 x11/ruby-tk to 1.8.6 lang/ruby18 to 1.8.6 lang/ruby to 1.8.6 devel/ruby-mode to 1.8.6
2007-03-15Update HOMEPAGE to more informative one.taca1-2/+2
2007-03-15Use ruby 1.8.6 version.taca2-13/+5
For detail changes, please see ChangeLog file.
2007-03-15Remove commented PKGREVISION.taca1-2/+1
2007-03-15Updating Ruby to 1.8.6; ruby18-tktaca2-13/+5
- discontinue use of RUBY_PATCH_DATE. - Introduce RUBY_PATCH_LEVEL. pkgsrc's ruby tracks Ruby's patch release and avoid to maintain its own patch files (with RUBY_PATCH_DATE). Changes are too much, please see ChangeLog file.
2007-03-15Updating Ruby to 1.8.6; ruby18-readlinetaca4-34/+7
- discontinue use of RUBY_PATCH_DATE. - Introduce RUBY_PATCH_LEVEL. pkgsrc's ruby tracks Ruby's patch release and avoid to maintain its own patch files (with RUBY_PATCH_DATE). Changes are too much, please see ChangeLog file.
2007-03-15Updating Ruby to 1.8.6; ruby18-cursestaca2-12/+5
- discontinue use of RUBY_PATCH_DATE. - Introduce RUBY_PATCH_LEVEL. pkgsrc's ruby tracks Ruby's patch release and avoid to maintain its own patch files (with RUBY_PATCH_DATE). Changes are too much, please see ChangeLog file.
2007-03-15Updating Ruby to 1.8.6; ruby18-gdbmtaca2-13/+2
- discontinue use of RUBY_PATCH_DATE. - Introduce RUBY_PATCH_LEVEL. pkgsrc's ruby tracks Ruby's patch release and avoid to maintain its own patch files (with RUBY_PATCH_DATE). Changes are too much, please see ChangeLog file.
2007-03-15Updating Ruby to 1.8.6; ruby18-basetaca7-309/+29
- discontinue use of RUBY_PATCH_DATE. - Introduce RUBY_PATCH_LEVEL. pkgsrc's ruby tracks Ruby's patch release and avoid to maintain its own patch files (with RUBY_PATCH_DATE). Changes are too much, please see ChangeLog file.
2007-03-15Updating Ruby to 1.8.6.taca3-9/+18
- discontinue use of RUBY_PATCH_DATE. - Introduce RUBY_PATCH_LEVEL. pkgsrc's ruby tracks Ruby's patch release and avoid to maintain its own patch files (with RUBY_PATCH_DATE). Changes are too much, please see ChangeLog file.
2007-03-15Update one of MASTER_SITES.taca1-2/+2
2007-03-15-namazu2-2.0.17taca1-3/+3
+ruby-1.8.6
2007-03-15Note update of textproc/namazu2 package to 2.0.17.taca1-1/+2
2007-03-15Update namazu2 package to 2.0.17.taca3-8/+10
Overview of Changes in Namazu 2.0.17 - Mar 12, 2007 * filter/win32/ole*.pl: correspondence Office 2007. [for Windows] * filter/win32/olevisio.pl: It corresponds to Visio 2000 of another type. For Visio 2007/.vdx file. [for Windows] * OOo bug correction. * for Office Open XML file. [for Windows] * nmzcat: SJIS output. [For Windows] * mailutime: Bug correction related to passing. * To the code in which it considers after 2038(In the direction that doesn't correspond). * File-MMagic: Imported 1.27. * For eml file. * libnmz: Speed-up of retrieval. * nmzchkw.pl: New addition. (contrib) * libnmz: The bug around the memory is corrected. (users-ja#821). * namazu and namazu.cgi: The bug that falls into an infinite loop is corrected. * namazu and namazu.cgi: Correction of HTML emphasis tag. (for Windows) * gcnmz and nmzmerge: The output of the log is corrected and the format is corrected. * namazu and namazu.cgi: The possibility that the buffer overflow cuts it when the template is corrected is corrected. * filter/mp3.pl: MP3-Info 1.21. * namazu.spec.in: add nmzcat, nmzegrep. * namazu.spec.in: fix filter-requires-namazu.sh. * conf/namazurc-sample: It is added to the comment that Suicide_Time is only UNIX. * scripts/mknmz.in: The mistake of the number of dummy arguments of process_file() is corrected. * filter/pdf.pl: 'Unable to convert pdf file (maybe copying protection)' was corrected at option --debug. * filter/msofficexml.pl: Added new fiter. * filter/visio.pl: Added a new filter. * filter/mp3.pl: Support MP3-Info 1.21's behavior. * tests/*: It deals with trouble in which make check fails because of the environment of Mac + gettext 0.14.2. * tests/data/ja/*: Added new file. * Fix some bugs.
2007-03-15+namazu-2.0.17.obache1-1/+2
2007-03-15Added textproc/p5-Net-Dict version 2.07.obache1-1/+2
2007-03-15Added and enabled p5-Net-Dict.obache1-1/+2