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

(-)Makefile (-5 / +2 lines)
Lines 18-35 Link Here
18
		libtidy.so:www/tidy-lib \
18
		libtidy.so:www/tidy-lib \
19
		libxslt.so:textproc/libxslt
19
		libxslt.so:textproc/libxslt
20
20
21
BROKEN_powerpc64=	fails to compile: iterator.h: error: invalid abstract return type
22
BROKEN_SSL=	openssl-devel
21
BROKEN_SSL=	openssl-devel
23
BROKEN_SSL_REASON_openssl-devel=	member access into incomplete type 'DH' (aka 'dh_st')
22
BROKEN_SSL_REASON_openssl-devel=	member access into incomplete type 'DH' (aka 'dh_st')
24
23
24
USES=		gmake libtool localbase:ldflags pathfix \
25
		pkgconfig ssl
25
USE_LDCONFIG=	yes
26
USE_LDCONFIG=	yes
26
USES=		libtool gmake pathfix pkgconfig compiler:c++11-lang ssl
27
GNU_CONFIGURE=	yes
27
GNU_CONFIGURE=	yes
28
CONFIGURE_ENV=	"OPENSSL_CFLAGS=${CFLAGS} -l${OPENSSLINC}" \
28
CONFIGURE_ENV=	"OPENSSL_CFLAGS=${CFLAGS} -l${OPENSSLINC}" \
29
		OPENSSL_LIBS=-L${OPENSSLLIB}
29
		OPENSSL_LIBS=-L${OPENSSLLIB}
30
CPPFLAGS+=	-I${LOCALBASE}/include
31
CFLAGS+=	-I${LOCALBASE}/include
32
LDFLAGS+=	-L${LOCALBASE}/lib
33
30
34
.include <bsd.port.pre.mk>
31
.include <bsd.port.pre.mk>
35
32
(-)files/patch-include_opkele_iterator.h (+14 lines)
Line 0 Link Here
1
--- include/opkele/iterator.h.orig	2018-09-26 16:30:14 UTC
2
+++ include/opkele/iterator.h
3
@@ -159,11 +159,6 @@ namespace opkele {
4
 			if(!found) empty=true;
5
 			return *this;
6
 		    }
7
-		    basic_filterator<IT> operator++(int) {
8
-			basic_filterator<IT> rv(*this);
9
-			++(*this);
10
-			return rv;
11
-		    }
12
 
13
 		    void prepare() {
14
 			bool found = false;

Return to bug 231745