aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2005-12-16 10:01:20 +0800
committerlinimon <linimon@FreeBSD.org>2005-12-16 10:01:20 +0800
commitc09b61538e9cf9cc0aed76beff083420c3a1a1f6 (patch)
treeee7613eedc901516d311aa14543a1ed1dd8cf204
parent6f72f974bfa09f9252c3da23fa9fddfa7c0bee81 (diff)
downloadfreebsd-ports-gnome-c09b61538e9cf9cc0aed76beff083420c3a1a1f6.tar.gz
freebsd-ports-gnome-c09b61538e9cf9cc0aed76beff083420c3a1a1f6.tar.zst
freebsd-ports-gnome-c09b61538e9cf9cc0aed76beff083420c3a1a1f6.zip
Add a comment about a line that is from ports/86106 (USE_GMAKE change).
This is a reminder that this change is not yet tested sufficiently to go into the main bsd.port.mk.
-rw-r--r--devel/portmk/Mk/bsd.port.mk2
-rw-r--r--ports-mgmt/portmk/Mk/bsd.port.mk2
2 files changed, 4 insertions, 0 deletions
diff --git a/devel/portmk/Mk/bsd.port.mk b/devel/portmk/Mk/bsd.port.mk
index 64cc33cd55b9..535e075d7784 100644
--- a/devel/portmk/Mk/bsd.port.mk
+++ b/devel/portmk/Mk/bsd.port.mk
@@ -1469,6 +1469,8 @@ EXTRACT_DEPENDS+= unzip:${PORTSDIR}/archivers/unzip
.if defined(USE_GMAKE)
BUILD_DEPENDS+= gmake:${PORTSDIR}/devel/gmake
CONFIGURE_ENV+= MAKE=${GMAKE}
+# note: the next line is from 86106 which says: "It needs more investigation.
+# We will keep it in devel/portmk for further tests."
MAKE_ENV+= CC="${CC}" CXX="${CXX}"
.endif
diff --git a/ports-mgmt/portmk/Mk/bsd.port.mk b/ports-mgmt/portmk/Mk/bsd.port.mk
index 64cc33cd55b9..535e075d7784 100644
--- a/ports-mgmt/portmk/Mk/bsd.port.mk
+++ b/ports-mgmt/portmk/Mk/bsd.port.mk
@@ -1469,6 +1469,8 @@ EXTRACT_DEPENDS+= unzip:${PORTSDIR}/archivers/unzip
.if defined(USE_GMAKE)
BUILD_DEPENDS+= gmake:${PORTSDIR}/devel/gmake
CONFIGURE_ENV+= MAKE=${GMAKE}
+# note: the next line is from 86106 which says: "It needs more investigation.
+# We will keep it in devel/portmk for further tests."
MAKE_ENV+= CC="${CC}" CXX="${CXX}"
.endif