/[ports]/head/ftp/curl/Makefile
ViewVC logotype

Diff of /head/ftp/curl/Makefile

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 382459 by sunpoet, Sat Mar 28 11:13:15 2015 UTC revision 382461 by sunpoet, Sat Mar 28 11:37:41 2015 UTC
# Line 158  IGNORE=                only supports LDAPS with SSL Line 158  IGNORE=                only supports LDAPS with SSL
158  IGNORE=         only supports LIBSSH2 with OpenSSL  IGNORE=         only supports LIBSSH2 with OpenSSL
159  .endif  .endif
160    
161    .if ${PORT_OPTIONS:MOPENSSL} && defined(OPENSSL_PORT) && ${OPENSSL_PORT} == "security/libressl"
162    .if ${PORT_OPTIONS:MGSSAPI_BASE}
163    IGNORE=         with GSSAPI_BASE, configure failed to detect OpenSSL/LibreSSL from ports and link against base OpenSSL
164    .endif
165    .if ${PORT_OPTIONS:MTLS_SRP}
166    IGNORE=         unsupported TLS-SRP in LibreSSL
167    .endif
168    .endif
169    
170  post-patch:  post-patch:
171          @${REINPLACE_CMD} -e '/^SUBDIRS = / s|$$| docs|; /^DIST_SUBDIRS = / s| docs||; /cd docs &&/d' ${WRKSRC}/Makefile.in          @${REINPLACE_CMD} -e '/^SUBDIRS = / s|$$| docs|; /^DIST_SUBDIRS = / s| docs||; /cd docs &&/d' ${WRKSRC}/Makefile.in
172          @${REINPLACE_CMD} -e 's|\(flags_dbg_off=\)".*"|\1""|; s|\(flags_opt_off=\)".*"|\1""|; s|lib/pkgconfig|libdata/pkgconfig|g' ${WRKSRC}/configure          @${REINPLACE_CMD} -e 's|\(flags_dbg_off=\)".*"|\1""|; s|\(flags_opt_off=\)".*"|\1""|; s|lib/pkgconfig|libdata/pkgconfig|g' ${WRKSRC}/configure

Legend:
Removed from v.382459  
changed lines
  Added in v.382461

  ViewVC Help
Powered by ViewVC 1.1.27