git: c5709906dcda - main - x11/xorg-libraries: Remove depend on libdmx
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 25 Apr 2023 06:43:06 UTC
The branch main has been updated by manu: URL: https://cgit.FreeBSD.org/ports/commit/?id=c5709906dcda8e3e43d6c5f8dc4ee2fe59a6914a commit c5709906dcda8e3e43d6c5f8dc4ee2fe59a6914a Author: Emmanuel Vadot <manu@FreeBSD.org> AuthorDate: 2023-04-25 06:39:53 +0000 Commit: Emmanuel Vadot <manu@FreeBSD.org> CommitDate: 2023-04-25 06:39:53 +0000 x11/xorg-libraries: Remove depend on libdmx DMX support was removed from xorg-server in 88b0ae2bb9c6 ("xorg: upgrade to 21.1.4") no need to keep the library installed in this meta-port. Sponsored by: Beckhoff Automation GmbH & Co. KG --- x11/xorg-libraries/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/x11/xorg-libraries/Makefile b/x11/xorg-libraries/Makefile index b18de34cf3e4..9c1908d918fc 100644 --- a/x11/xorg-libraries/Makefile +++ b/x11/xorg-libraries/Makefile @@ -1,14 +1,13 @@ PORTNAME= xorg-libraries PORTVERSION= 7.7 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org COMMENT= X.org libraries meta-port WWW= https://www.x.org/ -RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/dmx.pc:x11/libdmx \ - ${LOCALBASE}/libdata/pkgconfig/fontenc.pc:x11-fonts/libfontenc \ +RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/fontenc.pc:x11-fonts/libfontenc \ ${LOCALBASE}/libdata/pkgconfig/ice.pc:x11/libICE \ ${LOCALBASE}/libdata/pkgconfig/libfs.pc:x11-fonts/libFS \ ${LOCALBASE}/libdata/pkgconfig/pixman-1.pc:x11/pixman \