Port details |
- lazarus-devel Portable Delphi-like IDE for the FreePascal compiler (GTK2 devel)
- 3.99.20240615 editors =2 3.99.20240615Version of this port present on the latest quarterly branch.
- Maintainer: acm@FreeBSD.org
- Port Added: 2021-08-26 23:12:06
- Last Update: 2024-06-16 08:26:34
- Commit Hash: 5872979
- 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 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. (devel version)
- ¦ ¦ ¦ ¦
- 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-gtk2-devel>0:editors/lazarus-devel
- Conflicts:
- CONFLICTS:
- lazarus-gtk2
- lazarus-qt5
- lazarus-qt5-devel
- lazarus-qt6-devel
- To install the port:
- cd /usr/ports/editors/lazarus-devel/ && make install clean
- To add the package, run one of these commands:
- pkg install editors/lazarus-devel
- pkg install lazarus-gtk2-devel
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: lazarus-gtk2-devel
- Flavors: there is no flavor information for this port.
- ONLY_FOR_ARCHS: i386 amd64
- distinfo:
- TIMESTAMP = 1718524203
SHA256 (freepascal/freepascal.org/lazarus-lazarus-a10a426ac7a448188cf4d062bbed65c9fa0f3430_GL0.tar.gz) = 9381a220cef6e62369764bedc991753417d3acb8f317f2121e67f1b8ef8fcc0b
SIZE (freepascal/freepascal.org/lazarus-lazarus-a10a426ac7a448188cf4d062bbed65c9fa0f3430_GL0.tar.gz) = 58722552
Packages (timestamps in pop-ups are UTC):
- Slave ports:
-
- editors/lazarus-qt5-devel
- editors/lazarus-qt6-devel
- 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-devel
- 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-devel-source
- gdb : devel/gdb
- update-desktop-database : devel/desktop-file-utils
- as : devel/binutils
- ppcx64 : lang/fpc-devel
- update-mime-database : misc/shared-mime-info
- x11.pc : x11/libX11
- Library dependencies:
-
- libintl.so : devel/gettext-runtime
- libatk-1.0.so : accessibility/at-spi2-core
- libcairo.so : graphics/cairo
- libgdk_pixbuf-2.0.so : graphics/gdk-pixbuf2
- libglib-2.0.so : devel/glib20
- libintl.so : devel/gettext-runtime
- libgtk-x11-2.0.so : x11-toolkits/gtk20
- libharfbuzz.so : print/harfbuzz
- libpango-1.0.so : x11-toolkits/pango
- libfontconfig.so : x11-fonts/fontconfig
- libfreetype.so : print/freetype2
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for lazarus-gtk2-devel-3.99.20240615:
GDB=on: Install a newest version of gdb
===> Use 'make config' to modify these settings
- Options name:
- editors_lazarus-devel
- USES:
- desktop-file-utils fpc:run gettext gmake iconv shared-mime-info xorg gnome
- pkg-message:
- For install:
- The Lazarus RAD devel 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) |
Commit | Credits | Log message |
3.99.20240615 16 Jun 2024 08:26:34 |
Jose Alonso Cardenas Marquez (acm) |
editors/lazarus-*-devel: Update to 3.99.20240615
- Remove obsolete patch files |
3.3.1.20240503_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.3.1.20240503 04 May 2024 00:19:14 |
Jose Alonso Cardenas Marquez (acm) |
editors/lazarus-devel-*: Update to 3.3.1.20240503 |
3.3.1.20240323 24 Mar 2024 06:29:16 |
Jose Alonso Cardenas Marquez (acm) |
editors/lazarus-devel*: Update to 3.3.1.20240323
- Use fpc-devel as dependency |
3.1.0.20231222_1 10 Jan 2024 08:16:01 |
Baptiste Daroussin (bapt) |
MAN?PREFIX: eleminate its usage and move man to share/man |
3.1.0.20231222 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 |
3.0.0.20231028_3 14 Nov 2023 21:09:31 |
Jose Alonso Cardenas Marquez (acm) |
editors/lazarus-devel: Fix build
Reported by: pkg-fallout |
3.0.0.20231028_2 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 |
3.0.0.20231028_1 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 |
3.0.0.20231028 29 Oct 2023 17:52:20 |
Jose Alonso Cardenas Marquez (acm) |
editors/lazarus-*-devel: Update to 3.0.0.20231028
- Update pkg-message.in file
- Add -p to ${INSTALL_DATA} to preserves the access and modification times. It
avoids issues with checksum changes and it improves compile time when lazarus
ide is rebuild by users.
- Update CONFLICTS |
2.3.0_2 12 Jul 2023 18:56:04 |
Felix Palmen (zirias) |
bsd.sites.mk: Update all ports using USE_GITLAB
Replace GL_COMMIT by GL_TAGNAME in all ports. The new GL_TAGNAME is
backwards-compatible (accepting any commit hash as before), but also
understands an actual tag name. Moving to tag names where appropriate is
left to individual ports' maintainers.
Approved by: portmgr (tcberner, mentor)
Differential Revision: https://reviews.freebsd.org/D37077 |
2.3.0_2 10 Apr 2023 18:22:08 |
Jose Alonso Cardenas Marquez (acm) |
editors/lazarus-*devel: Fix build and pkg-plist issues
- qt5pas was updated to a recent source code. It fixes issues with
editors/lazarus-devel-qt5 |
2.3.0_1 08 Apr 2023 22:50:54 |
Jose Alonso Cardenas Marquez (acm) |
editors/lazarus-devel: update to commit 8d4b429879fc99ee4652c966015e19e2cb1131d8
- Bump PORTREVISION |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
2.3.0 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
2.3.0 19 Oct 2021 08:36:47 |
Tobias Kortkamp (tobik) |
*: apply refactor.remove-consecutive-empty-lines
Submitted by: portedit |
2.3.0 26 Aug 2021 23:08:58 |
Jose Alonso Cardenas Marquez (acm) |
editors/lazarus-devel: editors/lazarus-qt5-devel: New port
Lazarus is the class libraries for Free Pascal that emulate Delphi.
Free Pascal is a GPL'ed compiler that runs on 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. (devel version)
WWW: https://www.lazarus-ide.org/ |