Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2006-06-20 | Also run install.man to the man pages. | joerg | 1 | -2/+2 | |
2006-06-20 | Needs msgfmt. | joerg | 1 | -2/+2 | |
2006-06-20 | Add DragonFly support. Replace the static FILE magic with a different | joerg | 4 | -7/+122 | |
(messy) magic, which doesn't relay on sizeof(FILE), but on two integer variables having separate addresses and pointer casts not changing this fact. | |||||
2006-06-20 | Add support for PLIST_rpmfix* as the other SuSE packages have. | joerg | 1 | -1/+4 | |
2006-06-20 | Patch libtool fragment to support DragonFly. | joerg | 2 | -1/+103 | |
2006-06-20 | note update of mail/clamav (fix freshclamd rcd script) | jnemeth | 1 | -1/+2 | |
2006-06-20 | add rcvar to freshclamd rcd script so that it obeys "freshclamd=NO" in | jnemeth | 2 | -2/+4 | |
/etc/rc.conf | |||||
2006-06-20 | Let py-rpy work with R 2.3.1. | joerg | 1 | -1/+2 | |
2006-06-20 | Catch up with R 2.3.1: different module name, different output of | joerg | 4 | -7/+21 | |
R --version, different dependency. Bump revision. | |||||
2006-06-20 | Add DragonFly support. | joerg | 4 | -11/+45 | |
XXX When does *stat64 finally die and everyone just uses The Right Way? | |||||
2006-06-20 | Note PKGREVISION bump of teTeX-texmf. | minskim | 1 | -1/+2 | |
2006-06-20 | Needs msgfmt. | joerg | 1 | -2/+2 | |
2006-06-20 | Let kdelibdocs3 catch up with doxygen-1.4.7. | joerg | 1 | -1/+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 | + TeXmacs-1.0.6.3, dejavu-ttf-2.7, disc-cover-1.5.5, drscheme-350, | wiz | 1 | -5/+12 | |
elm-me-2.4pl122k, gnucash-devel-1.9.8, hyperestraier-1.2.9, imp-4.1.2, mldonkey-2.7.7, unrealircd-3.2.5, xterm-214. | |||||
2006-06-20 | Reset maintainer, email bounced. | wiz | 1 | -2/+2 | |
2006-06-20 | Change the distfile path because it was modified without bumping the | minskim | 2 | -7/+6 | |
version number. Bump PKGREVISION due to the following change: * fixed a copyright violation, caused by distributing modified files of cstex / cslatex under theri original name. The fix reverts to the original files. Affected files: tex/cslatex/cslatex.ini tex/csplain/cseplain.ini tex/csplain/csplain.ini This fixes PR pkg/33745. | |||||
2006-06-20 | Without pkg-config, xglock is not build. | joerg | 1 | -1/+3 | |
2006-06-20 | Note revision bump for gnome2-media to 2. | jmmv | 1 | -1/+2 | |
2006-06-20 | Depend on gst-plugins0.10-good so that the sound recorder is always built | jmmv | 1 | -2/+3 | |
(requires the gconf plugin). Bump PKGREVISION to 2 because one could still generate binary packages before that had a hidden dependency on the gconf plugin. | |||||
2006-06-20 | Don't abuse the INSTALL and DEINSTALL scripts to replace the configuration | jlam | 6 | -28/+29 | |
file for another package (and breaking CHECK_FILES). Instead, instruct the user on how to merge the example configuration file into the true configuration file in a MESSAGE file. Also, fix the path to the kochi-ttf fonts. Bump the PKGREVISION. | |||||
2006-06-20 | Force "nm -D" for DragonFly, otherwise symbol extraction from libc | joerg | 2 | -6/+15 | |
doesn't work correctly. | |||||
2006-06-20 | If FAILOVER_FETCH is defined, then we need the digest binary to already | jlam | 1 | -2/+2 | |
be installed, so let uptodate-digest do that crazy thing it does. | |||||
2006-06-20 | Fix FAILOVER_FETCH usage to actually match documentation -- it's | jlam | 1 | -2/+2 | |
supposed to be just defined/undefined, but was previously being used as non-empty/emtpy. | |||||
2006-06-20 | Use -pthread for thread linkage on DragonFly. | joerg | 2 | -1/+15 | |
2006-06-20 | note update of emulators/peace | kent | 1 | -1/+2 | |
* fix a build error on recent -current * support for X.Org | |||||
2006-06-20 | Update PEACE to 0.0.20060620 | kent | 2 | -8/+9 | |
* fix a build error on recent -current * support for X.Org | |||||
2006-06-20 | Note mail/mutt-devel version bump to 1.5.11nb5 | tonio | 1 | -1/+2 | |
2006-06-20 | The patch for imap/browse | tonio | 1 | -0/+29 | |
2006-06-20 | Add fix for imap code from mutt's cvs repository: | tonio | 2 | -3/+4 | |
A malicious IMAP server could cause at least DoS Bomp PKGREVISION | |||||
2006-06-20 | The contents of include/bind vary widly between systems as bind9 | abs | 2 | -29/+6 | |
dutifully installs whatever it thinks might be missing or just substandard on the current system. As the Makefile already adds the contents of share/doc/bind9 dynamically to the PLIST, do the same for include/bind. Fixes the PLIST on RedHat EL 2 & 3, and does not break it on NetBSD/3 No PKGREVISION bump as no change to anything but generated PLIST | |||||
2006-06-20 | Don't try to compile in Bluetooth support under NetBSD(-current). | tron | 2 | -1/+16 | |
The stub code is not compatible with the API presented by NetBSD. | |||||
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 | Fix build with FreeType 2.2+ | joerg | 2 | -1/+56 | |
2006-06-20 | Just require msgfmt for all xfce4 packages. | joerg | 1 | -2/+2 | |
2006-06-20 | Avoid a NULL pointer deref. | martin | 2 | -1/+13 | |
2006-06-20 | Add fix from the "mutt" CVS repository for a buffer overflow in the | tron | 4 | -8/+42 | |
IMAP code which could be exploited by a malicious IMAP server. Bump package revision. | |||||
2006-06-20 | Note update of "mutt" package to version 1.4.2.1nb7. | tron | 1 | -1/+2 | |
2006-06-20 | Make this package build with gcc-4. Patches provided by John D. Baker | minskim | 3 | -1/+49 | |
in PR pkg/33764. | |||||
2006-06-19 | Cleanup fallout from {DE,}INSTALL_SRC removal: rewrite the INSTALL | jlam | 6 | -66/+55 | |
script to be of the format expected by the pkginstall framework and remove the explicit invocation of the INSTALL script from the post-install target. Also, split out the important text from the INSTALL script and put it into a MESSAGE file. Also, remove the unused show-shlib-type target. | |||||
2006-06-19 | Cleanup fallout from {DE,}INSTALL_SRC removal: rewrite the INSTALL | jlam | 11 | -133/+107 | |
script to be of the format expected by the pkginstall framework. Also, split out the important text from the INSTALL script and put it into a MESSAGE file. Also, remove the unused show-shlib-type target. | |||||
2006-06-19 | Cleanup fallout from {DE,}INSTALL_SRC removal: rewrite the INSTALL | jlam | 5 | -57/+60 | |
script to be of the format expected by the pkginstall framework. Also, split out the important text from the INSTALL script and put it into a MESSAGE file. | |||||
2006-06-19 | Clean up fallout from {DE,}INSTALL_SRC removal: if using the pkginstall | jlam | 1 | -5/+1 | |
framework, then the INSTALL script should not be explicitly invoked in the post-install target. Also remove an extraneous show-shlib-type target that no longer has any effect in pkgsrc. | |||||
2006-06-19 | {DE,}INSTALL_SRC is not actually obsolete without some other changes | jlam | 3 | -16/+17 | |
to the DEINSTALL/INSTALL scripts so that they are the correct format as expected by the pkginstall framework. Fix the DEINSTALL script. Also, use REQD_DIRS to manage the Input/Meta directory instead of using @unexecJ lines in the PLIST. | |||||
2006-06-19 | Improve the DEINSTALL script by checking for the presence of the data | jlam | 1 | -12/+14 | |
directory before promping the user to remove it. Also rewrite in style expected by pkginstall framework. | |||||
2006-06-19 | Force gtar for extraction, pax-as-tar can't handle this at least on | joerg | 1 | -1/+2 | |
DragonFly. | |||||
2006-06-19 | Deal with const-ness of dlerror()'s return value like gpsim-devel. | joerg | 2 | -1/+37 | |
2006-06-19 | Needs msgfmt. | joerg | 1 | -2/+2 | |
2006-06-19 | Fix build with FreeType 2.2.1. | joerg | 2 | -2/+68 | |
2006-06-19 | fixup the .cz entry - it doesn't have the 'distribution' subdir and | jdolecek | 1 | -3/+3 | |
doesn't hold updates |