ports/147979: [patch] mail/claws-mail: Unrecognized options passed to configure script
Alex
alex323 at gmail.com
Fri Jun 18 17:30:04 UTC 2010
>Number: 147979
>Category: ports
>Synopsis: [patch] mail/claws-mail: Unrecognized options passed to configure script
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: sw-bug
>Submitter-Id: current-users
>Arrival-Date: Fri Jun 18 17:30:03 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator: Alex
>Release: FreeBSD 8.1-PRERELEASE amd64
>Organization:
>Environment:
System: FreeBSD orion 8.1-PRERELEASE FreeBSD 8.1-PRERELEASE #5: Thu
Jun 17 10:53:00 EDT 2010 alex at orion:/usr/obj/usr/src/sys/ORION amd64
>Description:
Unrecognized options are passed to the configure script:
configure:21782: WARNING: unrecognized options: --with-faqdir,
--disable-gnomeprint, --enable-aspell
>How-To-Repeat:
cd /usr/ports/mail/claws-mail; make configure
>Fix:
This patch is for revision 1.159:
--- patch.txt begins here ---
--- Makefile 2010-05-30 21:59:35.000000000 -0400
+++ Makefile.new 2010-06-18 11:54:39.000000000 -0400
@@ -42,7 +42,6 @@
CONFIGURE_ARGS= \
--with-libiconv-prefix=${LOCALBASE} \
--with-manualdir=${DOCSDIR}/manual \
- --with-faqdir=${DOCSDIR}/faq
CONFIGURE_ENV= CFLAGS="${CFLAGS} ${PTHREAD_CFLAGS}" \
CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \
@@ -50,12 +49,11 @@
LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}"
OPTIONS= ALL "Enable all options except GNUTLS." off \
- ASPELL "Enable spell checking support." on \
+ ENCHANT "Enable spell checking support." on \
BOGOFILTER "Enable bogofilter support." off \
COMPFACE "Enable X-Face support." on \
DEBUG "Enable debug support." off \
DILLO "Enable Dillo HTML viewer." off \
- GNOMEPRINT "Enable extended print support (deprecated)." off \
GPGME "Enable PGP/GnuPG/SMIME support using GPGME." off \
IPV6 "Enable ipv6 support." on \
JPILOT "Enable JPilot support." off \
@@ -66,15 +64,6 @@
.include <bsd.port.pre.mk>
-.if ${HAVE_GNOME:Mgnomeprint} != "" || defined(WITH_GNOMEPRINT)
-PLIST_SUB+= GNOMEPRINT=""
-USE_GNOME+= libgnomeprint libgnomeprintui libgnomecanvas
-CONFIGURE_ARGS+= --enable-gnomeprint
-.else
-PLIST_SUB+= GNOMEPRINT="@comment "
-CONFIGURE_ARGS+= --disable-gnomeprint
-.endif
-
.if defined(WITH_BOGOFILTER) || defined(WITH_ALL)
RUN_DEPENDS+= bogofilter:${PORTSDIR}/mail/bogofilter
CONFIGURE_ARGS+= --enable-bogofilter-plugin
@@ -90,11 +79,11 @@
.else
CONFIGURE_ARGS+= --disable-compface
.endif
-.if defined(WITH_ASPELL) || defined(WITH_ALL)
-LIB_DEPENDS+= pspell.16:${PORTSDIR}/textproc/aspell
-CONFIGURE_ARGS+= --enable-aspell
+.if defined(WITH_ENCHANT) || defined(WITH_ALL)
+LIB_DEPENDS+= enchant.1:${PORTSDIR}/textproc/enchant
+CONFIGURE_ARGS+= --enable-enchant
.else
-CONFIGURE_ARGS+= --disable-aspell
+CONFIGURE_ARGS+= --disable-enchant
.endif
.if defined(WITH_JPILOT) || defined(WITH_ALL)
LIB_DEPENDS+= pisock:${PORTSDIR}/palm/pilot-link
--- patch.txt ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list