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

Collapse All | Expand All

(-)tomcat-native/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1485159741
1
TIMESTAMP = 1490325707
2
SHA256 (tomcat-native-1.2.10-src.tar.gz) = 553a796f1efb9d52a22a24636baca45ae265327f2a2d2f3169436b4012df9c35
2
SHA256 (tomcat-native-1.2.12-src.tar.gz) = e7add177c98a7f07220c306d65e182c45dbcd7501115e9ed56f1690c5472ded9
3
SIZE (tomcat-native-1.2.10-src.tar.gz) = 391853
3
SIZE (tomcat-native-1.2.12-src.tar.gz) = 399836
(-)tomcat-native/files/patch-src_ssl.c (-2 / +2 lines)
Lines 1-6 Link Here
1
--- src/ssl.c.orig	2017-01-23 08:26:47 UTC
1
--- src/ssl.c.orig	2017-02-09 11:46:11 UTC
2
+++ src/ssl.c
2
+++ src/ssl.c
3
@@ -428,6 +428,8 @@ static unsigned long ssl_thread_id(void)
3
@@ -432,6 +432,8 @@ static unsigned long ssl_thread_id(void)
4
     uint64_t tid;
4
     uint64_t tid;
5
     pthread_threadid_np(NULL, &tid);
5
     pthread_threadid_np(NULL, &tid);
6
     return (unsigned long)tid;
6
     return (unsigned long)tid;
(-)tomcat-native/Makefile (-3 / +3 lines)
Lines 2-8 Link Here
2
# $FreeBSD: head/www/tomcat-native/Makefile 434300 2017-02-17 16:49:13Z mat $
2
# $FreeBSD: head/www/tomcat-native/Makefile 434300 2017-02-17 16:49:13Z mat $
3
3
4
PORTNAME=	tomcat-native
4
PORTNAME=	tomcat-native
5
PORTVERSION=	1.2.10
5
PORTVERSION=	1.2.12
6
PORTREVISION=	1
6
PORTREVISION=	1
7
CATEGORIES=	www java
7
CATEGORIES=	www java
8
MASTER_SITES=	APACHE/tomcat/tomcat-connectors/native/${PORTVERSION}/source
8
MASTER_SITES=	APACHE/tomcat/tomcat-connectors/native/${PORTVERSION}/source
Lines 29-38 Link Here
29
PLIST_FILES=	lib/libtcnative-1.a \
29
PLIST_FILES=	lib/libtcnative-1.a \
30
		lib/libtcnative-1.so \
30
		lib/libtcnative-1.so \
31
		lib/libtcnative-1.so.0 \
31
		lib/libtcnative-1.so.0 \
32
		lib/libtcnative-1.so.0.2.10
32
		lib/libtcnative-1.so.0.2.12
33
33
34
post-install:
34
post-install:
35
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libtcnative-1.so.0.2.10
35
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libtcnative-1.so.0.2.12
36
36
37
.include <bsd.port.pre.mk>
37
.include <bsd.port.pre.mk>
38
38

Return to bug 218056