diff options
author | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2023-11-12 15:43:14 -0500 |
---|---|---|
committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2023-11-12 15:49:26 -0500 |
commit | 0b92f925a3a155ce7b5f4eddfd528553915c6eb8 (patch) | |
tree | 0123180d5bb20241a46464f19bae480ea1ca40c5 /devel/Makefile | |
parent | 41db5078f809a250e42162689e6252619ce5a30c (diff) | |
download | freebsd-ports-0b92f925a3a155ce7b5f4eddfd528553915c6eb8.zip |
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
Diffstat (limited to 'devel/Makefile')
-rw-r--r-- | devel/Makefile | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/devel/Makefile b/devel/Makefile index deae95bd67b9..fd8f7e11dfb9 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -682,39 +682,6 @@ SUBDIR += fossil SUBDIR += fossology-nomos-standalone SUBDIR += fp16 - SUBDIR += fpc-bfd - SUBDIR += fpc-dbus - SUBDIR += fpc-fcl-async - SUBDIR += fpc-fcl-base - SUBDIR += fpc-fcl-db - SUBDIR += fpc-fcl-extra - SUBDIR += fpc-fcl-fpcunit - SUBDIR += fpc-fcl-image - SUBDIR += fpc-fcl-js - SUBDIR += fpc-fcl-json - SUBDIR += fpc-fcl-net - SUBDIR += fpc-fcl-passrc - SUBDIR += fpc-fcl-pdf - SUBDIR += fpc-fcl-registry - SUBDIR += fpc-fcl-report - SUBDIR += fpc-fcl-res - SUBDIR += fpc-fcl-sdo - SUBDIR += fpc-fcl-sound - SUBDIR += fpc-fcl-stl - SUBDIR += fpc-fcl-web - SUBDIR += fpc-fcl-xml - SUBDIR += fpc-fppkg - SUBDIR += fpc-fv - SUBDIR += fpc-gdbint - SUBDIR += fpc-libmagic - SUBDIR += fpc-newt - SUBDIR += fpc-odata - SUBDIR += fpc-pthreads - SUBDIR += fpc-regexpr - SUBDIR += fpc-sdl - SUBDIR += fpc-symbolic - SUBDIR += fpc-tplylib - SUBDIR += fpc-zlib SUBDIR += fpp SUBDIR += freebsd-gcc12 SUBDIR += freebsd-gcc9 |