summaryrefslogtreecommitdiff
path: root/www/galeon
AgeCommit message (Collapse)AuthorFilesLines
2004-04-27Convert to bl3.wiz1-12/+12
2004-04-14Drop the disctinction of xdg and xdg-x11 from USE_DIRS POV. We can choosejmmv1-2/+2
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-14Make use of the new USE_DIRS variable, instead of directly depending on thejmmv1-2/+2
*-dirs packages.
2004-04-03lib/galeon/components/libgaleon-xpcom.a is missing from PLIST.taca1-1/+2
2004-03-08Handle some shared directories by depending on (or updating dependancies tojmmv1-2/+3
the latest versions) xdg-dirs, xdg-x11-dirs or gnome*-dirs. Bump PKGREVISION.
2004-02-18Include "../../mk/compiler.mk" to get the value of CC_VERSION beforejlam1-4/+5
testing it.
2004-02-14LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globsjlam1-2/+1
relative to ${WRKSRC}. Remove redundant LIBTOOL_OVERRIDE settings that are automatically handled by the default setting in bsd.pkg.mk.
2004-02-05Would you believe we need c++ here too...abs1-1/+2
2004-01-24replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.grant1-2/+2
2004-01-20Update galeon to 1.2.13nb2abs1-5/+5
Fix build against mozilla-1.6. Should fix PR pkg/24140. Tested on NetBSD/i386 1.6.2_RC4
2004-01-03Bump package revisions for tiff update.reed1-1/+2
Tiff is backward compatible, but was broken on amd64 platform so this makes sure new tiff is used.
2003-12-11sync PLIST with realityagc1-2/+1
2003-12-11work/.buildlink -> ${BUILDLINK_DIR} to make it work on more systems.agc1-4/+4
2003-12-10Add patches to allow galeon to compile on NetBSD-1.6ZG.agc4-1/+57
2003-12-10Tweak (ugly) post-buildlink: hack to only occur if gcc3 is found. Tested on:abs1-2/+7
- 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-11-27Update galeon to 1.2.13 to match mozilla update to 1.5.1:abs2-8/+10
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-12PKGREVISION++ due to devel/popt update.salo1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-07-13PKGREVISION bump for libiconv update.wiz1-2/+2
2003-07-02configure galeon for mozilla-1.4taya1-3/+4
bump PKGREVISION
2003-06-19update galeon to 1.2.11taya3-7/+8
Changes: 1.2.11 "Tommi wishes it would go away" - Removed vi navigation to stop screwing typeaheadfind up. - Maybe one bugfix. :-)
2003-05-23bump PKGREVISION since mozilla was updated to 1.3.1taya1-2/+2
2003-05-06Drop trailing whitespace. Ok'ed by wiz.jmmv1-1/+1
2003-05-02Dependency bumps, needed because of devel/pth's major bump, and relatedwiz1-1/+2
dependency bumps.
2003-04-24update galeon to 1.2.10taya3-9/+13
1.2.10 is a simple bug fix and api sync update for the 1.2.x branch.
2003-03-18Update galeon to 1.2.9taya2-10/+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-14(1) Publicly export the value of _OPSYS_RPATH_NAME as RPATH_FLAG;jlam1-2/+2
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-02-18Use the omf.mk file provided by the scrollkeeper package to automaticallyjmmv2-4/+5
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-17Update galeon to 1.2.8taya3-20/+9
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-01-10USE_PKGLOCALEDIR=yescjep1-1/+2
2002-12-24Bump PKGREVISION because of dependency on latest freetype2 or glib2wiz1-1/+2
package and library major bumps therein. Also match dependency in corresponding buildlink2.mk's for the same reason. Mmmm, binary packages.
2002-12-10Update to galeon 1.2.7:hubertf2-6/+6
- Compatible with Mozilla 1.0.1, 1.1, 1.2 - Sidebar link opening behaviour now matches Mozilla - TypeAheadFind support - bugfixes
2002-11-05Add USE_LIBTOOL and LIBTOOL_OVERRIDE, which fixes the problem insimonb1-11/+13
pkg/18933. Suggested by Roland Dowdeswell and checked by Nick Hudson.
2002-10-08Update galeon to 1.2.6taya4-53/+9
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-07Convert to buildlink2.wiz1-12/+13
2002-09-10Since the major of libiconv was increased during the update to 1.8,wiz1-1/+2
bump dependency to latest libiconv version; recursively also bump all dependencies of packages depending on libiconv. Requested by fredb.
2002-09-04Apply patches from Lubomir Sedlacik <salo@Xtrmntr.org> in PR 18115 toagc1-6/+4
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-08-29take a sledgehammer and make this compile with mozilla-1.1drochner3-3/+49
2002-08-04exec gconftool-1 while pkg_add as make install does.taya1-1/+2
2002-07-16Use scrollkeeper's buildlink.mk fileagc1-2/+2
2002-06-26Substitute a couple of `mkdir' by `${MKDIR}'.seb1-2/+2
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-12Needs mozilla-1.0 or newer.wiz1-2/+2
2002-06-09Update galeon to 1.2.5taya3-6/+7
- mozilla 1.0 compatibilty/requirement - proxy auto-conf & printing fixes - new Vietnamese translation
2002-05-281.2.3 release notes state 1.0rc3 requirementabs1-2/+2
2002-05-25Update galeon to 1.2.3taya3-46/+46
Changes from release mail: - mozilla 1.0rc3 compatibilty/requirement - bugfixes
2002-04-26Update "galeon" package to version 1.2.1. Changes since version 1.2.0:tron3-8/+22
- mozilla 1.0 rc1 compatibility - autoscroll - mozilla native print preview - bugfixes
2002-03-13Give all packages which depend on "png" a version bump, and updatefredb1-2/+2
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-13Update galeon to 1.2.0taya4-62/+98
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-11correctly quote $@abs1-1/+1
2002-02-20Add scrollkeeper dependency.wiz1-1/+2