diff options
author | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2023-11-12 20:43:14 +0000 |
---|---|---|
committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2023-11-12 20:49:26 +0000 |
commit | 0b92f925a3a155ce7b5f4eddfd528553915c6eb8 (patch) | |
tree | 0123180d5bb20241a46464f19bae480ea1ca40c5 /editors/lazarus-devel | |
parent | 41db5078f809a250e42162689e6252619ce5a30c (diff) | |
download | ports-0b92f925a3a155ce7b5f4eddfd528553915c6eb8.tar.gz 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 'editors/lazarus-devel')
-rw-r--r-- | editors/lazarus-devel/Makefile | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/editors/lazarus-devel/Makefile b/editors/lazarus-devel/Makefile index 81f113241fdc..7e49b552a08a 100644 --- a/editors/lazarus-devel/Makefile +++ b/editors/lazarus-devel/Makefile @@ -1,7 +1,7 @@ PORTNAME= lazarus DISTVERSION= 3.0.0.20231028 PKGNAMESUFFIX?= -gtk2-devel -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES= editors devel DIST_SUBDIR= freepascal @@ -11,11 +11,9 @@ WWW= https://www.lazarus-ide.org/ CONFLICTS?= lazarus-gtk2 lazarus-qt5 lazarus-qt5-devel lazarus-qt6-devel -BUILD_DEPENDS?= ${LOCALBASE}/bin/as:devel/binutils \ - fpcres:lang/fpc-utils +BUILD_DEPENDS?= ${LOCALBASE}/bin/as:devel/binutils RUN_DEPENDS?= ${LOCALBASE}/bin/as:devel/binutils \ gmake:devel/gmake \ - fpcres:lang/fpc-utils \ ${LOCALBASE}/share/fpc-source-${FPC_DEFAULT}/Makefile.fpc:lang/fpc-source ONLY_FOR_ARCHS= i386 amd64 @@ -26,10 +24,6 @@ GL_PROJECT= ${PORTNAME} GL_COMMIT= da69f50a82ed2c57fdecc26023f75431bffe3d42 USES= desktop-file-utils fpc:run gettext gmake iconv shared-mime-info xorg -USE_FPC?= chm cairo dblib fcl-base fcl-db fcl-fpcunit fcl-image fcl-json fcl-net \ - fcl-registry fcl-res fcl-web fcl-xml fppkg gtk2 ibase iconvenc mysql \ - numlib odbc opengl openssl oracle pasjpeg postgres regexpr rtl-extra \ - rtl-generics sqlite x11 USE_XORG= x11 OPT?= "-Sgic " |