diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-09-30 22:44:19 +0200 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-12-31 01:37:05 +0100 |
commit | bbab7f59e9630416397189df70ec133bdd690e38 (patch) | |
tree | 2ebb595d5a675fda686781b56ea08f80b933cb61 /sysutils/bhyve+/files/freebsd-12/patch-libvmmapi | |
parent | Revert "audio/mythplugin-mythmusic: Remove expired port" (diff) |
*/*: Sunset 12.4-RELEASE/12-STABLE from ports tree
- Remove all references to defunct ARCH arm
- Remove all references to defunct ARCH sparc64
- Remove x11-drivers/xf86-video-sunffb which requires defunct sparc64
ARCH
- Remove sysutils/afbinit requires defunct sparc64 ARCH
- Remove all references to bktr driver
- Remove all references to defunct FreeBSD_12
- Remove all references to OSVERSION/OSREL corresponding to 12
- Remove conditionals in Mk/Uses/cabal.mk
- Remove sparc reference from Mk/Uses/qt-dist.mk
- Remove BROKEN_sparc64/NOT_FOR_ARCH=sparc64
- Remove BROKEN_FreeBSD_12* from:
- Remove OpenSSL patches from:
- Remove conditional flags for OSVERSION >= 1300000 to fixed flags.
Also move conditional flags for non sparc64/arm ARCH to fixed flags.
Reviewed by: brooks, jbeich, rene, salvadore
Differential Revision: https://reviews.freebsd.org/D42068
Diffstat (limited to 'sysutils/bhyve+/files/freebsd-12/patch-libvmmapi')
-rw-r--r-- | sysutils/bhyve+/files/freebsd-12/patch-libvmmapi | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/sysutils/bhyve+/files/freebsd-12/patch-libvmmapi b/sysutils/bhyve+/files/freebsd-12/patch-libvmmapi deleted file mode 100644 index 6131d5eaebcf..000000000000 --- a/sysutils/bhyve+/files/freebsd-12/patch-libvmmapi +++ /dev/null @@ -1,33 +0,0 @@ ---- lib/libvmmapi/Makefile.orig -+++ lib/libvmmapi/Makefile -@@ -6,6 +6,7 @@ - INCS= vmmapi.h - - WARNS?= 2 -+SHLIB_MAJOR= %%VMMAPI_SHLIB_MAJOR%% - - LIBADD= util - ---- usr.sbin/bhyvectl/Makefile.orig -+++ usr.sbin/bhyvectl/Makefile -@@ -8,7 +8,8 @@ - - MAN= bhyvectl.8 - --LIBADD= vmmapi util -+LIBADD= util -+LDADD= ../../lib/libvmmapi/libvmmapi.so.%%VMMAPI_SHLIB_MAJOR%% - - WARNS?= 3 - ---- usr.sbin/bhyveload/Makefile.orig -+++ usr.sbin/bhyveload/Makefile -@@ -5,7 +5,7 @@ - MAN= bhyveload.8 - PACKAGE= bhyve - --LIBADD= vmmapi -+LDADD= ../../lib/libvmmapi/libvmmapi.so.%%VMMAPI_SHLIB_MAJOR%% - - WARNS?= 3 - |