Bug 148440 - update for net/freeswitch-core
Summary: update for net/freeswitch-core
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: Josh Paetzel
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-07-07 23:40 UTC by RIchard Neese
Modified: 2010-07-16 16:00 UTC (History)
0 users

See Also:


Attachments
file.diff (46.74 KB, patch)
2010-07-07 23:40 UTC, RIchard Neese
no flags Details | Diff
freeswitch-core.diff (65.27 KB, patch)
2010-07-09 21:22 UTC, RIchard Neese
no flags Details | Diff
freeswitch-core.diff (65.27 KB, patch)
2010-07-09 21:26 UTC, RIchard Neese
no flags Details | Diff
freeswitch-core.diff (65.18 KB, patch)
2010-07-09 21:46 UTC, RIchard Neese
no flags Details | Diff
freeswitch-core.diff (64.81 KB, patch)
2010-07-09 23:49 UTC, RIchard Neese
no flags Details | Diff
freeswitch-core.diff (65.63 KB, patch)
2010-07-10 23:15 UTC, RIchard Neese
no flags Details | Diff
freeswitch-core.diff (65.57 KB, patch)
2010-07-11 01:01 UTC, RIchard Neese
no flags Details | Diff
freeswitch-core.diff (65.57 KB, patch)
2010-07-12 13:33 UTC, RIchard Neese
no flags Details | Diff
freeswitch-core.diff (65.94 KB, patch)
2010-07-12 23:24 UTC, RIchard Neese
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description RIchard Neese 2010-07-07 23:40:01 UTC
new port update of freeswitch-core to try and pass pointyhat tb.

Fix: Patch attached with submission follows:
Comment 1 Josh Paetzel freebsd_committer freebsd_triage 2010-07-09 15:48:00 UTC
Responsible Changed
From-To: freebsd-ports-bugs->jpaetzel

I'll take it
Comment 2 RIchard Neese 2010-07-09 21:22:42 UTC
new cvs diff
Comment 3 RIchard Neese 2010-07-09 21:26:58 UTC
forgot to run cvs up to commit changes mew diff
Comment 4 RIchard Neese 2010-07-09 21:46:33 UTC
fixed maintainer email
Comment 5 RIchard Neese 2010-07-09 23:49:35 UTC
fixed a hard set path in the makefile
Comment 6 RIchard Neese 2010-07-10 23:15:05 UTC
ok fixed build iossue and fixed chowning of files and fixed the add of 
dir in the pkg-plist.
Comment 7 RIchard Neese 2010-07-11 01:01:19 UTC
final fix of chowning dir.
Comment 8 RIchard Neese 2010-07-12 13:33:28 UTC
Final FIx of the rc.d script. this completes the port an dit has been 
run throu a tb and built.
Comment 9 RIchard Neese 2010-07-12 23:24:03 UTC
ok added os checking for mod_openzap
Comment 10 dfilter service freebsd_committer freebsd_triage 2010-07-16 15:57:51 UTC
jpaetzel    2010-07-16 14:57:42 UTC

  FreeBSD ports repository

  Modified files:
    net/freeswitch-core/files pkg-install.in patch-Makefile.am 
                              freeswitch.in 
    net/freeswitch-core  Makefile distinfo pkg-plist 
  Added files:
    net/freeswitch-core/files 
                              patch-conf-autoload_configs-switch.conf.xml 
                              patch-conf-autoload_configs-voicemail.conf.xml 
                              patch-configure.in 
                              patch-libs-openzap-Makefile.am 
                              patch-libs-openzap-mod_openzap-Makefile.in 
                              patch-src-include-private-switch_core_pvt.h 
                              patch-src-include-switch_types.h 
                              patch-src-mod-applications-mod_voicemail-mod_voicemail.c 
                              patch-src-switch_core.c 
  Log:
  Refactor to fit better in the ports infrastructure.
  
  PR:     ports/148440
  Submitted by:   Richard Neese <r.neese@gmail.com>
  
  Revision  Changes    Path
  1.4       +56 -74    ports/net/freeswitch-core/Makefile
  1.2       +36 -0     ports/net/freeswitch-core/distinfo
  1.2       +3 -3      ports/net/freeswitch-core/files/freeswitch.in
  1.2       +22 -12    ports/net/freeswitch-core/files/patch-Makefile.am
  1.1       +10 -0     ports/net/freeswitch-core/files/patch-conf-autoload_configs-switch.conf.xml (new)
  1.1       +11 -0     ports/net/freeswitch-core/files/patch-conf-autoload_configs-voicemail.conf.xml (new)
  1.1       +52 -0     ports/net/freeswitch-core/files/patch-configure.in (new)
  1.1       +18 -0     ports/net/freeswitch-core/files/patch-libs-openzap-Makefile.am (new)
  1.1       +11 -0     ports/net/freeswitch-core/files/patch-libs-openzap-mod_openzap-Makefile.in (new)
  1.1       +10 -0     ports/net/freeswitch-core/files/patch-src-include-private-switch_core_pvt.h (new)
  1.1       +10 -0     ports/net/freeswitch-core/files/patch-src-include-switch_types.h (new)
  1.1       +127 -0    ports/net/freeswitch-core/files/patch-src-mod-applications-mod_voicemail-mod_voicemail.c (new)
  1.1       +63 -0     ports/net/freeswitch-core/files/patch-src-switch_core.c (new)
  1.2       +28 -31    ports/net/freeswitch-core/files/pkg-install.in
  1.2       +240 -265  ports/net/freeswitch-core/pkg-plist
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 11 Josh Paetzel freebsd_committer freebsd_triage 2010-07-16 15:58:06 UTC
State Changed
From-To: open->closed

Committed, thanks