Bug 170808 - [PATCH] net/freeswitch-core-devel: fix MODFREETDM ports option
Summary: [PATCH] net/freeswitch-core-devel: fix MODFREETDM ports option
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Jason Helfman
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-08-20 23:40 UTC by Artis Caune
Modified: 2012-08-21 06:40 UTC (History)
0 users

See Also:


Attachments
file.diff (363 bytes, patch)
2012-08-20 23:40 UTC, Artis Caune
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Artis Caune 2012-08-20 23:40:10 UTC
There is a typo in Makefile for MODFREETDM ports option.

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-08-20 23:40:18 UTC
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
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2012-08-20 23:40:20 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 3 RIchard Neese 2012-08-20 23:58:40 UTC
apply and submit patch approved
Comment 4 Mark Linimon freebsd_committer freebsd_triage 2012-08-21 00:07:21 UTC
State Changed
From-To: feedback->open

Maintainer approved.
Comment 5 Jason Helfman freebsd_committer freebsd_triage 2012-08-21 06:28:50 UTC
Responsible Changed
From-To: freebsd-ports-bugs->jgh

I'll take it.
Comment 6 dfilter service freebsd_committer freebsd_triage 2012-08-21 06:33:36 UTC
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"
Comment 7 Jason Helfman freebsd_committer freebsd_triage 2012-08-21 06:33:38 UTC
State Changed
From-To: open->closed

Committed. Thanks!