Commit graph

15 commits

Author SHA1 Message Date
Jose Alonso Cardenas Marquez
f46813a5ef
editors/lazarus*: update to 3.4.0
- Remove obsolete patch files
2024-06-16 03:26:33 -05:00
Jose Alonso Cardenas Marquez
2ccd6b5da7
editors/lazarus-*: Fix issues with Qt5/Qt6
- Bump PORTREVISION
Obtained from:	https://gitlab.com/freepascal.org/lazarus/lazarus/-/issues/40246
2024-05-04 01:54:24 -05:00
Jose Alonso Cardenas Marquez
4a05009c90
editors/lazarus-*: Update to 3.0.0 and 3.1.0
- Add editors/lazarus-qt6
- Add new CONFLICTS
- Change default lazarus and lazarus-devel to 3.0.0 and 3.1.0
- Change lazarus.mk file. Now stable and devel version support qt6 interface
2023-12-22 20:11:52 -05:00
Jose Alonso Cardenas Marquez
00406c5a5f
editors/lazarus*: Bump PORTREVISION. lang/fpc has been changed
- Remove obsolete dependency
- Bump PORTREVISION
2023-11-12 16:07:25 -05:00
Jose Alonso Cardenas Marquez
0b92f925a3
lang/fpc-*: Merge all units to lang/fpc
- Merge all fpc-* units to lang/fpc. It gives us a better way to maintain fpc
  and lazarus ports.
- Update Mk/fpc.mk for reflects new changes
- Update Mk/lazarus.mk for reflects new changes
- Now we can defined WANT_FPC_DEVEL AND WANT_LAZARUS_DEVEL for use devel version
  of fpc or lazarus for build apps based on fpc/lazarus
- Add entries to MOVED
- Bump PORTREVISON of affected ports
- Some other minor modifications
2023-11-12 15:49:26 -05:00
Jose Alonso Cardenas Marquez
8c962df69f
editors/lazarus-*: Update CONFLICTS
- editors/lazarus-qt5: Bump PORTREVISION. qt5pas was updated
- editors/lazarus-*: Add -p to ${INSTALL_DATA} to Add -p to ${INSTALL_DATA} to
  preserves the access and modification times. It avoid issues with checksum
  changes and it improves compile time when lazarus ide is rebuild by users.
- Bump PORTREVISION
2023-10-29 12:52:20 -05:00
Jose Alonso Cardenas Marquez
72d87b850d editors/lazarus-qt5: Bump PORTREVISION. qt5pas was updated to newest source code 2023-04-10 13:25:00 -05:00
Stefan Eßer
04b9da4140 */*: Remove redundant '-*' from CONFLICTS definitions
The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").

Approved by: portmgr (blanket)
2021-11-25 22:40:11 +01:00
Mathieu Arnold
cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00
Mathieu Arnold
305f148f48
Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
Rene Ladan
d2eb50ab00 Clean up final leftovers from Qt4.
Submitted by:	rene
Reviewed by:	mat, tcberner
Differential Revision:	https://reviews.freebsd.org/D20725
2019-06-26 11:52:23 +00:00
Jose Alonso Cardenas Marquez
6afa5efcf7 - Update to 2.0.0
ChangeLog at:	http://wiki.lazarus.freepascal.org/Lazarus_2.0.0_release_notes
2019-03-07 04:55:52 +00:00
Tijl Coosemans
1bf487d3e7 Fix Qt5 symbol version scripts to put the catch-all clause first. When
a symbol matches multiple clauses the last one takes precedence.  If the
catch-all is last it captures everything.  In the case of Qt5 libraries
this caused all symbols to have a Qt_5 label while some should have
Qt_5_PRIVATE_API.  This only affects lld because GNU ld always gives the
catch-all lowest priority.

Older versions of Qt5Webengine exported some memory allocation symbols from
the bundled Chromium.  Version 5.9 stopped exporting these [1] but the
symbols were kept as weak wrappers for the standard allocation functions to
maintain binary compatibility. [2][3]  The problem is that the call to the
standard function in these weak wrappers is only resolved to the standard
function if there's a call to this standard function in other parts of
Qt5Webengine, because only then is there a non-weak symbol that takes
precedence over the weak one.  If there's no such non-weak symbol the call
in the weak wrapper resolves to the weak wrapper itself creating an infinite
call loop that overflows the stack and causes a crash.  Some of the
allocation functions are variants of C++ new and delete and it probably
depends on the compiler whether these variants are used in other parts of
Qt5Webengine.

Remove the weak wrappers (make them Linux specific).  This isn't binary
compatible but we are already breaking that with the changes to the symbol
versions.

[1] 5c2cbfccf9
[2] 2ed5054e3a
[3] 009f5ebb4b

Bump all ports that depend on Qt5.

PR:		234070
Exp-run by:	antoine
Approved by:	kde (adridg)
2019-01-16 11:13:44 +00:00
Alex Kozlov
fac186387e - Remove empty lines after .include <bsd.port.mk>
Approved by:	portmgr blanket
2018-10-29 09:00:46 +00:00
Jose Alonso Cardenas Marquez
b9123ccd9a - New port: editors/lazarus-qt5
Differential Revision:	https://reviews.freebsd.org/D14661
2018-05-25 16:00:46 +00:00