summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2006-06-20Also run install.man to the man pages.joerg1-2/+2
2006-06-20Needs msgfmt.joerg1-2/+2
2006-06-20Add DragonFly support. Replace the static FILE magic with a differentjoerg4-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-20Add support for PLIST_rpmfix* as the other SuSE packages have.joerg1-1/+4
2006-06-20Patch libtool fragment to support DragonFly.joerg2-1/+103
2006-06-20note update of mail/clamav (fix freshclamd rcd script)jnemeth1-1/+2
2006-06-20add rcvar to freshclamd rcd script so that it obeys "freshclamd=NO" injnemeth2-2/+4
/etc/rc.conf
2006-06-20Let py-rpy work with R 2.3.1.joerg1-1/+2
2006-06-20Catch up with R 2.3.1: different module name, different output ofjoerg4-7/+21
R --version, different dependency. Bump revision.
2006-06-20Add DragonFly support.joerg4-11/+45
XXX When does *stat64 finally die and everyone just uses The Right Way?
2006-06-20Note PKGREVISION bump of teTeX-texmf.minskim1-1/+2
2006-06-20Needs msgfmt.joerg1-2/+2
2006-06-20Let kdelibdocs3 catch up with doxygen-1.4.7.joerg1-1/+2
2006-06-20Follow the changes in Doxygen 1.4.7 and require the new version.joerg2-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,wiz1-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-20Reset maintainer, email bounced.wiz1-2/+2
2006-06-20Change the distfile path because it was modified without bumping theminskim2-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-20Without pkg-config, xglock is not build.joerg1-1/+3
2006-06-20Note revision bump for gnome2-media to 2.jmmv1-1/+2
2006-06-20Depend on gst-plugins0.10-good so that the sound recorder is always builtjmmv1-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-20Don't abuse the INSTALL and DEINSTALL scripts to replace the configurationjlam6-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-20Force "nm -D" for DragonFly, otherwise symbol extraction from libcjoerg2-6/+15
doesn't work correctly.
2006-06-20If FAILOVER_FETCH is defined, then we need the digest binary to alreadyjlam1-2/+2
be installed, so let uptodate-digest do that crazy thing it does.
2006-06-20Fix FAILOVER_FETCH usage to actually match documentation -- it'sjlam1-2/+2
supposed to be just defined/undefined, but was previously being used as non-empty/emtpy.
2006-06-20Use -pthread for thread linkage on DragonFly.joerg2-1/+15
2006-06-20note update of emulators/peacekent1-1/+2
* fix a build error on recent -current * support for X.Org
2006-06-20Update PEACE to 0.0.20060620kent2-8/+9
* fix a build error on recent -current * support for X.Org
2006-06-20Note mail/mutt-devel version bump to 1.5.11nb5tonio1-1/+2
2006-06-20The patch for imap/browsetonio1-0/+29
2006-06-20Add fix for imap code from mutt's cvs repository:tonio2-3/+4
A malicious IMAP server could cause at least DoS Bomp PKGREVISION
2006-06-20The contents of include/bind vary widly between systems as bind9abs2-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-20Don't try to compile in Bluetooth support under NetBSD(-current).tron2-1/+16
The stub code is not compatible with the API presented by NetBSD.
2006-06-20In XChangeProperty(), format = 32 means long - no matter how many bitsmartin2-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-20Fix build with FreeType 2.2+joerg2-1/+56
2006-06-20Just require msgfmt for all xfce4 packages.joerg1-2/+2
2006-06-20Avoid a NULL pointer deref.martin2-1/+13
2006-06-20Add fix from the "mutt" CVS repository for a buffer overflow in thetron4-8/+42
IMAP code which could be exploited by a malicious IMAP server. Bump package revision.
2006-06-20Note update of "mutt" package to version 1.4.2.1nb7.tron1-1/+2
2006-06-20Make this package build with gcc-4. Patches provided by John D. Bakerminskim3-1/+49
in PR pkg/33764.
2006-06-19Cleanup fallout from {DE,}INSTALL_SRC removal: rewrite the INSTALLjlam6-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-19Cleanup fallout from {DE,}INSTALL_SRC removal: rewrite the INSTALLjlam11-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-19Cleanup fallout from {DE,}INSTALL_SRC removal: rewrite the INSTALLjlam5-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-19Clean up fallout from {DE,}INSTALL_SRC removal: if using the pkginstalljlam1-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 changesjlam3-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-19Improve the DEINSTALL script by checking for the presence of the datajlam1-12/+14
directory before promping the user to remove it. Also rewrite in style expected by pkginstall framework.
2006-06-19Force gtar for extraction, pax-as-tar can't handle this at least onjoerg1-1/+2
DragonFly.
2006-06-19Deal with const-ness of dlerror()'s return value like gpsim-devel.joerg2-1/+37
2006-06-19Needs msgfmt.joerg1-2/+2
2006-06-19Fix build with FreeType 2.2.1.joerg2-2/+68
2006-06-19fixup the .cz entry - it doesn't have the 'distribution' subdir andjdolecek1-3/+3
doesn't hold updates