summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2004-12-11The Open Group says that localtime_r() doesn't need to ensure thatjlam3-3/+22
the tz* related variables are initialized when it is invoked. In fact, Solaris does do this while NetBSD 2.0 does not. Explicitly call tzset() before calling localtime_r() to initialize the local timezone data. This fixes the output of: perl -e '$t = localtime($^T); print "$t\n";' ; date to always print the time in the local timezone twice instead of the first time in UTC and the second in the local timezone. Bump the PKGREVISION.
2004-12-11Make this pkg build on amd64 with a patch from evolution-data-server-1.0.3.kristerw2-1/+38
2004-12-11Tweak an include file slighly so that it does not conflict with thekristerw2-1/+15
included include/libmilter/mfapi.h from the currently packaged version of mail/libmilter.
2004-12-11The tar from NetBSD 1.6 fails to extract the distfile. Use pax instead.kristerw1-1/+3
2004-12-11Include mk/pthread.buildlink3.mk.kristerw1-1/+3
2004-12-11Bool is not used, so no need to include stdbool.h.kristerw2-1/+14
This fixes NetBSD 1.6 build problem.
2004-12-11Do not compile messtest. It isn't used, and it fails to compile onkristerw2-1/+15
NetBSD 1.6.
2004-12-11- Use VARBASE instead of hardcoding /var.minskim3-12/+26
- Do not override file ownership.
2004-12-11Merge two patches modifying the same file. As a side effect, thisminskim3-34/+21
removes fuzz with GNU patch.
2004-12-11Note PKGREVISION bump of gconf-editor due to PLIST changes.minskim1-1/+2
2004-12-11Do not delete share/gnome/help and share/omf when deinstalled; theyminskim2-4/+5
should be handled by gnome-dirs and scrollkeeper, respectively. Bump PKGREVISION.
2004-12-11Add buildlink3.mk file, needed by wip/darcs.wiz1-0/+23
Closes PR 26624 by Roland Illig.
2004-12-11The documentation claims you can use -m as an alias for --mirror_only.kristerw1-2/+2
Make it so.
2004-12-11I missed this file in my update yesterday.markd1-2/+2
2004-12-11Create directories before putting files in them. This should fixjlam4-4/+9
PR pkg/28480.
2004-12-11Override libtool.minskim1-1/+2
2004-12-11This package needs pkg-config.minskim1-2/+4
While here, reorder paragraphs to include buildink3.mk files before overriding targets.
2004-12-11The "Evil Hack" is now a standard part of openssl buildlink3 whichjlam3-23/+6
can be simply turned on by setting USE_OLD_DES_API=yes. Modify references to <openssl/des.h> to refer to <openssl/des_old.h> where the old DES interface is expected. This is forward compatible with future versions of OpenSSL.
2004-12-11Provide an SSLKEYS variable that points to the location where OpenSSLjlam1-2/+6
private keys are likely to be installed. Patch directly from PR pkg/28477 by Jason Thorpe.
2004-12-10This package needs pkg-config.minskim1-1/+2
2004-12-10Sort buildlink3 files.minskim1-2/+2
2004-12-10On NetBSD/alpha, building perl with -mieee causes perl to not passjlam1-1/+12
the test for integer.pm (pkg/28498). Until this is fixed in either NetBSD, GCC or perl, strip out -mieee from the compiler command line. This "fixes" pkg/28498.
2004-12-10Use VARBASE instead of hardcoding /var.minskim6-38/+18
2004-12-10On VAX, feeding a base "NaN" to nawk causes nawk to core dump sincejlam1-1/+17
it tries to interpret it as a number, which causes an FP exception. Fix this by replacing "NaN" with "*NaN*" which hides the problem. This makes perl Configure and build correctly on NetBSD-2.0/vax. Fix provided by John Klos in private email.
2004-12-10fix path to pkgsrc-current tarball, noted by cdine@cdine.orghubertf1-2/+2
2004-12-10Remove an install command that doesn't install anything. Should haveminskim1-2/+1
been removed when the package was updated to 0.8pre1.
2004-12-10Note update of pkg_install to 20041209.erh1-1/+2
2004-12-10Document the double "-u" option for updating dependant packages.erh3-7/+18
Bump the version to 20041210.
2004-12-10This package needs pkg-config.minskim2-2/+4
2004-12-10Add 24 to the list of PYTHON_VERSIONS_ACCEPTEDabs1-2/+2
2004-12-10Bump PKGREVISION, security fix:salo11-17/+526
"Multiple buffer overflows in imlib 1.9.14 and earlier, which is used by gkrellm and several window managers, allow remote attackers to execute arbitrary code via certain image files." (1.9.15 is also affected) http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2004-1026 Patch from Pavel Kankovsky.
2004-12-10kde 3.3.2 update.markd2-3/+75
2004-12-10locale files moved to under ${PKGLOCALEDIR}/locale/...markd22-269/+266
Bump PKGREVISION.
2004-12-10Add kde3-i18n-{af,gl}markd1-1/+3
2004-12-10Update to kde 3.3.2.markd108-23566/+25060
2004-12-10Update to kdevelop 3.1.2 (part of kde 3.3.2)markd1-2/+2
2004-12-10Update to kdevelop 3.1.2 (part of kde 3.3.2)markd3-26/+26
Changes: * fixed many 3.1.x regressions in project templates * custommakefiles: don't insert targets twice into the menu, sort the targets alphabetically (this time it works) * fixed the bug "the kdevelop3 custom makefile based project files do not work with cmake out-of-source builds" * Don't overwrite existing files * Fix the forkbomb created by KDevAssistant when it was told to use KDevAssistant to remotely open documentation... * fix mem leak * fix amd64 crash * Perl parser; Don't require a whitespace between function name and the opening bracket * make the incremental qlistview search work in the filelist part
2004-12-10Update to kde 3.3.2markd3-46/+53
Changes: Unknown
2004-12-10Update to kde 3.3.2markd2-29/+29
Changes: * atlantik: fix problems with accepting invitations * atlantik: put player views in a scrollview * atlantik: show correct amount of players in trade widget
2004-12-10Update to kde 3.3.2markd2-19/+20
Changes: Unknown
2004-12-10Update to kde 3.3.2markd3-39/+32
Changes: * kfax: fix kfax does not save printer settings * kfax: fix Truncations occur on dialog * kfax: fix kfax prints all pages in one g3-file to one page * kfax: fix can not print to printer or file * kfax: fix BoundingBox: line in PS file has width and height interchanged * kfax: fix KFax has its own printer dialog * kfax: fix rotation not honored when printing * kfax: fix G3/G4/tiff-files not assigned to kFax * kfax: fix zoom error * kfax: fix Problem with format of fax-files * kfax: fix CTRL-R shortcut for rotate does not work in kfax * kfax: fix Can't print only part of a document * kolourpaint: Fix crash due to text box when scaling image behind it * kolourpaint: Don't get stuck on a wait cursor after attempting to paste empty text into a text box * kolourpaint: Smaller selection and text box resize handles - covers up fewer selected pixels, doesn't cover up text
2004-12-10Update to kde 3.3.2markd7-74/+74
Changes: Unknown
2004-12-10Update to kde 3.3.2markd2-15/+16
Changes: * plastik: improved performance when hovering over tabs
2004-12-10Update to kde 3.3.2markd2-38/+54
Changes: * kalzium: degrees fahrenheit and celsius were reversed in information dialogs * kbruch: fraction conversion is wrong due to cut digits after colon * kbruch: In factorisation mode input box should look disabled * kiten: clear correctly the internal list in radical selector * kiten: get rid of crash of double-clicking delete button in learn * klatin: add Polish data files * kmplot: program hangs when plotting arcsin and arccos * kturtle: The default language must be one of the supported kturtle languages. Fixes the broken Open-Examples directory as well as kturtle refusing to run any commands, when the KDE locale is a different dialect of one of the kturtle languages.
2004-12-10Update to kde 3.3.2markd5-83/+152
Changes: * kalarm: fix KAlarm button on message windows to make it always display the main window * kmail: remember the size of the separate message window instead of using a fixed window size * kmail: gracefully handle broken connections when checking for new mail with IMAP * kmail: don't clear the readerwindow when new mail arrives in an imap folder * kmail: fix aegypten issue39 by only using the body itself as a text part if there are no body parts and we didn't get any other text so far, such as for smime opaque encrypted mails * kmail: fix the "folders not visible" problem after starting KMail when the intro is shown * kmail: fix searching when the header field in question is the first one of a message * kmail: disable wordwrap in the composer for all inline invitation mails, not just for those sent with autosending enabled * kmail: don't translate the "local" folder prefix; this fixes problems with KMail's summary plugin * kmail: fix adding attachments to inline-forwarded messages * kmail: remember the selected crypto format when saving a message as draft * kmail: hide filter actions from "Configure Toolbars" dialog; fixes crashes * kmail: fix missing filter actions after switching to the Mail component in Kontact * kmail: remove BCC coming from identity on ical invitations * kmail: grab the signature only once * kmail: fix problem with disappearing dimap folders * kmail: don't kill running mailchecks when cancelling the subscription dialog * kmail: add missing tooltip to the BCC [...] button * kmail: make sure that no signature is appended to inline invitation replies, Outlook chokes on them * kmail: don't sign or encrypt inline invitations or invitation replies * kmail: fix PGP/MIME encrypting messages which are BCC'ed * kmail: make sure that all changes in the folder properties are saved * kmail: fix uncontrolled checkboxes in the composer's attachment list * kmail: improved performance when dragging mails over the folder list * kmail: provide all reply methods and all forward methods in the separate message window * kmail: fix minor bugs in the antispam wizard * kmail: correctly end new-mail-check when an IMAP folder reports an error * kmail: fix 'kstart --iconify --windowclass kmail kmail' which allows starting KMail in the system tray * kmail: fix broken order of folders in the folder selection dropdown box * kmail: notice a manual change of the external editor command line * kmail: adjust antispam wizard to changes in bogofilter 0.93 * kmail: don't look up recipient keys during autosave * kmail: fix "Folder Menu not updated after enabling Expiration for a Folder * kmail: add support for additional antispam tools * kmail: various speed improvements * kontact: don't show empty tip of the day on startup
2004-12-10Update to kde 3.3.2markd2-33/+35
Changes: * khexedit: fix files with "?" in the filename can't be opened * khexedit: fix loading and saving of remote files * khexedit: fix khexedit statistics columns not sorted correctly * kdf: hide /dev/shm and sysfs filesystems
2004-12-10Update to kde 3.3.2markd3-42/+63
Changes: * akodelib: Play even more broken and wierd MP3s well. * akodelib: Don't crash on when mmap fails (e.g. on NTFS). * akode-artsplugin: Play dual-mono files as stereo * akode-artsplugin: Halt playobject if a stream terminates
2004-12-10Update to kde 3.3.2markd2-41/+40
Changes: * kppp: increased maximum length of callback number
2004-12-10Update to kde 3.3.2markd3-27/+29
Changes: * Quanta Plus o don't crash after editing a cell of a newly inserted row/column in the table editor o show the right index of the main cell in case of merged rows in a table o don't crash on column removal form a table o read the tables correctly also if the doctype definition is wrong (for example HTML tables inside XHTML) o fix node tree corruption while parsing scripts inside a tag o don't crash when deleting a file using the context menu o disable Proceed button in the upload dialog once the upload is started. Fixes various problems like non-responding Quanta after upload and possibly the bug described in o don't try to add a newly created action to a non-existent All toolbar o don't crash on exit if the user removed an action o enable full copy/paste from documentation and preview. Until now it worked only with the mouse through the selection. o improvement: recognize one-line PHP comments starting with # * KFileReplace o hide columns that are not useful (but confusing) when doing search only
2004-12-10Update to kde 3.3.2.markd3-62/+57