diff options
author | Rene Ladan <rene@FreeBSD.org> | 2020-04-01 00:15:16 +0800 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2020-04-01 00:15:16 +0800 |
commit | 3c6fba3a38899c63d3dbc2bcbc45740cf327c6b3 (patch) | |
tree | 3dde9d52f34dfb1247213c04b75eda5c746d1114 /sysutils | |
parent | 22ddb939272b64b06b07a246858f63dbfaf2906a (diff) | |
download | freebsd-ports-gnome-3c6fba3a38899c63d3dbc2bcbc45740cf327c6b3.tar.gz freebsd-ports-gnome-3c6fba3a38899c63d3dbc2bcbc45740cf327c6b3.tar.zst freebsd-ports-gnome-3c6fba3a38899c63d3dbc2bcbc45740cf327c6b3.zip |
Clean up ports after FreeBSD 12.0 reached end-of-life.
emulators/mesen is left out for now, as it breaks on 11.3
Submitted by: rene
Reviewed by: jbeich, zeising
X-Differential Revision: https://reviews.freebsd.org/D24211
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/dwatch-gource/Makefile | 6 | ||||
-rw-r--r-- | sysutils/dwatch-json/Makefile | 6 | ||||
-rw-r--r-- | sysutils/dwatch-pwsnoop/Makefile | 6 | ||||
-rw-r--r-- | sysutils/iichid/Makefile | 9 |
4 files changed, 2 insertions, 25 deletions
diff --git a/sysutils/dwatch-gource/Makefile b/sysutils/dwatch-gource/Makefile index 98c6c12738de..cfe2d1aba742 100644 --- a/sysutils/dwatch-gource/Makefile +++ b/sysutils/dwatch-gource/Makefile @@ -19,12 +19,6 @@ PORTDOCS= README.md OPTIONS_DEFINE= DOCS -.include <bsd.port.options.mk> - -.if ${OSVERSION} >= 1200000 && ${OSVERSION} < 1200065 -IGNORE= requires dwatch available in recent FreeBSD 11 or 12 -.endif - do-install: ${INSTALL_SCRIPT} ${WRKSRC}/gwatch ${STAGEDIR}${PREFIX}/sbin @${MKDIR} ${STAGEDIR}${PREFIX}/libexec/dwatch diff --git a/sysutils/dwatch-json/Makefile b/sysutils/dwatch-json/Makefile index 4638bd33960f..080edb83136e 100644 --- a/sysutils/dwatch-json/Makefile +++ b/sysutils/dwatch-json/Makefile @@ -20,12 +20,6 @@ PORTDOCS= README.md OPTIONS_DEFINE= DOCS -.include <bsd.port.options.mk> - -.if ${OSVERSION} >= 1200000 && ${OSVERSION} < 1200065 -IGNORE= requires dwatch available in recent FreeBSD 11 or 12 -.endif - do-install: @${MKDIR} ${STAGEDIR}${PREFIX}/libexec/dwatch ${INSTALL_DATA} ${WRKSRC}/json-* ${STAGEDIR}${PREFIX}/libexec/dwatch diff --git a/sysutils/dwatch-pwsnoop/Makefile b/sysutils/dwatch-pwsnoop/Makefile index de614be072d2..1a3bb45a7234 100644 --- a/sysutils/dwatch-pwsnoop/Makefile +++ b/sysutils/dwatch-pwsnoop/Makefile @@ -20,12 +20,6 @@ PORTDOCS= README.md OPTIONS_DEFINE= DOCS -.include <bsd.port.options.mk> - -.if ${OSVERSION} >= 1200000 && ${OSVERSION} < 1200065 -IGNORE= requires dwatch available in recent FreeBSD 11 or 12 -.endif - do-install: @${MKDIR} ${STAGEDIR}${PREFIX}/libexec/dwatch ${INSTALL_DATA} ${WRKSRC}/pwsnoop ${STAGEDIR}${PREFIX}/libexec/dwatch diff --git a/sysutils/iichid/Makefile b/sysutils/iichid/Makefile index 1d33dead9715..8d7cc5a19eb1 100644 --- a/sysutils/iichid/Makefile +++ b/sysutils/iichid/Makefile @@ -11,6 +11,7 @@ COMMENT= Generic FreeBSD HID layer for I2C and USB devices LICENSE= BSD2CLAUSE #LICENSE_FILE= Not yet packaged +IGNORE_FreeBSD_11= Requires FreeBSD 12.1 or later ONLY_FOR_ARCHS= aarch64 amd64 i386 ONLY_FOR_ARCHS_REASON= Requires architecture supporting ACPI @@ -30,10 +31,4 @@ PLIST_FILES= ${KMODDIR}/iichid.ko post-patch: ${REINPLACE_CMD} -e '/usbhid.c/s/^/#/' ${WRKSRC}/Makefile -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 1201000 -IGNORE= requires FreeBSD versions 12.1+, this system is running ${OSREL} -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |