mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 17:46:38 -04:00
x11-drivers/xorgxrdp: Fix build with pkg 2.1.0
Fix suggested by bapt. While here, reformat Makefile with portfmt, and pet portclippy. PR: 285815 Reported by: Anton Saietskii Sponsored by: Cybertrust Japan
This commit is contained in:
parent
8fb24f4533
commit
687b2f44b3
1 changed files with 13 additions and 9 deletions
|
@ -5,7 +5,8 @@ PORTREVISION= 0
|
||||||
CATEGORIES= x11-drivers
|
CATEGORIES= x11-drivers
|
||||||
MASTER_SITES= https://github.com/neutrinolabs/${PORTNAME}/releases/download/v${DISTVERSION}/ \
|
MASTER_SITES= https://github.com/neutrinolabs/${PORTNAME}/releases/download/v${DISTVERSION}/ \
|
||||||
https://github.com/neutrinolabs/xrdp/releases/download/v${XRDPVER}/:xrdp
|
https://github.com/neutrinolabs/xrdp/releases/download/v${XRDPVER}/:xrdp
|
||||||
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} xrdp-${XRDPVER}${EXTRACT_SUFX}:xrdp
|
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \
|
||||||
|
xrdp-${XRDPVER}${EXTRACT_SUFX}:xrdp
|
||||||
DIST_SUBDIR= xrdp
|
DIST_SUBDIR= xrdp
|
||||||
|
|
||||||
PATCH_SITES= https://github.com/neutrinolabs/${GH_PROJECT}/commit/
|
PATCH_SITES= https://github.com/neutrinolabs/${GH_PROJECT}/commit/
|
||||||
|
@ -17,31 +18,34 @@ WWW= https://www.xrdp.org/
|
||||||
LICENSE= MIT
|
LICENSE= MIT
|
||||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||||
|
|
||||||
RUN_DEPENDS= xauth:x11/xauth
|
|
||||||
BUILD_DEPENDS= nasm:devel/nasm
|
BUILD_DEPENDS= nasm:devel/nasm
|
||||||
|
RUN_DEPENDS= xauth:x11/xauth
|
||||||
|
|
||||||
USES= autoreconf libtool:build localbase pkgconfig xorg
|
USES= autoreconf libtool:build localbase pkgconfig xorg
|
||||||
USE_XORG= xorgproto xorg-server
|
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
|
USE_XORG= xorg-server xorgproto
|
||||||
|
|
||||||
XRDPVER= 0.10.3
|
XRDPVER= 0.10.3
|
||||||
|
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
|
CONFIGURE_ENV= XRDP_CFLAGS=-I${WRKDIR}/xrdp-${XRDPVER}/common
|
||||||
INSTALL_TARGET= install-strip
|
INSTALL_TARGET= install-strip
|
||||||
|
|
||||||
CONFIGURE_ENV= XRDP_CFLAGS=-I${WRKDIR}/xrdp-${XRDPVER}/common
|
|
||||||
CONFLICTS= xorgxrdp-devel
|
CONFLICTS= xorgxrdp-devel
|
||||||
|
|
||||||
OPTIONS_DEFINE= DEBUG DRI3
|
OPTIONS_DEFINE= DEBUG DRI3
|
||||||
OPTIONS_DEFAULT= DRI3
|
OPTIONS_DEFAULT= DRI3
|
||||||
|
|
||||||
DRI3_DESC= DRI3/Glamor OpenGL Support
|
DRI3_DESC= DRI3/Glamor OpenGL Support
|
||||||
DRI3_CONFIGURE_ENABLE= glamor
|
|
||||||
DRI3_LIB_DEPENDS= libepoxy.so:graphics/libepoxy
|
|
||||||
DRI3_BUILD_DEPENDS= ${LOCALBASE}/include/libdrm/drm.h:graphics/libdrm
|
DRI3_BUILD_DEPENDS= ${LOCALBASE}/include/libdrm/drm.h:graphics/libdrm
|
||||||
|
DRI3_LIB_DEPENDS= libepoxy.so:graphics/libepoxy
|
||||||
|
DRI3_CONFIGURE_ENABLE= glamor
|
||||||
DRI3_CFLAGS= -I${LOCALBASE}/include/libdrm
|
DRI3_CFLAGS= -I${LOCALBASE}/include/libdrm
|
||||||
DRI3_SUB_FILES= pkg-message
|
DRI3_SUB_FILES= pkg-message
|
||||||
|
|
||||||
|
# Bug 285815
|
||||||
|
NO_SHLIB_REQUIRES_GLOB= libglamoregl.so
|
||||||
|
|
||||||
post-patch-DEBUG-on:
|
post-patch-DEBUG-on:
|
||||||
${FIND} ${WRKSRC} -type f | ${XARGS} ${REINPLACE_CMD} -e 's|#define LOG_LEVEL [0-9]*|#define LOG_LEVEL 20|'
|
${FIND} ${WRKSRC} -type f | ${XARGS} ${REINPLACE_CMD} -e 's|#define LOG_LEVEL [0-9]*|#define LOG_LEVEL 20|'
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue