Commit graph

97 commits

Author SHA1 Message Date
wiz
91871f449e Second try at jpeg-8 recursive PKGREVISION bump. 2010-01-18 09:58:37 +00:00
tnn
11a497b12e - clean up liferea mozilla options
- fix build with mozilla option
2009-12-04 13:50:08 +00:00
asau
4da5447a63 Depend on xulrunner devel/instead of www/firefox, bump revision.
Discussed with <tnn>.
2009-12-03 23:19:05 +00:00
sno
6f7368d4db bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
obache
3b11655430 recursive bump for icu shlib version change except already done. 2009-08-12 02:31:18 +00:00
wiz
d70523df21 Remove USE_DIRS from pkgsrc.
Shared directories can now be created independently by the pacakges
needing them and will be removed automatically by pkg_delete when empty.

Packages needing empty directories can use the @pkgdir command in PLIST.

Discussed and ok'd in thread starting at
http://mail-index.netbsd.org/tech-pkg/2009/06/30/msg003546.html
2009-07-22 09:01:16 +00:00
drochner
d2a740be99 update to 1.4.28
change: bugfix for 100% CPU issues
2009-07-09 19:08:47 +00:00
joerg
e031855e4a Convert @exec/@unexec to @pkgdir or drop it. 2009-06-14 22:00:14 +00:00
drochner
b05ec60ecc add an option to use webkit as html renderer
(marked experimental, but works for me on i386)
2009-04-08 16:44:23 +00:00
drochner
eac2f3c169 update to 1.4.27
changes:
-bugfixes
-translation updates
2009-04-07 11:36:27 +00:00
drochner
77999763b7 -update to 1.4.24
changes:
 -Flash is now stripped from feed content per default
 -Added preference option to allow Flash in feed content
 -Fixes cross compilation issue with configure.ac
 -translation updates
-allow to build against gtkhtml also on 64-bit platforms. gtkhtml is
 rather buggy, but since liferea doesn't like the gecko version of
 firefox2 anymore, and our firefox3 pkg is too hacked up to be usable
 for embedding this is the only choice atm
-improve my patch for 64-bit time_t so that it should be good enough
 for upstream (if there only was a working mailing list to report to)
tested by Steve Bellovin (assuming no news are good news)
2009-02-16 17:34:17 +00:00
drochner
739b3c4d1a work around an assumption that time_t fits into an unsigned ist
(breaking the item list display on 32-bit NetBSD-current systems)
2009-01-18 01:59:42 +00:00
jmcneill
f70cbfa7b8 Update liferea to 1.4.23.
Version 1.4.23 (Stable)

* Fixes unsubstituted variable in start script.
  (reported by Peter van der Does)
* Fixes Debian #494741: Crashes on exit after closing
  update monitor dialog with ESC. (reported by ygrek)

Version 1.4.22 (Stable)

* Fixes a typo in XulRunner initialization #ifdef
  (suggested by Peter van der Does)
* Fixes a typo in configure.ac
  (suggested by Peter van der Does)
* Fixes SF #2266119: configure error if gecko disabled.
  (reported by Vincent Lefevre)
* Fixes a XulRunner build issue with new gecko.m4 macro.
  (suggested by Peter van der Does)
* Fixes a DB migration issue that might occur when
  upgrading from schema version < 5 to 7.
  (patch by Thomas B)
* New M4 macro for Gecko detection derived from Yelp.
  This should improve compilation against XulRunner 1.9
  on Debian.
* Removes gray colouring of updated item titles.
  This often confused users to believe the item
  state was unread.
* Fixes for French translation (Vincent Lefevre)

Version 1.4.20 (Stable)

* Fixes SF #2042420: "Toggle Read Status" item list
  popup menu option (reported by Jeff Fortin)
* Fixes SF #2027445: Incorrect invalid encoding errors.
  (reported by Roman Beslik)
* Fixes "lost" views. View in the cache database that
  are not used anymore will be dropped on startup.
  (reported by Maik Zumstrull)
* Added new Slovakian translation (Pavol Klacansky)
2009-01-12 02:43:32 +00:00
drochner
e4be2ba690 update to 1.4.19
Fixes a bug introduced with 1.4.18 that causes all news bin
contents to be dropped on startup.
2008-09-14 14:19:40 +00:00
drochner
361a4e510b update to 1.4.18
changes:
Minor bugfixes, also adds a new automatic DB cleanup functionality
during startup.
2008-08-06 18:51:47 +00:00
drochner
f9197c0562 update to 1.4.16b
changes:
-minor bugfixes
-Changes DB schema to better handle comments during
 item and subscription deletion. This makes the cache
 version incompatible to 1.4.15
-Update of French translation
2008-06-23 16:26:19 +00:00
drochner
15e69f8927 fix PLIST, from Hasso Tepper per PR pkg/38848 2008-06-05 11:05:37 +00:00
smb
f639486e71 Correct PLIST 2008-05-04 00:13:46 +00:00
drochner
e3bc0f4a13 update to 1.4.15
changes:
-bugfixes
-translation updates
2008-04-21 19:48:29 +00:00
drochner
aa16a0781a update to 1.4.14
This release fixes a freeze when migrating from v1.0.x and also solves
some problems with search folders.
2008-04-10 17:33:22 +00:00
drochner
22e5f6e7e4 update to 1.4.13
changes: minor bugfixes
2008-03-10 13:00:01 +00:00
wiz
8e810a2bc9 Recursive PKGREVISION bump for gnutls-2.2.2 update with shlib major bump. 2008-03-06 14:53:47 +00:00
drochner
15b546ee23 update to 1.4.12
changes:
-fix a crash when selecting news bins
-add compatibility with non-standard "xmlURL" OPML attributes
 used by LiveJournal
