Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Nov 2006 15:18:32 +0900 (JST)
From:      IWAMOTO Kouichi <sue@iwmt.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/105682: add oniguruma support to mail/sylpheed2
Message-ID:  <20061120061832.B479E22916@akane.iwmt.org>
Resent-Message-ID: <200611200620.kAK6KHnp074226@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         105682
>Category:       ports
>Synopsis:       add oniguruma support to mail/sylpheed2
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Nov 20 06:20:16 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     IWAMOTO Kouichi
>Release:        FreeBSD 6.2-PRERELEASE i386
>Organization:
>Environment:
System: FreeBSD akane.iwmt.org 6.2-PRERELEASE FreeBSD 6.2-PRERELEASE #0: Sun Nov 19 20:10:44 JST 2006 sue@akane.iwmt.org:/usr/obj/usr/src/sys/AKANE i386

>Description:
add oniguruma support to mail/sylpheed2
>How-To-Repeat:
>Fix:
--- Makefile.orig	Tue Oct  3 19:05:32 2006
+++ Makefile	Mon Nov 20 14:30:59 2006
@@ -40,7 +40,8 @@
 		JPILOT		"Enable JPilot support." off \
 		LDAP		"Enable LDAP support." off \
 		SSL		"Enable OpenSSL support." on \
-		GTKSPELL	"Enable Spell checking support" on
+		GTKSPELL	"Enable Spell checking support" on \
+		ONIGURUMA	"Enable Oniguruma support" off
 
 .include <bsd.port.pre.mk>
 
@@ -87,6 +88,13 @@
 CONFIGURE_ARGS+=--enable-gtkspell
 .else
 CONFIGURE_ARGS+=--disable-gtkspell
+.endif
+
+.if defined(WITH_ONIGURUMA)
+BUILD_DEPENDS+=	${LOCALBASE}/lib/libonig.a:${PORTSDIR}/devel/oniguruma
+CONFIGURE_ARGS+=--enable-oniguruma
+.else
+CONFIGURE_ARGS+=--disable-oniguruma
 .endif
 
 MAKEFILES=	Makefile.in ac/Makefile.in faq/Makefile.in faq/de/Makefile.in \
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20061120061832.B479E22916>