Port details |
- lazarus-qt5 Portable Delphi-like IDE for the FreePascal compiler (QT5)
- 3.4.0 editors =2 3.4.0Version of this port present on the latest quarterly branch.
- Maintainer: acm@FreeBSD.org
- Port Added: 2018-05-25 16:00:59
- Last Update: 2024-06-16 08:26:33
- Commit Hash: f46813a
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: devel
- License: not specified in port
- WWW:
- https://www.lazarus-ide.org/
- Description:
- Lazarus is the class libraries for Free Pascal that emulate Delphi.
Free Pascal is a GPL'ed compiler that runs on FreeBSD, Linux, Win32, OS/2, 68K
and more. Free Pascal is designed to be able to understand and compile
Delphi syntax, which is of course OOP.
Lazarus is the part of the missing puzzle that will allow you to
develop Delphi-like programs in all of the above platforms. Unlike Java
which strives to be a write once run anywhere, Lazarus and Free Pascal
strives for write once compile anywhere.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- lazarus-qt5>0:editors/lazarus-qt5
- Conflicts:
- CONFLICTS:
- lazarus-gtk2
- lazarus-gtk2-devel
- lazarus-qt5-devel
- lazarus-qt6
- lazarus-qt6-devel
- To install the port:
- cd /usr/ports/editors/lazarus-qt5/ && make install clean
- To add the package, run one of these commands:
- pkg install editors/lazarus-qt5
- pkg install lazarus-qt5
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: lazarus-qt5
- Flavors: there is no flavor information for this port.
- ONLY_FOR_ARCHS: i386 amd64
- distinfo:
- TIMESTAMP = 1718486238
SHA256 (freepascal/freepascal.org/lazarus-lazarus-34295aa4240319e5179f0ceb7ed86de5104c152a_GL0.tar.gz) = 62ce715e48861c0480cf8791c924acb1f0a18070d0fdf64e3fe35a5d4814f86a
SIZE (freepascal/freepascal.org/lazarus-lazarus-34295aa4240319e5179f0ceb7ed86de5104c152a_GL0.tar.gz) = 56215767
Packages (timestamps in pop-ups are UTC):
- Master port: editors/lazarus
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- as : devel/binutils
- update-desktop-database : devel/desktop-file-utils
- as : devel/binutils
- ppcx64 : lang/fpc
- gettext-runtime>=0.22_1 : devel/gettext-runtime
- msgfmt : devel/gettext-tools
- gmake>=4.4.1 : devel/gmake
- update-mime-database : misc/shared-mime-info
- x11.pc : x11/libX11
- Runtime dependencies:
-
- as : devel/binutils
- gmake : devel/gmake
- Makefile.fpc : lang/fpc-source
- gdb : devel/gdb
- update-desktop-database : devel/desktop-file-utils
- as : devel/binutils
- ppcx64 : lang/fpc
- update-mime-database : misc/shared-mime-info
- x11.pc : x11/libX11
- Library dependencies:
-
- libQt5Pas.so : x11-toolkits/qt5pas
- libintl.so : devel/gettext-runtime
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for lazarus-qt5-3.4.0:
GDB=on: Install a newest version of gdb
===> Use 'make config' to modify these settings
- Options name:
- editors_lazarus-qt5
- USES:
- desktop-file-utils fpc:run gettext gmake iconv shared-mime-info xorg
- pkg-message:
- For install:
- The Lazarus RAD was installed
1) You can run it using:
# lazarus
2) The first time that lazarus is running, you should set the path to fpc
source directory at lazarus configuration environment. Also it could be
setting later.
3) Now you can obtain freepascal source installing lang/fpc-source port or
package
It will be extracted to /usr/local/share/fpc-source-X.X.X
4) You can use /usr/local/bin/gdb debugger instead of gdb installed debugger
installed from base system. Lazarus works better with this version.
5) We can use the following ports for aplications that depend of lazarus
and these can be built with an interface different than lazarus has compiled
by default:
editors/lazarus
editors/lazarus-devel
editors/lazarus-qt5
editors/lazarus-qt5-devel
editors/lazarus-qt6
editors/lazarus-qt6-devel
You can added those ports if you want support for gtk2, qt5 or qt6
interfaces. Please look at net-p2p/transmission-remote-gui like a example of
how use it
6) If you want built apps using devel version of lazarus, you must add the
following into /etc/make.conf file
WANT_LAZARUS_DEVEL= yes
It is neccesary for use devel version of lazarus (gtk2, qt5 or qt6)
editors/lazarus-devel
editors/lazarus-qt5-devel
editors/lazarus-qt6-devel
7) Enjoy it ;)
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
This is a slave port. You may also want to view the commits to the master port: editors/lazarus |
Commit | Credits | Log message |
3.4.0 16 Jun 2024 08:26:33 |
Jose Alonso Cardenas Marquez (acm) |
editors/lazarus*: update to 3.4.0
- Remove obsolete patch files |
3.2.0_1 04 May 2024 06:54:24 |
Jose Alonso Cardenas Marquez (acm) |
editors/lazarus-*: Fix issues with Qt5/Qt6
- Bump PORTREVISION
Obtained from: https://gitlab.com/freepascal.org/lazarus/lazarus/-/issues/40246 |
3.0.0 23 Dec 2023 01:11:52 |
Jose Alonso Cardenas Marquez (acm) |
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 |
2.2.6_4 12 Nov 2023 21:07:25 |
Jose Alonso Cardenas Marquez (acm) |
editors/lazarus*: Bump PORTREVISION. lang/fpc has been changed
- Remove obsolete dependency
- Bump PORTREVISION |
2.2.6_3 12 Nov 2023 20:49:26 |
Jose Alonso Cardenas Marquez (acm) |
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 |
2.2.6_2 29 Oct 2023 17:52:20 |
Jose Alonso Cardenas Marquez (acm) |
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 |
2.2.6_1 10 Apr 2023 18:25:00 |
Jose Alonso Cardenas Marquez (acm) |
editors/lazarus-qt5: Bump PORTREVISION. qt5pas was updated to newest source code |
2.0.12 25 Nov 2021 21:40:11 |
Stefan Eßer (se) |
*/*: 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) |
2.0.10_1 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
2.0.10_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.0.0 26 Jun 2019 11:52:23 |
rene |
Clean up final leftovers from Qt4.
Submitted by: rene
Reviewed by: mat, tcberner
Differential Revision: https://reviews.freebsd.org/D20725 |
2.0.0 07 Mar 2019 04:55:53 |
acm |
- Update to 2.0.0
ChangeLog at: http://wiki.lazarus.freepascal.org/Lazarus_2.0.0_release_notes |
1.8.4_2 16 Jan 2019 11:13:45 |
tijl |
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 (Only the first 15 lines of the commit message are shown above ) |
1.8.4 29 Oct 2018 09:00:46 |
ak |
- Remove empty lines after .include <bsd.port.mk>
Approved by: portmgr blanket |
1.8.2 25 May 2018 16:00:47 |
acm |
- New port: editors/lazarus-qt5
Differential Revision: https://reviews.freebsd.org/D14661 |