summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2006-07-19Solaris 5.8 needs its own definition of lround(), too.rillig2-7/+11
2006-07-19note update of geography/garmin-utils to 2.4gson1-1/+2
2006-07-19Update garmin-utils to 2.4. The only changes relative to 2.2gson6-404/+6
are that all the pkgsrc patches have been integrated into the base distribution; there are no functional changes.
2006-07-19Make "mirror-distfiles" less verbose by not printing out anything if nojlam2-5/+11
bootstrap dependencies need to be built and installed.
2006-07-19Explicitly set the compiler used to build nawk. The Makefile wasjlam1-2/+3
explicitly setting CC=cc, so override it on the bmake command line. We use the CC taken from the environment first, and default to "gcc" if CC is not set.
2006-07-19Comment the code a bit more.jlam1-1/+4
2006-07-19Ensure that "Makefile" and not "makefile" is used when building nawk.jlam1-2/+2
The former contains fixes for the latter to avoid make errors.
2006-07-19The "makedistinfo" target should actually be named "distinfo" to matchjlam1-7/+9
the old bsd.pkg.mk behavior (noted by adrianp in private email). Keep "makedistinfo" as an alias for "distinfo". While here, sprinkle some .PHONY declarations for correctness.
2006-07-19Only pass -v to the fetch script if PKG_VERBOSE is set.jlam1-2/+2
2006-07-19Restore original quoting from old fetch.mk for _ORDERED_SITES to resolvejlam1-3/+5
the problem with MASTER_SORT*. XXX The whole MASTER_SORT* thing should just be a standalone script.
2006-07-19Add a verbose flag to the fetch script to output the actual fetch command.jlam1-4/+11
2006-07-19Make some variables "private":jlam1-10/+10
MASTER_SORT_AWK SORT_SITES_CMD ORDERED_SITES These variables are purely internal to pkgsrc.
2006-07-19Work around incomprehensible quoting mess surrounding MASTER_SORT* byjlam1-2/+2
in do-fetch-file (formerly they were inserted by the old _FETCH_FILE inserting some quotes that are no longer added by the fetch command list macro). This makes fetching with MASTER_SORT* set work again.
2006-07-19PASSIVE_FETCH only affects "ftp", so move it to the ftp-related FETCH_*jlam1-8/+7
variables.
2006-07-19Note update of "kdeartwork3" package to version 3.5.3nb1.tron1-1/+2
2006-07-19Adapt package list for version 5.00 of the "xscreensaver" package,tron2-5/+4
bump dependence and revision.
2006-07-19Needs intltool.joerg4-8/+8
2006-07-19Add darkstat.minskim2-2/+4
2006-07-19Import darkstat from pkgsrc-wip. Packaged by Bartosz Kuzma.minskim5-0/+58
Effectively, it's a packet sniffer which runs as a background process on a cable/DSL router, gathers all sorts of useless but interesting statistics, and serves them over HTTP. Features: * Traffic graphs. * Tracks traffic per host. * Tracks traffic per TCP and UDP port for each host. * Embedded web-server with deflate compression. * Asynchronous reverse DNS resolution using a child process. * Small. Portable. Single-threaded. Efficient.
2006-07-18Convert _FETCH_MESSAGE to plain old FETCH_MESSAGE. Remove _FETCH_MESSAGEjlam10-108/+81
processing from mk/fetch/*.mk.
2006-07-18Add a hint that can save some difficult trouble-shooting.ben1-1/+6
2006-07-18USE_DIGEST is no more.jlam3-8/+8
2006-07-18Updated net/libcares to 1.3.0nb1adrianp2-3/+4
Updated chat/unrealircd to 3.2.5
2006-07-18Update to 3.2.5adrianp5-36/+34
==[ MAJOR BUGS FIXED ]== - Spamfilter was not always working properly - MS Visual studio 2005 (8.x) was unable to compile Unreal and/or caused crashes - Certain IPv6 listen blocks could crash the ircd on-boot/on-rehash ==[ MINOR BUGS FIXED ]== - "Looking up your hostname" message was missing if set::options::show-connect-notice was enabled (other messages, like "looking up ident" were shown, however) - It was sometimes impossible to update a link { } block: all old settings would still be used, this happened if connfreq was low. This might also have caused crashes. - Netsynch problem, which could cause the wrong modes to be applied to a channel in some rare cases. - Setting set::maxdccallow to 0 (or lower) still allowed one entry to be added - Spamfilter oversized-checking is no longer done when removing a spamfilter - Operator count bug (there might still be others...) - Some chinese-* charsets could not be selected individually - No longer requiring a C++ compiler (was caused by resolver in 3.2.4) - Added workaround for "make: Permission denied" bug in some FreeBSD's
2006-07-18Overhaul fetch module:jlam7-403/+459
* All the smarts is now encapsulated in the "fetch" script. The fetch script understands how to use the distinfo file (if specified) to look up the size and checksums of the file to fetch and will use that information to verify checksums of the fetched files or resume transfers of interrupted fetches. * Move the default settings for FETCH_RESUME_ARGS and FETCH_OUTPUT_ARGS for "ftp" from mk/defaults/mk.conf into mk/fetch/fetch.mk. We rewrite it to avoid needing conditional statements. * Avoid spawning a new make(1) process just to mirror a distfile. * Split out fetch-list targets into a separate file fetch-list.mk. These targets should probably be moved into a standalone script. * Fix distclean target to properly remove partial downloads.
2006-07-18Add ares_get_config() from CVS for unrealircd 3.2.5 to workadrianp5-4/+63
Bump to nb1
2006-07-18Move from www.thc.org to thc.segfault.netadrianp2-7/+9
2006-07-18Updated lang/php5 to php-5.1.4nb2adrianp1-1/+2
2006-07-18Fix for CVE-2006-3011adrianp3-3/+19
Bump to nb2
2006-07-18Add a flag "-s suffix" for allowing the specified files to have a suffixjlam1-6/+15
that will be removed before looking up the checksum in the distinfo file.
2006-07-18Updated www/php4 to 4.4.2nb3adrianp1-2/+2
2006-07-18Replace an absolute path for shadrianp2-2/+3
Ride the previous nb bump
2006-07-18Fix for CVE-2006-1990adrianp5-3/+83
Fix for CVE-2006-3011 Include our own pear.sh from the tarball but slightly hacked to get around memory isses on installation.
2006-07-18If, in a "case" statement of a shell command, foo|bar appears, this isrillig1-2/+2
not a pipe, so don't warn about an ignored exitcode.
2006-07-18Added PVM_SSH to BUILD_DEFS and removed the code that has beenrillig1-6/+10
duplicated from mk/defaults/mk.conf. Added "c" to USE_LANGUAGES, since this package needs a C compiler, too. Bumped PKGREVISION.
2006-07-18Oops. Debugging messages should only appear when -D<anything> is set onrillig1-2/+2
the command line.
2006-07-18Don't recurse into xcursor, it is not needed by Qt3 itself.joerg1-2/+1
2006-07-18At least on DragonFly, fork(2) and read(2) need unistd.h when compilingjoerg3-1/+28
C++ programs, so include it.
2006-07-18USE_TOOLS+=yaccminskim1-1/+2
Suggested by schmonz@.
2006-07-18Kill explicit static inline which breaks build with newer GCC versions.joerg2-1/+116
It should be clever enough to inline it anyway.
2006-07-18xscreensaver packages updated to 5.00.wiz2-3/+4
2006-07-18Update to 5.00:wiz14-327/+274
Changes since 4.24: * Ported to MacOS X! (10.4.0 or newer) * API change: instead of providing a single screenhack() function that does not return, screen savers using the screenhack.h framework must now provide "init" and "draw one frame" functions instead. All bundled savers have been updated; third-party patches will need work. * All image-loading happens asynchronously. * xscreensaver-getimage-file caches the contents of the image directory for a few hours, so consecutive runs won't have to re-list the whole directory tree. * New hacks, `topblock' and `glschool'. * Removed `xteevee' (superceded by `xanalogtv'). * Added variable-sized puzzle pieces to `jigsaw'. * Changes to the defaults and command-line options of many hacks to make the .xml files more consistent. * Reap zombies in `glslideshow' and `carousel'. * `sonar' works without setuid on OSX (dgram icmp). * `xmatrix -mode pipe' displays the text of a subprocess. * `endgame' has higher resolution chess-piece models. * `webcollage' takes a -directory option to get images from a local directory. Changes since 4.23: * New versions of `cube21', `glsnake', `celtic'. * Backed out a DPMS-related patch that cause desktop flickering with some X servers. * Fixed startup crash in getgroups() when running setuid. * Default to not displaying stderr on the saver window. * Fixed bad free() in "Documentation" button. * Don't try to run hacks that aren't installed. * Minor fixes to various XML config files and man pages. Changes since 4.22: * New hacks, `glhanoi', `cube21', `timetunnel', `juggler3d', and `celtic'. * New versions of `tangram', `webcollage', `hypertorus', `polytopes', and `ripples'. * `sonar' is now quiet about unresolvable hosts. * Minor corrections to BASIC code in `apple2'. * Don't install `ant' by default, since there is some Java tool of that name, which was causing confusion. And also it's boring. * Made screen grabbing work again on MacOS 10.4.2. * No longer prints bogus warnings about ClientMessages intended for the window manager. * Ignore unprintable characters in passwd entry field. * Fixed yet another cross-host-display image-loading endian problem. * `xscreensaver-command -watch' and `-time' now work on 64-bit machines.
2006-07-18- Added PKG_CONFIG to makevars.map.rillig2-4/+11
- Make sure that the bsd.pkginstall.mk file exists before mentioning it in diagnostic messages. Noticed by Martti Kuparinen.
2006-07-18Honor *OWN, *GRP, and *MODE.minskim1-1/+4
2006-07-18+ clisp-2.39, eclipse-3.2.0, fox-1.6.8, libsigsegv-2.4, qdbm-1.8.61,wiz1-6/+8
rxvt-unicode-7.8, zile-2.2.16.
2006-07-18Include stdlib.h to declare exit(), malloc(), and calloc() explicitly.minskim2-36/+47
2006-07-18Include sys/types.h before sys/socket.h to fix socklen_t detectionjoerg2-1/+14
on DragonFly.
2006-07-18Import of the fltk example application sudoku that can generate sudokureinoud1-1/+3
games and solve them. Sudoku (pronounced soo-dough-coo with the emphasis on the first syllable) is a simple number-based puzzle/game played on a 9x9 grid that is divided into 3x3 subgrids. The goal is to enter a number from 1 to 9 in each cell so that each number appears only once in each column and row. In addition, each 3x3 subgrid may only contain one of each number.
2006-07-18Import of the fltk example application sudoku that can generate sudoku reinoud4-0/+63
games and solve them. Sudoku (pronounced soo-dough-coo with the emphasis on the first syllable) is a simple number-based puzzle/game played on a 9x9 grid that is divided into 3x3 subgrids. The goal is to enter a number from 1 to 9 in each cell so that each number appears only once in each column and row. In addition, each 3x3 subgrid may only contain one of each number.
2006-07-18Don't buildlink x11/xcursor, it is not actually used by GTK2 directly.joerg1-2/+1