Commit graph

155 commits

Author SHA1 Message Date
joerg
3f362071bd Forward class definitions must not use namespace :: syntax. 2013-03-26 23:30:44 +00:00
wiz
d1b820f37b Recursive bump for png-1.6. 2013-02-16 11:18:58 +00:00
ryoon
9bef86f5fd Bump PKGREVISION from audio/jack. 2013-02-09 22:11:28 +00:00
jperkin
becd113253 PKGREVISION bumps for the security/openssl 1.0.1d update. 2013-02-06 23:20:50 +00:00
adam
f4c3b89da7 Revbump after graphics/jpeg and textproc/icu 2013-01-26 21:36:13 +00:00
jperkin
ccceec3eae Avoid "error: call of overloaded 'pow(int, int&)' is ambiguous".
Fixes build on Solaris.
2012-12-19 17:21:48 +00:00
obache
64deda1dc9 recursive bump from cyrus-sasl libsasl2 shlib major bump. 2012-12-16 01:51:57 +00:00
asau
9912a3809d Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 09:57:15 +00:00
wiz
8b5d49eb78 Bump all packages that use perl, or depend on a p5-* package, or
are called p5-*.

I hope that's all of them.
2012-10-03 21:53:53 +00:00
obache
c38c120ee5 recursive bump from libffi shlib major bump
(additionaly, reset PKGREVISION of qt4-* sub packages from base qt4 update)
2012-09-15 10:03:29 +00:00
dholland
f91b8b8497 Add desktopdb.mk and bump PKGREVISION for 118 packages as reported by
pkglint. If any of these are wrong for some reason, please revert/adjust.
2012-07-01 19:05:10 +00:00
sbd
21792a9296 Recursive PKGREVISION bump for libxml2 buildlink addition. 2012-06-14 07:43:06 +00:00
dholland
7e751949e4 Set BUILDLINK_ABI_DEPENDS correctly (with +=, not ?=)
It turns out there were a lot of these.
2012-05-07 01:53:12 +00:00
joerg
4ee963698e Fix various C++ issues. 2012-05-04 16:27:59 +00:00
obache
a6d5ad9edc Recursive bump from icu shlib major bumped to 49. 2012-04-27 12:31:32 +00:00
wiz
ee311e3b36 Recursive bump for pcre-8.30* (shlib major change) 2012-03-03 00:11:51 +00:00
hans
338cd9beb0 Remove check for fopencookie/funopen. They are not required to build
this package.
2012-02-16 19:15:12 +00:00
wiz
5a1e8b0499 Revbump for
a) tiff update to 4.0 (shlib major change)
b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk)

Enjoy.
2012-02-06 12:40:37 +00:00
obache
615c758c19 Recursive bump from audio/libaudiofile, x11/qt4-libs and x11/qt4-tools ABI bump. 2012-01-13 10:54:43 +00:00
sbd
04daa2f1b8 Recursive bump for graphics/freetype2 buildlink addition. 2011-11-01 06:00:33 +00:00
dholland
2987e07b39 Needs REPLACE_BASH like kdepim4. Add USE_TOOLS+=bash:run. PKGREVISION -> 10.
XXX: not actually tested, let me know if it blows up.
2011-06-19 02:12:59 +00:00
obache
9572f6d892 recursive bump from textproc/icu shlib major bump. 2011-06-10 09:39:41 +00:00
obache
1d9df3258a recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
markd
03bcd24f95 Dont try to use kernel only interface to inotify on linux 2011-02-17 09:37:13 +00:00
markd
10da2a6f46 fix build with gcc4.4 2011-01-20 11:56:51 +00:00
wiz
af3596f984 png shlib name changed for png>=1.5.0, so bump PKGREVISIONs. 2011-01-13 13:36:05 +00:00
sbd
d823d74afa Recursive PKGREVISION bump for the net/mDNSResponder update 2010-07-14 11:11:13 +00:00
wiz
e8d8834f6a Bump PKGREVISION for libpng shlib name change.
Also add some patches to remove use of deprecated symbols and fix other
problems when looking for or compiling against libpng-1.4.x.
2010-06-13 22:43:46 +00:00
wiz
91871f449e Second try at jpeg-8 recursive PKGREVISION bump. 2010-01-18 09:58:37 +00:00
wiz
579796a3e5 Recursive PKGREVISION bump for jpeg update to 8. 2010-01-17 12:02:03 +00:00
sno
6f7368d4db bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
joerg
674dbd1712 Convert @exec/@unexec to @pkgdir or drop it. 2009-06-14 20:47:52 +00:00
joerg
62d1ba2bac Remove @dirrm entries from PLISTs 2009-06-14 18:03:28 +00:00
wiz
272d51cc21 Recursive ABI depends update and PKGREVISION bump for readline-6.0 shlib
major change.

