Skip to content

Commit

Permalink
graphics/mesa-demos: Drop patch to rename bitmap to bitmap_demo
Browse files Browse the repository at this point in the history
mesa-demos provides a bitmap program that conflict with x11/bitmap.
Instead of patching the makefiles just rename the binary in post-stage.

Differential Revision:	https://reviews.freebsd.org/D44967
Sponsored by:		Beckhoff Automation GmbH & Co.KG
  • Loading branch information
evadot committed Apr 30, 2024
1 parent ed57274 commit c0e16d7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 70 deletions.
4 changes: 4 additions & 0 deletions graphics/mesa-demos/Makefile
Expand Up @@ -28,4 +28,8 @@ CONFIGURE_ARGS+=--disable-gles1 --disable-osmesa --disable-vg --disable-wayland
CFLAGS+= -Wno-error=incompatible-function-pointer-types
.endif

post-stage:
# bitmap program conflicts with x11/bitmap
${MV} ${STAGEDIR}/${PREFIX}/bin/bitmap ${STAGEDIR}/${PREFIX}/bin/bitmap_demo

.include <bsd.port.mk>
22 changes: 0 additions & 22 deletions graphics/mesa-demos/files/patch-src-glsl-Makefile.am

This file was deleted.

48 changes: 0 additions & 48 deletions graphics/mesa-demos/files/patch-src-glsl-Makefile.in

This file was deleted.

0 comments on commit c0e16d7

Please sign in to comment.