summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2006-06-21Replaced /bin/bash with ${SH} in a shell script. Bumped PKGREVISION.rillig1-1/+3
2006-06-21Needs msgfmt.joerg1-2/+2
2006-06-21Don't try to set PTHREAD_SCOPE_SYSTEM on DragonFly either.joerg3-5/+6
From Iain Templeton. Bump revision.
2006-06-21Needs pkg-config.joerg1-1/+3
2006-06-21Needs msgfmt.joerg2-4/+4
2006-06-21Needs intltools.joerg1-1/+2
2006-06-21Don't assume the battery plugin is built on DragonFly for now.joerg2-4/+12
2006-06-21Also use the NetBSD Makefile for DragonFly.joerg2-4/+5
2006-06-21Needs msgfmt.joerg1-2/+2
2006-06-21Never include sys/errno.h or define errno.joerg2-11/+24
2006-06-21INSTALLATION_DIRS was incomplete.joerg1-2/+2
2006-06-21Fix expanded PYPREFIX. Since nothing could really work with the oldjoerg1-2/+2
version, don't bump revisions recursively.
2006-06-21Remove a number of spurious semicolons, rename a variable shadowingjoerg10-4/+142
itself and fix include of fnmatch.h, which can be obtained from Heimdal. The latter can go away after the branch, when Heimdal itself is fixed.
2006-06-21Fix template usage in header of kdegames3.joerg1-1/+2
2006-06-21removeItem and appendItem are the public functions, so use them.joerg5-1/+81
Remove unnecessary class reference in a nested class declaration. Fixes build with GCC 3.4.
2006-06-21Fix a number of implicit template reference, exposed by games/boson.joerg3-2/+66
Bump revision since a header file is changed.
2006-06-21Add DragonFly support.joerg4-2/+103
2006-06-21Needs msgfmt.joerg1-2/+2
2006-06-21Add DragonFly support.joerg2-1/+62
2006-06-21Fix build on DragonFly and FreeBSD due to different cdparanoia headers.joerg2-5/+17
Patch obtained from FreeBSD ports.
2006-06-21Note PKGREVISION bump of mummer.minskim1-1/+2
2006-06-21Add csh:run to USE_TOOLS because this package installs csh scripts.minskim1-3/+3
Bump PKGREVISION.
2006-06-21Reorder dirrm@'s so that the package is deinstalled propertly.minskim1-4/+4
PKGREVISION will be bumped with another change shortly.
2006-06-21Make this pacakge build with gcc-4. Patches provided by martijnb inminskim2-1/+60
PR pkg/33694.
2006-06-21USE_TOOLS+=lexminskim2-4/+4
2006-06-21Improve the error message if an Xserver is not running duringjlam1-10/+13
installation. Remove the BROKEN_IN tag as there are extenuating circumstances for why this can't install. Also, remove some useless shell commands that should be re-added as MAKE_ENV after more testing is done.
2006-06-21USE_TOOLS+=lexminskim1-2/+2
2006-06-21USE_TOOLS+=yaccminskim1-2/+2
2006-06-21make this build on FreeBSD-6.1, from Peter Schuller per PR pkg/33770drochner2-1/+15
2006-06-21make this build on amd64/current, from Martijn van Buul per PR pkg/33769drochner2-1/+15
(it builds for me on amd64/3.0, but the effect is easily verified by disassembling -- basically it is insignificant because "cpuid" always yields just 32 bit, but if newer compilers complain something must be done)
2006-06-21INSTALL_TARGET is automatically set to the right value if USE_IMAKE isjlam1-3/+1
defined, so no need to set it explicitly here.
2006-06-21Add missing file entry to PLIST and honor PKGMANDIR. Bump the PKGREVISIONjlam2-3/+5
to 1. This should fix the error noted in the bulk build results: http://mail-index.netbsd.org/pkgsrc-bulk/2006/06/20/0000.html
2006-06-21make this build on amd64 (and perhaps others, the bug is some obscuredrochner2-1/+15
C++ problem), from Martijn van Buul per PR pkg/33768
2006-06-21Force compilation of sitecustomize.pyjoerg1-1/+2
2006-06-21Fix PLIST of burn.joerg1-1/+2
2006-06-21Fix PLIST by removing entries which don't make sense at all.joerg2-170/+3
Bump revision.
2006-06-21Use the correct path to each dependencies' libraries and headers byjlam2-23/+39
using BUILDLINK_PREFIX.*, honor PKGMANDIR, and add missing file entries to the PLIST. Bump the PKGREVISION to 8. This should fix the error noted in the bulk build results: http://mail-index.netbsd.org/pkgsrc-bulk/2006/06/20/0000.html
2006-06-21Regen patch-ac without context, GNU patch is too stupid to deal withjoerg2-9/+6
asymmetric context. Fixes PR 33783.
2006-06-21Include hicolor-icon-theme/buildlink3.mk so that the icon-theme cachejlam1-1/+3
file is managed correctly at INSTALL and DEINSTALL time. Bump the PKGREVISION to 1. This should fix the error noted in the bulk build results: http://mail-index.netbsd.org/pkgsrc-bulk/2006/06/20/0000.html
2006-06-21The icon-theme cache file generated by gtk-update-icon-cache from thejlam1-1/+6
icon-cache.tmpl INSTALL script fragment should never be in any PLIST -- set CHECK_FILES_SKIP appropriately.
2006-06-21Fix obvious typo that would cause the "dvi" option to never be supportedjlam1-2/+3
by this package.
2006-06-21Honour VARBASE and use config file framework for the high score file.joerg4-5/+43
Use INSTALL to inform the user of the changed location. Bump revision. Discussed with jlam@
2006-06-21Use nm -D when scanning libc.so on DragonFly.joerg2-13/+23
2006-06-21Needs libtool handling.joerg1-1/+2
2006-06-21Remove conflicting declaration of malloc(), realloc(), and free(); includeminskim2-6/+25
stdlib.h instead.
2006-06-21Remove conflicting declaration of malloc(); include stdlib.h instead.minskim2-7/+27
2006-06-21Needs msgfmt.joerg1-2/+2
2006-06-21Remove conflicting declaration of malloc(); include stdlib.h instead.minskim2-1/+19
2006-06-21For sys/socket.h include sys/types.h first when determing whetherjoerg2-1/+25
it works. This is needed for DragonFly.
2006-06-21Remove conflicting declaration of calloc() and malloc(); include stdlib.hminskim3-9/+29
instead.