Commit graph

23 commits

Author SHA1 Message Date
sketch
0b5a3b7e32 You can't return from a function declared void, especially with strict
compilers like SunPro.
2004-11-12 16:53:14 +00:00
jmmv
38118a2bec Update to 3.2.3:
* fixed crash occuring in autosave after paste
* expose api version in pkgconfig file
* more line breaking touches
* fixed embedded widgets not shown problem
2004-10-15 21:29:45 +00:00
tv
c487cb967a Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10
in the process.  (More information on tech-pkg.)

Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.

Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
2004-10-03 00:12:51 +00:00
jlam
1a280185e1 Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.
All library names listed by *.la files no longer need to be listed
in the PLIST, e.g., instead of:

	lib/libfoo.a
	lib/libfoo.la
	lib/libfoo.so
	lib/libfoo.so.0
	lib/libfoo.so.0.1

one simply needs:

	lib/libfoo.la

and bsd.pkg.mk will automatically ensure that the additional library
names are listed in the installed package +CONTENTS file.

Also make LIBTOOLIZE_PLIST default to "yes".
2004-09-22 08:09:14 +00:00
jmmv
6e9a9f5a08 Update to 3.2.1. This version corresponds to GNOME 2.8.0.
gtkhtml-3.2.1 "Gone stable" 2004-09-10
------------------------------------------------

New in this release

   * Updated translations:
	el (Nikos Charonitakis)
	cs (Miloslav Trmac)
	it (Luca Ferretti)
	ta (Jayaradha)
	ms (Hasbullah Bin Pit)
	sq (Laurent Dhima)

gtkhtml-3.2.0 "Going stable" 2004-08-26
------------------------------------------------

New in this release

   * make sure backstore pixmap has a colormap (Robert McQueen)

New in 3.1.20

   * optionally use new gtk file chooser
   * fixed table layout calculation
   * fixed embedded widgets width
   * do not use title from MOZILLA_URL in text mode
   * fixed table cell cursor
   * a11y fixes (Eric Zhao)
   * fixed style setting in editor

New in 3.1.19

   * fixed crash in embedded widgets code
   * auto* files fixes (release string vs. api version)
   * better size request/allocation handling for child widgets
   * memory leak fix

New in 3.1.18

   * save TT tag again

New in 3.1.17

   * fixed links editing
   * fixed problems with gnome print and  's
   * fixed crash when pasting html with embedded widgets
   * display link attributes in plain text
   * fixed cursor movement
   * set iframe's base url before emitting iframe_created signal
   * disable focus forwarding in editor (Eric Zhao)
   * fixed MOZILLA_URL pasting again
   * fixed leaking pango glyphs (Owen Taylor)
   * removed line breaks around puntuation in links
   * caret is now consistent with focus (Eric Zhao)
   * more compiler warnings fixes (Owen Taylor)

New in 3.1.16

   * compiler warnings fixes
   * font settings fixes
   * fixed pasting MOZILLA_URL crash
   * added missing KP_Home, KP_End bindings

New in 3.1.15

   * fixed printing
   * fixed page color editing
   * fixed table editing
   * fixed local image url's
   * optimalizations
   * colorset fixes
   * fixed crash related to displaying spell errors
   * a11y fixes (Eric Zhao)
   * search dialog fixes (Pratik V. Parikh)
   * line breaking fixes in links
   * make Wrap Lines menu item usable again
   * fixed line breaking
   * use GIT
   * HIGifications

New in 3.1.5

   * improved IM preedit string display
   * removed gal dependency
   * better smiley substitution in the composer (bounty by Jan Arne Petersen)

New in 3.1.5

   * better font sizing
   * updated translations.

New in 3.1.4

   * new and improved html parser handles broken html much better.
   * better pango integration.
   * updated translations.
   * better ascii mode rendering of lists.
   * improved exposure handling.
   * improved animation rendering.
   * versioned .server files for parallel installs with version 3.0.x.
