Building rbl-milter-0.30_3.txz (origin /buildshare/ports/355755/mail/rbl-milter) for powerpc-10-0 on XXX slot2: created x distfiles/ x distfiles/rbl-milter-0.30.tar.gz x packages/ x packages/gettext-0.18.3.1_1.txz x packages/pkg-1.2.7_2.txz x packages/gmake-3.82_1.txz ELF ldconfig path: /lib /usr/lib /usr/lib/compat Make depends ===> rbl-milter-0.30_3 depends on file: /usr/local/sbin/pkg - not found ===> Verifying install for /usr/local/sbin/pkg in /buildshare/ports/355755/ports-mgmt/pkg ===> Installing existing package /packages/pkg-1.2.7_2.txz Installing pkg-1.2.7_2... done If you are upgrading from the old package format, first run: # pkg2ng ===> Returning to build of rbl-milter-0.30_3 ===> rbl-milter-0.30_3 depends on executable: gmake - not found ===> Verifying install for gmake in /buildshare/ports/355755/devel/gmake ===> Installing existing package /packages/gmake-3.82_1.txz Installing gmake-3.82_1...Installing gettext-0.18.3.1_1... done done ===> Returning to build of rbl-milter-0.30_3 Make install ===> rbl-milter-0.30_3 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by rbl-milter-0.30_3 for building ===> Extracting for rbl-milter-0.30_3 => SHA256 Checksum OK for rbl-milter-0.30.tar.gz. ===> Patching for rbl-milter-0.30_3 ===> Applying FreeBSD patches for rbl-milter-0.30_3 ===> rbl-milter-0.30_3 depends on executable: gmake - found ===> Configuring for rbl-milter-0.30_3 ===> FreeBSD 10 autotools fix applied to /obj/buildshare/ports/355755/mail/rbl-milter/work/rbl-milter-0.30/aclocal.m4 ===> FreeBSD 10 autotools fix applied to /obj/buildshare/ports/355755/mail/rbl-milter/work/rbl-milter-0.30/configure loading site script /buildshare/ports/355755/Templates/config.site creating cache ./config.cache checking for a BSD compatible install... /usr/bin/install -c -o root -g wheel checking whether build environment is sane... yes checking whether gmake sets ${MAKE}... yes checking for working aclocal... missing checking for working autoconf... missing checking for working automake... missing checking for working autoheader... missing checking for working makeinfo... found checking for gcc... cc checking whether the C compiler (cc -O2 -pipe -fno-strict-aliasing -Wl,-rpath,/usr/lib:/usr/local/lib) works... yes checking whether the C compiler (cc -O2 -pipe -fno-strict-aliasing -Wl,-rpath,/usr/lib:/usr/local/lib) is a cross-compiler... no checking whether we are using GNU C... yes checking whether cc accepts -g... yes checking for a BSD compatible install... /usr/bin/install -c -o root -g wheel checking how to run the C preprocessor... cpp checking for Sendmail... /usr checking for libmilter/mfapi.h... yes checking for sendmail library location... /usr/lib checking for socket in -lsocket... no checking for gethostbyname in -lnsl... no checking for inet_ntop in -lresolv... no checking for sm_snprintf in -lsmutil... no checking for sm_snprintf in -lsm... no checking for smfi_register in -lmilter... yes checking for __res_ninit... yes checking for arpa/nameser_compat.h... yes checking whether byte ordering is bigendian... yes updating cache ./config.cache creating ./config.status creating Makefile ===> Building for rbl-milter-0.30_3 gmake[1]: Entering directory `/obj/buildshare/ports/355755/mail/rbl-milter/work/rbl-milter-0.30' cc -DPACKAGE=\"rbl-milter\" -DVERSION=\"0.30\" -DHAVE_LIBMILTER=1 -DHAVE___RES_NINIT=1 -DHAVE_ARPA_NAMESER_COMPAT_H=1 -DWORDS_BIGENDIAN=1 -I. -I. -I/usr/include/ -O2 -pipe -fno-strict-aliasing -Wall -Werror -c rbl-milter.c cc -O2 -pipe -fno-strict-aliasing -Wall -Werror -Wl,-rpath,/usr/lib:/usr/local/lib -L/usr/lib/libmilter -L/usr/lib/libsm -L/usr/lib/libsmutil -L/usr/lib/lib -o rbl-milter rbl-milter.o -lmilter -pthread gmake[1]: Leaving directory `/obj/buildshare/ports/355755/mail/rbl-milter/work/rbl-milter-0.30' ===> Staging for rbl-milter-0.30_3 ===> Generating temporary packing list gmake[1]: Entering directory `/obj/buildshare/ports/355755/mail/rbl-milter/work/rbl-milter-0.30' gmake[2]: Entering directory `/obj/buildshare/ports/355755/mail/rbl-milter/work/rbl-milter-0.30' /bin/sh ./mkinstalldirs /obj/buildshare/ports/355755/mail/rbl-milter/work/stage/usr/local/sbin install -s -o root -g wheel -m 555 rbl-milter /obj/buildshare/ports/355755/mail/rbl-milter/work/stage/usr/local/sbin/rbl-milter gmake[2]: Nothing to be done for `install-data-am'. gmake[2]: Leaving directory `/obj/buildshare/ports/355755/mail/rbl-milter/work/rbl-milter-0.30' gmake[1]: Leaving directory `/obj/buildshare/ports/355755/mail/rbl-milter/work/rbl-milter-0.30' ====> Compressing man pages (compress-man) ===> Staging rc.d startup script(s) ===> Installing for rbl-milter-0.30_3 ===> Checking if mail/rbl-milter already installed ===> Registering installation for rbl-milter-0.30_3 Installing rbl-milter-0.30_3... done Add to your /etc/rc.conf rblmilter_enable="YES" Then run the milter with: $PREFIX/etc/rc.d/rbl-milter start By default, it uses the relays found at relays.ordb.org but you can change that by setting rblmilter_flags in /etc/rc.conf: rblmilter_flags="-l -r -d relays.ordb.org" Note that you will need to edit the proper sendmail.mc file in your /etc/mail directory so that sendmail will pass mail to rbl-milter. If you have not done this before, do the following: cd /etc/mail cp -p freebsd.mc `hostname`.mc Add the INPUT_MAIL_FILTER line to the file: INPUT_MAIL_FILTER(`rbl-milter',`S=local:/var/run/rbl-milter') and rebuild it make make install make restart By default, the INPUT_MAIL_FILTER line will ignore the filter if rbl-milter is not running. Make package ===> Building package for rbl-milter-0.30_3 slot2: removed