aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@FreeBSD.org>2023-09-22 18:54:39 +0000
committerGerald Pfeifer <gerald@FreeBSD.org>2023-09-22 18:54:39 +0000
commit986fc4ceac7abeecc31c256670ffc2f3a73c2caa (patch)
treed5d3ebb63b70729632432c635dba65c220c5470a
parentfe5230eba98968dab8737a7f159c9efd149ff014 (diff)
downloadports-986fc4ceac7abeecc31c256670ffc2f3a73c2caa.tar.gz
ports-986fc4ceac7abeecc31c256670ffc2f3a73c2caa.zip
devel/libplist: Remove special casing old compilers
We no longer support the GCC 4.2 system compiler nor GCC 4.x in general as part of the Ports infrastructure (except GCC 4.8 for sysutils/uefi-edk2-bhyve-csm). GCC 4.4 in particular went end of life 11 years ago. Approved by: jhale (maintainer)
-rw-r--r--devel/libplist/Makefile10
1 files changed, 1 insertions, 9 deletions
diff --git a/devel/libplist/Makefile b/devel/libplist/Makefile
index cc38e39af168..67177033dae4 100644
--- a/devel/libplist/Makefile
+++ b/devel/libplist/Makefile
@@ -34,12 +34,4 @@ post-install:
.endif # ${SLAVE_PORT} == no
-.include <bsd.port.pre.mk>
-
-pre-build:
-.if ${CHOSEN_COMPILER_TYPE} == gcc && ${COMPILER_VERSION} < 45
- @${REINPLACE_CMD} -e '/__attribute__/ s,deprecated(x),deprecated(),' \
- ${WRKSRC}/include/plist/plist.h
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>