Commit graph

68006 commits

Author SHA1 Message Date
reed
4b3c379a7e Fix HOMEPAGE. Now it is a real webpage instead of a download site. 2004-10-13 19:12:22 +00:00
tv
6d01d25a91 Defuzz patches by regenerating with pkgdiff. 2004-10-13 18:50:13 +00:00
tv
888be43a6a Bump LIBTOOL_REQD back to 1.5.10nb1. This ensures that folks who built
1.5.10 during the "broken" period (before the workaround and wrapper fix)
have to upgrade to make it work correctly.
2004-10-13 18:42:19 +00:00
tv
cb1bc94217 INSTALL_DATA -> INSTALL_LIB. 2004-10-13 18:00:08 +00:00
tv
7f3683f1ed For the ELF form, make sure shlibs are installed +x. If not, issue a
warning, fix it, and move along.
2004-10-13 17:52:46 +00:00
tv
c22d2cbccb Use INSTALL_LIB. (No functional change.) 2004-10-13 17:51:32 +00:00
tv
9a8ac08ae7 Use /bin/test. The /bin/sh builtin has some bugs with symlinks. 2004-10-13 17:50:01 +00:00
gavan
9dbe579ad7 Workaround build problem on Solaris 10.
If HAVE_POSIX_SPAWN is defined, code is compiled in that requires environ
to be declared. Solaris doesn't declare environ, so declare it (guarded by
HAVE_ENVIRON_DECL) in the files in which it is used.

Solaris 10 systems HAVE_POSIX_SPAWN, whereas previous versions do not.
2004-10-13 17:14:36 +00:00
taca
b2eb3297ac Update MASTER_SITES and HOMEPAGE which isn't available any more. 2004-10-13 16:10:02 +00:00
taca
21dd48a80e Update MASTER_SITES and HOMEPAGE which isn't available any more.
Fix PR pkg/27244.
2004-10-13 16:08:47 +00:00
tv
00afe19a48 INSTALL_DATA -> INSTALL_LIB, where appropriate. 2004-10-13 15:43:43 +00:00
taca
22e22252bb Note update of www/squid package to 2.5.7. 2004-10-13 15:37:22 +00:00
taca
57ca53564b Update squid package to 2.5.7.
This includes security problem with SNMP support which enabled by default.

<http://www.idefense.com/application/poi/display?id=152&type=vulnerabilities>


* pkgsrc changes:

  - Don't use PKGNAME within DIST_SUBDIR.  Instead, date based DIST_STAMP.
    This change prevent extra DIST_SUBDIR change asked by kim@.
  - Remove setproctitle(3) hack for dnsserver helper program since use of
    dnsserver itself is problematic with huge size of squid process.

