Thanks for catching that. I did actually test this patch, but i undid the fix to reproduce the error for reporting upstream. I clearly messed up in redoing the patch.
Cheers! Frank On Jul 9, 2010, at 10:36 AM, Daniel J. Luke wrote: > Missing a backslash? > > Failed to parse file sysutils/bacula/Portfile: invalid command name > "ac_cv_lib_ssl_EVP_PKEY_encrypt_old=yes" > > On Jul 9, 2010, at 11:25 AM, [email protected] wrote: >> Revision >> 69540 >> Author >> [email protected] >> Date >> 2010-07-09 08:25:43 -0700 (Fri, 09 Jul 2010) >> Log Message >> >> Fix for building with OpenSSL 1.0. Thanks to jmr for the patch. >> Modified Paths >> >> • trunk/dports/sysutils/bacula/Portfile >> Diff >> >> Modified: trunk/dports/sysutils/bacula/Portfile (69539 => 69540) >> >> --- trunk/dports/sysutils/bacula/Portfile 2010-07-09 15:09:29 UTC (rev >> 69539) >> +++ trunk/dports/sysutils/bacula/Portfile 2010-07-09 15:25:43 UTC (rev >> 69540) >> >> @@ -5,7 +5,7 @@ >> >> >> >> name bacula >> >> version 5.0.2 >> >> -revision 1 >> >> +revision 1 >> >> categories sysutils >> >> platforms darwin >> >> license GPL >> >> @@ -58,6 +58,11 @@ >> >> --disable-gnome \ >> >> --disable-wx-console \ >> >> --disable-tray-monitor >> >> + ac_cv_lib_ssl_EVP_PKEY_encrypt_old=yes >> + >> +# The ac_cv_lib_ssl_EVP_PKEY_encrypt_old=yes line above is for openssl 1.0 >> +# to get around an apparent bug in bacula >> + >> >> configure.cppflags-append -I${prefix}/ncurses >> >> configure.ldflags "" > > -- > Daniel J. Luke > > +========================================================+ > > | *---------------- [email protected] ----------------* | > > | *-------------- http://www.geeklair.net -------------* | > > +========================================================+ > > | Opinions expressed are mine and do not necessarily | > > | reflect the opinions of my employer. | > > +========================================================+ > > > _______________________________________________ macports-dev mailing list [email protected] http://lists.macosforge.org/mailman/listinfo.cgi/macports-dev
