As security/softether and -devel are created and maintained by different people for a long time, there was a lot of difference between and no consistency between both ports. I grab both ports and renew this port based on security/softether. Now there're least differences such as VERSION, COMMENT, CONFLICTS between both. To make both ports consistent, I quit fetching from GitHub. Using upstream site[1] instead. Upstream distributes -rtm and -beta suffixed tarballs. -rtm corresponds to security/softether, -beta does to security/softether-devel now. [1] https://www.softether-download.com/ Approved by: mentors (implicit)
12 lines
376 B
C
12 lines
376 B
C
--- src/Mayaqua/Table.h.orig 2016-05-03 06:16:53 UTC
|
|
+++ src/Mayaqua/Table.h
|
|
@@ -119,7 +119,7 @@
|
|
#define LANGLIST_FILENAME "|languages.txt"
|
|
#define LANGLIST_FILENAME_WINE "|languages_wine.txt"
|
|
|
|
-#define LANG_CONFIG_FILENAME L"@lang.config"
|
|
+#define LANG_CONFIG_FILENAME L"/var/db/softether/lang.config"
|
|
#define LANG_CONFIG_TEMPLETE "|lang.config"
|
|
|
|
// Language constant
|