svn commit: r423414 - head/www/subsonic-standalone/files

Jeremie Le Hen jlh at FreeBSD.org
Thu Oct 6 16:05:48 UTC 2016


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

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

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

Modified: head/www/subsonic-standalone/files/subsonic.in
==============================================================================
--- head/www/subsonic-standalone/files/subsonic.in	Thu Oct  6 16:04:52 2016	(r423413)
+++ head/www/subsonic-standalone/files/subsonic.in	Thu Oct  6 16:05:47 2016	(r423414)
@@ -69,7 +69,7 @@ if checkyesno subsonic_ssl; then
 	fi
 fi
 
-start_precmd="export LC_CTYPE='UTF-8'"
+start_precmd="export LC_CTYPE='en_US.UTF-8'"
 subsonic_chdir="%%DATADIR%%"
 command="/usr/sbin/daemon"
 command_args="-f ${procname} \


More information about the svn-ports-all mailing list