Commit graph

68 commits

Author SHA1 Message Date
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
tron
c03c129be5 Update "galeon" package to version 1.2.1. Changes since version 1.2.0:
- mozilla 1.0 rc1 compatibility
- autoscroll
- mozilla native print preview
- bugfixes
2002-04-26 15:16:38 +00:00
fredb
b48eba1112 Give all packages which depend on "png" a version bump, and update
all dependencies on packages depending on "png" which contain shared
libraries, all for the (imminent) update to the "png" package.
[List courtesy of John Darrow, courtesy of "bulk-build".]
2002-03-13 17:36:35 +00:00
taya
b83587c254 Update galeon to 1.2.0
Changes from release mail:
- Mozilla 0.9.9 required
- Improved tab context menu
- Favicon speedups/fixes
- Improved crash recovery dialog
- Memory leaks fixed
- New smartbookmarks and bookmarklets
- Bookmark importer fixes
- "Select all" menuitem
- Show favicons in tabs
- "Properties" and "Page Info" windows added
- Autoapply of changes in the prefs window
- Bookmarks removal confirmation dialog
- Mouse gesture support -- see the manual
- Session autosave improvements
- Better session manager behavior -- we should shut down cleanly when
  gnome-session tells us to now
- "Copy email address" context menu item
- Page titles in autocompletion window
- Native JavaScript console
- New prefs window icons, courtesy of jimmac
- Location entry fixes
- Autobookmarks cleanup
- Dialog cleanups
- Fold/unfold arrows on smartbookmarks
- Improved behavior of various command-line options
- Zoom cleanups
- SMB url-encoding fixes
- "Recent sessions" submenu works now :)
- Save last-selected download directory
- Fullscreen should work in both old and new window managers now
- Frame context menus should work correctly now
2002-03-13 16:14:56 +00:00
abs
3f37449330 correctly quote $@ 2002-03-11 10:18:25 +00:00
wiz
a61950b625 Add scrollkeeper dependency. 2002-02-20 22:50:52 +00:00
taya
5cb3086b65 Update galeon to 1.0.3
From release mail:

NEWS
- a few bugfixes
- Mozilla 0.9.8 compatibility
2002-02-10 05:44:49 +00:00
jlam
7046abc822 Changes instances where BSD_INSTALL_* were used by targets in the Makefile
into the equivalent INSTALL_*.  This is fallout from the change in
revision 1.915 that removed ${MAKE_ENV} from the environment for a
recursive make.
2002-02-06 16:58:11 +00:00
skrll
9bd4180d57 /bin/mkdir -> ${MKDIR}.
Make the print-PLIST target output ${MKDIR} also.
2002-02-05 22:39:00 +00:00
abs
db15293cd7 fix for a.out platforms 2001-12-29 14:39:04 +00:00
taya
d9cc0990a9 Update galeon to 1.0.2
Changes from release notes:
- mozilla 0.9.7 compatibility
- bugfixes
2001-12-28 04:41:37 +00:00
taya
15eeccad63 Update galeon to 1.0.1
From the release mail:
- fixed crashes on exit
- other bugfixes
2001-12-06 15:56:00 +00:00
tron
4dc4e7c86a Add missing file "share/omf/galeon/galeon-manual-C.omf". 2001-11-26 15:41:15 +00:00
taya
8419f3b270 Update galeon to 1.0
Many bugs are fixed.
And at last reached to 1.0.
2001-11-24 02:13:13 +00:00
taya
3372fae033 forget to 'cvs add' for previous commit 2001-11-11 11:12:22 +00:00
taya
0a59c3cd2f Add patch for 1.5.X 2001-11-11 11:11:25 +00:00
taya
191e332fdc Currect distinfo.
Maybe source tarball was replaced...
2001-11-11 03:23:28 +00:00
taya
62c5ff111a Update galeon to 0.12.7
This is a bugfix release and RC2 for galeon 1.0
2001-11-11 02:29:27 +00:00
zuntum
431e7a7dda Move pkg/ files into package's toplevel directory 2001-11-01 02:15:23 +00:00
taya
a7f539a95c Update galeon to 0.12.6.
Changes from previous version is bugfixes.
Announce said "This is the first release candidate for 1.0."
2001-10-27 12:45:52 +00:00
taya
4d4e3f8af1 Update galeon to 0.12.5
Changes from Release Notes
	0.12.4 -> 0.12.5
	- ability to drag tabs
	- bugfixes

	0.12.3 -> 0.12.4
	- mozilla 0.9.5 compatibility
	- bugfixes
2001-10-26 16:02:01 +00:00
tron
af2408ee8f Fix build problem after update of "mozilla" package. 2001-10-17 06:10:08 +00:00
tron
3f4e110346 Fix build problem when new toolchain is. 2001-10-15 17:26:41 +00:00