Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2006-07-02 | Fixed paths to the Perl interpreter. Bumped PKGREVISION. | rillig | 1 | -1/+3 | |
2006-07-02 | Don't include pyversion.mk more often than necessary. | rillig | 1 | -4/+4 | |
2006-06-30 | Use "stdlib.h" to get prototype for alloca() under NetBSD to avoid | tron | 2 | -4/+4 | |
build failures on system which use GCC 4.1.x. | |||||
2006-06-30 | Needs msgfmt. | joerg | 1 | -2/+2 | |
2006-06-29 | Needs msgfmt | joerg | 1 | -2/+2 | |
2006-06-28 | Needs msgfmt. | joerg | 1 | -2/+2 | |
2006-06-28 | ... and man/man6. | rillig | 1 | -2/+2 | |
2006-06-28 | The directory man/cat6 is needed. | rillig | 1 | -5/+4 | |
2006-06-27 | Fix build on Solaris. Derived from patch in PR pkg/33840 by Gilles Dauphin | markd | 1 | -1/+3 | |
2006-06-26 | Fix pthread detection, force non-threadsafe version for DragonFly due | joerg | 3 | -5/+34 | |
to lack of getpwuid_r and friends. | |||||
2006-06-26 | Fixed build errors for the recent bulk build on NetBSD 3.0. Since the | rillig | 2 | -7/+10 | |
PLIST changed, bump PKGREVISION. | |||||
2006-06-25 | Before a file can be created, its directory has to be there. | rillig | 1 | -2/+3 | |
2006-06-25 | Fix path to the custom.conf configuration file in the rc.d script. | jmmv | 2 | -3/+4 | |
Bump PKGREVISION to 1. | |||||
2006-06-23 | REPLACE_INTERPRETER+= perl | gdt | 1 | -1/+7 | |
PKGREVISION++ | |||||
2006-06-22 | Needs intltool. | joerg | 1 | -1/+2 | |
2006-06-22 | Fix Python detection. | joerg | 2 | -1/+15 | |
2006-06-21 | Don't assume the battery plugin is built on DragonFly for now. | joerg | 2 | -4/+12 | |
2006-06-21 | Fix expanded PYPREFIX. Since nothing could really work with the old | joerg | 1 | -2/+2 | |
version, don't bump revisions recursively. | |||||
2006-06-20 | * This package uses C++, so add 'c++' to USE_LANGUAGES. | jlam | 1 | -7/+6 | |
* Honor PKGMANDIR. * Use LDFLAGS.Linux instead of an explicit test for ${OPSYS} == "Linux". This fixes the bulk build problem reported in: http://mail-index.netbsd.org/pkgsrc-bulk/2006/06/20/0000.html | |||||
2006-06-20 | Build the "all" target to ensure that the catman page is generated on | jlam | 1 | -4/+1 | |
NetBSD. Fixes build build problem reported in: http://mail-index.netbsd.org/pkgsrc-bulk/2006/06/20/0000.html | |||||
2006-06-20 | Needs msgfmt. | joerg | 1 | -2/+2 | |
2006-06-20 | Follow the changes in Doxygen 1.4.7 and require the new version. | joerg | 2 | -109/+8 | |
Update the PLIST accordingly and bump the revision. | |||||
2006-06-20 | Without pkg-config, xglock is not build. | joerg | 1 | -1/+3 | |
2006-06-20 | In XChangeProperty(), format = 32 means long - no matter how many bits | martin | 2 | -1/+42 | |
long has. The format value furthermore is not arbitrary, but needs to be 8, 16 or 32. So don't pass Atom32 instead of long, or some sizeof() calculation as format, hardcode the value and make sure the arg is properly aligned. Fixes PR 33680 (old problem), and an alignement related crash with gcc4 on sparc64. | |||||
2006-06-20 | Avoid a NULL pointer deref. | martin | 2 | -1/+13 | |
2006-06-19 | Fix build with FreeType 2.2.1. | joerg | 2 | -2/+68 | |
2006-06-19 | Use loadavg() on DragonFly as well. | joerg | 2 | -6/+6 | |
2006-06-17 | Fixed a pkglint warning. | rillig | 1 | -2/+2 | |
2006-06-17 | Add support for the i945GM to the i810 driver. | markd | 8 | -3/+389 | |
From patches by Dimitry Andric. Bump PKGREVISION of xorg-server. | |||||
2006-06-16 | Fixed pkglint warnings. Fixed use of ${LN} -sf, which does not do the | rillig | 2 | -14/+16 | |
expected thing on Solaris. | |||||
2006-06-15 | Pluralize INSTALL_TEMPLATE and DEINSTALL_TEMPLATE variable names as per | jlam | 1 | -5/+5 | |
the pkglint warning: As {INSTALL,DEINSTALL}_TEMPLATE is modified using "+=", its name should indicate plural. This does make the variables a bit more suggestive of the fact that they hold lists of values. | |||||
2006-06-15 | Split out deinstall portions of INSTALL scripts into DEINSTALL scripts. | jlam | 3 | -11/+13 | |
This avoids the need for a confusing line of the form: DEINSTALL_TEMPLATE+= path/to/INSTALL in the package Makefile, and actually removes the need to specify it altogether since by convention, the existence of the DEINSTALL script is enough to add it to DEINSTALL_TEMPLATE. | |||||
2006-06-15 | Drop maintainership, I don't use them any longer. | wiz | 1 | -2/+2 | |
2006-06-15 | Fix for KDM symlink vulnerability. CVE-2006-2449 | markd | 2 | -2/+9 | |
Bump PKGREVISION. | |||||
2006-06-14 | Renamed qt[34]-psql to qt[34]-pgsql | adam | 7 | -68/+3 | |
2006-06-14 | Renamed x11/qt4-psql to x11/qt4-pgsql | adam | 3 | -0/+33 | |
2006-06-14 | Renamed x11/qt3-psql to x11/qt3-pgsql. | adam | 3 | -0/+31 | |
2006-06-14 | Avoid libusb on Solaris / x86_64. It exists, but only for 32bit mode. | joerg | 1 | -1/+6 | |
From Gilles Dauphin in PR 33727. | |||||
2006-06-13 | update to 2.8.19 | drochner | 2 | -6/+6 | |
changes: -bugfixes -one updated translation | |||||
2006-06-12 | Bump PKGREVISION and BUILDLINK_ABI_DEPENDS (where applicable) | wiz | 2 | -4/+4 | |
for SDL shlib changes. | |||||
2006-06-12 | Fix two pkglint warnings. | hira | 1 | -7/+7 | |
2006-06-12 | Remove the rests of renderext. | joerg | 2 | -7/+1 | |
2006-06-12 | Improve Linux/AMD64 support. Bump revisions of xorg-imake and | joerg | 7 | -12/+38 | |
xorg-libs due to changed packages. | |||||
2006-06-11 | Needs pkg-config. | joerg | 1 | -2/+2 | |
2006-06-11 | Needs imake. | joerg | 1 | -2/+2 | |
2006-06-11 | Needs pkg-config. | joerg | 1 | -2/+2 | |
2006-06-11 | Needs msgfmt. | joerg | 1 | -2/+2 | |
2006-06-11 | Needs pkg-config. | joerg | 4 | -5/+8 | |
2006-06-11 | Needs msgfmt. | joerg | 1 | -3/+2 | |
2006-06-11 | Needs pkg-config. | joerg | 1 | -1/+3 | |