There is a typo in Makefile for MODFREETDM ports option. Fix: Patch attached with submission follows:
Maintainer of net/freeswitch-core-devel, Please note that PR ports/170808 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/170808 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org
State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
apply and submit patch approved
State Changed From-To: feedback->open Maintainer approved.
Responsible Changed From-To: freebsd-ports-bugs->jgh I'll take it.
Author: jgh Date: Tue Aug 21 05:33:21 2012 New Revision: 302843 URL: http://svn.freebsd.org/changeset/ports/302843 Log: - fix MODFREETDM ports option PR: 170808 Submitted by: Artis.Caune@gmail.com Approved by: maintainer, r.neese@gmail.com Modified: head/net/freeswitch-core-devel/Makefile Modified: head/net/freeswitch-core-devel/Makefile ============================================================================== --- head/net/freeswitch-core-devel/Makefile Tue Aug 21 05:21:04 2012 (r302842) +++ head/net/freeswitch-core-devel/Makefile Tue Aug 21 05:33:21 2012 (r302843) @@ -356,7 +356,7 @@ pre-install: @${CHMOD} 664 ${WRKSRC}/libs/freetdm/conf/* @${MKDIR} ${ETCDIR}/conf @${TOUCH} ${ETCDIR}/conf/.freeswitch-core-devel -.if ${PORT_OPTIONS:MMODFREETDM) +.if ${PORT_OPTIONS:MMODFREETDM} @${MKDIR} ${ETCDIR}/conf/autoload_configs .endif _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed. Thanks!