On Sat Nov 12, 2022 at 11:18:27AM +0100, Rafael Sadowski wrote:
> OK?
> 
> Index: Makefile
> ===================================================================
> RCS file: /cvs/ports/x11/qt5/qtbase/Makefile,v
> retrieving revision 1.57
> diff -u -p -u -p -r1.57 Makefile
> --- Makefile  6 Nov 2022 09:23:24 -0000       1.57
> +++ Makefile  12 Nov 2022 10:18:05 -0000
> @@ -12,7 +12,7 @@ PKGNAME-global =    qt5-global-${VERSION}
>  PKGNAME-psql =               qt5-postgresql-${VERSION}
>  PKGNAME-tds =                qt5-tds-${VERSION}
>  
> -REVISION-main =              0
> +REVISION-main =              1
>  
>  PKG_ARCH-global =    *
>  PKG_ARCH-examples =  *
> @@ -143,6 +143,10 @@ CONFIGURE_ARGS +=        -confirm-license \
>  # We have to wait until arm64 is vulkan ready.
>  #BUILD_DEPENDS =             graphics/vulkan-loader
>  CONFIGURE_ARGS +=    -no-vulkan
> +
> +# Let's wait a little until we have more experience and test results
> +#BUILD_DEPENDS =             sysutils/libudev-openbsd
> +CONFIGURE_ARGS +=    -no-libudev
>  
>  # disabled
>  CONFIGURE_ARGS +=    -no-ccache \
> 

Too fast, tweak version below...


Index: Makefile
===================================================================
RCS file: /cvs/ports/x11/qt5/qtbase/Makefile,v
retrieving revision 1.57
diff -u -p -u -p -r1.57 Makefile
--- Makefile    6 Nov 2022 09:23:24 -0000       1.57
+++ Makefile    12 Nov 2022 10:19:51 -0000
@@ -12,7 +12,7 @@ PKGNAME-global =      qt5-global-${VERSION}
 PKGNAME-psql =         qt5-postgresql-${VERSION}
 PKGNAME-tds =          qt5-tds-${VERSION}
 
-REVISION-main =                0
+REVISION-main =                1
 
 PKG_ARCH-global =      *
 PKG_ARCH-examples =    *
@@ -143,6 +143,10 @@ CONFIGURE_ARGS +=  -confirm-license \
 # We have to wait until arm64 is vulkan ready.
 #BUILD_DEPENDS =               graphics/vulkan-loader
 CONFIGURE_ARGS +=      -no-vulkan
+
+# Let's wait a little until we have more experience and test results
+#LIB_DEPENDS +=                sysutils/libudev-openbsd
+CONFIGURE_ARGS +=      -no-libudev
 
 # disabled
 CONFIGURE_ARGS +=      -no-ccache \

Reply via email to