Reported by Robert Elz in PR 41345.
2009-05-20 00:58:05 +00:00
joerg
2d1ba244e9 Simply and speed up buildlink3.mk files and processing.
This changes the buildlink3.mk files to use an include guard for the
recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS,
BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new
variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of
enter/exit marker, which can be used to reconstruct the tree and
to determine first level includes. Avoiding := for large variables
(BUILDLINK_ORDER) speeds up parse time as += has linear complexity.
The include guard reduces system time by avoiding reading files over and
over again. For complex packages this reduces both %user and %sys time to
half of the former time.
2009-03-20 19:23:50 +00:00
explorer
eb7f654b11 regenerate 2009-03-03 12:34:33 +00:00
explorer
5cee871208 add a cast to (unsigned long) to work around time_t issues. This is a quick fix to make this build with our new shiny time_t. 2009-03-03 12:34:15 +00:00
markd
cb47f93189 Update to KDE 3.5.10
minor bugfixes
2008-08-27 11:59:13 +00:00
joerg
f605fec2db Mark as destdir ready. 2008-07-14 12:55:56 +00:00
jlam
841dfa0e7a Convert to use PLIST_VARS instead of manually passing "@comment "
through PLIST_SUBST to the plist module.
2008-04-12 22:42:57 +00:00
markd
4836e37545 Update to kde 3.5.9
KAlarm
* New option to specify reminder times in minutes.
* Prevent multiple identical error messages accumulating for the same
  alarm.
* Remember main window show/hide options when KAlarm last closed, instead
  of setting them in the Preferences dialog.
* Replace simple repetitions with recurrence sub-repetitions, to reduce
  confusion.
* Simplifications and improvements to the alarm edit dialog layout and
  controls.
* Fix crash when saving Preferences, if 'xterm' is not installed in the
  system.
* Fix failure to trigger some recurring date-only alarms
* Fix date-only alarms repeating every minute from midnight until the
  start-of-day time.
* Fix KAlarm hanging especially on startup, and potentially freezing the
  system for a while.
* Fix deferral of non-recurring alarms not working.
* Fix inability to reactivate deleted alarms which still have repetitions
  to go.
* Fix sendmail error "Sender verify failed (in reply to RCPT TO command)"
  on some systems.
* Prevent error messages while typing a date value, until the user has
  finished entering it.
2008-02-20 10:09:20 +00:00
tnn
ad6ceadd25 Per the process outlined in revbump(1), perform a recursive revbump
on packages that are affected by the switch from the openssl 0.9.7
branch to the 0.9.8 branch. ok jlam@
2008-01-18 05:06:18 +00:00
wiz
a34ac258dd Bump PKGREVISION because openexr now depends on ilmbase. 2007-11-30 21:55:01 +00:00
markd
1fae343bae Update to KDE 3.5.8
core libs
* Do not drop frecuently used address that are not in the addresbook
  from recent address list.
* Fix Free/Busy information not regenerated for recurring events with
  end date after fb-period.
Birthdays resource
* Fix Reminders for imported birthdays from KAdressbook don't work as
  expected.
Groupwise resource
* Don't crash if hostname or port are wrong.
IMAP ioslave
* Fix SASL Authentication fails if another client of sasl is loaded.
Sieve ioslave
* Fix SASL Authentication fails if another client of sasl is loaded.
* Fix cannot login When using TLS.
* Fix retrieving scripts from the server always failed with a protocol
  error report.
libkholidays
* Add Argentina holidays file.
KAddressBook
* Fix using X-KADDRESSBOOK-X-Department where ORG:organization;department
  should be used.
* Fix import bug for vCards when running as Kontact part.
KAlarm
* Allow delay times up to 999 hours to be entered.
* Fix not being able to stop sound file playing.
* Fix template time value is lost between reboots.
* Fix recurring alarms sometimes don't fire when they're supposed to.
KArm
* Allow negative times for budgeting time for a task.
* Right click on "task complete" box should not tick/untick box.
* Fix marking task done does not stop the time.
Kitchensync
* Added configuration dialogs for Evo2, SynCE, Moto and Jescs.
* Added configuration dialog for Sunbird plugin.
KMail
* Do not show the dragging menu when dragging to ourselves or to our
  parent.
