If you have postfix configured in your /etc/mail/mailer.conf (answered yes to the previous question) and would like to enable postfix to start at boot time, please set these variables in your /etc/rc.conf file: sendmail_enable="YES" sendmail_flags="-bd" sendmail_outbound_enable="NO" sendmail_submit_enable="NO" sendmail_msp_queue_enable="NO" **OR** sendmail_enable="NONE" then type this command as root: ln -s /usr/local/sbin/postfix /usr/local/etc/rc.d/postfix.sh Either of these will disable Sendmail completely. The latter form is useful if you need to wait until other local package initialization (such as ldconfig for Postgres or MySQL) is done. The former method will start postfix very early on in the boot process. Also, you will want to disable some Sendmail-specific daily maintenance routines in your /etc/periodic.conf file: daily_status_mail_rejects_enable="NO" daily_status_include_submit_mailq="NO" daily_submit_queuerun="NO" If you are using SASL, you need to make sure that postfix has access to read the sasldb file. This is accomplished by adding postfix to group mail and making the /usr/local/etc/sasldb* file(s) readable by group mail (this should be the default for new installs). nput type='hidden' name='id' value='ee6cb15a31c6a12fa8547769777cc7791fce8967'/> FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia/libvpx
Commit message (Expand)AuthorAgeFilesLines
* multimedia/libvpx: update to 1.4.0.488 (snapshot)jbeich2015-08-156-43/+62
* - Remove dependency on bash, not required anymoreashish2015-06-151-6/+1
* multimedia/libvpx: update to 1.4.0jbeich2015-06-096-72/+25
* Fix build error introduced by changes to default behavior of perl port.sbruno2015-06-011-1/+4
* Remove $FreeBSD$ from patches files everywhere.mat2015-05-233-9/+0
* - Add CPE infoamdmi32015-05-051-1/+2
* multimedia category: Remove $PTHREAD_LIBSmarino2015-03-261-2/+0
* - Fix build with GCC 5ashish2015-02-151-0/+31
* - Drop @dirrm* from and add empty directories to pkg-plistsamdmi32015-02-021-1/+0
* - Add support for building on ARMv6 platformsashish2014-12-103-0/+25
* Add fix for building with clang 3.5ashish2014-12-083-0/+55
* - Convert USE_BZIP2 to USESamdmi32014-06-061-3/+2
* - Fix breakage on 9-STABLE due to GCC changes in r260075ashish2014-01-131-0/+6
* - Update to 1.3.0ashish2014-01-096-30/+26
* - Fix bug where upgrading port results in missing files[1]ashish2013-12-184-37/+14
* - Add staging supportashish2013-10-256-21/+43
* Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-211-0/+1
* - convert to the new perl5 frameworkaz2013-09-151-2/+2
* - Remove MAKE_JOBS_SAFE variableak2013-08-151-1/+0
* Convert to new options frameworkbapt2013-05-111-23/+12
* - Fix all cases of 'No newline at end of file' in ports treeak2013-02-011-1/+1
* Fix build on systems with non UTF-8 localepawel2012-09-281-0/+9
* - Update to 1.1ashish2012-06-165-15/+30
* - Update to 1.0.0ashish2012-02-164-16/+17
* - Update to 0.9.7-p1[1]ashish2011-09-194-6/+29
* Update libvpx to 0.9.6mm2011-05-044-9/+9
* - Update to 0.9.5.ashish2010-11-213-7/+7
* - Remove the workaround for LICENSE.ashish2010-09-281-4/+1
* - Add IA64 support.ashish2010-08-213-4/+20