View | Details | Raw Unified | Return to bug 282536 | Differences between
and this patch

Collapse All | Expand All

(-)b/devel/libqb/Makefile (-2 / +6 lines)
Lines 4-10 CATEGORIES= devel Link Here
4
MASTER_SITES=		https://github.com/ClusterLabs/${PORTNAME}/releases/download/v${DISTVERSION}/
4
MASTER_SITES=		https://github.com/ClusterLabs/${PORTNAME}/releases/download/v${DISTVERSION}/
5
5
6
MAINTAINER=		alster@vinterdalen.se
6
MAINTAINER=		alster@vinterdalen.se
7
COMMENT=		High performance logging, tracing, ipc, and polling library
7
COMMENT=		High performance logging, tracing, IPC, and polling library
8
WWW=			https://github.com/ClusterLabs/libqb/wiki
8
WWW=			https://github.com/ClusterLabs/libqb/wiki
9
9
10
LICENSE=		LGPL21
10
LICENSE=		LGPL21
Lines 31-37 GROUPS= haclient Link Here
31
31
32
PLIST_SUB+=		QB_SOCKET_DIR=${QB_SOCKET_DIR}
32
PLIST_SUB+=		QB_SOCKET_DIR=${QB_SOCKET_DIR}
33
33
34
OPTIONS_DEFINE=		DOCS DOXYGEN
34
OPTIONS_DEFINE=		DOCS DOXYGEN EXAMPLES
35
OPTIONS_SUB=		yes
35
OPTIONS_SUB=		yes
36
36
37
DOXYGEN_IMPLIES=	DOCS
37
DOXYGEN_IMPLIES=	DOCS
Lines 39-44 DOXYGEN_BUILD_DEPENDS= doxygen:devel/doxygen Link Here
39
39
40
QB_SOCKET_DIR?=		/var/run/qb
40
QB_SOCKET_DIR?=		/var/run/qb
41
41
42
post-extract-EXAMPLES-on:
43
	${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
44
	(cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR})
45
42
post-configure:
46
post-configure:
43
	${REINPLACE_CMD} -e 's/install: install-am/install:/g' ${WRKSRC}/doxygen2man/Makefile
47
	${REINPLACE_CMD} -e 's/install: install-am/install:/g' ${WRKSRC}/doxygen2man/Makefile
44
48
(-)b/devel/libqb/pkg-plist (-1 / +8 lines)
Lines 21-26 sbin/qb-blackbox Link Here
21
%%PORTDOCS%%%%DOCSDIR%%/COPYING
21
%%PORTDOCS%%%%DOCSDIR%%/COPYING
22
%%PORTDOCS%%%%DOCSDIR%%/INSTALL
22
%%PORTDOCS%%%%DOCSDIR%%/INSTALL
23
%%PORTDOCS%%%%DOCSDIR%%/README.markdown
23
%%PORTDOCS%%%%DOCSDIR%%/README.markdown
24
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/Makefile.am
25
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/Makefile.in
26
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ipcclient.c
27
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ipcserver.c
28
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mapnotify.c
29
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/simplelog.c
30
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tcpclient.c
31
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tcpserver.c
24
%%DOXYGEN%%share/man/man3/qb_array_create.3.gz
32
%%DOXYGEN%%share/man/man3/qb_array_create.3.gz
25
%%DOXYGEN%%share/man/man3/qb_array_create_2.3.gz
33
%%DOXYGEN%%share/man/man3/qb_array_create_2.3.gz
26
%%DOXYGEN%%share/man/man3/qb_array_elems_per_bin_get.3.gz
34
%%DOXYGEN%%share/man/man3/qb_array_elems_per_bin_get.3.gz
27
- 

Return to bug 282536