pandamasta

Untitled

Jan 26th, 2014
178
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.39 KB | None | 0 0
  1. pkg info -f php55
  2.  
  3. pkg: PACKAGESITE in pkg.conf is deprecated. Please create a repository configuration file
  4. php55-5.5.8
  5. Name : php55
  6. Version : 5.5.8
  7. Origin : lang/php55
  8. Architecture : freebsd:10:x86:64
  9. Prefix : /usr/local
  10. Categories : www lang devel
  11. Licenses : PHP301
  12. Maintainer : [email protected]
  13. WWW : http://www.php.net/
  14. Comment : PHP Scripting Language
  15. Options :
  16. AP2FILTER : off
  17. APACHE : off
  18. CGI : on
  19. CLI : on
  20. DEBUG : off
  21. DTRACE : off
  22. EMBED : off
  23. FPM : off
  24. IPV6 : on
  25. LINKTHR : on
  26. MAILHEAD : off
  27. ZTS : off
  28. Shared Libs required:
  29. libxml2.so.5
  30. libpcre.so.3
  31. Flat size : 11.1MiB
  32. Description :
  33. PHP, which stands for "PHP: Hypertext Preprocessor" is a widely-used Open
  34. Source general-purpose scripting language that is especially suited for
  35. Web development and can be embedded into HTML. Its syntax draws upon C,
  36. Java, and Perl, and is easy to learn. The main goal of the language is to
  37. allow web developers to write dynamically generated webpages quickly, but
  38. you can do much more with PHP.
  39.  
  40. WWW: http://www.php.net/
  41.  
  42. ---------------------------
  43.  
  44. cat /usr/local/etc/poudriere.d/make.conf
  45. WITH_PKGNG=yes
  46.  
  47. ##########################################
  48. #PHP55
  49. php55_SET+=FPM
  50.  
  51. ##########################################
  52. #PHP extenions
  53. #php55-extensions_SET+=BZ2 CTYPE CURL DBA DOM EXIF FILEINFO FILTER FTP GD HASH ICONV IMAP JSON INTERBASE LDAP MBSTRING MYSQL MYSQLI PDO PDO_MYSQL PDO_PGSQL PGSQL PHAR POSIX SESSION SIMPLEXML SOCKETS TOKENIZER XML XMLREADER XMLRPC XMLWRITER XSL ZIP ZLIB
  54.  
  55. #php55-extensions_SET+=BZ2 CTYPE CURL DBA DOM EXIF FILEINFO FILTER GD HASH ICONV IMAP JSON INTERBASE LDAP MBSTRING PHAR POSIX SESSION SIMPLEXML TOKENIZER XML XMLREADER XMLWRITER XSL ZIP ZLIB
  56. ##########################################
  57. #NGINX
  58. nginx_SET+=HTTP_SSL
  59.  
  60. ------------------------------------
  61. cat /usr/local/etc/poudriere.conf
  62.  
  63. BASEFS=/www/poudriere
  64. NO_ZFS=yes
  65.  
  66. FREEBSD_HOST=ftp://ftp.freebsd.org
  67. POUDRIERE_DATA=/www/poudriere_data
  68. RESOLV_CONF=/etc/resolv.conf
  69. DISTFILES_CACHE=/usr/local/etc/poudriere.d/distfiles
  70.  
  71. CHECK_CHANGED_OPTIONS=yes
  72. CHECK_CHANGED_DEPS=yes
  73.  
  74. ---------------------------------
  75.  
  76. poudriere bulk -f /root/poudriere/packagelist.txt -j 10amd64
  77. ====>> Creating the reference jail... done
  78. ====>> Mounting system devices for 10amd64-default
  79. ====>> Mounting ports/packages/distfiles
  80. ====>> Mounting packages from: /www/poudriere_data/packages/10amd64-default
  81. ====>> Mounting /var/db/ports from: /usr/local/etc/poudriere.d/options
  82. ====>> Logs: /www/poudriere_data/logs/bulk/10amd64-default/2014-01-26_11h11m10s
  83. ====>> Appending to make.conf: /usr/local/etc/poudriere.d/make.conf
  84. ====>> Appending to make.conf: /usr/local/etc/poudriere.d/10amd64-make.conf
  85. /etc/resolv.conf -> /www/poudriere_data/build/10amd64-default/ref/etc/resolv.conf
  86. ====>> Starting jail 10amd64-default
  87. ====>> Loading MOVED
  88. ====>> Calculating ports order and dependencies
  89. ====>> Sanity checking the repository
  90. ====>> Deleting stale symlinks
  91. ====>> Deleting empty directories
  92. ====>> Cleaning the build queue
  93. ====>> No package built, no need to update the repository
  94. ====>> Cleaning up
  95. ====>> Umounting file systems
  96. ====>> [10amd64-default] 0 packages built, 0 failures, 0 ignored, 0 skipped
  97.  
  98. ====>> Mounting ports/packages/distfiles
  99. ====>> Mounting packages from: /www/poudriere_data/packages/10amd64-default
  100. ====>> Mounting /var/db/ports from: /usr/local/etc/poudriere.d/options
  101. ====>> Logs: /www/poudriere_data/logs/bulk/10amd64-default/2014-01-26_11h11m10s
  102. ====>> Appending to make.conf: /usr/local/etc/poudriere.d/make.conf
  103. ====>> Appending to make.conf: /usr/local/etc/poudriere.d/10amd64-make.conf
  104. /etc/resolv.conf -> /www/poudriere_data/build/10amd64-default/ref/etc/resolv.conf
  105. ====>> Starting jail 10amd64-default
  106. ====>> Loading MOVED
  107. ====>> Calculating ports order and dependencies
  108. ====>> Sanity checking the repository
  109. ====>> Deleting stale symlinks
  110. ====>> Deleting empty directories
  111. ====>> Cleaning the build queue
  112. ====>> No package built, no need to update the repository
  113. ====>> Cleaning up
  114. ====>> Umounting file systems
  115. ====>> [10amd64-default] 0 packages built, 0 failures, 0 ignored, 0 skipped
Advertisement
Add Comment
Please, Sign In to add comment