diff options
author | Rene Ladan <rene@FreeBSD.org> | 2021-02-01 20:42:53 +0800 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2021-02-01 20:42:53 +0800 |
commit | a7d2ae454e62240f7349c94e02e45b5982e74204 (patch) | |
tree | 4682e9c4fd9a88e5031274827a9b5c373e363f38 /emulators/i386-wine-devel | |
parent | 2d9527944f116748b1e9605788b85df76a6c6d01 (diff) | |
download | freebsd-ports-gnome-a7d2ae454e62240f7349c94e02e45b5982e74204.tar.gz freebsd-ports-gnome-a7d2ae454e62240f7349c94e02e45b5982e74204.tar.zst freebsd-ports-gnome-a7d2ae454e62240f7349c94e02e45b5982e74204.zip |
Remove support for FreeBSD 12.1 from various ports.
FreeBSD 12.1 reached end-of-life today. Adjust the message
for the wine ports while here, since stable/13 has branched.
Submitted by: rene
Reviewed by: jbeich, mandree, mat, osa
Approved by: portmgr (mat)
Differential Revision: https://reviews.freebsd.org/D28406
Diffstat (limited to 'emulators/i386-wine-devel')
-rw-r--r-- | emulators/i386-wine-devel/Makefile.amd64 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/i386-wine-devel/Makefile.amd64 b/emulators/i386-wine-devel/Makefile.amd64 index f31e4477a7ad..209e0d7adbc3 100644 --- a/emulators/i386-wine-devel/Makefile.amd64 +++ b/emulators/i386-wine-devel/Makefile.amd64 @@ -32,8 +32,8 @@ PLIST_SUB+= NOOSREL${osrel}="" .endif .endfor -.if ${OPSYS} != FreeBSD || (!(${OSVERSION} >= 1104000 && ${OSVERSION} < 1200000) && !(${OSVERSION} >= 1201000 && ${OSVERSION} < 1300000) && !(${OSVERSION} >= 1300084 && ${OSVERSION} < 1400000)) -IGNORE= binaries compiled for FreeBSD 11.4+, 12.1+ and 13.0-CURRENT (OSVERSION >= 1300084) only +.if ${OPSYS} != FreeBSD || (!(${OSVERSION} >= 1104000 && ${OSVERSION} < 1200000) && !(${OSVERSION} >= 1202000 && ${OSVERSION} < 1300000) && !(${OSVERSION} >= 1300084 && ${OSVERSION} < 1400000)) +IGNORE= binaries compiled for FreeBSD 11.4+, 12.2+ and 13.0+ only .endif OPTIONS_DEFINE= GECKO MONO |