2004-09-21 16:52:41 +00:00
recht
24c6dcf4d6 update to 3.0.10
gtkhtml-3.0.10 "Vinyl" 2004-09-18
------------------------------------------------
New in this release

  * #38589 Missing mnemonics in replace window (Frederic Crozat)
  * #51472 Missing mnemonics in replace window (Charles Zhang)
  * Fix crash with upper/lower in emacs keybindings (Radek Doulik)
  * Fix pasting of newlines (Radek Doulik)
  * Support multi-byte searching (Suresh Chandrasekharan)
  * 64 bit fixes (Jeremy Katz)
  * Get translations for glade dialogs properly (Yong Sun)
  * Spell check whole document if inline spell checking is disabled
    (Radek Doulik)
  * Fix toolbar sensitivity (Radek Doulik)
  * Remove disable deprecated flags (JP Rosevear)
  * Updated translations: ja (Takeshi AIHANA), cs (Miloslav Trmac),
    (pt_BR) Gustavo Maciel Dias Vieira. es (Francisco Javier F. Serrador
    and Pablo Gonzalo del Campo), sv (Christian Rose),
    nl (Vincent van Adrighem), pt (Duarte Loreto), sr (Danilo Segan),
    de (Christian Neumair), az (Metin Amiroff), hu (Andras Timar),
    no (Kjartan Maraas), pl (Artur Flinta), sk (Stanislav Visnovsky),
    el (Nikos Charonitakis), pt (Duarte Loreto)
2004-04-02 18:15:11 +00:00
wiz
a661ce60c0 PKGREVISION bump after openssl-security-fix-update to 0.9.6m.
Buildlink files: RECOMMENDED version changed to current version.
2004-03-26 02:27:34 +00:00
jlam
7db11b582a Fix serious bug where BUILDLINK_PACKAGES wasn't being ordered properly
by moving the inclusion of buildlink3.mk files outside of the protected
region.  This bug would be seen by users that have set PREFER_PKGSRC
or PREFER_NATIVE to non-default values.

BUILDLINK_PACKAGES should be ordered so that for any package in the
list, that package doesn't depend on any packages to the left of it
in the list.  This ordering property is used to check for builtin
packages in the correct order.  The problem was that including a
buildlink3.mk file for <pkg> correctly ensured that <pkg> was removed
from BUILDLINK_PACKAGES and appended to the end.  However, since the
inclusion of any other buildlink3.mk files within that buildlink3.mk
was in a region that was protected against multiple inclusion, those
dependencies weren't also moved to the end of BUILDLINK_PACKAGES.
2004-03-18 09:12:08 +00:00
jlam
9ff0e10340 Reorder location and setting of BUILDLINK_PACKAGES to match template
buildlink3.mk file in revision 1.101 of bsd.buildlink3.mk.
2004-03-05 19:25:06 +00:00
jmmv
53aacf3789 unused 2004-02-20 17:50:36 +00:00
jmmv
ab17dd00b3 PKGCONFIG_OVERRIDE is relative to WRKSRC. 2004-02-14 18:26:26 +00:00
jlam
3ebe053d90 LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globs
relative to ${WRKSRC}.  Remove redundant LIBTOOL_OVERRIDE settings that
are automatically handled by the default setting in bsd.pkg.mk.
2004-02-14 17:21:49 +00:00
xtraeme
99c5693b51 bl3ify, while here add missing libbonobo dependency which was discovered
by buildlink3.

Bump PKGREVISION.
2004-02-11 03:59:51 +00:00
jmmv
bad3afef71 Bump PKGREVISION due to gnome-vfs2 update (fam readded as a dependancy). 2004-02-09 18:47:36 +00:00
grant
e3d128293a replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. 2004-01-24 15:18:32 +00:00
jmmv
a58dd81611 Bump PKGREVISION due to xmlcatmgr update to 2.0beta1. I know; this is a PITA.
This shouldn't be needed if we had non-recursive dependancies *sigh*.
2004-01-23 21:50:42 +00:00
tron
0f792aaa7a Fix assignment to "BUILDLINK_PACKAGES" so that this file actually works. 2004-01-05 12:24:14 +00:00
reed
6d9af8d68d Bump package revisions for tiff update.
Tiff is backward compatible, but was broken on amd64 platform
so this makes sure new tiff is used.
2004-01-03 18:49:33 +00:00
rh
d385f40a08 Fix package name (this is 'gtkhtml3' not 'gtkhtml'). 2004-01-03 00:27:25 +00:00
jmmv
a51d1c36df Bump PKGREVISION due to gnome-vfs2 update (fam removed as dependancy).
( We really need non-recursive dependancies... *sigh* )
2003-12-28 23:37:05 +00:00
recht
f1f68242e7 Name the pkg gtkhtml3 instead of gtkhtml to avoid conflicting with the
latter.
2003-12-06 20:02:03 +00:00
recht
4b20286d50 add buildlink file 2003-12-06 18:51:52 +00:00
recht
12c9e835d2 initial import of gtkhtml-3.0.9
GtkHTML is a lightweight HTML rendering/printing/editing engine. It
was originally based on KHTMLW, part of the KDE project, but is now
being developed independently.
2003-12-06 18:13:32 +00:00