aboutsummaryrefslogtreecommitdiff
path: root/editors/lazarus-devel
Commit message (Collapse)AuthorAgeFilesLines
* editors/lazarus-*: Fix issues with Qt5/Qt6Jose Alonso Cardenas Marquez2024-05-043-1/+23
| | | | | - Bump PORTREVISION Obtained from: https://gitlab.com/freepascal.org/lazarus/lazarus/-/issues/40246
* editors/lazarus-devel-*: Update to 3.3.1.20240503Jose Alonso Cardenas Marquez2024-05-042-6/+6
|
* editors/lazarus-devel*: Update to 3.3.1.20240323Jose Alonso Cardenas Marquez2024-03-242-8/+8
| | | | - Use fpc-devel as dependency
* MAN?PREFIX: eleminate its usage and move man to share/manBaptiste Daroussin2024-01-101-2/+3
|
* editors/lazarus-*: Update to 3.0.0 and 3.1.0Jose Alonso Cardenas Marquez2023-12-233-7/+9
| | | | | | | - 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
* editors/lazarus-devel: Fix buildJose Alonso Cardenas Marquez2023-11-141-2/+2
| | | | Reported by: pkg-fallout
* editors/lazarus*: Bump PORTREVISION. lang/fpc has been changedJose Alonso Cardenas Marquez2023-11-121-2/+2
| | | | | - Remove obsolete dependency - Bump PORTREVISION
* lang/fpc-*: Merge all units to lang/fpcJose Alonso Cardenas Marquez2023-11-121-8/+2
| | | | | | | | | | | | - 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
* editors/lazarus-*-devel: Update to 3.0.0.20231028Jose Alonso Cardenas Marquez2023-10-293-21/+26
| | | | | | | | - 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
* bsd.sites.mk: Update all ports using USE_GITLABFelix Palmen2023-07-121-1/+1
| | | | | | | | | | 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
* editors/lazarus-*devel: Fix build and pkg-plist issuesJose Alonso Cardenas Marquez2023-04-101-1/+3
| | | | | - qt5pas was updated to a recent source code. It fixes issues with editors/lazarus-devel-qt5
* editors/lazarus-devel: update to commit 8d4b429879fc99ee4652c966015e19e2cb1131d8Jose Alonso Cardenas Marquez2023-04-082-5/+5
| | | | - Bump PORTREVISION
* Remove WWW entries moved into port MakefilesStefan Eßer2022-09-071-2/+0
| | | | | | | | | | 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)
* Add WWW entries to port MakefilesStefan Eßer2022-09-071-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. This commit implements such a proposal and moves one of the WWW: entries of each pkg-descr file into the respective port's Makefile. A heuristic attempts to identify the most relevant URL in case there is more than one WWW: entry in some pkg-descr file. URLs that are not moved into the Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr files in order to preserve them. There are 1256 ports that had no WWW: entries in pkg-descr files. These ports will not be touched in this commit. The portlint port has been adjusted to expect a WWW entry in each port Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as deprecated. Approved by: portmgr (tcberner)
* *: apply refactor.remove-consecutive-empty-linesTobias Kortkamp2021-10-191-1/+0
| | | | Submitted by: portedit
* editors/lazarus-devel: editors/lazarus-qt5-devel: New portJose Alonso Cardenas Marquez2021-08-264-0/+241
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/