Commit graph

71307 commits

Author SHA1 Message Date
kristerw
6d3f7c0f28 Bool is not used, so no need to include stdbool.h.
This fixes NetBSD 1.6 build problem.
2004-12-11 12:53:51 +00:00
kristerw
373406fefa Do not compile messtest. It isn't used, and it fails to compile on
NetBSD 1.6.
2004-12-11 12:32:44 +00:00
minskim
7331bb17fe - Use VARBASE instead of hardcoding /var.
- Do not override file ownership.
2004-12-11 08:25:48 +00:00
minskim
2754efb63d Merge two patches modifying the same file. As a side effect, this
removes fuzz with GNU patch.
2004-12-11 08:04:25 +00:00
minskim
fd4615a8b5 Note PKGREVISION bump of gconf-editor due to PLIST changes. 2004-12-11 06:54:22 +00:00
minskim
b4979705a9 Do not delete share/gnome/help and share/omf when deinstalled; they
should be handled by gnome-dirs and scrollkeeper, respectively.

Bump PKGREVISION.
2004-12-11 06:53:21 +00:00
wiz
4960156f16 Add buildlink3.mk file, needed by wip/darcs.
Closes PR 26624 by Roland Illig.
2004-12-11 03:29:46 +00:00
kristerw
fdb6419bd5 The documentation claims you can use -m as an alias for --mirror_only.
Make it so.
2004-12-11 02:49:57 +00:00
markd
4fe474c506 I missed this file in my update yesterday. 2004-12-11 01:19:29 +00:00
jlam
bda6801430 Create directories before putting files in them. This should fix
PR pkg/28480.
2004-12-11 00:32:16 +00:00
minskim
5c4cafa4b5 Override libtool. 2004-12-11 00:26:45 +00:00
minskim
a75a2e8301 This package needs pkg-config.
While here, reorder paragraphs to include buildink3.mk files before
overriding targets.
2004-12-11 00:21:53 +00:00
jlam
abf21b18a5 The "Evil Hack" is now a standard part of openssl buildlink3 which
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-11 00:13:54 +00:00
jlam
98a8065e34 Provide an SSLKEYS variable that points to the location where OpenSSL
private keys are likely to be installed.  Patch directly from PR
pkg/28477 by Jason Thorpe.
2004-12-11 00:04:14 +00:00
minskim
d547316b9b This package needs pkg-config. 2004-12-10 23:52:17 +00:00
minskim
2f148aed32 Sort buildlink3 files. 2004-12-10 23:51:42 +00:00
jlam
376c76f0de On NetBSD/alpha, building perl with -mieee causes perl to not pass
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-10 23:48:50 +00:00
minskim
debcb005a2 Use VARBASE instead of hardcoding /var. 2004-12-10 23:32:34 +00:00
jlam
d12d4a8c7a On VAX, feeding a base "NaN" to nawk causes nawk to core dump since
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-10 23:12:47 +00:00
hubertf
3a92acdcd5 fix path to pkgsrc-current tarball, noted by cdine@cdine.org 2004-12-10 22:20:18 +00:00
minskim
8a2bcedba5 Remove an install command that doesn't install anything. Should have
been removed when the package was updated to 0.8pre1.
2004-12-10 21:55:40 +00:00
erh
6bd583db9c Note update of pkg_install to 20041209. 2004-12-10 21:17:13 +00:00
erh
3c1d11809a Document the double "-u" option for updating dependant packages.
Bump the version to 20041210.
2004-12-10 21:14:40 +00:00
minskim
d6833f881e This package needs pkg-config. 2004-12-10 20:32:08 +00:00
abs
5bfb0b0dd1 Add 24 to the list of PYTHON_VERSIONS_ACCEPTED 2004-12-10 19:18:58 +00:00
salo
b874ab977f Bump PKGREVISION, security fix:
"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-10 09:30:42 +00:00
markd
50ca394c88 kde 3.3.2 update. 2004-12-10 06:48:18 +00:00
markd
2a2b9e36cb locale files moved to under ${PKGLOCALEDIR}/locale/...
Bump PKGREVISION.
2004-12-10 06:40:11 +00:00
markd
ccf1ddc20a Add kde3-i18n-{af,gl} 2004-12-10 06:36:51 +00:00
markd
88b7aa4a94 Update to kde 3.3.2. 2004-12-10 06:34:54 +00:00
markd
27e867ed72 Update to kdevelop 3.1.2 (part of kde 3.3.2) 2004-12-10 06:31:25 +00:00
markd
4b62a39205 Update to kdevelop 3.1.2 (part of kde 3.3.2)
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-10 06:31:05 +00:00
markd
70802d9943 Update to kde 3.3.2
Changes:
Unknown
2004-12-10 06:29:31 +00:00
markd
2d74627068 Update to kde 3.3.2
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-10 06:28:25 +00:00
markd
86359ead2d Update to kde 3.3.2
Changes:
Unknown
2004-12-10 06:27:31 +00:00
markd
b647167698 Update to kde 3.3.2
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-10 06:26:33 +00:00
markd
ad5727b687 Update to kde 3.3.2
Changes:
Unknown
2004-12-10 06:22:05 +00:00
markd
472d8a2146 Update to kde 3.3.2
Changes:
* plastik: improved performance when hovering over tabs
2004-12-10 06:20:51 +00:00
markd
fc9365689d Update to kde 3.3.2
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-10 06:19:47 +00:00
markd
30f5ae398c Update to kde 3.3.2
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-10 06:17:28 +00:00
markd
f28d6a7aef Update to kde 3.3.2
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-10 06:14:59 +00:00
markd
e80ce7c06f Update to kde 3.3.2
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-10 06:13:03 +00:00
markd
85d48ea754 Update to kde 3.3.2
Changes:
* kppp: increased maximum length of callback number
2004-12-10 06:09:37 +00:00
markd
38a26a534e Update to kde 3.3.2
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-10 06:07:49 +00:00
markd
432a555eb9 Update to kde 3.3.2. 2004-12-10 06:06:23 +00:00
markd
00e41dbeed Update to kde 3.3.2
Changes:
* kcontrol: fix setting mouse buttons to left-handed for mice with many
  buttons
