Opened 10 years ago

Closed 8 years ago

#44326 closed defect (fixed)

msmtp: remove unused configure arg

Reported by: ryandesign (Ryan Carsten Schmidt) Owned by: mww@…
Priority: Normal Milestone:
Component: ports Version:
Keywords: Cc:
Port: msmtp

Description

When configuring msmtp @1.4.32_1:

configure: WARNING: unrecognized options: --enable-gsasl

This suggests this configure arg should be removed.

./configure --help mentions this alternative you could use:

  --with-libgsasl         Use GNU SASL authentication library.

However, even without this, msmtp does link with libgsasl.

Change History (3)

comment:1 Changed 10 years ago by ryandesign (Ryan Carsten Schmidt)

The other two configure args specifying --mandir and --infodir seem unnecessary as well since the specified values are the defaults. And adding -lintl to the configure.ldflags doesn't seem to be necessary either.

comment:2 Changed 8 years ago by neverpanic (Clemens Lang)

Patch available in #49927.

comment:3 Changed 8 years ago by neverpanic (Clemens Lang)

Resolution: fixed
Status: newclosed

Committed in r143327, see #49927.

Note: See TracTickets for help on using tickets.