Commit graph

90 commits

Author SHA1 Message Date
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
abs
c51a26dd6b Update galeon to 1.3.16 and rename from galeon-devel to galeon
1.3.16:
    * Works with Mozilla 1.4 through 1.7, 1.8a1 and trunk
    * Add thumbnailing to the Open dialogs
    * Improved context menus
    * Ensure URL's for frames and redirects don't get saved in the history
    * Fix the spinner background with gradient themes
    * Fix a crash when removing items in the personal data manager
    * Fix reloading of framesets
    * Make better use of gtk 2.4 API's
    * lots of other bug fixes

1.3.15:
    * Works with Mozilla 1.4 through 1.7rc2 and trunk
    * Requires gtk+ 2.4
    * Major download re-write:
          o Much improved robustness; lots of crashes fixed
          o Improved filename generation when saving pages
          o Pages generated by a POST correctly saved
    * Restored offline mode
    * Restored ability to block cookie sites when removing cookies
    * Improved layout of personal data manager
    * Added context menu to links in page info dialog
    * Added image save button to page info dialog
    * Always show the menubar when F10 is pressed
    * Use more stock icons from the current icon theme
    * Implement user stylesheet support (put them in ~/.galeon/stylesheets)
2004-07-20 17:37:23 +00:00
jmmv
1295e7aa05 Use intltool instead of xml-i18n-tools. No functional changes. 2004-06-27 17:28:58 +00:00
abs
8502dbc545 Commit PLIST missed in last 2004-06-22 06:02:21 +00:00
abs
37dae29c2f Update galeon to 1.2.14.
- Add support for mozilla 1.7
    - Intended to be the last 1.2.x release of galeon
2004-06-22 05:36:12 +00:00
wiz
60e47f3651 Convert to bl3. 2004-04-27 01:15:59 +00:00
jmmv
c8cb1c5b0d Drop the disctinction of xdg and xdg-x11 from USE_DIRS POV. We can choose
which one is required in an automatic way by checking USE_X11BASE.  This
simplifies things and avoids possible problems in the future due to confusion.
2004-04-14 19:30:22 +00:00
jmmv
bedae6c90c Make use of the new USE_DIRS variable, instead of directly depending on the
*-dirs packages.
2004-04-14 16:15:20 +00:00
taca
c643010b48 lib/galeon/components/libgaleon-xpcom.a is missing from PLIST. 2004-04-03 09:16:20 +00:00
jmmv
ae5a97419f Handle some shared directories by depending on (or updating dependancies to
the latest versions) xdg-dirs, xdg-x11-dirs or gnome*-dirs.
Bump PKGREVISION.
2004-03-08 19:40:36 +00:00
jlam
efa1ab70ba Include "../../mk/compiler.mk" to get the value of CC_VERSION before
testing it.
2004-02-18 13:33:40 +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
abs
22a8f50f6a Would you believe we need c++ here too... 2004-02-05 08:48:54 +00:00
grant
e3d128293a replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. 2004-01-24 15:18:32 +00:00
abs
968931e4cd Update galeon to 1.2.13nb2
Fix build against mozilla-1.6. Should fix PR pkg/24140.
	Tested on NetBSD/i386 1.6.2_RC4
2004-01-20 12:45:04 +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
agc
fb0827501c sync PLIST with reality 2003-12-11 16:02:06 +00:00
agc
79b25e962e work/.buildlink -> ${BUILDLINK_DIR} to make it work on more systems. 2003-12-11 16:01:49 +00:00
agc
cb46a8f549 Add patches to allow galeon to compile on NetBSD-1.6ZG. 2003-12-10 18:34:01 +00:00
abs
b5635054e8 Tweak (ugly) post-buildlink: hack to only occur if gcc3 is found. Tested on:
- i386 current (1.6ZE)
    - i386 1.6.2_RC3
    - i386 1.6.2_RC3 with USE_GCC3
