Advertisement
Guest User

Untitled

a guest
Jan 26th, 2020
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.56 KB | None | 0 0
  1.  
  2. =====
  3. Message from python37-3.7.6:
  4.  
  5. --
  6. Note that some standard Python modules are provided as separate ports
  7. as they require additional dependencies. They are available as:
  8.  
  9. py37-gdbm databases/py-gdbm@py37
  10. py37-sqlite3 databases/py-sqlite3@py37
  11. py37-tkinter x11-toolkits/py-tkinter@py37
  12. =====
  13. Message from ca_root_nss-3.49.1:
  14.  
  15. --
  16. FreeBSD does not, and can not warrant that the certification authorities
  17. whose certificates are included in this package have in any way been
  18. audited for trustworthiness or RFC 3647 compliance.
  19.  
  20. Assessment and verification of trust is the complete responsibility of the
  21. system administrator.
  22.  
  23.  
  24. This package installs symlinks to support root certificates discovery by
  25. default for software that uses OpenSSL.
  26.  
  27. This enables SSL Certificate Verification by client software without manual
  28. intervention.
  29.  
  30. If you prefer to do this manually, replace the following symlinks with
  31. either an empty file or your site-local certificate bundle.
  32.  
  33. * /etc/ssl/cert.pem
  34. * /usr/local/etc/ssl/cert.pem
  35. * /usr/local/openssl/cert.pem
  36. =====
  37. Message from trousers-0.3.14_2:
  38.  
  39. --
  40. To run tcsd automatically, add the following line to /etc/rc.conf:
  41.  
  42. tcsd_enable="YES"
  43.  
  44. You might want to edit /usr/local/etc/tcsd.conf to reflect your setup.
  45.  
  46. If you want to use tcsd with software TPM emulator, use the following
  47. configuration in /etc/rc.conf:
  48.  
  49. tcsd_enable="YES"
  50. tcsd_mode="emulator"
  51. tpmd_enable="YES"
  52.  
  53. To use TPM, add your_account to '_tss' group like following:
  54.  
  55. # pw groupmod _tss -m your_account
  56. =====
  57. Message from freetype2-2.10.1:
  58.  
  59. --
  60. The 2.7.x series now uses the new subpixel hinting mode (V40 port's option) as
  61. the default, emulating a modern version of ClearType. This change inevitably
  62. leads to different rendering results, and you might change port's options to
  63. adapt it to your taste (or use the new "FREETYPE_PROPERTIES" environment
  64. variable).
  65.  
  66. The environment variable "FREETYPE_PROPERTIES" can be used to control the
  67. driver properties. Example:
  68.  
  69. FREETYPE_PROPERTIES=truetype:interpreter-version=35 \
  70. cff:no-stem-darkening=1 \
  71. autofitter:warping=1
  72.  
  73. This allows to select, say, the subpixel hinting mode at runtime for a given
  74. application.
  75.  
  76. If LONG_PCF_NAMES port's option was enabled, the PCF family names may include
  77. the foundry and information whether they contain wide characters. For example,
  78. "Sony Fixed" or "Misc Fixed Wide", instead of "Fixed". This can be disabled at
  79. run time with using pcf:no-long-family-names property, if needed. Example:
  80.  
  81. FREETYPE_PROPERTIES=pcf:no-long-family-names=1
  82.  
  83. How to recreate fontconfig cache with using such environment variable,
  84. if needed:
  85. # env FREETYPE_PROPERTIES=pcf:no-long-family-names=1 fc-cache -fsv
  86.  
  87. The controllable properties are listed in the section "Controlling FreeType
  88. Modules" in the reference's table of contents
  89. (/usr/local/share/doc/freetype2/reference/site/index.html, if documentation was installed).
  90. =====
  91. Message from openldap-client-2.4.48:
  92.  
  93. --
  94. The OpenLDAP client package has been successfully installed.
  95.  
  96. Edit
  97. /usr/local/etc/openldap/ldap.conf
  98. to change the system-wide client defaults.
  99.  
  100. Try `man ldap.conf' and visit the OpenLDAP FAQ-O-Matic at
  101. http://www.OpenLDAP.org/faq/index.cgi?file=3
  102. for more information.
  103. =====
  104. Message from cmocka-1.1.5:
  105.  
  106. --
  107. For more information on using cmocka, see https://api.cmocka.org
  108. =====
  109. Message from libinotify-20180201_1:
  110.  
  111. --
  112. Libinotify functionality on FreeBSD is missing support for
  113.  
  114. - detecting a file being moved into or out of a directory within the
  115. same filesystem
  116. - certain modifications to a symbolic link (rather than the
  117. file it points to.)
  118.  
  119. in addition to the known limitations on all platforms using kqueue(2)
  120. where various open and close notifications are unimplemented.
  121.  
  122. This means the following regression tests will fail:
  123.  
  124. Directory notifications:
  125. IN_MOVED_FROM
  126. IN_MOVED_TO
  127.  
  128. Open/close notifications:
  129. IN_OPEN
  130. IN_CLOSE_NOWRITE
  131. IN_CLOSE_WRITE
  132.  
  133. Symbolic Link notifications:
  134. IN_DONT_FOLLOW
  135. IN_ATTRIB
  136. IN_MOVE_SELF
  137. IN_DELETE_SELF
  138.  
  139. Kernel patches to address the missing directory and symbolic link
  140. notifications are available from:
  141.  
  142. https://github.com/libinotify-kqueue/libinotify-kqueue/tree/master/patches
  143.  
  144. You might want to consider increasing the kern.maxfiles tunable if you plan
  145. to use this library for applications that need to monitor activity of a lot
  146. of files.
  147. =====
  148. Message from gamin-0.1.10_10:
  149.  
  150. --
  151. Gamin will only provide realtime notification of changes for at most n files,
  152. where n is the minimum value between (kern.maxfiles * 0.7) and
  153. (kern.maxfilesperproc - 200). Beyond that limit, files will be polled.
  154.  
  155. If you often open several large folders with Nautilus, you might want to
  156. increase the kern.maxfiles tunable (you do not need to set
  157. kern.maxfilesperproc, since it is computed at boot time from kern.maxfiles).
  158.  
  159. The behavior of gamin can be controlled via the various gaminrc files.
  160. See http://www.gnome.org/~veillard/gamin/config.html on how to create
  161. these files. In particular, if you find gam_server is taking up too much
  162. CPU time polling for changes, something like the following may help
  163. in one of the gaminrc files:
  164.  
  165. # reduce polling frequency to once per 10 seconds
  166. # for UFS file systems in order to lower CPU load
  167. fsset ufs poll 10
  168. --
  169. ===> NOTICE:
  170.  
  171. The gamin port currently does not have a maintainer. As a result, it is
  172. more likely to have unresolved issues, not be up-to-date, or even be removed in
  173. the future. To volunteer to maintain this port, please create an issue at:
  174.  
  175. https://bugs.freebsd.org/bugzilla
  176.  
  177. More information about port maintainership is available at:
  178.  
  179. https://www.freebsd.org/doc/en/articles/contributing/ports-contributing.html#maintain-port
  180. =====
  181. Message from php73-session-7.3.14:
  182.  
  183. --
  184. This file has been added to automatically load the installed extension:
  185. /usr/local/etc/php/ext-18-session.ini
  186. =====
  187. Message from php73-xml-7.3.14:
  188.  
  189. --
  190. This file has been added to automatically load the installed extension:
  191. /usr/local/etc/php/ext-20-xml.ini
  192. =====
  193. Message from php73-dom-7.3.14:
  194.  
  195. --
  196. This file has been added to automatically load the installed extension:
  197. /usr/local/etc/php/ext-20-dom.ini
  198. =====
  199. Message from samba410-4.10.11:
  200.  
  201. --
  202. How to start: http://wiki.samba.org/index.php/Samba4/HOWTO
  203.  
  204. * Your configuration is: /usr/local/etc/smb4.conf
  205.  
  206. * All the relevant databases are under: /var/db/samba4
  207.  
  208. * All the logs are under: /var/log/samba4
  209.  
  210. * Provisioning script is: /usr/local/bin/samba-tool
  211.  
  212. For additional documentation check: http://wiki.samba.org/index.php/Samba4
  213.  
  214. Bug reports should go to the: https://bugzilla.samba.org/
  215. =====
  216. Message from php73-pdo-7.3.14:
  217.  
  218. --
  219. This file has been added to automatically load the installed extension:
  220. /usr/local/etc/php/ext-20-pdo.ini
  221. =====
  222. Message from php73-xsl-7.3.14:
  223.  
  224. --
  225. This file has been added to automatically load the installed extension:
  226. /usr/local/etc/php/ext-30-xsl.ini
  227. =====
  228. Message from php73-xmlwriter-7.3.14:
  229.  
  230. --
  231. This file has been added to automatically load the installed extension:
  232. /usr/local/etc/php/ext-20-xmlwriter.ini
  233. =====
  234. Message from php73-xmlreader-7.3.14:
  235.  
  236. --
  237. This file has been added to automatically load the installed extension:
  238. /usr/local/etc/php/ext-30-xmlreader.ini
  239. =====
  240. Message from php73-wddx-7.3.14:
  241.  
  242. --
  243. This file has been added to automatically load the installed extension:
  244. /usr/local/etc/php/ext-30-wddx.ini
  245. =====
  246. Message from php73-simplexml-7.3.14:
  247.  
  248. --
  249. This file has been added to automatically load the installed extension:
  250. /usr/local/etc/php/ext-20-simplexml.ini
  251. =====
  252. Message from php73-ctype-7.3.14:
  253.  
  254. --
  255. This file has been added to automatically load the installed extension:
  256. /usr/local/etc/php/ext-20-ctype.ini
  257. =====
  258. Message from php73-posix-7.3.14:
  259.  
  260. --
  261. This file has been added to automatically load the installed extension:
  262. /usr/local/etc/php/ext-20-posix.ini
  263. =====
  264. Message from php73-fileinfo-7.3.14:
  265.  
  266. --
  267. This file has been added to automatically load the installed extension:
  268. /usr/local/etc/php/ext-20-fileinfo.ini
  269. =====
  270. Message from php73-openssl-7.3.14:
  271.  
  272. --
  273. This file has been added to automatically load the installed extension:
  274. /usr/local/etc/php/ext-20-openssl.ini
  275. =====
  276. Message from php73-hash-7.3.14:
  277.  
  278. --
  279. This file has been added to automatically load the installed extension:
  280. /usr/local/etc/php/ext-20-hash.ini
  281. =====
  282. Message from php73-filter-7.3.14:
  283.  
  284. --
  285. This file has been added to automatically load the installed extension:
  286. /usr/local/etc/php/ext-20-filter.ini
  287. =====
  288. Message from php73-ldap-7.3.14:
  289.  
  290. --
  291. This file has been added to automatically load the installed extension:
  292. /usr/local/etc/php/ext-20-ldap.ini
  293. =====
  294. Message from php73-pecl-smbclient-1.0.0_1:
  295.  
  296. --
  297. This file has been added to automatically load the installed extension:
  298. /usr/local/etc/php/ext-20-smbclient.ini
  299. =====
  300. Message from php73-gd-7.3.14:
  301.  
  302. --
  303. This file has been added to automatically load the installed extension:
  304. /usr/local/etc/php/ext-20-gd.ini
  305. =====
  306. Message from php73-exif-7.3.14:
  307.  
  308. --
  309. This file has been added to automatically load the installed extension:
  310. /usr/local/etc/php/ext-20-exif.ini
  311. =====
  312. Message from php73-curl-7.3.14:
  313.  
  314. --
  315. This file has been added to automatically load the installed extension:
  316. /usr/local/etc/php/ext-20-curl.ini
  317. =====
  318. Message from php73-json-7.3.14:
  319.  
  320. --
  321. This file has been added to automatically load the installed extension:
  322. /usr/local/etc/php/ext-20-json.ini
  323. =====
  324. Message from php73-intl-7.3.14:
  325.  
  326. --
  327. This file has been added to automatically load the installed extension:
  328. /usr/local/etc/php/ext-20-intl.ini
  329. =====
  330. Message from php73-pdo_mysql-7.3.14:
  331.  
  332. --
  333. This file has been added to automatically load the installed extension:
  334. /usr/local/etc/php/ext-30-pdo_mysql.ini
  335. =====
  336. Message from php73-mbstring-7.3.14:
  337.  
  338. --
  339. This file has been added to automatically load the installed extension:
  340. /usr/local/etc/php/ext-20-mbstring.ini
  341. =====
  342. Message from php73-iconv-7.3.14:
  343.  
  344. --
  345. This file has been added to automatically load the installed extension:
  346. /usr/local/etc/php/ext-20-iconv.ini
  347. =====
  348. Message from php73-zlib-7.3.14:
  349.  
  350. --
  351. This file has been added to automatically load the installed extension:
  352. /usr/local/etc/php/ext-20-zlib.ini
  353. =====
  354. Message from php73-zip-7.3.14:
  355.  
  356. --
  357. This file has been added to automatically load the installed extension:
  358. /usr/local/etc/php/ext-20-zip.ini
  359. =====
  360. Message from php73-bz2-7.3.14:
  361.  
  362. --
  363. This file has been added to automatically load the installed extension:
  364. /usr/local/etc/php/ext-20-bz2.ini
  365. =====
  366. Message from owncloud-php73-10.3.2:
  367.  
  368. --
  369. Please note that everything has been installed in /usr/local/www/owncloud.
  370.  
  371. You will probably want to add an alias to your httpd.conf file, something
  372. like this:
  373.  
  374. Alias /owncloud /usr/local/www/owncloud
  375. AcceptPathInfo On
  376. <Directory /usr/local/www/owncloud>
  377. AllowOverride All
  378. Require all granted
  379. </Directory>
  380.  
  381. And restart Apache.
  382.  
  383.  
  384. The owncloud newsyslog.conf(5) filename has been changed:
  385. OLD: /usr/local/etc/newsyslog.conf.d/owncloud
  386. NEW: /usr/local/etc/newsyslog.conf.d/owncloud.conf
  387.  
  388. Any file found at the old location has been automatically moved to
  389. the new location. This was done to ensure log rotation continued to
  390. work after change r340318 made to FreeBSD base, where the default
  391. newsyslog configuration now only includes filenames that end with
  392. '.conf' and do not begin with '.'.
  393.  
  394. If you use provisioning/configuration management tools to create or
  395. edit this file, you will need to change their configuration to use
  396. the new filename.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement