View | Details | Raw Unified | Return to bug 255650
Collapse All | Expand All

(-)b/devel/log4cplus/Makefile (-14 / +3 lines)
Lines 1-8 Link Here
1
# Created by: Petri Totterman <petri.totterman@hmv.fi>
1
# Created by: Petri Totterman <petri.totterman@hmv.fi>
2
2
3
PORTNAME=	log4cplus
3
PORTNAME=	log4cplus
4
PORTVERSION=	1.1.2
4
DISTVERSION=	2.0.6
5
PORTREVISION=	3
6
CATEGORIES=	devel
5
CATEGORIES=	devel
7
MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}-stable/${PORTVERSION}
6
MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}-stable/${PORTVERSION}
8
7
Lines 14-32 LICENSE_FILE= ${WRKSRC}/LICENSE Link Here
14
13
15
OPTIONS_DEFINE=	DOCS
14
OPTIONS_DEFINE=	DOCS
16
15
17
USES=		compiler:c++11-lang libtool pathfix tar:xz
16
USES=		cmake compiler:c++11-lang tar:xz
18
USE_LDCONFIG=	yes
17
USE_LDCONFIG=	yes
19
GNU_CONFIGURE=	yes
20
CONFIGURE_ARGS=	--enable-threads=yes
21
INSTALL_TARGET=	install-strip
22
MAKE_JOBS_UNSAFE=	yes
23
18
24
PORTDOCS=	*
19
CMAKE_OFF=	LOG4CPLUS_BUILD_TESTING
25
26
post-install-DOCS-on:
27
	@${MKDIR} ${STAGEDIR}${DOCSDIR}