Previous version was committed by accident
No change to generated package, only to if package could be generated at all,
so no PKGREVISION change.
Does not fix, but provides a workaround for PR pkg/23053 and PR pkg/23509
2003-12-10 18:22:45 +00:00
abs
a750e498d9 Update galeon to 1.2.13 to match mozilla update to 1.5.1:
Changelog since 1.2.11 mainly indicates sync with new mozilla API.
	1.2.13 wants mozilla 1.5 but we are giving it 1.5.1. All appears to
	work fine.
2003-11-27 15:03:36 +00:00
salo
f35979c642 PKGREVISION++ due to devel/popt update. 2003-11-12 01:31:47 +00:00
grant
ca3be631f2 s/netbsd.org/NetBSD.org/ 2003-07-17 22:50:55 +00:00
wiz
43fa0c7cb6 PKGREVISION bump for libiconv update. 2003-07-13 13:50:19 +00:00
taya
5d314ff466 configure galeon for mozilla-1.4
bump PKGREVISION
2003-07-02 15:22:33 +00:00
taya
804d1e7122 update galeon to 1.2.11
Changes:
1.2.11 "Tommi wishes it would go away"

- Removed vi navigation to stop screwing typeaheadfind up.
- Maybe one bugfix. :-)
2003-06-19 17:11:52 +00:00
taya
044e68908d bump PKGREVISION since mozilla was updated to 1.3.1 2003-05-23 03:25:23 +00:00
jmmv
f1446ddf2b Drop trailing whitespace. Ok'ed by wiz. 2003-05-06 17:40:18 +00:00
wiz
7166660e08 Dependency bumps, needed because of devel/pth's major bump, and related
dependency bumps.
2003-05-02 11:53:34 +00:00
taya
58659fcfa4 update galeon to 1.2.10
1.2.10 is a simple bug fix and api sync update for the 1.2.x branch.
2003-04-24 13:03:17 +00:00
taya
4e14558181 Update galeon to 1.2.9
Galeon 1.2.9 is a maintainance release on the stable branch
(for gnome 1.4 and mozilla compiled for gtk 1.2.x). It adds
compatibility with mozilla 1.3 final and fixes the c++ abi
compatability wrappers to actually work properly.
2003-03-18 03:25:29 +00:00
jlam
3ef633718c (1) Publicly export the value of _OPSYS_RPATH_NAME as RPATH_FLAG;
Makefiles simply need to use this value often, for better or for
    worse.

(2) Create a new variable FIX_RPATH that lists variables that should
    be cleansed of -R or -rpath values if ${_USE_RPATH} is "no".  By
    default, FIX_RPATH contains LIBS, X11_LDFLAGS, and LDFLAGS, and
    additional variables may be appended from package Makefiles.
2003-03-14 19:37:30 +00:00
jmmv
dea9abf569 Use the omf.mk file provided by the scrollkeeper package to automatically
rebuild the documentation database at install/deinstall time. This means
that:
- PLIST's do not need to call scrollkeeper-{update,rebuilddb} directly;
  this is done by a bsd.pkg.install.mk template.
- The share/omf directory is only removed by scrollkeeper, which is the
  last package in the dependancy tree.
- PKGREVISION is bumped.

Reviewed by wiz.
2003-02-18 14:55:54 +00:00
taya
c0f73c207d Update galeon to 1.2.8
Changes:
1.2.8 "Gettextize me captain!"

- Compatible with 1.01, 1.1, 1.2.1, 1.3a, 1.3b
- API Wrappers added from Mozilla for support for old plugins when
  compiled with gcc 3.x
- *Finally* got new versions of gettext (0.11.x) working properly
- Couple of bugfixes
2003-02-17 14:34:00 +00:00
cjep
2f9e9722bf USE_PKGLOCALEDIR=yes 2003-01-10 07:49:51 +00:00
wiz
d8262452c1 Bump PKGREVISION because of dependency on latest freetype2 or glib2
package and library major bumps therein.
Also match dependency in corresponding buildlink2.mk's for the same reason.
Mmmm, binary packages.
2002-12-24 06:09:44 +00:00
hubertf
173644f651 Update to galeon 1.2.7:
- Compatible with Mozilla 1.0.1, 1.1, 1.2
- Sidebar link opening behaviour now matches Mozilla
- TypeAheadFind support
- bugfixes
2002-12-10 01:30:02 +00:00
simonb
c978843c60 Add USE_LIBTOOL and LIBTOOL_OVERRIDE, which fixes the problem in
pkg/18933.