* Changes to squid-2.5.STABLE7 (11 Oct 2004)

  - [Medium] No objects cached in ufs cache_dir type in some
    configurations. Issue introduced in 2.5.STABLE6 by the patch for
    Bug #676. (Bug #1011)
  - [Minor] LDAP helpers update to correct LDAP connection management
    and add support for literal password compare instead of binding
  - [Minor] A large number of queued DNS lookups for the same domain
    (Bug #852)
  - [Cosmetic] request_header_max_size configuration partly ignored
    (Bug #899)
  - [Minor] Partial hit results in TCP_HIT, not TCP_MISS. (Bug #1001)
  - Bug #1012: [Cosmetic] HEAD requests may return stale information
    (Bug #1012)
  - [Cosmetic] Warn if cache_dir ufs can not create files. (Bug #918)
  - [Minor] case insensitive authentication (Bug #431)
  - [Cosmetic] Add delay pools information to active_requests. (Bug
    #882)
  - [Minor] Apparent memory leak in client_db (Bug #833)
  - [Minor] NTLM authentication truncated causing failures. (Bug
    #1016)
  - [Cosmetic] Grammatical corrections in squid.conf.default
  - [Cosmetic] Unknown %X errorpage codes incorrectly quoted. (Bug
    #1030)
  - [Medium] Segfaults and other strange crashes when using heap
    policies. (Bug #1009)
  - [Minor] Supplementary group memberships not set (Bug #1021)
  - [Cosmetic] ERR_TOO_BIG Portugese translation
  - [Minor] external_acl does not handle newlines (Bug #1038)
  - [Major] NTLM authentication denial of service when using msnt_auth
    or fake_auth (Bug #1045)
  - [Medium] Memory leaks when using NTLM authentication without
    challenge reuse. (Bug #994)
  - [Minor] Temporary NTLM memory leak with challenge reuse enabled
    (Bug #910)
  - [Minor] assertion failed: "n_ufs_dirs <=
    Config.cacheSwap.n_configured". (Bug #1053)
  - [Minor] Segfault in authenticateDigestHandleReply. (Bug #1031)
  - [Minor] acl time fails to parse multiple time specifications
    (Bug #1060)
  - [Minor] cachemgr config dumps mixed up Range and Request-Range
    headers in http_header_access & replace directives. (Bug #1056)
  - [Minor] Content-Disposition added as a well known header (Bug #961)
  - [Cosmetic] Don't warn about arp acls not being supported on FreeBSD
    (Bug #1074)
  - [Cosmetic] Limit internal send/receive buffer sizes (Bug #1075)
  - [Medium] New acl types to match arbitrary HTTP headers. In addition
    the http_header_access & replace directivess now support arbitrary
    headers and not only the well known ones. (Bug #961)
  - [Cosmetic] ncsa_auth now accepts Window formatted password files
    (Bug #1078)
  - [Cosmetic] Support the --program-prefix/suffix options or other
    configure program name transforms (Bug #1019)
  - [Minor] Fix race condition in CONNECT and also handle aborts of
    CONNECT requests in a more graceful manner. (Bug #859)
  - [Minor] New balance_on_multiple_ip directive to work around certain
    broken load balancers and optimized ipcache on reload requests
    (Bug #1058)
  - [Medium] New reply_header_max_size directive (Bug #874)
  - [Minor] Suspected instability on aborted PUT/POST requests (Bug #1089)
  - [Security] SNMP Denial of Service fix (CAN-2004-0918)
2004-10-13 15:35:55 +00:00
tv
53860a0446 Make strip/no-strip choice more consistent:
Move check for INSTALL_UNSTRIPPED to the platform/*.mk files, alongside
existing check for DEBUG_FLAGS.
2004-10-13 15:31:31 +00:00
adam
c590c8aad9 Updated timidity to 2.13.2 2004-10-13 15:24:44 +00:00
adam
e46551c9de Changes 2.13.1:
* Various bug fixes
* Some feature improvements
* Support for libao, FLAC (now in pkgsrc), Speex (pkgsrc as well)
Changes 2.13.2:
* Win32 compile error fix
2004-10-13 15:23:40 +00:00
tv
257ee9c940 Another Interix-only fix: add -ldb, and since Qt incorrectly #includes
system C headers without extern "C", add extern "C" protection.
2004-10-13 15:15:52 +00:00
gavan
dd6e5ecb4c Portability fixes. 2004-10-13 13:42:23 +00:00
markd
64f18c30b3 Update KDE to 3.3.1. 2004-10-13 13:36:25 +00:00
markd
17c0aac395 Update to KDE 3.3.1. 2004-10-13 13:20:20 +00:00
markd
cde30da18b Update to kdevelop 3.1.1 (part of KDE 3.3.1). 2004-10-13 13:03:02 +00:00
markd
de8a17ae51 Update to kdevelop 3.1.1 (part of KDE 3.3.1)
Changes unknown.
2004-10-13 13:00:53 +00:00
markd
9f4f46af1a Update to KDE 3.3.1.
Changes:
* umbrello: Remove need for flex library
* umbrello: Fix various crashes
* umbrello: Fix deletion of message in sequence diagram
* umbrello: Fix deletion of association name label
* umbrello: Fix C++ import of code with comments
* umbrello: Improve quality of export to EPS
* umbrello: Allow deletion of enum literals
* umbrello: Improve perl code generation (POD)
2004-10-13 12:58:49 +00:00
markd
fa999befe1 Update to KDE 3.3.1.
Changes unknown.
2004-10-13 12:56:29 +00:00
markd
c61162723b Update to KDE 3.3.1.
Changes:
* atlantik: Don't show warning dialog when exiting a game that ended.
* kpoker: Fixed misevaluation of poker hands
* kpoker: Fixed unnecessary saves
* kreversi: Fix for bug where the color of the players are not saved
* kreversi: Fix for bug in undo handling after side switch
* kreversi: Fix against possible cheat
2004-10-13 12:54:56 +00:00
markd
f3458819d9 Update to KDE 3.3.1.
Changes:
* kpdf: Use xpdf 3.0 rendering engine
* kpdf: Fixed crash on pdf with 0 pages
* kpdf: Fixed crash when using various kpdf parts
* kpdf: Fixed crash when using zoom values with . on a locale with , as
  decimal separator
* kpdf: Show "Show menubar" option on RMB menu when menubar is hidden
* kpdf: Generate thumbnails in a thread so the GUI is not blocked
* kolourpaint: Fix multiple selection bugs
* kolourpaint: Speed up renderer (esp. drag-scrolling at high zoom)
* kolourpaint: Fix remaining untranslatable strings
2004-10-13 12:51:15 +00:00
markd
6d18340ee2 Update to KDE 3.3.1.
Changes unknown.
2004-10-13 12:47:10 +00:00
markd
faf37e011d Update to KDE 3.3.1.
Changes:
* sidebar newsticker: Better error handling in case no connection to the
  DCOP service is possible
* sidebar newsticker: Remove newsticker from the default sidebar
  configuraton (usability fix)
* sidebar mediaplayer: Remove mediaplayer from the default sidebar
  configuration (usability fix)
2004-10-13 12:44:10 +00:00
markd
0ae995b3b5 Update to KDE 3.3.1
Changes unknown.
2004-10-13 12:39:18 +00:00
markd
8ee4021d5a Update to KDE 3.3.1
Changes:
* Plastik: Performance optimizations
* Plastik: Honor QButtonGroup::setLineWidth( 0 )
* Plastik/dotNet: Fix flicker in scrollbar
2004-10-13 12:37:18 +00:00
markd
b3c14189ca Update to KDE 3.3.1.
Changes:
* kbruch: Fix color settings (apply them to all widgets)
* kmplot: Avoid an endless loop when a calculation doesn't return a value
* kmplot: Fix areaUnderGraph-drawing: an invald y-value led to y>10e10 or
  y<-10e10
* kstars: LX200 GPS fixes
* kstars: Fixes compilation on gcc-2.95
* kstars: Fixes to the Solar Sysytem tab of the options dialog
* kstars: Disable stars-related widgets in the options dialog (Catalogs
  tab) if the "Hipparcos Star Catalog" box is unchecked
* kstars: Make it impossible to set the "zoomed out" mag limit to a fainter
  value than the "zoomed in" limit
* kstars: Fix horribly blocky images in printed image
* kstars: Printing fix: When original color scheme is restored, restore
  the original star color intensity as well
* ktouch: Typos fixes in german2.ktouch
* kturtle: Fix crash in Settings
* kturtle: Fix the endless loop bug that occurs when drawing extremely
  long lines
* libkdeedu: 2 Fixes to ExtDateTime and the test program 'test_extdate'
2004-10-13 12:34:51 +00:00
markd
d0a9c8958c Update to KDE 3.3.1.
Changes:
* kaddressbook: Update the button bar when adding contacts from the ldap
  query
* kalarm: Prevent crash if kalarmui.rc is missing
* kalarm: Prevent Quit option from becoming useless if "Don't ask again"
  is selected along with Cancel in confirmation dialog
* kalarm: Fix scheduling of weekly/monthly/yearly recurrences from the
  command line
* kalarm: Fix errors when altering or cancelling deferrals of expired
  recurrences
* kalarm: Fix message window size not fitting message
* kalarm: Prevent blind copy to self of email alarms via KMail when bcc
  is deselected
* kmail: Fixed a couple of bugs which can lead to mail loss with
  disconnected IMAP
* kmail: Fixed "Switch to html mode when using bullets in composer"
* kmail: Fixed "Clicking bold/italic in composer sometimes doesn't do
  anything"
* kmail: Fixed the mailing list address importing
* kmail: Fixed folder tree flicker
* kmail: Fixed "attaching files with long lines causes message loss"
* kmail: Filter dialog: create at least one new filter where there is one
  (usability improvement)
* kmail: Fixed crash on folder creation under certain conditions
* kmail: AV-filter scripts: Make antivir search in archives
* kmail: Numerous crash fixes (xml-gui, anti-spam wizard)
* kmail: Added icon for agenda resource folder
* kmail: Don't move files if source and target folder are the same
* kmail: Let address completion keep working after reconfiguring ldap
  servers
* kmail: Fixed crash when expiring mail with the menu item
* kmail: Made it possible to use disconnected IMAP folders as draft folders
* kmail: Allow the use of distribution list in BCC again
* kmail: ACL dialog: make sure user cannot remove his own folder admin
  rights
* kpilot: Added missing icons
* kpilot: Various fixes
* korganizer: Fix typeahead for new events in agendaview
* korganizer: Don't crash on undo when no resource is available
* korganizer: Fixes for freebuy view: if appointment is more than 15 days
  in the future; made "pick a date" button work"
* korganizer: Don't crash when cancelling a drop on the daymatrix
* korganizer: Various fixes in the invitation editor dialog
* korganizer: Various timezone handling fixes
* korganizer: Fix for "directory for local dir resource was never
  automatically created, and all data of that resource was just lost"
* korganizer: Don't try to save read-only resources, which lead to an error.
* konsolekalender: various fixes
* kontact: "open in addressbook" when kaddressbook-part is not yet loaded
  showed only the addressbook part
* kontact: Completely rewritten knotes plugin
* kontact: Summary view: new default plugins
* kontact: Summary view: various layouting fixes
* kontact: Sidebar: do not raise part on certain drag'n drop actions
2004-10-13 12:29:05 +00:00
markd
bed1751f6c Update to KDE 3.3.1.
Changes:
* Try to make KFloppy usable again.
2004-10-13 12:18:59 +00:00
markd
da160b1ab2 Update to KDE 3.3.1
Changes:
* akodelib: Fixed decoding of Ogg/Vorbis on big-endian machines
* akode-artsplugin: Fixed artsd-crash when playing in Konqueror
* juk: Fixed a bug where JuK sometimes crashes on KDE logout.
* juk: Fixed the removeTrack() DCOP call, which caused an infinite
  memory-leaking loop.
* juk: JuK now automatically saves your playlists every 10 minutes.
* juk: The tree view mode uses a case-insensitive search to fill its
  dynamic playlist now, matching the internal method of operation.
* juk: The tag editor no longer loses changes when you hide the tag editor.
* juk: Added checks for the return value of opendir(), which could fail if
  you don't have read permission for the directory.
* juk: Update status bar after changing the tags on the currently playing
  item.
* juk: Fixed a bug where a tree view mode playlist could be deleted out
  from under an item that needed to access it.
* juk: Fixed the GUI layout to also work in right-to-left languages.
* juk: Update the status bar when a different playlist is selected.
* juk: Always show the playing playlist in the status bar, fixing a
  regression from KDE 3.2.
* kscd: Fix saving of cd-information
2004-10-13 12:16:06 +00:00
markd
786f3eda1a Update to KDE 3.3.1
Changes:
* ksirc: fixed duplicated channel into the list
2004-10-13 12:08:53 +00:00
tv
4f001f9d15 Fix library linkage for Interix. 2004-10-13 12:06:36 +00:00
markd
86037f6f5f Update to KDE 3.3.1
Changes:
* Quanta Plus
  o VPL: enable VPL on KDE 3.3.x
  o show (again) the full filename in a tooltip
  o don't crash if the preview widget is closed with a JavaScript command
    from the code itself
  o possible crash on startup fixed
  o don't try to autofill a closing tag for non-xml tags
  o when opening a Quanta 3.2 project set the upload status of the files
    to "When Modified" not to "Never"
  o when adding files to a project, use the upload status of the parent
    directory for the newly added file
  o fix the Save As.. behavior (it defaulted to some strange directories,
    depending on the active treeview, selected directory, etc.)
  o update the modified status text/icon when using Save All
  o always find the right action to edit, even if there are more actions
    with the same user visible name
  o don't change the template description if writing to the .dirinfo file
    fails (usually for global templates)
  o fix creation of new template directories (template type was stored
    incorrectly)
  o display the user-readable template type in every dialog
  o fix the Konqueror launch in meinproc.kmdr
  o fix open dialog in checkxml.kmdr: use the the folder selection dialog
    to select folders
  o improvement: don't show the project toolbar when no project is loaded
  o improvement: support loading of more than one toolbar at a time
  o improvement: don't ask for toolbar saving if the toolbar names was
    modified by Quanta to add (1), (2), etc. at the end
  o improvement: disable the Quanta Template page in properties if you
    don't have writing rights to the directory
  o improvement: show the user-readable template description for every
    template file, not just the directories.
  o improvement: don't allow to change the template type in the properties
    of a file as it's valid per-directory.
* Kommander
  o output from ExecButton wasn't sent to standard output
* KLinkStatus
  o enable the hide toolbar menu item in the toolbar context menu (and
    don't crash with KDE 3.3.0 when you right click on the toolbar)
2004-10-13 12:05:51 +00:00
markd
a4c2da1176 Update to KDE 3.3.1. 2004-10-13 11:55:51 +00:00
markd
520946cf6c Update to KDE 3.3.1. Also provide pkgsrc option to build in SMB support.
Changes:
* kinfocenter: fixed crash in USB viewer
* konqueror: "Advanced Add Bookmark" didn't affect right-click bookmarking
* konqueror: "Duplicate Tab" now respects "After Current Tab" setting
* konqueror: Only let linked views in same tab follow changes
* konsole: Added AppScreen support to keytab
* konsole: Cycling trough tabs with keyboard caused terminal size to be
  printed
* konsole: Don't crash when showing tabbar with centered background
2004-10-13 11:54:11 +00:00
markd
fd432fb8bc Update to KDE 3.3.1
Changes:
* KHTML: fixed spurious deletion of textarea contents
* KHTML: fixed innerHTML getter to not behave like outerHTML
* KHTML: fix crash in caret mode
* KHTML: added missing <marquee> ECMAScript bindings
* KHTML: fixed missing Javascript-support for HTMLDocument.compatMode
* KHTML: fixed off-by-one error which caused decorations to exceed the
  selection-end by one pixel
* KHTML: fixed wrong positioning of text-decorations in selections
* KHTML: small paint optimization for render texts
* KHTML: fixed spurious scrollbars on the canvas when overflow of clipped
  children exceeds the viewport boundaries
* KHTML: fixed unreachable relatively positioned content on viewport
* KHTML: fixed unreachable positioned content in clipped blocks
* KHTML: fixed selection not being redrawn in overflow-area
* KHTML: jump-to-anchor fixes
* KHTML: Don't warn that a form was not submitted after pressing back button
* KHTML: fix crash on illegal CSS
* KHTML: On popular demand, double-click between two words selects both
  again as in KDE 3.2.
* kfile: Added "New Folder..." in context menu within KDirSelectDialog
* kfile: Enabled dragging of directories within KDirSelectDialog
* kfile: KURLRequester now popups KDirSelectDialog when a directory is
  requested
* kfile: Toggling hidden files didn't refresh the file selection list
* kio: Separate general from meta info in filetips
* don't crash when right clicking on a toolbar in some applications that
  are using KParts
2004-10-13 11:47:51 +00:00
markd
18a6981ec8 Update to arts 1.3.1 (part of KDE 3.3.1)
changes unknown.
2004-10-13 11:39:23 +00:00
markd
de66723d1d Update to KDE 3.3.1 2004-10-13 11:37:13 +00:00
cjep
89b6d09c51 -nail 2004-10-13 09:58:15 +00:00
cjep
770a94e632 note update of mail/nail to 11.11 2004-10-13 09:57:43 +00:00
cjep
5f12c4be2a Update of mail/nail to 11.11.
Changes since 11.10 include:

* When sending messages that contain ASCII control characters but neither
  NULs nor non-ASCII characters, the quoted-printable MIME encoding is now
  used instead of 7bit.
* A dangling pointer after a memory reallocation could result in a coredump
  when the junk mail database was updated by a 'good' or a 'junk' command.
* The code for accessing the junk mail database has been made more machine-
  independent. It will not make a difference on most of the platforms on
  which nail runs. If your compiler does insert padding into C structs that
  contain only members of type char, you will have to create the junk mail
  database from scratch again, though.
2004-10-13 09:57:10 +00:00
minskim
737b87cc0f No need to include libtool/buildlink3.mk; defining USE_LIBTOOL is enough. 2004-10-13 09:23:08 +00:00
minskim
9566a67fd4 Override eet.pc. No PKGREVISION bump because this package was
imported a few minutes ago.
2004-10-13 09:21:36 +00:00
cjep
b5c5a3336a Note update of mail/nail to 11.10 2004-10-13 09:14:44 +00:00
cjep
d02dc8dc9d Update of mail/nail to 11.10. Changes since 11.5 are numerous.
Please consult the changelog in the source distribution or
	http://nail.sourceforge.net/ChangeLog
2004-10-13 09:14:05 +00:00
minskim
fe045558ae eet is not in pkgsrc-wip any more. 2004-10-13 09:03:35 +00:00