FreeBSD Bugzilla – Attachment 220914 Details for
Bug 251819
devel/raylib: Missing header files (raymath.h, etc)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
raylib.patch
raylib.patch (text/plain), 1.07 KB, created by
Martin Filla
on 2020-12-25 18:06:15 UTC
(
hide
)
Description:
raylib.patch
Filename:
MIME Type:
Creator:
Martin Filla
Created:
2020-12-25 18:06:15 UTC
Size:
1.07 KB
patch
obsolete
>--- raylib.orig/Makefile 2020-12-24 08:23:46.465596000 +0100 >+++ raylib/Makefile 2020-12-25 19:00:14.381342000 +0100 >@@ -2,7 +2,7 @@ > > PORTNAME= raylib > DISTVERSION= 3.0.0 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= devel education > > MAINTAINER= freebsd@sysctl.cz >@@ -24,7 +24,9 @@ > CMAKE_ON= SHARED USE_EXTERNAL_GLFW > CMAKE_OFF= BUILD_EXAMPLES BUILD_GAMES STATIC > >-PLIST_FILES= include/raylib.h \ >+PLIST_FILES= include/physac.h \ >+ include/raylib.h \ >+ include/raymath.h \ > lib/cmake/raylib/raylib-config-version.cmake \ > lib/cmake/raylib/raylib-config.cmake \ > lib/libraylib.so \ >@@ -33,7 +35,14 @@ > libdata/pkgconfig/raylib.pc > > post-extract: >- # Remove bundled files. >- @${RM} -r ${WRKSRC}/src/external/glfw ${WRKSRC}/src/external/include ${WRKSRC}/src/rglfw.c >+# Remove bundled files. >+ ${RM} -r ${WRKSRC}/src/external/glfw ${WRKSRC}/src/external/include ${WRKSRC}/src/rglfw.c >+ >+pre-install: >+# Install all parts for raylib >+ ${CP} ${WRKSRC}/src/raylib.h \ >+ ${WRKSRC}/src/raymath.h \ >+ ${WRKSRC}/src/physac.h \ >+ ${STAGEDIR}${PREFIX}/include > > .include <bsd.port.mk>
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
freebsd
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 251819
:
220883
|
220885
|
220891
|
220913
|
220914
|
220953
|
220959