28
	${INSTALL_DATA} ${WRKSRC}/docs/*.config ${STAGEDIR}${DOCSDIR}
29
	${INSTALL_DATA} ${WRKSRC}/docs/*.html ${STAGEDIR}${DOCSDIR}
30
	${INSTALL_DATA} ${WRKSRC}/docs/doxygen.css ${STAGEDIR}${DOCSDIR}
31
20
32
.include <bsd.port.mk>
21
.include <bsd.port.mk>
(-)b/devel/log4cplus/distinfo (-2 / +3 lines)
Lines 1-2 Link Here
1
SHA256 (log4cplus-1.1.2.tar.xz) = 999427580cded403b4edc8a85088621f27493c489f08b9f564fb5fe76c16a883
1
TIMESTAMP = 1620288702
2
SIZE (log4cplus-1.1.2.tar.xz) = 433728
2
SHA256 (log4cplus-2.0.6.tar.xz) = 73519a5e47c40cf375aa6cd28a703b01908b5dcd3f4cb4290db2fef237c8180c
3
SIZE (log4cplus-2.0.6.tar.xz) = 923928
(-)b/devel/log4cplus/pkg-plist (-10 / +12 lines)
Lines 1-6 Link Here
1
bin/loggingserver
1
include/log4cplus/appender.h
2
include/log4cplus/appender.h
2
include/log4cplus/asyncappender.h
3
include/log4cplus/asyncappender.h
3
include/log4cplus/boost/deviceappender.hxx
4
include/log4cplus/boost/deviceappender.hxx
5
include/log4cplus/callbackappender.h
4
include/log4cplus/clogger.h
6
include/log4cplus/clogger.h
5
include/log4cplus/config.hxx
7
include/log4cplus/config.hxx
6
include/log4cplus/config/defines.hxx
8
include/log4cplus/config/defines.hxx
Lines 12-25 include/log4cplus/consoleappender.h Link Here
12
include/log4cplus/fileappender.h
14
include/log4cplus/fileappender.h
13
include/log4cplus/fstreams.h
15
include/log4cplus/fstreams.h
14
include/log4cplus/helpers/appenderattachableimpl.h
16
include/log4cplus/helpers/appenderattachableimpl.h
17
include/log4cplus/helpers/connectorthread.h
15
include/log4cplus/helpers/fileinfo.h
18
include/log4cplus/helpers/fileinfo.h
16
include/log4cplus/helpers/lockfile.h
19
include/log4cplus/helpers/lockfile.h
17
include/log4cplus/helpers/loglog.h
20
include/log4cplus/helpers/loglog.h
18
include/log4cplus/helpers/logloguser.h
19
include/log4cplus/helpers/pointer.h
21
include/log4cplus/helpers/pointer.h
20
include/log4cplus/helpers/property.h
22
include/log4cplus/helpers/property.h
21
include/log4cplus/helpers/queue.h
23
include/log4cplus/helpers/queue.h
22
include/log4cplus/helpers/sleep.h
23
include/log4cplus/helpers/snprintf.h
24
include/log4cplus/helpers/snprintf.h
24
include/log4cplus/helpers/socket.h
25
include/log4cplus/helpers/socket.h
25
include/log4cplus/helpers/socketbuffer.h
26
include/log4cplus/helpers/socketbuffer.h
Lines 28-38 include/log4cplus/helpers/thread-config.h Link Here
28
include/log4cplus/helpers/timehelper.h
29
include/log4cplus/helpers/timehelper.h
29
include/log4cplus/hierarchy.h
30
include/log4cplus/hierarchy.h
30
include/log4cplus/hierarchylocker.h
31
include/log4cplus/hierarchylocker.h
31
include/log4cplus/internal/cygwin-win32.h
32
include/log4cplus/initializer.h
32
include/log4cplus/internal/env.h
33
include/log4cplus/internal/env.h
33
include/log4cplus/internal/internal.h
34
include/log4cplus/internal/internal.h
34
include/log4cplus/internal/socket.h
35
include/log4cplus/internal/socket.h
35
include/log4cplus/layout.h
36
include/log4cplus/layout.h
37
include/log4cplus/log4cplus.h
36
include/log4cplus/log4judpappender.h
38
include/log4cplus/log4judpappender.h
37
include/log4cplus/logger.h
39
include/log4cplus/logger.h
38
include/log4cplus/loggingmacros.h
40
include/log4cplus/loggingmacros.h
Lines 41-47 include/log4cplus/mdc.h Link Here
41
include/log4cplus/ndc.h
43
include/log4cplus/ndc.h
42
include/log4cplus/nteventlogappender.h
44
include/log4cplus/nteventlogappender.h
43
include/log4cplus/nullappender.h
45
include/log4cplus/nullappender.h
44
include/log4cplus/qt4debugappender.h
45
include/log4cplus/socketappender.h
46
include/log4cplus/socketappender.h
46
include/log4cplus/spi/appenderattachable.h
47
include/log4cplus/spi/appenderattachable.h
47
include/log4cplus/spi/factory.h
48
include/log4cplus/spi/factory.h
Lines 54-62 include/log4cplus/spi/rootlogger.h Link Here
54
include/log4cplus/streams.h
55
include/log4cplus/streams.h
55
include/log4cplus/syslogappender.h
56
include/log4cplus/syslogappender.h
56
include/log4cplus/tchar.h
57
include/log4cplus/tchar.h
58
include/log4cplus/thread/impl/syncprims-cxx11.h
57
include/log4cplus/thread/impl/syncprims-impl.h
59
include/log4cplus/thread/impl/syncprims-impl.h
58
include/log4cplus/thread/impl/syncprims-pthreads.h
60
include/log4cplus/thread/impl/syncprims-pmsm.h
59
include/log4cplus/thread/impl/syncprims-win32.h
60
include/log4cplus/thread/impl/threads-impl.h
61
include/log4cplus/thread/impl/threads-impl.h
61
include/log4cplus/thread/impl/tls.h
62
include/log4cplus/thread/impl/tls.h
62
include/log4cplus/thread/syncprims-pub-impl.h
63
include/log4cplus/thread/syncprims-pub-impl.h
Lines 67-74 include/log4cplus/tstring.h Link Here
67
include/log4cplus/version.h
68
include/log4cplus/version.h
68
include/log4cplus/win32consoleappender.h
69
include/log4cplus/win32consoleappender.h
69
include/log4cplus/win32debugappender.h
70
include/log4cplus/win32debugappender.h
70
lib/liblog4cplus-1.1.so.9
71
lib/cmake/log4cplus/log4cplusConfig.cmake
71
lib/liblog4cplus-1.1.so.9.0.0
72
lib/cmake/log4cplus/log4cplusConfigVersion.cmake
72
lib/liblog4cplus.a
73
lib/cmake/log4cplus/log4cplusTargets-%%CMAKE_BUILD_TYPE%%.cmake
74
lib/cmake/log4cplus/log4cplusTargets.cmake
73
lib/liblog4cplus.so
75
lib/liblog4cplus.so
74
libdata/pkgconfig/log4cplus.pc
76
lib/liblog4cplus.so.3

Return to bug 255650