FreeBSD Bugzilla – Attachment 227454 Details for
Bug 258065
math/cglm: convert to USES=meson
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
v1
bug258065.diff (text/plain), 1.53 KB, created by
Jan Beich
on 2021-08-26 17:13:22 UTC
(
hide
)
Description:
v1
Filename:
MIME Type:
Creator:
Jan Beich
Created:
2021-08-26 17:13:22 UTC
Size:
1.53 KB
patch
obsolete
>From f3f56df2d2771dcc04b0edcf9eb10af526d196e3 Mon Sep 17 00:00:00 2001 >From: Jan Beich <jbeich@FreeBSD.org> >Date: Thu, 26 Aug 2021 17:04:48 +0000 >Subject: [PATCH] math/cglm: convert to USES=meson > >PR: 258065 >Approved by: yuri (maintainer) >--- > math/cglm/Makefile | 9 ++------- > math/cglm/pkg-plist | 2 -- > 2 files changed, 2 insertions(+), 9 deletions(-) > >diff --git a/math/cglm/Makefile b/math/cglm/Makefile >index 0ce9c0b6e527..9f13e973c8a5 100644 >--- a/math/cglm/Makefile >+++ b/math/cglm/Makefile >@@ -1,6 +1,7 @@ > PORTNAME= cglm > DISTVERSIONPREFIX= v > DISTVERSION= 0.8.4 >+PORTREVISION= 1 > CATEGORIES= math > > MAINTAINER= yuri@FreeBSD.org >@@ -9,16 +10,10 @@ COMMENT= Highly optimized graphics math (glm) for C > LICENSE= MIT > LICENSE_FILE= ${WRKSRC}/LICENSE > >-USES= cmake compiler:c11 >+USES= compiler:c11 meson > USE_LDCONFIG= yes > > USE_GITHUB= yes > GH_ACCOUNT= recp > >-do-test: >- @cd ${BUILD_WRKSRC} && \ >- ${SETENV} ${CONFIGURE_ENV} ${CMAKE_BIN} ${CMAKE_ARGS} -DCGLM_USE_TEST:BOOL=ON ${CMAKE_SOURCE_PATH} && \ >- ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} ${ALL_TARGET} && \ >- ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} test >- > .include <bsd.port.mk> >diff --git a/math/cglm/pkg-plist b/math/cglm/pkg-plist >index 2e97dea5d9d6..4b63839768f7 100644 >--- a/math/cglm/pkg-plist >+++ b/math/cglm/pkg-plist >@@ -133,8 +133,6 @@ include/cglm/vec3.h > include/cglm/vec4-ext.h > include/cglm/vec4.h > include/cglm/version.h >-lib/cmake/cglm/cglmConfig-%%CMAKE_BUILD_TYPE%%.cmake >-lib/cmake/cglm/cglmConfig.cmake > lib/libcglm.so > lib/libcglm.so.0 > lib/libcglm.so.0.8.4
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
Actions:
View
|
Diff
Attachments on
bug 258065
: 227454 |
227456