On Thu, 1 Feb 2024 22:49:03 -0600
izder456 <izder...@disroot.org> wrote:

> Hey again, unsure how this slipped through the checks, but
> games/ottomatic has libsamplerate in both BUILD_DEPENDS and
> RUN_DEPENDS
> 
> it does not depend on it at all, this diff is a hotfix fix for the
> Makefile.
> 
> --- Makefile.orig       Thu Feb  1 22:41:54 2024
> +++ Makefile    Thu Feb  1 22:44:27 2024
> @@ -1,6 +1,6 @@
>  COMMENT =         family-friendly 3D third person sci-fi action
> arcade
> 
> -V =               4.0.1
> +V =               4.0.1p1
>  PKGNAME =         ottomatic-${V}
>  DIST_TUPLE +=     github jorio OttoMatic ${V} .
>  DIST_TUPLE +=     github jorio Pomme
> ef94150e2dcec522e3099f4d03a4e8f2639f7232 \ @@ -22,10 +22,8 @@
> 
>  MODULES =         devel/cmake
> 
> -BUILD_DEPENDS =   audio/libsamplerate
>  LIB_DEPENDS =     devel/sdl2
> -RUN_DEPENDS =     audio/libsamplerate \
> -                  devel/desktop-file-utils \
> +RUN_DEPENDS =     devel/desktop-file-utils \
>                    x11/gtk+4,-guic
> 
>  NO_TEST =         Yes
> 
> 
> OK?
> 

sorry, 

--- Makefile.orig       Thu Feb  1 22:41:54 2024
+++ Makefile    Thu Feb  1 22:44:27 2024
@@ -1,6 +1,6 @@
 COMMENT =         family-friendly 3D third person sci-fi action arcade

 V =               4.0.1
-PKGNAME =         ottomatic-${V}
+PKGNAME =         ottomatic-${V}p1
 DIST_TUPLE +=     github jorio OttoMatic ${V} .
 DIST_TUPLE +=     github jorio Pomme
ef94150e2dcec522e3099f4d03a4e8f2639f7232 \ @@ -22,10 +22,8 @@

 MODULES =         devel/cmake

-BUILD_DEPENDS =   audio/libsamplerate
 LIB_DEPENDS =     devel/sdl2
-RUN_DEPENDS =     audio/libsamplerate \
-                  devel/desktop-file-utils \
+RUN_DEPENDS =     devel/desktop-file-utils \
                   x11/gtk+4,-guic

 NO_TEST =         Yes


messed up the package versioning.

OK?
-- 
----
-iz

Reply via email to