FreeBSD Bugzilla – Attachment 254958 Details for
Bug 282536
devel/libqb: update 2.0.6 → 2.0.8, fix CVE-2023-39976
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
[PATCH] devel/libqb: Add EXAMPLES option, fix typo
0001-devel-libqb-Add-EXAMPLES-option-fix-typo.patch (text/plain), 2.17 KB, created by
Älven
on 2024-11-05 00:23:47 UTC
(
hide
)
Description:
[PATCH] devel/libqb: Add EXAMPLES option, fix typo
Filename:
MIME Type:
Creator:
Älven
Created:
2024-11-05 00:23:47 UTC
Size:
2.17 KB
patch
obsolete
>From 48d8de66dafdb9c96b71f3445111e39ceceee764 Mon Sep 17 00:00:00 2001 >From: Ãlven <alster@vinterdalen.se> >Date: Tue, 5 Nov 2024 04:20:55 +0400 >Subject: [PATCH] devel/libqb: Add EXAMPLES option, fix typo > >--- > devel/libqb/Makefile | 8 ++++++-- > devel/libqb/pkg-plist | 8 ++++++++ > 2 files changed, 14 insertions(+), 2 deletions(-) > >diff --git a/devel/libqb/Makefile b/devel/libqb/Makefile >index 886818ad2d40..682c95c9d640 100644 >--- a/devel/libqb/Makefile >+++ b/devel/libqb/Makefile >@@ -4,7 +4,7 @@ CATEGORIES= devel > MASTER_SITES= https://github.com/ClusterLabs/${PORTNAME}/releases/download/v${DISTVERSION}/ > > MAINTAINER= alster@vinterdalen.se >-COMMENT= High performance logging, tracing, ipc, and polling library >+COMMENT= High performance logging, tracing, IPC, and polling library > WWW= https://github.com/ClusterLabs/libqb/wiki > > LICENSE= LGPL21 >@@ -31,7 +31,7 @@ GROUPS= haclient > > PLIST_SUB+= QB_SOCKET_DIR=${QB_SOCKET_DIR} > >-OPTIONS_DEFINE= DOCS DOXYGEN >+OPTIONS_DEFINE= DOCS DOXYGEN EXAMPLES > OPTIONS_SUB= yes > > DOXYGEN_IMPLIES= DOCS >@@ -45,6 +45,10 @@ post-configure: > post-configure-DOXYGEN-off: > ${REINPLACE_CMD} -e 's/doxygen2man docs//g' ${WRKSRC}/Makefile > >+post-extract-EXAMPLES-on: >+ ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} >+ (cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR}) >+ > post-install: > ${MKDIR} ${STAGEDIR}${QB_SOCKET_DIR} > >diff --git a/devel/libqb/pkg-plist b/devel/libqb/pkg-plist >index d3d72c2f33ba..59c148191842 100644 >--- a/devel/libqb/pkg-plist >+++ b/devel/libqb/pkg-plist >@@ -21,6 +21,14 @@ sbin/qb-blackbox > %%PORTDOCS%%%%DOCSDIR%%/COPYING > %%PORTDOCS%%%%DOCSDIR%%/INSTALL > %%PORTDOCS%%%%DOCSDIR%%/README.markdown >+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/Makefile.am >+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/Makefile.in >+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ipcclient.c >+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ipcserver.c >+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mapnotify.c >+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/simplelog.c >+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tcpclient.c >+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tcpserver.c > %%DOXYGEN%%share/man/man3/qb_array_create.3.gz > %%DOXYGEN%%share/man/man3/qb_array_create_2.3.gz > %%DOXYGEN%%share/man/man3/qb_array_elems_per_bin_get.3.gz >-- >2.47.0 >
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:
alster
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 282536
:
254927
|
254958
|
254959
|
254960
|
254961
|
254967