autoupdaterc 1.0 KB

1234567891011121314151617181920212223242526
  1. #
  2. # Config file for the autoupdate program.
  3. #
  4. # Lines starting with a # are considered as comments
  5. # Configuration entries are single lines, lines may be extended by adding
  6. # a backslash right before the end of a line. If the backslash is on a
  7. # line with a comment, the next line will be seen as a comment too.
  8. #
  9. # Entries are single line entries
  10. # If a port has one of these pseudo flavors available the available ones
  11. # are added to the flavor list. The list may be separated either by whitespace
  12. # or comma.
  13. pseudo_flavors = no_postgresql no_mysql no_sqlite2 no_jack no_arts \
  14. native_bootstrap
  15. # If set to 1 logging will be enabled. The logging directory is created
  16. # via mktemp and printed after the script started.
  17. logging = 1
  18. # List of ports behaving bad when building while another version of the
  19. # port is already installed.
  20. libtool_ports = audio/faad databases/freedts devel/glib2 devel/pango \
  21. devel/startup-notification graphics/cairo x11/dbus-glib x11/gtk+2 \
  22. devel/libsoup multimedia/gstreamer-0.10 net/pidgin \
  23. security/libgcrypt