Bug 209115 - [MAINTAINER][PATCH] net/freeswitch: Failed for freeswitch-1.6.7 in stage
Summary: [MAINTAINER][PATCH] net/freeswitch: Failed for freeswitch-1.6.7 in stage
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Many People
Assignee: Bartek Rutkowski
URL:
Keywords: patch
Depends on:
Blocks:
 
Reported: 2016-04-28 01:00 UTC by corsmith
Modified: 2016-04-29 16:40 UTC (History)
1 user (show)

See Also:


Attachments
freeswitch-1.6.7-MASTER_SITES:N svn diff (563 bytes, patch)
2016-04-28 01:00 UTC, corsmith
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!