Commits

Scott Cantor authored dd7be3f0bb9
Remove stale xml-security build options.
No tags

security/xml-security-c/Portfile

Modified
17 17 platforms darwin
18 18 depends_lib port:xercesc3 path:lib/libssl.dylib:openssl port:pkgconfig
19 19
20 20 master_sites apache:santuario/c-library/
21 21 use_bzip2 yes
22 22
23 23 checksums rmd160 aac38275afbd4868eeb8960254f0991737be470a \
24 24 sha256 582d12b940703c97e3418b75747d049c8bfead798eb099680bf5e64aef6d135c
25 25
26 26 configure.args --without-xalan \
27 - --with-xerces=${prefix} \
28 - --with-openssl=${prefix}
27 + --with-openssl \
28 + --without-nss
29 29
30 30 if {[variant_isset universal]} {
31 31 depends_lib-append port:libtool
32 32 }
33 33
34 34 post-configure {
35 35 if {[variant_isset universal]} {
36 36 file copy -force ${prefix}/bin/glibtool ${worksrcpath}/libtool
37 37 }
38 38 }

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut