FreeBSD Bugzilla – Attachment 254959 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.19 KB, created by
Älven
on 2024-11-05 00:27:38 UTC
(
hide
)
Description:
[PATCH] devel/libqb: Add EXAMPLES option, fix typo
Filename:
MIME Type:
Creator:
Älven
Created:
2024-11-05 00:27:38 UTC
Size:
2.19 KB
patch
obsolete
>From b1044a24c03ba22fe8401ce99f0dfe6668c5efd9 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..50402930d584 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 >@@ -39,6 +39,10 @@ DOXYGEN_BUILD_DEPENDS= doxygen:devel/doxygen > > QB_SOCKET_DIR?= /var/run/qb > >+post-extract-EXAMPLES-on: >+ ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} >+ (cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR}) >+ > post-configure: > ${REINPLACE_CMD} -e 's/install: install-am/install:/g' ${WRKSRC}/doxygen2man/Makefile > >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