-bugfixes
2008-02-03 11:14:27 +00:00
smb
5535249300 Fix a reentrancy bug, and a portability bug involving a Linux documentation
error and the behavior of NetBSD on 64-bit machines.  All three bugs
(including the Linux documentation problem) have been reported upstream
and will be fixed there.
2008-01-16 19:53:24 +00:00
smb
aef471b12e Change #define of _XOPEN_SOURCE to make strptime() happy 2008-01-09 21:09:26 +00:00
smb
89ef082df4 Get the patch right this time... 2008-01-09 20:35:28 +00:00
smb
b58d777007 Replace calls to gmtime() with calls to gmtime_r() in a threaded routine. 2008-01-09 20:12:19 +00:00
smb
2e4ede884a Add options to liferea to permit selection of different rendering engines 2008-01-08 15:14:25 +00:00
drochner
0a8d6d43d3 update to 1.4.10
This is a bugfix release that tries to fix three issues:
- The reappearing of already downloaded items
  (caused by an incorrect cache handling)
- The continuous growth of the sqlite DB file
  (caused by comments not being removed along with their parent items).
- The general performance problem with search folders.
2008-01-06 15:53:43 +00:00
drochner
167fb031d3 update to 1.4.9
changs:
-fixes a security issue with the LD_LIBRARY_PATH handling in the
 starter script (CVE-2005-4791)
-translation updates
-minor bugfixes
2007-12-17 19:10:02 +00:00
drochner
c3f4d6f9af update to 1.4.7
changes: bugfixes
2007-11-22 20:10:50 +00:00
tnn
20b1e38266 Update to liferea-1.4.5b and add DESTDIR support.
Apart from many bugfixes, the ChangeLog mentions a new sqlite3 db backend,
improved DBUS support, libnotify support, comment feeds, automatic www
browser detection and improved proxy support.
2007-10-20 00:17:32 +00:00
hira
6cdb950b99 Fix comment (GConf2 -> GConf). 2007-09-25 10:54:09 +00:00
wiz
3528e06345 Fix paths for GConf, libglade, libart, libsigc++, lablgtk moves.
Bump PKGREVISION.
2007-09-21 13:03:25 +00:00
wiz
42825e73a6 Bump PKGREVISION for gnome-vfs rename. 2007-09-19 23:18:43 +00:00
drochner
e76d8398b2 update to 1.2.23
changes: bugfixes
(I see that 1.4.0 is out, but prefer to wait for .1.)
2007-09-03 16:34:41 +00:00
drochner
33417d1cbb update to 1.2.20
changes:
-fix memory leaks
-solve a Solaris compilation problem
-fix bug in the networking code
-updates the Spanish translation
2007-07-17 10:52:27 +00:00
drochner
1f488c35a5 update to 1.2.16b
changes:
-fixes and optimizations to reduce CPU usage
-translation updates
-Increased security: disallowing clicking on file:// links
-other fixes
2007-06-15 18:03:21 +00:00
wiz
9d27f90a6f opencdk shlib major changed; bump ABI depends and PKGREVISIONs of
affected packages.
2007-06-05 05:36:59 +00:00
drochner
9eb1b772a6 update to 1.2.10c
changes:
-bugfixes
-new configuration options for the tray icon
-translation updates
-Adds a hot key (Ctrl-L) to mark all feeds as read
2007-04-11 18:58:37 +00:00
drochner
962bfbfc90 update to 1.2.8
change:
This release introduces a changed internal item lookup handling that
changes linear list searches to two step hash map lookups. While this
might improve performance it also can introduce new instabilities.
2007-03-23 16:51:20 +00:00
drochner
d0cc0ca2ee update to 1.2.7
changes:
-minor cleanup and bugfixes
-minor UI improvements
-translation updates
2007-03-13 09:57:33 +00:00
joerg
29911246c8 Needs intltool. 2007-01-29 16:45:03 +00:00
drochner
36edaf7165 update to 1.2.4
This switches to the new stable branch, too many changes to list here.
2007-01-23 18:23:08 +00:00
drochner
fccbc61163 update to 1.0.27 which contains a fix for the 64-bit problem reported
by Pierre Pronchery as PR pkg/35200
other changes:
-enables startupnotify
-Fixes a problem of liferea-feed-add with running program detection
-translation updates
2006-12-08 19:40:39 +00:00
drochner
c5dc94bc15 update to 1.0.25
his release fixes minor problems and updates the French and German translation.
2006-10-30 21:08:07 +00:00
drochner
f8d4a45f42 update to 1.0.23
changes:
-Improvements to the favicon detection.
-bugfixes
2006-10-12 14:07:18 +00:00
jmmv
f190ea92a4 Bump revisions due to gnome-vfs2 update: dbus-glib is now a dependency.
This fixes problems when some installed packages are outdated.
Per wiz@'s request.

Grrr, I really hate this kind of change.
2006-09-16 12:20:32 +00:00
drochner
841257b26d update to 1.0.21, from Martin Wilke per PR pkg/34319
changes: minor bugfixes
2006-08-29 10:03:37 +00:00
drochner
2ce7a0e3ea update to 1.0.19
changes:
* Fixes a uninitialized value bug
-some dbus related changes not relevant for the pkg yet
-fix for 64bit issue
-manpage update
2006-08-03 17:51:55 +00:00