#34855: Update nmh port for 1.5 release ----------------------------+----------------------------------------------- Reporter: kenh@… | Owner: macports-tickets@… Type: update | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.1 Keywords: maintainer | Port: nmh ----------------------------+----------------------------------------------- Comment(by ryandesign@…): Marking the port as conflicting would not be correct. The conflicts keyword is for ports that install the same files. nmh and cyrus-sasl2 do not install the same files. For most programs, you would just provide a flag to the ./configure script. You're providing the --with-cyrus-sasl configure arg, which means "please use cyrus-sasl2". To tell it to not use cyrus-sasl2, you would presumably use the option "--without-cyrus-sasl". I guess the problem is that you want to use the system version of cyrus-sasl instead of the MacPorts version. You're right that clearing the configure.ldflags would probably work. You might also have to clear compiler.library_path. But would these changes also affect the tls variant? If so, you would need to fix the tls variant so that it still uses the MacPorts openssl port. -- Ticket URL: <https://trac.macports.org/ticket/34855#comment:3> MacPorts <http://www.macports.org/> Ports system for Mac OS