Suggested by Roland Dowdeswell and checked by Nick Hudson.
2002-11-05 08:22:31 +00:00
taya
78bcb120cb Update galeon to 1.2.6
Changes:
- Compatible with 1.0.x, 1.1.x and 1.2a
- Compatible with gcc 3.2 with --disable-werror
- Complete Basic Sidebar support
- Basic means basic. No XUL sidebars supported.
- Proxy prefs should actually be respected for a change
- Support for forcing all cookies to be session cookies
- Fixed almost all downloader progress dialog related crashes.
- Helper app handling improved, and a number of bugs fixed
2002-10-08 14:50:52 +00:00
wiz
bb4756e691 Convert to buildlink2. 2002-10-07 11:23:29 +00:00
wiz
80ee491886 Since the major of libiconv was increased during the update to 1.8,
bump dependency to latest libiconv version; recursively also bump all
dependencies of packages depending on libiconv.
Requested by fredb.
2002-09-10 16:06:32 +00:00
agc
cb0e38446b Apply patches from Lubomir Sedlacik <salo@Xtrmntr.org> in PR 18115 to
generalise the linker flags used to export symbols by setting them on
a per-OS basis.

> many packages force -Wl,-export-dynamic which is not portable outside GNU ld
> and cause problems e.g. on Solaris.  some of these packages use if
> conditionals either only for NetBSD or except SunOS, but the state is not
> coherent and it may complicate later when support for new OS is added to
> pkgsrc (e.g. ongoing work on HP-UX support).
>
> jlam proposed the following framework in discussion on tech-pkg:
>
>   http://mail-index.netbsd.org/tech-pkg/2002/06/21/0009.html
>
> now, ${EXPORT_SYMBOLS_LDFLAGS} is used instead of directly defining
> -Wl,-export-dynamic which is set in appropriate defs.*.mk to reasonable
> values.  packages should be converted to this framework by:
>
> 1) replacing LDFLAGS+= -Wl,-export-dynamic and LIBS+= -export-dynamic with:
>
>    LDFLAGS+= ${EXPORT_SYMBOLS_LDFLAGS}
>
> 2) for use in patchfiles, add this variable to MAKE_ENV if needed:
>
>    MAKE_ENV+= EXPORT_SYMBOLS_LDFLAGS=${EXPORT_SYMBOLS_LDFLAGS}
>
> 3) replace occurances of -Wl,-export-dynamic and -export-dynamic in patch
>    files with:
>
>    $(EXPORT_SYMBOLS_LDFLAGS)
2002-09-04 14:47:32 +00:00
drochner
4d8d2b4a4d take a sledgehammer and make this compile with mozilla-1.1 2002-08-29 20:00:20 +00:00
taya
a3184cb84a exec gconftool-1 while pkg_add as make install does. 2002-08-04 23:53:21 +00:00
agc
5ac02f4752 Use scrollkeeper's buildlink.mk file 2002-07-16 13:16:05 +00:00
seb
db84442a67 Substitute a couple of mkdir' by ${MKDIR}'.
Remove `-p' from mkdir arguments, it is already part of ${MKDIR}.
While here substitute a couple of ${PREFIX} by `%D' in
`@exec ${MKDIR} ...' lines and add a couple of missing `%D' in such lines too!
2002-06-26 10:29:33 +00:00
wiz
2c7252a7cb Needs mozilla-1.0 or newer. 2002-06-12 03:00:44 +00:00
taya
f48d985f60 Update galeon to 1.2.5
- mozilla 1.0 compatibilty/requirement
- proxy auto-conf & printing fixes
- new Vietnamese translation
2002-06-09 15:40:37 +00:00
abs
6d1c6db546 1.2.3 release notes state 1.0rc3 requirement 2002-05-28 01:07:25 +00:00
taya
b8a9decbec Update galeon to 1.2.3
Changes from release mail:
- mozilla 1.0rc3 compatibilty/requirement
- bugfixes
2002-05-25 23:35:59 +00:00