Mark BROKEN on recent -CURRENT since it doesn't compile with OpenSSL
0.9.8b. Reported by: pointyhat via kris
This commit is contained in:
@@ -20,7 +20,13 @@ RUN_DEPENDS= ${SITE_PERL}/Expect.pm:${PORTSDIR}/lang/p5-Expect \
|
||||
USE_PERL5= yes
|
||||
USE_OPENSSL= yes
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} >= 700019
|
||||
BROKEN= does not compile with OpenSSL 0.9.8b
|
||||
.endif
|
||||
|
||||
post-install:
|
||||
@${SED} -e 's#@LOCALBASE@#${LOCALBASE}#' ${PKGMESSAGE}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.post.mk>
|
||||
|
||||
@@ -50,6 +50,10 @@ CONFIGURE_ARGS+= --with-libintl-prefix=${LOCALBASE}
|
||||
USE_GCC= 3.4
|
||||
.endif
|
||||
|
||||
.if ${OSVERSION} >= 700019
|
||||
BROKEN= does not compile with OpenSSL 0.9.8b
|
||||
.endif
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure \
|
||||
${WRKSRC}/publication/ldap/configure
|
||||
|
||||
Reference in New Issue
Block a user