aboutsummaryrefslogtreecommitdiff
path: root/math/igraph
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2022-03-01 13:59:16 +0000
committerRene Ladan <rene@FreeBSD.org>2022-04-01 15:53:18 +0000
commit74c02f1ec9c9d18845ef12df8d1168974564c667 (patch)
tree4bc82c48087a30695d9345c5a6f6e826e1f54bd1 /math/igraph
parent7b4d1f0b36f88f7fee1898a9cc10c2acf261a123 (diff)
downloadports-74c02f1ec9c9d18845ef12df8d1168974564c667.tar.gz
ports-74c02f1ec9c9d18845ef12df8d1168974564c667.zip
all: drop support for EOL FreeBSD 12.2
- Mk/bsd.port.mk: bump minimal FreeBSD version to 12.3, update an example - sysutils/lsof: drop support for ancient FreeBSD releases. - multimedia/ustreamer: remove inline patch for 12.2 - x11/wayland-logout: remove support for FreeBSD < 12.3 - sysutils/bhyve+: remove support for FreeBSD 12.2 - databases/clickhouse: remove support for FreeBSD 12.2 - databases/mariadb106-server: remove support for FreeBSD 12.2 - devel/cvsd: no need to test for FreeBSD >=5 anymore - devel/imake: no need to support a.out anymore - japanese/kterm: no need to support FreeBSD <= 9 - math/igraph: remove support for FreeBSD 12.2 - net/onedrive: remove support for FreeBSD 12.2 - security/ipsec-tools: no need to test for FreeBSD >= 11 - emulators/rpcs3: Revert "emulators/rpcs3: unbreak on FreeBSD 12.2 after 49f593b2f77f" Reviewed by: brnrd, fluffy, jbeich, ler, yuri, x11 (zeising) Approved by: portmgr (implicit) Differential Revision: https://reviews.freebsd.org/D34523
Diffstat (limited to 'math/igraph')
-rw-r--r--math/igraph/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/math/igraph/Makefile b/math/igraph/Makefile
index c005803d64c4..29553a6bc0d4 100644
--- a/math/igraph/Makefile
+++ b/math/igraph/Makefile
@@ -30,8 +30,7 @@ pre-configure:
@${ECHO} ${DISTVERSION} > ${WRKSRC}/IGRAPH_VERSION
.include <bsd.port.pre.mk>
-.if (${OSVERSION} >= 1300000 && ${OSVERSION} < 1300523) || \
- (${OSVERSION} >= 1200000 && ${OSVERSION} < 1203500)
+.if ${OSVERSION} >= 1300000 && ${OSVERSION} < 1300523
EXTRA_PATCHES= ${PATCHDIR}/extra-patch-etc_cmake_compilers.cmake
.endif