svn commit: r423413 - head/www/madsonic-standalone/files

Jeremie Le Hen jlh at FreeBSD.org
Thu Oct 6 16:04:53 UTC 2016


Author: jlh (src committer)
Date: Thu Oct  6 16:04:52 2016
New Revision: 423413
URL: https://svnweb.freebsd.org/changeset/ports/423413

Log:
  Fix encoding issue.
  
  PR:		212995
  Submitted by:	joshruehlig at gmail.com
  Approved by:	pi

Modified:
  head/www/madsonic-standalone/files/madsonic.in

Modified: head/www/madsonic-standalone/files/madsonic.in
==============================================================================
--- head/www/madsonic-standalone/files/madsonic.in	Thu Oct  6 15:53:37 2016	(r423412)
+++ head/www/madsonic-standalone/files/madsonic.in	Thu Oct  6 16:04:52 2016	(r423413)
@@ -74,7 +74,7 @@ if checkyesno madsonic_ssl; then
 	fi
 fi
 
-start_precmd="export LC_CTYPE='UTF-8'"
+start_precmd="export LC_CTYPE='en_US.UTF-8'"
 madsonic_chdir="%%DATADIR%%"
 command="/usr/sbin/daemon"
 command_args="-f ${procname} \


More information about the svn-ports-all mailing list