History log of /trunk/main/RepositoryFixes.mk (Results 1 – 25 of 38)
Revision Date Author Comments
# 31bbceb0 03-Jul-2025 John Bampton <jbampton@users.noreply.github.com>

pre-commit auto remove trailing whitespace from `.mk` files (#377)

If there are too many changes / files I can create a smaller PR

Thanks


# 4c5b548f 18-Mar-2024 Damjan Jovanovic <damjan@apache.org>

Upgrade OpenSSL to version 3.0.13.

LICENSE and NOTICE files now reflect its new license.
The obsolete "DISABLE_OPENSSL" setting has been removed.
Patch Python 2 to support OpenSSL 3.0.x.
Support old

Upgrade OpenSSL to version 3.0.13.

LICENSE and NOTICE files now reflect its new license.
The obsolete "DISABLE_OPENSSL" setting has been removed.
Patch Python 2 to support OpenSSL 3.0.x.
Support old versions of Windows.
Uses Strawberry Perl on Windows to build, fetched as a dependency.
Workarounds for missing integer limit constants in the old version of MSVC we use.
NASM now works when it's in the PATH, instead of needing --with-nasm-path to ./configure.

Patch by: me

show more ...


# 7f13e1b7 11-Feb-2019 damjan <damjan@unknown>

The Windows DLL for pyuno should apparently be called pyuno.pyd.

Patch by: me



git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1853327 13f79535-47bb-0310-9956-ffa450edef68


# 1c25f252 09-Feb-2019 damjan <damjan@unknown>

Port main/pyuno to gbuild.

Patch by: me



git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1853252 13f79535-47bb-0310-9956-ffa450edef68


# 7f6ffbef 05-Feb-2019 Damjan Jovanovic <damjan@apache.org>

Port main/i18npool to gbuild.

Allow ICU's version.mk to be used by GNU make (= instead of *=).

Add support for building generated C files.

Reference ICU libraries using "gb_Library_use_externals"

Port main/i18npool to gbuild.

Allow ICU's version.mk to be used by GNU make (= instead of *=).

Add support for building generated C files.

Reference ICU libraries using "gb_Library_use_externals" across the tree.
Also ICU is an external library, remove it from RepositoryFixes.mk
which is only for internal ones, and keep it in RepositoryExternal.mk
exclusively. Since we get to specify the full linker parameter over there,
remove the half-baked hacks for it from RepositoryFixes.mk.

Patch by: me



git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1852965 13f79535-47bb-0310-9956-ffa450edef68

show more ...


# 37308aa2 08-Jan-2019 Jim Jagielski <jim@apache.org>

Bring somewhat up to date... remove reference to 10.4 and allow for newer SDKs for 4.20.x


git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1850793 13f79535-47bb-0310-9956-ffa450edef68


# bbfba59f 28-Sep-2018 Matthias Seidel <mseidel@apache.org>

Minor cleanup

git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1842213 13f79535-47bb-0310-9956-ffa450edef68


# 7501fd1b 26-Jul-2018 Jim Jagielski <jim@apache.org>

Let's re-arrange the logic... when we create the shared lib, create
as before, w/o knowledge of UDK, but take care of UDK versioning
following that.


git-svn-id: https://svn.apache.org/repos/asf/ope

Let's re-arrange the logic... when we create the shared lib, create
as before, w/o knowledge of UDK, but take care of UDK versioning
following that.


git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1836767 13f79535-47bb-0310-9956-ffa450edef68

show more ...


# 8cb913c4 15-Apr-2018 Damjan Jovanovic <damjan@apache.org>

Port main/jvmfwk to gbuild / Ant.

Fix the gbuild platform CPUDEFS to conform to what modules expect.

Patch by: me



git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1829205 13f79535-4

Port main/jvmfwk to gbuild / Ant.

Fix the gbuild platform CPUDEFS to conform to what modules expect.

Patch by: me



git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1829205 13f79535-47bb-0310-9956-ffa450edef68

show more ...


# c4c42a0e 30-Mar-2018 Damjan Jovanovic <damjan@apache.org>

Port main/lingucomponent to gbuild.

Patch by: me



git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1828081 13f79535-47bb-0310-9956-ffa450edef68


# 790ba93f 25-Mar-2018 Damjan Jovanovic <damjan@apache.org>

Move reg and store to UNOVERLIBS, as they are definitely URE libraries
as per main/ure/source/README, and deal with their unusual names in
RepositoryFixes.mk. Also remove special handling for them in

Move reg and store to UNOVERLIBS, as they are definitely URE libraries
as per main/ure/source/README, and deal with their unusual names in
RepositoryFixes.mk. Also remove special handling for them in gbuild.

Patch by: me



git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1827695 13f79535-47bb-0310-9956-ffa450edef68

show more ...


# 774c2d42 14-Dec-2017 Yuri Dario <ydario@apache.org>

#i126518# OS/2 build system updates: use full names for slideshow and sysdtrans, remove unneeded libraries, use standard toolkit path, fix DLL short names, disable libs for coin-or.

git-svn-id: http

#i126518# OS/2 build system updates: use full names for slideshow and sysdtrans, remove unneeded libraries, use standard toolkit path, fix DLL short names, disable libs for coin-or.

git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1818128 13f79535-47bb-0310-9956-ffa450edef68

show more ...


# 9cdf8995 29-Nov-2017 Damjan Jovanovic <damjan@apache.org>

Port main/sane and main/rdbmaker to gbuild.
Add reg to our known libraries (Windows implementation guessed).
Update Module_ooo.mk with unixODBC too.

Patch by: me



git-svn-id: https://svn.apache.or

Port main/sane and main/rdbmaker to gbuild.
Add reg to our known libraries (Windows implementation guessed).
Update Module_ooo.mk with unixODBC too.

Patch by: me



git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1816599 13f79535-47bb-0310-9956-ffa450edef68

show more ...


# b77af630 15-Jan-2017 damjan <damjan@13f79535-47bb-0310-9956-ffa450edef68>

Port main/sc to gbuild.
Also add the ability to add extra image directories to resources,
which is needed by main/sc.

Patch by: me


git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@177

Port main/sc to gbuild.
Also add the ability to add extra image directories to resources,
which is needed by main/sc.

Patch by: me


git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1778876 13f79535-47bb-0310-9956-ffa450edef68

show more ...


# cb542efe 08-Jan-2017 damjan <damjan@13f79535-47bb-0310-9956-ffa450edef68>

Fix a Windows naming clash between main/cui, whose library, icuin.lib,
was clashing with main/icu's icuin.lib once we started using gbuild,
which places libraries in a common directory. The main/cui

Fix a Windows naming clash between main/cui, whose library, icuin.lib,
was clashing with main/icu's icuin.lib once we started using gbuild,
which places libraries in a common directory. The main/cui library is
now just icui.lib, and main/icu's is still icuin.lib.

Also update RepositoryFixes.mk with all the main/icu libraries.

Patch by: me



git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1777904 13f79535-47bb-0310-9956-ffa450edef68

show more ...


# b63233d8 07-Aug-2016 damjan <damjan@13f79535-47bb-0310-9956-ffa450edef68>

Merge branches/gbuild-reintegration to trunk.



git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1755455 13f79535-47bb-0310-9956-ffa450edef68


# dfce871f 11-Oct-2015 Damjan Jovanovic <damjan@apache.org>

#i125003# Eliminate cppunit from our tree completely.



git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1707955 13f79535-47bb-0310-9956-ffa450edef68


# b597708b 18-Nov-2013 Herbert Dürr <hdu@apache.org>

#i122362# remove stlport4-build support

but keep the --without-stlport configure option for now
it is the new default anyway


git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1543067 1

#i122362# remove stlport4-build support

but keep the --without-stlport configure option for now
it is the new default anyway


git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1543067 13f79535-47bb-0310-9956-ffa450edef68

show more ...


# d3e0dd8e 02-Sep-2013 Steve Yin <steve_y@apache.org>

Merged with the trunk.

git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/ia2@1519381 13f79535-47bb-0310-9956-ffa450edef68


# f2b8a6a0 06-Jun-2013 Herbert Dürr <hdu@apache.org>

#i122378# fix dbgutil-enabled gbuild of modules on Windows

gbuild modules should use the same crt-libs and crt-options as dmake modules


git-svn-id: https://svn.apache.org/repos/asf/openoffice/tru

#i122378# fix dbgutil-enabled gbuild of modules on Windows

gbuild modules should use the same crt-libs and crt-options as dmake modules


git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1490351 13f79535-47bb-0310-9956-ffa450edef68

show more ...


# 23f1be86 06-Jun-2013 Herbert Dürr <hdu@apache.org>

#i122378# fix the dbgutil-enabled build on Windows

crt-debug libraries use different structure layouts than their
regular counterparts so mixing causes binary incompatibilities
which must be avoided

#i122378# fix the dbgutil-enabled build on Windows

crt-debug libraries use different structure layouts than their
regular counterparts so mixing causes binary incompatibilities
which must be avoided. Always using the regular libs achieves this.


git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1490324 13f79535-47bb-0310-9956-ffa450edef68

show more ...


# 3d2a2350 27-May-2013 Herbert Dürr <hdu@apache.org>

#i122378# allow linking against MSVC TR1's STL libraries instead of stlport

the standard C++ library on MSVC is available in LIBCPMT.LIB and MSVCPRT.LIB
(the static and dynamic C++ runtime libra

#i122378# allow linking against MSVC TR1's STL libraries instead of stlport

the standard C++ library on MSVC is available in LIBCPMT.LIB and MSVCPRT.LIB
(the static and dynamic C++ runtime libraries for multithreaded environments).


git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1486650 13f79535-47bb-0310-9956-ffa450edef68

show more ...


# 47148b3b 09-Apr-2013 Oliver-Rainer Wittmann <orw@apache.org>

rebase on current trunk

git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/sidebar@1466052 13f79535-47bb-0310-9956-ffa450edef68


# 52845faf 30-Nov-2012 Yuri Dario <ydario@apache.org>

i118923 - OS/2 port: use of gcc style import libraries.

git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1415538 13f79535-47bb-0310-9956-ffa450edef68


# df24fb97 19-Jun-2012 Yuri Dario <ydario@apache.org>

i118923 - OS/2 port: rename sw.dll to swoo.dll, avoid mmos2 conflicts.

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1351684 13f79535-47bb-0310-9956-ffa450edef68


12