Date: Sun, 10 Nov 2002 18:30:33 +0100 (CET) From: "Simon 'corecode' Schubert" <corecode@corecode.ath.cx> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/45194: maintainer-update: unbreak aspell support of mail/sylpheed claws Message-ID: <200211101730.gAAHUXAQ019304@terrorfish.uni.stoert.net>
next in thread | raw e-mail | index | archive | help
>Number: 45194 >Category: ports >Synopsis: maintainer-update: unbreak aspell support of mail/sylpheed claws >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sun Nov 10 09:40:05 PST 2002 >Closed-Date: >Last-Modified: >Originator: Simon 'corecode' Schubert >Release: FreeBSD 5.0-CURRENT i386 >Organization: >Environment: System: FreeBSD terrorfish.uni.stoert.net 5.0-CURRENT FreeBSD 5.0-CURRENT #31: Sun Sep 29 16:23:16 CEST 2002 corecode@terrorfish.uni.stoert.net:/usr/obj/athlon/usr/src/sys/TERRORFISH i386 >Description: chase change of configure parameter so that spell checker support works again. Noted by: Lute Mullenix <lute@cableone.net> and Igor Tseglevsky <tsypa@forest.pu.ru> Thanks! >How-To-Repeat: >Fix: Index: Makefile =================================================================== RCS file: /home/cvs/ports/sylpheed-claws/Makefile,v retrieving revision 1.28 retrieving revision 1.29 diff -u -r1.28 -r1.29 --- Makefile 2002/11/10 17:19:47 1.28 +++ Makefile 2002/11/10 17:21:20 1.29 @@ -7,6 +7,7 @@ PORTNAME= sylpheed-claws PORTVERSION= 0.8.5 +PORTREVISION= 1 CATEGORIES= mail news ipv6 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= sylpheed-claws @@ -58,9 +59,9 @@ .else CONFIGURE_ARGS+= --disable-jconv .endif -.if defined(WITH_PSPELL) || defined(WITH_ALL) +.if defined(WITH_ASPELL) || defined(WITH_ALL) LIB_DEPENDS+= pspell.15:${PORTSDIR}/textproc/aspell -CONFIGURE_ARGS+= --enable-pspell +CONFIGURE_ARGS+= --enable-aspell .endif .if defined(WITH_JPILOT) || defined(WITH_ALL) LIB_DEPENDS+= pisock.8:${PORTSDIR}/palm/pilot-link @@ -92,7 +93,7 @@ @${ECHO} " WITH_GPGME Enable GnuPG support using GPGME" @${ECHO} " WITH_COMPFACE Enable compface (X-Face) support" @${ECHO} " WITH_JCONV Enable enhanced charset conversion" - @${ECHO} " WITH_PSPELL Enable spell-checking support" + @${ECHO} " WITH_ASPELL Enable spell-checking support" @${ECHO} " WITH_JPILOT Enable JPilot support" @${ECHO} " WITH_LDAP Enable LDAP access support" @${ECHO} "" >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200211101730.gAAHUXAQ019304>