* Do not ask the user to go online each time a job finished if he
  decided to be offline.
* Fix rebuilding index files breaks subject threading for existing messages.
* Fix copying of messages on the same online IMAP server.
* Fix crash when moving folders.
* Fix crashes during drag&drop of imap folders.
* Fix crash after reply to a revoked mail.
* Fix event loop handling.
* Fix crash when cancelling GnuPG singing a new empty message.
* Fix crash on retrieving pop mail.
* Fix crashing after startup.
* Fix templates for forwarding do not work with inline mails.
* Fix draft messages forget the default GPG action.
* Fix encrypt to self function beign always on.
* Fix mails started from a template have wrong date.
Kontact
* Fix crash when editing toolbars while a plugin without part is active.
* Fix crash if no plugin is active when editing toolbars.
KOrganizer
* Fix loading the freebusy list for people with a preferred email address.
* Fix unability to get freebusy information from an eGroupware server.
* Fix publish free/busy list automatically not working.
* Fix a crash when moving recurring multidays events.
* Fix audio notification open file dialog.
korn
* Fix the Subject and Sender parsing.
* Fix fetching the password of a kmail account from kmailrc.
* Fix using pop3-mailboxes from the kmail configuration.
Akregator
* Fix storage backend waking up CPU every 3 seconds.
2007-10-20 10:46:41 +00:00
wiz
3528e06345 Fix paths for GConf, libglade, libart, libsigc++, lablgtk moves.
Bump PKGREVISION.
2007-09-21 13:03:25 +00:00
joerg
15f2093a37 Add missing checksum for patch-at. 2007-08-03 21:31:14 +00:00
joerg
aec28fcdde Don't include malloc.h. 2007-08-02 00:04:53 +00:00
joerg
dce9dd16cf Needs pkg-config to build the kitchen-synk^Hc. 2007-06-13 13:52:41 +00:00
rillig
7f125459d8 Removed some code duplication from the buildlink3 files by using the new
pkg-build-options.mk procedure.
2007-05-30 08:54:28 +00:00
markd
df5aae1177 Update KDE to 3.5.7
Akregator
* Disable java and javascript in the article viewer.
* Partially fix "javascript:" links in the browser tabs.

KAddressBook
* Add support to search in custom fields.
* Don't deselect all previous selected items on a RMB click, otherwise
  it's impossible to send all selected contacts via mail or delete them
  at once.
* Changed the category editor to use an inline editing, that makes the
  usage a lot more userfriendly and less confusing.
* Fix crash when importing addresses from Konqueror twice.
* Export Home Address and Business Address when exporting to CSV.
* Fix importing some fields from CSV.
* Change non-modal dialogs into modal ones to prevent the user from
  closing the contact editor dialog before the category editor dialog.
* Fix crash when adding picture to contact.
* Move the IM Address field into the IM section, so it's shown when you
  enable the 'Show IM Addresses' option.
* Always select the first entry of the view on startup.
* Use proper encoding for URLs in contact data.
* Add the formatted name according to the KAddressbook settings.

KAlarm
* Add test play button to sound file selection dialog.
* Show Simple Repetition and Special Action statuses by means of button
  states, in alarm edit dialog.
* Prevent pre-alarm actions being executed multiple times when the alarm
  is triggered.
* Only execute pre-alarm actions when the main alarm is initially
  triggered, and post-alarm actions when the alarm is finally
  acknowledged (after any deferrals).
* Display advance reminders for each occurrence of recurring alarms.
* Prevent repetitions triggering again if KAlarm is restarted.
* Prevent recurring alarms being triggered on exception days.
* Fix start-of-day time being ignored for date-only alarms.
* Fix failure to save "Execute in terminal window" option in Preferences
  dialog.
* Fix Undo of deletion of active alarms.
* Fix attachments not being sent with scheduled emails when using KMail
  as email client.
* Ensure up-to-date menus are displayed if user has a customised toolbar.
* Make the alarm times shown in the system tray tooltip take account of
  alarm repetitions.
* Disable Defer button in new message window when deferral limit has been
  reached.

KArm
* In case of stale lock files, do not start timing, but warn.

Kitchensync
* The OpenSync based Kitchensync is being used now.

Korn
* Make it possible to disable TLS.

KMail
* IMAP Quota feature.
* All folders can be copyied or moved now.
* Drag 'n drop of one or multiple folders.
* Copy/cut/paste actions for one or multiple folders.
* Drag 'n drop of messages from the search result window to the folder
  tree.
