summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2006-06-15Hungarian qcad manual 2.0.4.0 (2.0.5.0 did not update docs).chap4-0/+368
2006-06-15German qcad manual (2.0.4.0; 2.0.5.0 did not update docs.)chap4-0/+419
2006-06-15Czech version of QCad manual (2.0.4.0; 2.0.5.0 did not update docs).chap4-0/+363
2006-06-15English version of qcad manual (for 2.0.4.0; 2.0.5.0 didn't update docs).chap5-0/+437
2006-06-15qcad-2.0.5.0 Community Edition at last imported from wip. While the oldchap11-1634/+230
1.5.4 release was something of a toy, QCad was thoroughly reworked for 2.0 and could now be called usable for many practical purposes. Versions 2.0.4.0 (initially) to 2.0.5.0 have been usable in wip for a bit more than a year, and so seem ready to import. "Yes, that should be fine. Please watch the bulk builds for it and try to fix any problems that might appear." -wiz@ Updates to pkglint now produce some new suggestions, which I will make and commit after confirming they don't break anything; at least this version I already know to build successfully for me.
2006-06-15Welcome to the brave new world of gettext-0.14.5 -- if a source filejlam2-1/+18
includes <libintl.h>, then it may also pull in macro redefintions for all of the *printf() functions. Unfortunately, macros do not mix well with C++ code which expects to be able to partition names, e.g. printf and vprintf, into the class namespace. (Mostly) fix this problem by undefining printf and vprintf after <libintl.h> is included. This addresses PR pkg/33577.
2006-06-15Output PKG_{FAIL,SKIP}_REASON messages to standard error instead ofjlam1-7/+10
standard output. These are error or warning messages, so they shouldn't be "seen" by anything expecting the output of a "make" command to make sense. This addresses PR pkg/32239 by following the suggestions by Roland Illig.
2006-06-15Note PKGREVISION bump of tex-unttf.minskim1-1/+2
2006-06-15Fix PLIST. Bump PKGREVISION.minskim2-5/+8
2006-06-15Allow the standard build target to be overridden by the one generatedjlam1-2/+4
if PKG_{FAIL,SKIP}_REASON is set. This fixes the behavior when one invokes "make build" in a package that sets a fail or skip reason to stop as soon as the reason is printed.
2006-06-15arts and kdebase3 security updatesmarkd1-1/+3
2006-06-15Fix for KDM symlink vulnerability. CVE-2006-2449markd2-2/+9
Bump PKGREVISION.
2006-06-15Fix for artswrapper return value checking vulnerability. CVE-2006-2916markd2-2/+9
Bump PKGREVISION
2006-06-14Relax SPAMD_TIMEOUT from 120 to 240 secs to reduce spamd timeouts onabs3-3/+17
slower machines, as suggested by Andreas Hallmann in PR33654. Update pkg to exim-4.54nb3
2006-06-14Note graphics/gd PKGREVISION bump: security fix.salo1-1/+2
2006-06-14Security fix for CVE-2006-2906:salo3-3/+69
"The LZW decoding in the gdImageCreateFromGifPtr function in the Thomas Boutell graphics draw (GD) library (aka libgd) 2.0.33 allows remote attackers to cause a denial of service (CPU consumption) via malformed GIF data that causes an infinite loop." Patch from Xavier Roche via Ubuntu.
2006-06-14Add text to help explain when bumping PKGREVISION is appropriate or not.darcy1-1/+28
As discussed with Greg Troxel.
2006-06-14Updated net/vpnc to 0.3.3nb2.ghen1-1/+2
2006-06-14Only vpnc-script has to be executable, not vpnc.conf. Bump PKGREVISION.ghen1-4/+3
2006-06-14Updated math/qalculate to 0.9.4adam2-3/+8
2006-06-14Changes 0.9.4:adam21-66/+265
* True RPN mode with stack manipulation * Dutch translation (from Jaap Woldringh and the Dutch KDE translation team) * New application icons (from Thomas Lübking) * API documentation (approximately halfway) * Enhanced edit matrix/vector dialogs, with widget for GTK+ * View/edit/insert matrix/vector menu items (GTK+) * Combined dialog for number bases in result and expression (GTK+) * Fix comma as decimal sign with KDE GUI * "Convert to Best Unit" and "Convert to Base Units" was swapped (KDE) * Ignore commas (with dot as decimal sign) in numbers and option to use dot as thousands separator * Fix removal of factors in simplifaction ("1 kg m/s" was simplified to "1000 m/s") * Fix libqalculate.so unresolved symbols * Fix bug that caused all number arguments to require numbers to be rational * Interpret 0x..., 0o... and 0b... as hexadecimal, octal and binary numbers, respectively, when base is decimal * Ability to represent numbers as 0x0feff (for HEX), 0b0011101010 (for BIN) * Set vectors and matrices as the first argument by default * New functions * Fix integration * New unit: psi * New name format in data files for more flexible translations * Change some dubious mathematical wordings
2006-06-14Reflect last change in the manual page.tron2-1/+24
2006-06-14Fix buildling for gcc4adam8-12/+49
2006-06-14Change logging facility from LOG_DAEMON to LOG_MAIL. This program istron1-2/+2
mail related after all. The logging message also contains confidential information like sender, recipient and subject which shouldn't go to a public readable logfile. Bump package revision because of this fix.
2006-06-14Note update of "milter-regex" package to version 1.6nb1.tron1-1/+2
2006-06-14Change logging facility from LOG_DAEMON to LOG_MAIL. This program istron2-5/+15
mail related after all. The logging message also contains confidential information like sender, recipient and subject which shouldn't go to a public readable logfile. Bump package revision because of this fix.
2006-06-14Note sendmail PKGREVISION bumps.adrianp1-1/+3
2006-06-14Bump PKGREVISION.adrianp12-6/+322
A malformed MIME structure with many parts can cause sendmail to crash while trying to send a mail due to a stack overflow, e.g., if the stack size is limited (ulimit -s). This happens because the recursion of the function mime8to7() was not restricted. The function is called for MIME 8 to 7 bit conversion and also to enforce MaxMimeHeaderLength. To work around this problem, recursive calls are limited to a depth of MAXMIMENESTING (20); message content after this limit is treated as opaque and is not checked further.
2006-06-14Add a buildlink dependency on openssl to couriertcpd, which needs thejlam3-9/+12
SSL libraries to build couriertls, which encapsulates the logic for handling SSL connections for Courier services. Drop the dependency on openssl from both courier-imap and courier-mta, which only need the "openssl" tool instead. Bump the PKGREVISIONs for all three packages due to the changed dependencies. Problem noted by Ondrej Tuma in private email.
2006-06-14Fix build with GNU make 3.81. Improve some Solaris/x86 flags.joerg3-4/+17
From Gilles Dauphin in PR 33730.
2006-06-14Teach the tools framework about "openssl".jlam9-9/+32
2006-06-14Renamed qt[34]-psql to qt[34]-pgsqladam8-69/+6
2006-06-14Renamed x11/qt4-psql to x11/qt4-pgsqladam3-0/+33
2006-06-14Renamed x11/qt3-psql to x11/qt3-pgsql.adam3-0/+31
2006-06-14Create DELAYED_{ERROR,WARNING}_MSG macros that can be used to outputjlam2-9/+12
error and warning messages that are picked up by the error-check target. Use them instead of using a bare ${ECHO} for more code clarity. Implemented as suggested by Roland Illig.
2006-06-14Ensure that len does not shadow a parameter of the same name.joerg4-21/+73
Don't use __sighandler_t at all, it is not standard and at least on DrgaonFly means something completely different. Also change the typedef to match what signal actually expects. Fix some more minor glitches for DragonFly.
2006-06-14mail/mailman -> 2.1.8tv1-1/+2
2006-06-14Update to 2.1.8 release. Changes from 2.1.8rc1:tv2-7/+6
- Brad Knowles' mailman daily status report script updated to 0.0.16.
2006-06-14Manage compression of the help files using the doc-compress scriptjlam2-519/+520
and be more precise about which files are handled instead of touching all the files in share/irc/help. Also, use PLIST_SUBST instead of manually replacing @GZ@ in the PLIST.
2006-06-14Fix typo. Noticed by pkglintd.joerg1-2/+2
2006-06-14wv2 update.markd1-1/+2
2006-06-14Update to wv2-0.2.3markd2-7/+6
* Fixed an integer overflow bug (CVE-2006-2197) * Applied a patch by Friedemann Kleint (Fa. metis) with fixes for Solaris / Sun C++ 5.5 Patch 113817-02 2003/08/29. Additionally fixes some tab-related bugs (unique and erase stuff)
2006-06-14Fix build with the kde option.markd5-27/+29
2006-06-14Avoid libusb on Solaris / x86_64. It exists, but only for 32bit mode.joerg1-1/+6
From Gilles Dauphin in PR 33727.
2006-06-14Needs msgfmt.joerg1-2/+2
2006-06-14update to 1.4.1drochner5-13/+11
changes: -bugfixes -ui improvements -Add basic support for the Quicktime Metalink playlists
2006-06-14base revision has changed, reset PKGREVISIONdrochner1-2/+1
2006-06-14update to 0.10.3drochner4-10/+11
changes: bugfixes
2006-06-14base revision has changed, reset PKGREVISIONdrochner1-2/+1
2006-06-14update to 0.10.8drochner3-25/+6
changes: bugfixes