#40885: cyrus-sasl2 @2.1.25_4 doesn't contain LOGIN/PLAIN mechanism --------------------------+-------------------- Reporter: congling@… | Owner: jmpp@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.2.0 Resolution: | Keywords: Port: cyrus-sasl2 | --------------------------+-------------------- Comment (by carter.tjoseph@…): It's apparently not as simple as a new Portfile. This break's cyrus- sasl2's binaries because upstream uses a version of libtool 1.3.5. *sobs* I've gone through and quickly updated libtool in the port the quick and dirty way, but … it's quick and it's dirty. Basically I started with a distclean'd tree and ran glibtool --copy and did everything it told me I ought to do: AC_CONFIG_MACRO_DIR([config]) in configure.in, ACLOCAL_AMFLAGS = -I config in Makefile.am, abd adding several files to aclocal.m4. Didn't see something resembling autogen.sh/bootstrap.sh so I had to do that by hand. I did not generate one patch per file as is the custom because it'd be absolutely nuts to do it. This "fixes" cyrus-sasl2 as far as port is concerned, but recreates the original bug this ticket is trying to address. -- Ticket URL: <https://trac.macports.org/ticket/40885#comment:4> MacPorts <http://www.macports.org/> Ports system for OS X