#17647: ike-scan does not run on 10.3.9 --------------------------------+------------------------------------------- Reporter: gseanmcg@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Keywords: panther | Port: ike-scan --------------------------------+------------------------------------------- Comment(by gseanmcg@…): sure enough, linking against gnugetopt fixed it -- here's the edited Portfile: # $Id$ PortSystem 1.0 name ike-scan version 1.9 description ike-scan can discover and identify IPsec VPN systems running IKE. long_description ${description} maintainers nomaintainer categories security net platforms darwin homepage http://www.nta-monitor.com/ike-scan/ master_sites http://www.nta-monitor.com/ike-scan/download/ \ http://berlin.ccc.de/~cryx/ike-scan/ checksums md5 bed63c7d2f54c482525a735be7b5e720 \ sha1 e973742c32c7b65fe134233482c94e3e94db3b32 \ rmd160 1d5c1fb5b9200ad098616bc7f2d2913c8217dc1d depends_lib port:gettext port:openssl port:libgnugetopt configure.args --mandir=${prefix}/share/man --with-openssl=${prefix} configure.cppflags-append "-L${prefix}/lib" configure.cflags-append "-no-cpp-precomp -flat_namespace -undefined suppress" configure.ldflags-append "-lgettextlib -lgnugetopt" livecheck.check regex livecheck.url http://www.nta-monitor.com/tools/${name}/download livecheck.regex ${name}-(\\d+\\.\\d+) -- Ticket URL: <http://trac.macports.org/ticket/17647#comment:4> MacPorts <http://www.macports.org/> Ports system for Mac OS