Bug 209115

Summary: [MAINTAINER][PATCH] net/freeswitch: Failed for freeswitch-1.6.7 in stage
Product: Ports & Packages Reporter: corsmith
Component: Individual Port(s)Assignee: Bartek Rutkowski <robak>
Status: Closed FIXED    
Severity: Affects Many People CC: robak
Priority: --- Keywords: patch
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
freeswitch-1.6.7-MASTER_SITES:N svn diff none

Description corsmith 2016-04-28 01:00:47 UTC
Created attachment 169770 [details]
freeswitch-1.6.7-MASTER_SITES:N svn diff

Fix build failure in STAGING due to MASTER_SITES:N bug

pkg-fallout has been emailing with a build failure during the stage phase due to the use of MASTER_SITES:N functionality for the sounds that are downloaded separately.

The attached patch (svn diff) fixes the build.
Comment 1 commit-hook freebsd_committer freebsd_triage 2016-04-28 22:31:01 UTC
A commit references this bug:

Author: robak
Date: Thu Apr 28 22:30:14 UTC 2016
New revision: 414243
URL: https://svnweb.freebsd.org/changeset/ports/414243

Log:
  net/freeswitch: fix port build error

  PR:		209115
  Submitted by:	Corey Smith <corsmith@gmail.com> (maintainer)
  MFH:		2016Q2

Changes:
  head/net/freeswitch/Makefile
Comment 2 commit-hook freebsd_committer freebsd_triage 2016-04-29 16:35:22 UTC
A commit references this bug:

Author: robak
Date: Fri Apr 29 16:34:21 UTC 2016
New revision: 414283
URL: https://svnweb.freebsd.org/changeset/ports/414283

Log:
  MFH: r414243

  net/freeswitch: fix port build error

  PR:		209115
  Submitted by:	Corey Smith <corsmith@gmail.com> (maintainer)

  Approved by:	portmgr (blanket)

Changes:
_U  branches/2016Q2/
  branches/2016Q2/net/freeswitch/Makefile
Comment 3 commit-hook freebsd_committer freebsd_triage 2016-04-29 16:37:24 UTC
A commit references this bug:

Author: robak
Date: Fri Apr 29 16:36:28 UTC 2016
New revision: 414284
URL: https://svnweb.freebsd.org/changeset/ports/414284

Log:
  MFH: r413022 r414243

  Fix build as a user.

  Before this, it was downloading the sound distfiles in ${DISTDIR}/../sounds.

  Sponsored by:	Absolight

  net/freeswitch: fix port build error

  PR:		209115
  Submitted by:	Corey Smith <corsmith@gmail.com> (maintainer)

  Approved by:	portmgr (blanket)

Changes:
_U  branches/2016Q2/
  branches/2016Q2/net/freeswitch/Makefile
Comment 4 Bartek Rutkowski freebsd_committer freebsd_triage 2016-04-29 16:40:08 UTC
Committed, thanks!