From owner-freebsd-ports Sun Nov 10 9:40:13 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1C81037B406 for ; Sun, 10 Nov 2002 09:40:09 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A4D6243E91 for ; Sun, 10 Nov 2002 09:40:06 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gAAHe6x3032245 for ; Sun, 10 Nov 2002 09:40:06 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gAAHe6Sa032241; Sun, 10 Nov 2002 09:40:06 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0335037B401 for ; Sun, 10 Nov 2002 09:30:58 -0800 (PST) Received: from mailout11.sul.t-online.com (mailout11.sul.t-online.com [194.25.134.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id CDE8843E4A for ; Sun, 10 Nov 2002 09:30:56 -0800 (PST) (envelope-from corecode@corecode.ath.cx) Received: from fwd00.sul.t-online.de by mailout11.sul.t-online.com with smtp id 18AvvD-0006KB-05; Sun, 10 Nov 2002 18:30:55 +0100 Received: from pride.uni.stoert.net (320050403952-0001@[217.224.168.7]) by fmrl00.sul.t-online.com with esmtp id 18Avuw-2LEqZMC; Sun, 10 Nov 2002 18:30:38 +0100 Received: from terrorfish.uni.stoert.net (terrorfish.uni.stoert.net [10.150.180.178]) by pride.uni.stoert.net (Postfix) with ESMTP id 5713013EFF3 for ; Sun, 10 Nov 2002 18:30:39 +0100 (CET) Received: from terrorfish.uni.stoert.net (localhost [127.0.0.1]) by terrorfish.uni.stoert.net (8.12.6/8.12.5) with ESMTP id gAAHUZ0T019305 for ; Sun, 10 Nov 2002 18:30:35 +0100 (CET) (envelope-from corecode@terrorfish.uni.stoert.net) Received: (from corecode@localhost) by terrorfish.uni.stoert.net (8.12.6/8.12.5/Submit) id gAAHUXAQ019304; Sun, 10 Nov 2002 18:30:33 +0100 (CET) (envelope-from corecode) Message-Id: <200211101730.gAAHUXAQ019304@terrorfish.uni.stoert.net> Date: Sun, 10 Nov 2002 18:30:33 +0100 (CET) From: "Simon 'corecode' Schubert" Reply-To: "Simon 'corecode' Schubert" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/45194: maintainer-update: unbreak aspell support of mail/sylpheed claws Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >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 and Igor Tseglevsky 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