ports/156377: Missing charsets support in port

dgeo at centrale-marseille.fr dgeo at centrale-marseille.fr
Wed Apr 13 19:50:07 UTC 2011


>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 at 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 at 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:



More information about the freebsd-ports-bugs mailing list