Next | Query returned 224 messages, browsing 221 to 230 | previous

History of commit frequency

CVS Commit History:


   2002-10-08 16:15:55 by Martti Kuparinen | Files touched by this commit (12) | Package removed
Log message:
Updated koffice to 1.2

* bug fixes
* better filters
* ...

See http://www.koffice.org/announcements/changelog-1.2.phtml for a
complete list of changes...
   2002-09-20 21:29:28 by Johnny C. Lam | Files touched by this commit (1)
Log message:
buildlink1 -> buildlink2
   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-06-20 21:13:51 by Jan Schaumann | Files touched by this commit (2)
Log message:
Split Makefile into Makefile and Makefile.common, so we can build
koffice3 using most of the defined variables.  (*This* koffice does
not build under KDE3!)

Point MAINTAINER -> me upon Hubert weaseling out ;-)

Next | Query returned 224 messages, browsing 221 to 230 | previous