www/neon: Fix OpenSSL-devel build PR: 228867 Submitted by: Nathan Index: www/neon/Makefile =================================================================== --- www/neon/Makefile (revision 481216) +++ www/neon/Makefile (working copy) @@ -3,7 +3,7 @@ PORTNAME= neon PORTVERSION= 0.30.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www MASTER_SITES= LOCAL/lev @@ -14,6 +14,7 @@ USES= pathfix libtool USE_LDCONFIG= yes + GNU_CONFIGURE= yes OPTIONS_SUB= yes Index: www/neon/files/patch-configure =================================================================== --- www/neon/files/patch-configure (nonexistent) +++ www/neon/files/patch-configure (working copy) @@ -0,0 +1,30 @@ +--- configure.orig 2018-10-05 00:12:59 UTC ++++ configure +@@ -6318,7 +6318,7 @@ $ne__code + } + _ACEOF + if ac_fn_c_try_link "$LINENO"; then : +- ne_cv_libsfor_SSL_library_init="-l$lib -ldl"; break ++ ne_cv_libsfor_SSL_library_init_ssl="-l$lib -ldl"; break + fi + rm -f core conftest.err conftest.$ac_objext \ + conftest$ac_exeext conftest.$ac_ext +@@ -6329,14 +6329,14 @@ rm -f core conftest.err conftest.$ac_objext \ + conftest$ac_exeext conftest.$ac_ext + fi + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ne_cv_libsfor_SSL_library_init" >&5 +-$as_echo "$ne_cv_libsfor_SSL_library_init" >&6; } ++$as_echo "$ne_cv_libsfor_SSL_library_init_ssl" >&6; } + +-if test "$ne_cv_libsfor_SSL_library_init" = "not found"; then ++if test "$ne_cv_libsfor_SSL_library_init_ssl" = "not found"; then + as_fn_error $? "could not find library containing SSL_library_init" "$LINENO" 5 +-elif test "$ne_cv_libsfor_SSL_library_init" = "none needed"; then ++elif test "$ne_cv_libsfor_SSL_library_init_ssl" = "none needed"; then + : + else +- NEON_LIBS="$ne_cv_libsfor_SSL_library_init $NEON_LIBS" ++ NEON_LIBS="$ne_cv_libsfor_SSL_library_init_ssl $NEON_LIBS" + + fi + else Property changes on: www/neon/files/patch-configure ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property