Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Apr 2011 21:48:01 +0200 (CEST)
From:      dgeo@centrale-marseille.fr
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        siasiamail@gmail.com
Subject:   ports/156377: Missing charsets support in port
Message-ID:  <20110413194801.8A9464AC3F@kim.dgeos.net>
Resent-Message-ID: <201104131950.p3DJo6wj001500@freefall.freebsd.org>

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

>Number:         156377
>Category:       ports
>Synopsis:       Missing charsets support in port
>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:   Wed Apr 13 19:50:06 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     dgeo@centrale-marseille.fr
>Release:        FreeBSD 8.2-RELEASE amd64
>Organization:
Ecole Centrale de Marseille
>Environment:
System: FreeBSD kim.dgeos.net 8.2-RELEASE FreeBSD 8.2-RELEASE #0: Thu Feb 17 23:34:53 CET 2011 root@kim.dgeos.net:/usr/obj/usr/src/sys/SUFFI amd64


	databases/mariadb port
>Description:
	No support for --with-charset and --with-extra-charsets in Makefile
>How-To-Repeat:
	Try to compile port with utf8 by default (or any charset ou'd like but latin1)
>Fix:

	Add in Makefile: (pasted from databases/mysql51-server/Makefile)

.if defined(WITH_CHARSET) && ${WITH_CHARSET} != ""
CONFIGURE_ARGS+=--with-charset=${WITH_CHARSET}
.endif
.if defined(WITH_XCHARSET) && ${WITH_XCHARSET} != ""
CONFIGURE_ARGS+=--with-extra-charsets=${WITH_XCHARSET}
.endif


>Release-Note:
>Audit-Trail:
>Unformatted:



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