Next | Query returned 105 messages, browsing 91 to 100 | Previous

History of commit frequency

CVS Commit History:


   2002-12-10 02:30:04 by Hubert Feyrer | Files touched by this commit (2)
Log message:
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-11-05 09:22:32 by Simon Burge | Files touched by this commit (1)
Log message:
Add USE_LIBTOOL and LIBTOOL_OVERRIDE, which fixes the problem in
pkg/18933.

Suggested by Roland Dowdeswell and checked by Nick Hudson.
   2002-10-08 16:50:54 by Shin'ichiro TAYA | Files touched by this commit (4)
Log message:
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-07 13:23:29 by Thomas Klausner | Files touched by this commit (1)
Log message:
Convert to buildlink2.
   2002-09-10 18:06:55 by Thomas Klausner | Files touched by this commit (100) | Package updated
Log message:
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-04 16:47:42 by Alistair G. Crooks | Files touched by this commit (10)
Log message:
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-08-29 22:00:23 by Matthias Drochner | Files touched by this commit (3)
Log message:
take a sledgehammer and make this compile with mozilla-1.1
   2002-08-05 01:53:21 by Shin'ichiro TAYA | Files touched by this commit (1)
Log message:
exec gconftool-1 while pkg_add as make install does.
   2002-07-16 15:16:06 by Alistair G. Crooks | Files touched by this commit (1)
Log message:
Use scrollkeeper's buildlink.mk file
   2002-06-26 12:30:12 by Stoned Elipot | Files touched by this commit (59)
Log message:
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!

Next | Query returned 105 messages, browsing 91 to 100 | Previous