Commit graph

19 commits

Author SHA1 Message Date
Jose Alonso Cardenas Marquez
c140ec7ffd
editors/lazarus-devel: Update to 4.99 2024-10-08 22:58:59 -07:00
Jose Alonso Cardenas Marquez
0167bd63fa
editors/lazarus-devel: Update to 3.99.20240913
- Add support for aarch64
2024-09-14 00:51:08 -07:00
Jose Alonso Cardenas Marquez
587297988a
editors/lazarus-*-devel: Update to 3.99.20240615
- Remove obsolete patch files
2024-06-16 03:26:34 -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
00891be1dc
editors/lazarus-devel-*: Update to 3.3.1.20240503 2024-05-03 19:19:14 -05:00
Jose Alonso Cardenas Marquez
bd468c7440
editors/lazarus-devel*: Update to 3.3.1.20240323
- Use fpc-devel as dependency
2024-03-24 01:29:16 -05:00
Baptiste Daroussin
1b819e4869 MAN?PREFIX: eleminate its usage and move man to share/man 2024-01-10 09:16:01 +01: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
0bdd7733a7
editors/lazarus-devel: Fix build
Reported by:	pkg-fallout
2023-11-14 16:09:31 -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
c626e9b7f5
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
2023-10-29 12:52:20 -05:00
Felix Palmen
7d1faa7179 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
2023-07-12 20:56:04 +02:00
Jose Alonso Cardenas Marquez
84a9e9257b 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
2023-04-10 13:22:08 -05:00
Jose Alonso Cardenas Marquez
da0df77016 editors/lazarus-devel: update to commit 8d4b429879fc99ee4652c966015e19e2cb1131d8
- Bump PORTREVISION
2023-04-08 17:50:54 -05:00
Stefan Eßer
fb16dfecae Remove WWW entries moved into port Makefiles
Commit b7f05445c0 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)
2022-09-07 23:58:51 +02:00
Stefan Eßer
b7f05445c0 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.

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)
2022-09-07 23:10:59 +02:00
Tobias Kortkamp
ce1af7fdc2
*: apply refactor.remove-consecutive-empty-lines
Submitted by:	portedit
2021-10-19 10:36:47 +02:00
Jose Alonso Cardenas Marquez
561d7cf968 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/
2021-08-26 18:08:58 -05:00