From owner-svn-ports-all@freebsd.org Tue Nov 28 01:11:11 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4BF7CDEF4EA; Tue, 28 Nov 2017 01:11:11 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 161D16DA27; Tue, 28 Nov 2017 01:11:11 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vAS1BAaw073788; Tue, 28 Nov 2017 01:11:10 GMT (envelope-from danfe@FreeBSD.org) Received: (from danfe@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vAS1BAJ6073786; Tue, 28 Nov 2017 01:11:10 GMT (envelope-from danfe@FreeBSD.org) Message-Id: <201711280111.vAS1BAJ6073786@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danfe set sender to danfe@FreeBSD.org using -f From: Alexey Dokuchaev Date: Tue, 28 Nov 2017 01:11:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r455014 - in head/mail: mailfromd mailutils X-SVN-Group: ports-head X-SVN-Commit-Author: danfe X-SVN-Commit-Paths: in head/mail: mailfromd mailutils X-SVN-Commit-Revision: 455014 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Nov 2017 01:11:11 -0000 Author: danfe Date: Tue Nov 28 01:11:09 2017 New Revision: 455014 URL: https://svnweb.freebsd.org/changeset/ports/455014 Log: Allow to build with debugging support. Requested by: maintainer Modified: head/mail/mailfromd/Makefile head/mail/mailutils/Makefile Modified: head/mail/mailfromd/Makefile ============================================================================== --- head/mail/mailfromd/Makefile Tue Nov 28 00:51:29 2017 (r455013) +++ head/mail/mailfromd/Makefile Tue Nov 28 01:11:09 2017 (r455014) @@ -33,7 +33,7 @@ SUB_LIST+= MFD_RUN_DIR=${MFD_RUN_DIR} INFO= ${PORTNAME} PORTDOCS= AUTHORS ChangeLog NEWS README THANKS TODO -OPTIONS_DEFINE= DOCS DSPAM GEOIP NLS +OPTIONS_DEFINE= DEBUG DOCS DSPAM GEOIP NLS OPTIONS_DEFAULT= GDBM OPTIONS_MULTI= DB OPTIONS_MULTI_DB= BDB GDBM @@ -41,6 +41,8 @@ OPTIONS_SUB= yes BDB_DESC= Berkeley DB v4.8 support (last working one) DB_DESC= Database configuration + +DEBUG_CONFIGURE_ON= --enable-debug DSPAM_DESC= DSPAM spam filter library support DSPAM_LIB_DEPENDS= libdspam.so:mail/dspam Modified: head/mail/mailutils/Makefile ============================================================================== --- head/mail/mailutils/Makefile Tue Nov 28 00:51:29 2017 (r455013) +++ head/mail/mailutils/Makefile Tue Nov 28 01:11:09 2017 (r455014) @@ -24,7 +24,8 @@ PLIST_SUB+= LIBVERSION=5.0.5 VERSION=${PORTVERSION} INFO= ${PORTNAME} PORTDOCS= AUTHORS ChangeLog NEWS README* THANKS TODO -OPTIONS_DEFINE= DOCS EMACS GNUTLS GSSAPI GUILE MH NNTP NLS PAM PYTHON +OPTIONS_DEFINE= DEBUG DOCS EMACS GNUTLS GSSAPI GUILE MH NNTP NLS \ + PAM PYTHON OPTIONS_DEFAULT= GDBM GNUTLS PAM OPTIONS_MULTI= DB OPTIONS_MULTI_DB= BDB GDBM KYOTOCABINET LDAP MYSQL PGSQL TOKYOCABINET @@ -36,6 +37,8 @@ EMACS_DESC= Emacs interface to MH (implies MH) KYOTOCABINET_DESC= Kyoto Cabinet database support MH_DESC= MH (Message Handling) system support TOKYOCABINET_DESC= Tokyo Cabinet database support + +DEBUG_CONFIGURE_ON= --enable-debug EMACS_USE= EMACS=yes EMACS_IMPLIES= MH