* kcontrol: activate mouse cursor moving with keyboard if enabled
* kcontrol-usbview: USB revision number and level was given in decimal
  instead of hex
* kdesu: do not cause several seconds delay during logout
* khotkeys: work around a bug in Qt keyboard compression breaking
  simulated keyboard input
* klipper: fix mouse selection sometimes not being recorded
* klipper: work around a problem in OpenOffice.org causing it to stop
  updating selection
* klipper: do not record partial selections when created using the
  keyboard
* klipper: reduce heavy load caused by clipboard selected in Acrobat
  Reader
* klipper: protect against heavy load caused by broken clipboard handling
  in Lyx
* kwin: avoid window description dialog for special window settings and
  try to guess the information automatically
* kwin: various small improvements for special window settings
* kwin: don't keep splashscreens above dialog windows
* kwin: apply window-specific force settings immediatelly
* kwin: keep active desktop borders working after resolution change
* kwin: fix a case when a window was not activated due to incorrect focus
  stealing prevention
* kwin: show dialogs also when minimized in the window list
* kwin: when moving a window to another virtual desktop, move also its
  dialogs
2004-12-10 06:05:16 +00:00
markd
f8147e0562 Update to kde 3.3.2
Changes:
* kdecore: recognize known names for the MacRoman charset
* khtml: only disallow fixed positioning on body, not relative/absolute
* khtml: added Javascript-support for HTMLDocument.compatMode
* khtml: fixed textarea manipulation by DOM
* khtml: paged media support (page-break-before and -after)
* khtml: correctly handle text-transform on first-letter
* khtml: fixed display: block on pseudo-elements
* khtml: return Undefined instead of Null for out-of-range indices
* khtml: fixed stopPropagation when called from the target node itself
* khtml: fixed htmlCompat mode for documents served as text/html
* khtml: fixed display: compact
* khtml: support z-order for text areas and list boxes
* khtml: don't set assume <select> got items when we calculate a height
  for items
* khtml: changed default horizontal margins for H1-H6 from auto to 0
* khtml: escape otherwise unencodable characters in form submits
* khtml: merged min,max-height fixes
* khtml: merged handling of event handlers
* khtml: implemented CSS 2.1 compliant parsing of background-position
* khtml: fixed m_value vs ATTR_VALUE problem which didn't allow sending
  mail on gmail
* khtml: make use of the suggested filename for images
* khtml: tons of bidi fixes
* khtml: enable strict CSS parsing also for transitional doctypes
* khtml: ignore height element for input elements that are not image
* khtml: form widget fixes for plastik (and others)
* khtml: make sure we are layouted before scrolling if we are still
  loading
* khtml: add compensated font scale from Todd Fahrner's "Toward a
  standard font size interval system"
* khtml: avoid triggering full repaints of the view before the first
  layout is done
* khtml: implement CSS3 property box-sizing to match MacIE, Opera and
  Mozilla
* khtml: fix globeandmail.com famlily of crashes
* khtml: floats and flowing around floats improvements
* khtml: fix textarea scrolling positions
* khtml: tons of fixes for tables
* khtml: remove hidden widgets from the painting
* khtml: avoid crashes on XML documents
* khtml: ignore relative positioning on table sections
* khtml: fix static position calculation for positioned elements
* khtml: support insertAdjacentHTML
* khtml: fix crash in sites manipulating frames
* khtml: async kwallet support
* khtml: fix selectorText() when no namespace is specified
* khtml: update the layout before fetching the computed values
* khtml: color 'http://foo' links as visited if 'http://foo/' is in
  history
* khtml: corrected ref-counting error leading to segfault/invalid
  memory usage
* khtml: fixed some memory corruptions with garbage HTML
* khtml: account for scrollbar height when sizing variable
  overflow:scroll/auto boxes
2004-12-10 06:02:57 +00:00
jlam
c72bae5236 Don't bother with using perl5/module.mk and PERL5_PACKLIST to generate
the PLIST and use custom post-install code instead.  This avoids
needing to guess at the correct value PERL5_ARCHLIB before perl has
been configured and built.  This should fix PR pkg/28433.
2004-12-10 06:01:08 +00:00
markd
32a3f933dc Update to arts-1.3.2 (part of kde 3.3.2)
Changes unknown.
2004-12-10 06:00:52 +00:00
markd
42735b65e0 Update to kde 3.3.2.
changes are generally bug fixes including some security fixes.

pkgsrc changes are a big PLIST cleanup and moving locale files
to ${PKGLOCALEDIR}/locale/... rather than replicating the tree.
2004-12-10 05:59:50 +00:00