* Copy/cut/paste actions for messages (in the header view and search
  result window).
* IMAP: exclude some folders from syncing, allowing you to use online
  and disconnected IMAP on the same account for a disjoint set of folders.
* Inline-viewing of TNEF attachments.
* kmail --view can also handle *.mbox files (such as the ones saved by kmail)
* Adds support for accepting image drags to the composer window and also
  now accepts pasting images with Ctrl+V so that it does not write a
  temporary file.
* Add icons for context menu on address in reader window.
* Show the User-Agent or X-Mailer value in fancy headers if so configured.
* Show preferred email addresses first in auto completion.
* Allow the user to cancel kmail connection attempts when the account
  settings are incorrect.
* Many crashes were fixed regarding IMAP.
* Fix pasting in addressee fields.
* Do not ask to store the SMTP password outside KWallet everytime you
  want to send a mail.
* Typo in the antispam wizard definitions, which caused CRM114 to be
  always displayed as available.
* Fix crash after creating a disconnected IMAP account.
* Make sure that a corrupted .ids file does not allocate huge amount of
  memory by checking consistency of file length vs. number of items
  expected.
* Copying messages is faster.
* Honor umask of the user when saving attachments
* Fix "deleting maildir does not delete associated .index.ids file"
* Updates of libgpg-error and gpgme in order to fix serious security
  issues.
* Don't allow base64 or qp encoding for message attachements, such as
  when forwarding.
* Make sure attached emails are never encoded in anything but 7 or 8 bit.
* Don't base64 encode forwarded messages.
* Special characters are not lost if the HTML message was saved in the
  drafts folder and opened again.
* Prevent that the local folder contents changed while the IMAP search
  was working.
* Don't crash when deleting an account while jobs for that account are
  still pending.
* Disallow closing the composer window whilst performing a sign operation,
  this causes a crash when using the non-gpg-agent PGP backend.
* Fixing Outlook compatibility with attachments that have umlauts in the
  filename.
* Fix crash when opening KMail's configuration while another Kontact
  component is active at that time.
* Prevent crash when moving mail to an IMAP folder with a filter.
* Fix kmail crash when creating index
* Remember the SMTP password.
* Send MDN when this is requested.
* Fix "attendee in CC-field are missing from an invitation if the own
  email address could not be found".
* Fix for "MultiPart message plain/text body encoding" bug.
* Fix sending invitations to Outlook users.
* Give original style answers about meeting attendance.

KNode
* More tolerant parsing of broken headers.

KOrganizer
* Add holiday file for South Africa.
* Ukrainian national holidays added.
* Support Pascha (Orthodox Easter) in holidays files.
* When there are too many entries in the journal, make a scrollbar appear.
* Don't write out empty, invalid or superfluous fields in the calendar.
* Fix newlines in calendar files to comply to RFC 2445.
* When loading any URL/URI make sure we load it as UTF8 and not as Latin1.
* Fix issue that journal title was not shown when searching for journals.
* Properly sort list view when using AM/PM notation.
* Disable time and date edits when no due date is given, and set the due
  date to someting sensible (not in 200000 years).
* Fix 'spurious reminders from korgac'
* Make "Edit Categories" button open the editor again.
* Bugfixes regarding recurring events in combination with timezones.
* Save resources upon modifications, in order to fix reliability problems
  with KPilot.
* Fix "Working days views won't follow the configured work days".

KPilot
* Cleanups in memofile conduit; using new OS5 database if it's present,
  otherwise falling back to legacy one.
* As a first step to combatting the "kpilot ate my future" e-mails (read:
  data loss), we now use a CUDCounter (Create/Update/Delete). Step 1 is
  to track these and report on them to the user in their sync log.
* Bug fix in popconduit... making sure we always have a sent date
* Bug fixing in vcalconduit... long-time bug that existed in libkcal
  that caused every calendar resource save to mark every calendar event
  as modified. Now kpilot won't have to sync every record every time.
* Changing KPilotDeviceLink to use a separate thread, dedicated to doing
  device communication. This is much better design as a start, but fixes
  the problems kpilot was having (and widely talked about) where kpilot
  would hang and crash if our user was using "usb:" or "net:any" devices
  because of how these new "device"s operated (allowed immediate opening,
  even though there is no physical device connected, and then hung
  indefinitely until the real device connected).
* Icon naming bug fix.
2007-05-23 13:24:58 +00:00