aboutsummaryrefslogtreecommitdiffstats
path: root/Mk
diff options
context:
space:
mode:
authorJose Alonso Cardenas Marquez <acm@FreeBSD.org>2019-09-03 23:51:50 +0800
committerJose Alonso Cardenas Marquez <acm@FreeBSD.org>2019-09-03 23:51:50 +0800
commitc0b7145df28e7429c6182f219c699ee01fabdb9a (patch)
treef9c6286fe7054695e2fcc571061cd6d3ed5f216d /Mk
parente9791b91d43b0140cf2b03162f96f21db72f38c9 (diff)
downloadfreebsd-ports-gnome-c0b7145df28e7429c6182f219c699ee01fabdb9a.tar.gz
freebsd-ports-gnome-c0b7145df28e7429c6182f219c699ee01fabdb9a.tar.zst
freebsd-ports-gnome-c0b7145df28e7429c6182f219c699ee01fabdb9a.zip
- Rebuild bootstrap (ppcx64 and ppc386) with ld patches
- Fix build on 12-STABLE and CURRENT (amd64 and i386) - Bump PORTREVISION for all ports that depends of lang/fpc - Add USE_BINUTILS to fpc and lazarus based ports - Add binutils dependency to Uses/fpc.mk and Uses/lazarus.mk PR: 240293 239934 233413 214864 Exp-run by: antoine
Diffstat (limited to 'Mk')
-rw-r--r--Mk/Uses/fpc.mk3
-rw-r--r--Mk/Uses/lazarus.mk3
2 files changed, 4 insertions, 2 deletions
diff --git a/Mk/Uses/fpc.mk b/Mk/Uses/fpc.mk
index f7761f606689..2438fca5ec15 100644
--- a/Mk/Uses/fpc.mk
+++ b/Mk/Uses/fpc.mk
@@ -61,7 +61,8 @@ ONLY_FOR_ARCHS= i386 amd64
ONLY_FOR_ARCHS_REASON= not yet ported to anything other than i386 and amd64
.endif
-BUILD_DEPENDS+= ${PPNAME}:lang/fpc
+BUILD_DEPENDS+= ${LOCALBASE}/bin/as:devel/binutils \
+ ${PPNAME}:lang/fpc
BUILDNAME= ${FPC_ARCH}-${OPSYS:tl}
UNITSDIR= ${LOCALBASE}/lib/fpc/${FPC_VER}/units/${BUILDNAME}
diff --git a/Mk/Uses/lazarus.mk b/Mk/Uses/lazarus.mk
index d6151d51aa4f..d619be008a1d 100644
--- a/Mk/Uses/lazarus.mk
+++ b/Mk/Uses/lazarus.mk
@@ -72,7 +72,8 @@ LAZARUS_DIR?= ${LOCALBASE}/share/lazarus-${LAZARUS_VER}
ONLY_FOR_ARCHS= i386 amd64
ONLY_FOR_ARCHS_REASON= not yet ported to anything other than i386 and amd64
-BUILD_DEPENDS+= fpcres:lang/fpc-utils
+BUILD_DEPENDS+= ${LOCALBASE}/bin/as:devel/binutils \
+ fpcres:lang/fpc-utils
BUILDNAME= ${LAZARUS_ARCH}-${OPSYS:tl}
LCL_UNITS_DIR= ${LOCALBASE}/share/lazarus-${LAZARUS_VER}/lcl/units/${BUILDNAME}