Date: Mon, 20 Aug 2012 22:30:20 GMT From: Artis Caune <Artis.Caune@gmail.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/170808: [PATCH] net/freeswitch-core-devel: fix MODFREETDM ports option Message-ID: <201208202230.q7KMUKxl034802@red.freebsd.org> Resent-Message-ID: <201208202240.q7KMeBmb046868@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 170808 >Category: ports >Synopsis: [PATCH] net/freeswitch-core-devel: fix MODFREETDM ports option >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Aug 20 22:40:10 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Artis Caune >Release: stable/9 >Organization: >Environment: FreeBSD freebsd 9.1-PRERELEASE FreeBSD 9.1-PRERELEASE r239148: Fri Aug 10 00:00:00 UTC 2012 root@freebsd:/usr/obj/usr/src/sys/GENERIC amd64 >Description: There is a typo in Makefile for MODFREETDM ports option. >How-To-Repeat: >Fix: Patch attached with submission follows: --- Makefile.orig 2012-08-21 10:27:55.300184593 +1200 +++ Makefile 2012-08-21 10:28:56.640195400 +1200 @@ -356,7 +356,7 @@ @${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 >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201208202230.q7KMUKxl034802>