################################################## # # Package Frontend configuration file. # # # This file is actually sourced in by sh(1), # so please DON'T put anything other than # variable="value" here. # ################################################## # # Log directory for portupgrade(1). # # If set, writable directory is required. # # Default: "" # #portupgrade_logdir="/tmp/pkgfe-logs" #portupgrade_logdir=~/.pkgfe-logs portupgrade_logdir="/usr/local/portupgrade" # # Additional arguments for portupgrade(1). # # Default: "-v" # #portupgrade_args="-v" #portupgrade_args="-L ${portupgrade_logdir}/%s::%s.log -l ${portupgrade_logdir}/all.log" portupgrade_args="-vbe -L ${portupgrade_logdir}/%s::%s.log -l ${portupgrade_logdir}/all.log" #portupgrade_args="-vbe" # # Configuration file for csup(1). # Only required when updating the ports tree # using csup(1). # # Note: please look "pkgfe snap". # # Default: "" # #csup_supfile=~/ports-supfile #csup_supfile="/usr/share/examples/cvsup/ports-supfile" # # Additional arguments for csup(1). # # Default: "-L 2" # #csup_args="-L 2" #csup_args="-L 2 -h CHANGE_THIS.FreeBSD.org" # # Use root only when it's absolutely required. # Otherwise, run as unprivileged user. # # Note: It's automatically set to "" # if pkgfe runs under root. # # Default: "sudo " # #root_command_prefix="su -lc " root_command_prefix="sudo " #root_command_prefix="echo --- " # # Status file. Used for storing # current list of outdated packages. # # Default: "TEMPDIR/PROGNAME.status" # status_file="/tmp/pkgfe.status" #status_file=~/.pkgfe.status # # Lock file. Used to prevent # multiple sessions of pkgfe. # # Default: "TEMPDIR/PROGNAME.lock" # lock_file="/tmp/pkgfe.lock" #lock_file=~/.pkgfe.lock # # Temporary file. Used for # pkgfe's temporary data. # # Default: "TEMPDIR/PROGNAME.tmp" # temp_file="/tmp/pkgfe.tmp" #temp_file=~/.pkgfe.tmp # # How much rows to display at once. # For example, about 10 when you are # using 80x24 terminal. # # Default: "10" # #dialog_list_rows="10" #dialog_list_rows="15" dialog_list_rows="20" #dialog_list_rows="30" # # How many characters of port description # to show per line, when displaying findi dialog. # Truncates line and suffixes if with "...", # if it's longer. # For example, about 26 when you are # using 80x24 terminal. # # Default: "26" # #findi_description_length="26" findi_description_length="50" ################################################## # # Enable feature: "YES", "TRUE", "ON", or "1" # Disable feature: "NO", "FALSE", "OFF", or "0" # ################################################## # # Update list of outdated packages # after successful upgrade. # # Default: "YES" # listup_after_upgrade="YES" # # Ignore packages those are held by user, # using the HOLD_PKGS variable in pkgtools.conf(5). # # Default: "YES" # ignore_held="YES" # # Update portaudit database # before each upgrade. # # Default: "YES" # update_portaudit_db="YES" #update_portaudit_db="NO" # # Enable execution of pkg_deinstall, # not just printing out the command # when using "pkgfe deins" feature. # # Default: "NO" # #enable_real_deinstall="NO" enable_real_deinstall="YES" # # Update list of outdated packages # after successful deinstall. # # Default: "YES" # listup_after_deinstall="YES" # # Enable when your portsnap don't support # "fetch update", only "fetch" and "update". # # Default: "NO" # old_portsnap="NO" # # Show new version in confirm upgrade dialog. # A bit slow. # # Default: "NO" # #upgrade_show_new_version="NO" upgrade_show_new_version="YES"