]> git.pld-linux.org Git - packages/asterisk.git/commitdiff
- run configure our own to catch cflags
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 29 Dec 2009 17:22:46 +0000 (17:22 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- system imap and libedit
- patches from fedora
- asterisk -r no longer segfaults

Changed files:
    FHS-paths.patch -> 1.1
    asterisk.spec -> 1.143
    external-libedit.patch -> 1.1
    pkg-config-gmime.patch -> 1.1

FHS-paths.patch [new file with mode: 0644]
asterisk.spec
external-libedit.patch [new file with mode: 0644]
pkg-config-gmime.patch [new file with mode: 0644]

diff --git a/FHS-paths.patch b/FHS-paths.patch
new file mode 100644 (file)
index 0000000..f2c9231
--- /dev/null
@@ -0,0 +1,707 @@
+Index: pbx/ael/ael-test/ref.ael-vtest13
+===================================================================
+--- pbx/ael/ael-test/ref.ael-vtest13   (revision 222649)
++++ pbx/ael/ael-test/ref.ael-vtest13   (working copy)
+@@ -2107,7 +2107,7 @@
+ [callerid-liar]
+-exten => s,1,TrySystem(/usr/bin/play /var/lib/asterisk/sounds/priv-callerintros/LIAR.gsm&)
++exten => s,1,TrySystem(/usr/bin/play /usr/share/asterisk/sounds/priv-callerintros/LIAR.gsm&)
+ exten => s,2,Background(priv-liar)
+ exten => s,3,Hangup()
+ exten => s,4,Return()
+@@ -2142,7 +2142,7 @@
+ exten => s,4,Zapateller(nocallerid)
+ exten => s,5,PrivacyManager()
+ exten => s,6,GotoIf($["${PRIVACYMGRSTATUS}" = "FAILED" ]?7:11)
+-exten => s,7,TrySystem(/usr/bin/play /var/lib/asterisk/sounds/privmanfailed.gsm)
++exten => s,7,TrySystem(/usr/bin/play /usr/share/asterisk/sounds/privmanfailed.gsm)
+ exten => s,8,Gosub(std-priv-exten,s,1(Zap/3r1&Zap/5r1,2,25,mtw,telemarket,telemarket))
+ exten => s,9,Hangup()
+ exten => s,10,Return()
+@@ -2168,7 +2168,7 @@
+ exten => s,30,verbose(direct is XXX#${direct}XXXX)
+ exten => s,31,Playback(greetings/direct)
+ exten => s,32,Playback(/var/spool/asterisk/voicemail/default/${direct}/greet)
+-exten => s,33,TrySystem(/usr/bin/play /var/lib/asterisk/sounds/call-for.gsm)
++exten => s,33,TrySystem(/usr/bin/play /usr/share/asterisk/sounds/call-for.gsm)
+ exten => s,34,TrySystem(/usr/bin/play /var/spool/asterisk/voicemail/default/${direct}/greet.wav&)
+ exten => s,35,Goto(sw-92-${direct},10)
+ exten => s,36,NoOp(Finish switch-if-homeline-91-92)
+@@ -2247,7 +2247,7 @@
+ exten => sw-92-2,11,Goto(s,loopback)
+ exten => sw-92-1,10,Gosub(std-priv-exten,s,1(Zap/6r3&Sip/murf,1,25,mpA(beep)tw,telemarket,telemarket))
+ exten => sw-92-1,11,Goto(s,loopback)
+-exten => 1,1,TrySystem(/usr/bin/play /var/lib/asterisk/sounds/call-for.gsm)
++exten => 1,1,TrySystem(/usr/bin/play /usr/share/asterisk/sounds/call-for.gsm)
+ exten => 1,2,TrySystem(/usr/bin/play /var/spool/asterisk/voicemail/default/2/greet.wav&)
+ exten => 1,3,Gosub(std-priv-exten,s,1(Zap/3r1&Zap/5r1,2,25,mtw,telemarket,telemarket))
+ exten => 1,4,Goto(s,loopback)
+@@ -2324,31 +2324,31 @@
+ [homeline-kids]
+ exten => s,1(begin),Background(murphy-homeline-kids)
+-exten => 1,1,TrySystem(/usr/bin/play /var/lib/asterisk/sounds/call-for.gsm)
++exten => 1,1,TrySystem(/usr/bin/play /usr/share/asterisk/sounds/call-for.gsm)
+ exten => 1,2,TrySystem(/usr/bin/play /var/spool/asterisk/voicemail/default/3/greet.wav&)
+ exten => 1,3,Gosub(std-priv-exten,s,1(IAX2/seaniax&Zap/5r2,3,35,mtw,telemarket,telemarket))
+ exten => 1,4,Goto(homeline,s,loopback)
+-exten => 2,1,TrySystem(/usr/bin/play /var/lib/asterisk/sounds/call-for.gsm)
++exten => 2,1,TrySystem(/usr/bin/play /usr/share/asterisk/sounds/call-for.gsm)
+ exten => 2,2,TrySystem(/usr/bin/play /var/spool/asterisk/voicemail/default/4/greet.wav&)
+ exten => 2,3,Voicemail(u4)
+ exten => 2,4,Goto(homeline,s,loopback)
+-exten => 3,1,TrySystem(/usr/bin/play /var/lib/asterisk/sounds/call-for.gsm)
++exten => 3,1,TrySystem(/usr/bin/play /usr/share/asterisk/sounds/call-for.gsm)
+ exten => 3,2,TrySystem(/usr/bin/play /var/spool/asterisk/voicemail/default/5/greet.wav&)
+ exten => 3,3,Gosub(std-priv-exten,s,1(Zap/3r2&Zap/5r2,5,35,mtw,telemarket,telemarket))
+ exten => 3,4,Goto(homeline,s,loopback)
+-exten => 4,1,TrySystem(/usr/bin/play /var/lib/asterisk/sounds/call-for.gsm)
++exten => 4,1,TrySystem(/usr/bin/play /usr/share/asterisk/sounds/call-for.gsm)
+ exten => 4,2,TrySystem(/usr/bin/play /var/spool/asterisk/voicemail/default/6/greet.wav&)
+ exten => 4,3,Gosub(std-priv-exten,s,1(Zap/3r2&Zap/5r2,6,35,mtw,telemarket,telemarket))
+ exten => 4,4,Goto(homeline,s,loopback)
+-exten => 5,1,TrySystem(/usr/bin/play /var/lib/asterisk/sounds/call-for.gsm)
++exten => 5,1,TrySystem(/usr/bin/play /usr/share/asterisk/sounds/call-for.gsm)
+ exten => 5,2,TrySystem(/usr/bin/play /var/spool/asterisk/voicemail/default/7/greet.wav&)
+ exten => 5,3,Gosub(std-priv-exten,s,1(Zap/3r2&Zap/5r2,7,35,mtw,telemarket,telemarket))
+ exten => 5,4,Goto(homeline,s,loopback)
+-exten => 6,1,TrySystem(/usr/bin/play /var/lib/asterisk/sounds/call-for.gsm)
++exten => 6,1,TrySystem(/usr/bin/play /usr/share/asterisk/sounds/call-for.gsm)
+ exten => 6,2,TrySystem(/usr/bin/play /var/spool/asterisk/voicemail/default/8/greet.wav&)
+ exten => 6,3,Gosub(std-priv-exten,s,1(Zap/3r2&Zap/5r2,8,35,mtw,telemarket,telemarket))
+ exten => 6,4,Goto(homeline,s,loopback)
+-exten => 7,1,TrySystem(/usr/bin/play /var/lib/asterisk/sounds/call-for.gsm)
++exten => 7,1,TrySystem(/usr/bin/play /usr/share/asterisk/sounds/call-for.gsm)
+ exten => 7,2,TrySystem(/usr/bin/play /var/spool/asterisk/voicemail/default/9/greet.wav&)
+ exten => 7,3,Gosub(std-priv-exten,s,1(Zap/3r2&Zap/5r2,9,35,mtw,telemarket,telemarket))
+ exten => 7,4,Goto(homeline,s,loopback)
+@@ -2376,7 +2376,7 @@
+ exten => s,6,TrySystem(/usr/local/bin/who-is-it ${CALLERID(num)} "${CALLERID(name)}"&)
+ exten => s,7(loopback),Background(greetings/greeting)
+ exten => s,8,Background(murphy-office-intro1)
+-exten => 1,1,TrySystem(/usr/bin/play /var/lib/asterisk/sounds/call-for.gsm)
++exten => 1,1,TrySystem(/usr/bin/play /usr/share/asterisk/sounds/call-for.gsm)
+ exten => 1,2,TrySystem(/usr/bin/play /var/spool/asterisk/voicemail/default/1/greet.wav&)
+ exten => 1,3,Gosub(std-priv-exten,s,1(Zap/6&Sip/murf,1,30,mtw,telemarket,telemarket))
+ exten => 1,4,Goto(s,loopback)
+@@ -2502,7 +2502,7 @@
+ exten => 760,1,DateTime()
+ exten => 760,2,Goto(s,loopback)
+ exten => 761,1,Record(announcement:gsm)
+-exten => 761,2,TrySystem(/usr/bin/play /var/lib/asterisk/sounds/announcement.gsm&)
++exten => 761,2,TrySystem(/usr/bin/play /usr/share/asterisk/sounds/announcement.gsm&)
+ exten => 761,3,Goto(s,loopback)
+ exten => 762,1,agi(tts-riddle.agi)
+ exten => 762,2,Background(gsm/what-time-it-is2)
+Index: pbx/ael/ael-test/ael-test3/extensions.ael
+===================================================================
+--- pbx/ael/ael-test/ael-test3/extensions.ael  (revision 222649)
++++ pbx/ael/ael-test/ael-test3/extensions.ael  (working copy)
+@@ -2049,7 +2049,7 @@
+ macro callerid-liar()
+ {
+-      TrySystem(/usr/bin/play /var/lib/asterisk/sounds/priv-callerintros/LIAR.gsm&);
++      TrySystem(/usr/bin/play /usr/share/asterisk/sounds/priv-callerintros/LIAR.gsm&);
+       Background(priv-liar);  // Script: OOOps! Sorry! I don't allow men with ski masks pulled over their 
+                             //         faces to get in the front door, and unidentified callers won't fair
+                             //         any better. You entered *MY* phone number. That won't work.
+@@ -2106,7 +2106,7 @@
+               PrivacyManager();
+               if( "${PRIVACYMGRSTATUS}" = "FAILED" )
+               {
+-                      TrySystem(/usr/bin/play /var/lib/asterisk/sounds/privmanfailed.gsm);
++                      TrySystem(/usr/bin/play /usr/share/asterisk/sounds/privmanfailed.gsm);
+                       &std-priv-exten(Zap/3r1&Zap/5r1,2,25,mtw,telemarket,telemarket);
+                       Hangup();
+                       return;
+@@ -2138,7 +2138,7 @@
+                       verbose(direct is XXX#${direct}XXXX);
+                       Playback(greetings/direct); // Welcome to the Murphy residence. This system will automatically try to connect you to...
+                       Playback(/var/spool/asterisk/voicemail/default/${direct}/greet);
+-                      TrySystem(/usr/bin/play /var/lib/asterisk/sounds/call-for.gsm);
++                      TrySystem(/usr/bin/play /usr/share/asterisk/sounds/call-for.gsm);
+                       TrySystem(/usr/bin/play /var/spool/asterisk/voicemail/default/${direct}/greet.wav&);
+                       switch(${direct})
+                       {
+@@ -2223,7 +2223,7 @@
+               
+       }
+       1 => {  // Sonya
+-                      TrySystem(/usr/bin/play /var/lib/asterisk/sounds/call-for.gsm);
++                      TrySystem(/usr/bin/play /usr/share/asterisk/sounds/call-for.gsm);
+                       TrySystem(/usr/bin/play /var/spool/asterisk/voicemail/default/2/greet.wav&);
+                       &std-priv-exten(Zap/3r1&Zap/5r1,2,25,mtw,telemarket,telemarket);
+                       goto s|loopback;
+@@ -2421,51 +2421,51 @@
+               Background(murphy-homeline-kids);        //  Which Kid? 1=Sean, 2:Eric, 3:Ryan, 4:Kyle, 5:Amber, 6:Alex, 7:Neal
+       }
+       1 => {  // SEAN
+-                      TrySystem(/usr/bin/play /var/lib/asterisk/sounds/call-for.gsm);
++                      TrySystem(/usr/bin/play /usr/share/asterisk/sounds/call-for.gsm);
+                       TrySystem(/usr/bin/play /var/spool/asterisk/voicemail/default/3/greet.wav&);
+                       // &std-priv-exten(Zap/3r2&Zap/5r2,3,35,mtw,telemarket,telemarket);
+                       &std-priv-exten(IAX2/seaniax&Zap/5r2,3,35,mtw,telemarket,telemarket);
+                       goto homeline|s|loopback;
+       }
+       2 => {  // ERIC
+-                      TrySystem(/usr/bin/play /var/lib/asterisk/sounds/call-for.gsm);
++                      TrySystem(/usr/bin/play /usr/share/asterisk/sounds/call-for.gsm);
+                       TrySystem(/usr/bin/play /var/spool/asterisk/voicemail/default/4/greet.wav&);
+                       Voicemail(u4);
+                       goto homeline|s|loopback;
+                       
+                       // SetMusicOnHold(erics);
+-                      // TrySystem(/usr/bin/play /var/lib/asterisk/sounds/call-for.gsm);
++                      // TrySystem(/usr/bin/play /usr/share/asterisk/sounds/call-for.gsm);
+                       // TrySystem(/usr/bin/play /var/spool/asterisk/voicemail/default/4/greet.wav&);
+                       // &std-priv-exten(Zap/3r2&Zap/5r2,4,35,mtw,telemarket,telemarket);
+                       // goto homeline|s|loopback;
+       }
+       3 => {  // RYAN
+-                      TrySystem(/usr/bin/play /var/lib/asterisk/sounds/call-for.gsm);
++                      TrySystem(/usr/bin/play /usr/share/asterisk/sounds/call-for.gsm);
+                       TrySystem(/usr/bin/play /var/spool/asterisk/voicemail/default/5/greet.wav&);
+                       &std-priv-exten(Zap/3r2&Zap/5r2,5,35,mtw,telemarket,telemarket);
+                       goto homeline|s|loopback;
+       }
+       4 => {  // KYLE
+-                      TrySystem(/usr/bin/play /var/lib/asterisk/sounds/call-for.gsm);
++                      TrySystem(/usr/bin/play /usr/share/asterisk/sounds/call-for.gsm);
+                       TrySystem(/usr/bin/play /var/spool/asterisk/voicemail/default/6/greet.wav&);
+                       &std-priv-exten(Zap/3r2&Zap/5r2,6,35,mtw,telemarket,telemarket);
+                       goto homeline|s|loopback;
+       }
+       5 => {
+-                      TrySystem(/usr/bin/play /var/lib/asterisk/sounds/call-for.gsm);
++                      TrySystem(/usr/bin/play /usr/share/asterisk/sounds/call-for.gsm);
+                       TrySystem(/usr/bin/play /var/spool/asterisk/voicemail/default/7/greet.wav&);
+                       &std-priv-exten(Zap/3r2&Zap/5r2,7,35,mtw,telemarket,telemarket);
+                       goto homeline|s|loopback;
+                       
+       }
+       6 => {
+-                      TrySystem(/usr/bin/play /var/lib/asterisk/sounds/call-for.gsm);
++                      TrySystem(/usr/bin/play /usr/share/asterisk/sounds/call-for.gsm);
+                       TrySystem(/usr/bin/play /var/spool/asterisk/voicemail/default/8/greet.wav&);
+                       &std-priv-exten(Zap/3r2&Zap/5r2,8,35,mtw,telemarket,telemarket);
+                       goto homeline|s|loopback;
+       }
+       7 => {
+-                      TrySystem(/usr/bin/play /var/lib/asterisk/sounds/call-for.gsm);
++                      TrySystem(/usr/bin/play /usr/share/asterisk/sounds/call-for.gsm);
+                       TrySystem(/usr/bin/play /var/spool/asterisk/voicemail/default/9/greet.wav&);
+                       &std-priv-exten(Zap/3r2&Zap/5r2,9,35,mtw,telemarket,telemarket);
+                       goto homeline|s|loopback;
+@@ -2517,7 +2517,7 @@
+                                               // Otherwise, dial 1, and hopefully, you will reach Steve.
+       }
+       1 => {
+-              TrySystem(/usr/bin/play /var/lib/asterisk/sounds/call-for.gsm);
++              TrySystem(/usr/bin/play /usr/share/asterisk/sounds/call-for.gsm);
+               TrySystem(/usr/bin/play /var/spool/asterisk/voicemail/default/1/greet.wav&);
+               
+               &std-priv-exten(Zap/6&Sip/murf,1,30,mtw,telemarket,telemarket);
+@@ -2778,7 +2778,7 @@
+       }
+       761 => {
+               Record(announcement:gsm);
+-              TrySystem(/usr/bin/play /var/lib/asterisk/sounds/announcement.gsm&);
++              TrySystem(/usr/bin/play /usr/share/asterisk/sounds/announcement.gsm&);
+               goto s|loopback;
+       }
+       762 => {
+Index: pbx/ael/ael-test/ael-vtest13/extensions.ael
+===================================================================
+--- pbx/ael/ael-test/ael-vtest13/extensions.ael        (revision 222649)
++++ pbx/ael/ael-test/ael-vtest13/extensions.ael        (working copy)
+@@ -2048,7 +2048,7 @@
+ macro callerid-liar()
+ {
+-      TrySystem(/usr/bin/play /var/lib/asterisk/sounds/priv-callerintros/LIAR.gsm&);
++      TrySystem(/usr/bin/play /usr/share/asterisk/sounds/priv-callerintros/LIAR.gsm&);
+       Background(priv-liar);  // Script: OOOps! Sorry! I don't allow men with ski masks pulled over their 
+                             //         faces to get in the front door, and unidentified callers won't fair
+                             //         any better. You entered *MY* phone number. That won't work.
+@@ -2105,7 +2105,7 @@
+               PrivacyManager();
+               if( "${PRIVACYMGRSTATUS}" = "FAILED" )
+               {
+-                      TrySystem(/usr/bin/play /var/lib/asterisk/sounds/privmanfailed.gsm);
++                      TrySystem(/usr/bin/play /usr/share/asterisk/sounds/privmanfailed.gsm);
+                       &std-priv-exten(Zap/3r1&Zap/5r1,2,25,mtw,telemarket,telemarket);
+                       Hangup();
+                       return;
+@@ -2137,7 +2137,7 @@
+                       verbose(direct is XXX#${direct}XXXX);
+                       Playback(greetings/direct); // Welcome to the Murphy residence. This system will automatically try to connect you to...
+                       Playback(/var/spool/asterisk/voicemail/default/${direct}/greet);
+-                      TrySystem(/usr/bin/play /var/lib/asterisk/sounds/call-for.gsm);
++                      TrySystem(/usr/bin/play /usr/share/asterisk/sounds/call-for.gsm);
+                       TrySystem(/usr/bin/play /var/spool/asterisk/voicemail/default/${direct}/greet.wav&);
+                       switch(${direct})
+                       {
+@@ -2222,7 +2222,7 @@
+               
+       }
+       1 => {  // Sonya
+-                      TrySystem(/usr/bin/play /var/lib/asterisk/sounds/call-for.gsm);
++                      TrySystem(/usr/bin/play /usr/share/asterisk/sounds/call-for.gsm);
+                       TrySystem(/usr/bin/play /var/spool/asterisk/voicemail/default/2/greet.wav&);
+                       &std-priv-exten(Zap/3r1&Zap/5r1,2,25,mtw,telemarket,telemarket);
+                       goto s|loopback;
+@@ -2420,51 +2420,51 @@
+               Background(murphy-homeline-kids);        //  Which Kid? 1=Sean, 2:Eric, 3:Ryan, 4:Kyle, 5:Amber, 6:Alex, 7:Neal
+       }
+       1 => {  // SEAN
+-                      TrySystem(/usr/bin/play /var/lib/asterisk/sounds/call-for.gsm);
++                      TrySystem(/usr/bin/play /usr/share/asterisk/sounds/call-for.gsm);
+                       TrySystem(/usr/bin/play /var/spool/asterisk/voicemail/default/3/greet.wav&);
+                       // &std-priv-exten(Zap/3r2&Zap/5r2,3,35,mtw,telemarket,telemarket);
+                       &std-priv-exten(IAX2/seaniax&Zap/5r2,3,35,mtw,telemarket,telemarket);
+                       goto homeline|s|loopback;
+       }
+       2 => {  // ERIC
+-                      TrySystem(/usr/bin/play /var/lib/asterisk/sounds/call-for.gsm);
++                      TrySystem(/usr/bin/play /usr/share/asterisk/sounds/call-for.gsm);
+                       TrySystem(/usr/bin/play /var/spool/asterisk/voicemail/default/4/greet.wav&);
+                       Voicemail(u4);
+                       goto homeline|s|loopback;
+                       
+                       // SetMusicOnHold(erics);
+-                      // TrySystem(/usr/bin/play /var/lib/asterisk/sounds/call-for.gsm);
++                      // TrySystem(/usr/bin/play /usr/share/asterisk/sounds/call-for.gsm);
+                       // TrySystem(/usr/bin/play /var/spool/asterisk/voicemail/default/4/greet.wav&);
+                       // &std-priv-exten(Zap/3r2&Zap/5r2,4,35,mtw,telemarket,telemarket);
+                       // goto homeline|s|loopback;
+       }
+       3 => {  // RYAN
+-                      TrySystem(/usr/bin/play /var/lib/asterisk/sounds/call-for.gsm);
++                      TrySystem(/usr/bin/play /usr/share/asterisk/sounds/call-for.gsm);
+                       TrySystem(/usr/bin/play /var/spool/asterisk/voicemail/default/5/greet.wav&);
+                       &std-priv-exten(Zap/3r2&Zap/5r2,5,35,mtw,telemarket,telemarket);
+                       goto homeline|s|loopback;
+       }
+       4 => {  // KYLE
+-                      TrySystem(/usr/bin/play /var/lib/asterisk/sounds/call-for.gsm);
++                      TrySystem(/usr/bin/play /usr/share/asterisk/sounds/call-for.gsm);
+                       TrySystem(/usr/bin/play /var/spool/asterisk/voicemail/default/6/greet.wav&);
+                       &std-priv-exten(Zap/3r2&Zap/5r2,6,35,mtw,telemarket,telemarket);
+                       goto homeline|s|loopback;
+       }
+       5 => {
+-                      TrySystem(/usr/bin/play /var/lib/asterisk/sounds/call-for.gsm);
++                      TrySystem(/usr/bin/play /usr/share/asterisk/sounds/call-for.gsm);
+                       TrySystem(/usr/bin/play /var/spool/asterisk/voicemail/default/7/greet.wav&);
+                       &std-priv-exten(Zap/3r2&Zap/5r2,7,35,mtw,telemarket,telemarket);
+                       goto homeline|s|loopback;
+                       
+       }
+       6 => {
+-                      TrySystem(/usr/bin/play /var/lib/asterisk/sounds/call-for.gsm);
++                      TrySystem(/usr/bin/play /usr/share/asterisk/sounds/call-for.gsm);
+                       TrySystem(/usr/bin/play /var/spool/asterisk/voicemail/default/8/greet.wav&);
+                       &std-priv-exten(Zap/3r2&Zap/5r2,8,35,mtw,telemarket,telemarket);
+                       goto homeline|s|loopback;
+       }
+       7 => {
+-                      TrySystem(/usr/bin/play /var/lib/asterisk/sounds/call-for.gsm);
++                      TrySystem(/usr/bin/play /usr/share/asterisk/sounds/call-for.gsm);
+                       TrySystem(/usr/bin/play /var/spool/asterisk/voicemail/default/9/greet.wav&);
+                       &std-priv-exten(Zap/3r2&Zap/5r2,9,35,mtw,telemarket,telemarket);
+                       goto homeline|s|loopback;
+@@ -2516,7 +2516,7 @@
+                                               // Otherwise, dial 1, and hopefully, you will reach Steve.
+       }
+       1 => {
+-              TrySystem(/usr/bin/play /var/lib/asterisk/sounds/call-for.gsm);
++              TrySystem(/usr/bin/play /usr/share/asterisk/sounds/call-for.gsm);
+               TrySystem(/usr/bin/play /var/spool/asterisk/voicemail/default/1/greet.wav&);
+               
+               &std-priv-exten(Zap/6&Sip/murf,1,30,mtw,telemarket,telemarket);
+@@ -2777,7 +2777,7 @@
+       }
+       761 => {
+               Record(announcement:gsm);
+-              TrySystem(/usr/bin/play /var/lib/asterisk/sounds/announcement.gsm&);
++              TrySystem(/usr/bin/play /usr/share/asterisk/sounds/announcement.gsm&);
+               goto s|loopback;
+       }
+       762 => {
+Index: agi/jukebox.agi
+===================================================================
+--- agi/jukebox.agi    (revision 222649)
++++ agi/jukebox.agi    (working copy)
+@@ -17,7 +17,7 @@
+ #
+ # Uses festival to list off all your MP3 music files over a channel in
+ # a hierarchical fashion.  Put this file in your agi-bin folder which
+-# is located at: /var/lib/asterisk/agi-bin  Be sure to chmod +x it!
++# is located at: /usr/share/asterisk/agi-bin  Be sure to chmod +x it!
+ #
+ # Invocation Example:
+ #   exten => 68742,1,Answer()
+Index: agi/DialAnMp3.agi
+===================================================================
+--- agi/DialAnMp3.agi  (revision 222649)
++++ agi/DialAnMp3.agi  (working copy)
+@@ -17,7 +17,7 @@
+       print STDERR " -- $i = $AGI{$i}\n";
+ }
+-dbmopen(%DIGITS, "/var/lib/asterisk/mp3list", 0644) || die("Unable to open mp3list");;
++dbmopen(%DIGITS, "/usr/share/asterisk/mp3list", 0644) || die("Unable to open mp3list");;
+ sub checkresult {
+       my ($res) = @_;
+Index: agi/numeralize
+===================================================================
+--- agi/numeralize     (revision 222649)
++++ agi/numeralize     (working copy)
+@@ -6,7 +6,7 @@
+ $mp3dir="/usr/media/mpeg3";
+-dbmopen(%DIGITS, "/var/lib/asterisk/mp3list", 0644) || die("Unable to open mp3list");;
++dbmopen(%DIGITS, "/usr/share/asterisk/mp3list", 0644) || die("Unable to open mp3list");;
+ sub process_dir {
+       my ($dir) = @_;
+       my $file;
+Index: apps/app_rpt.c
+===================================================================
+--- apps/app_rpt.c     (revision 222649)
++++ apps/app_rpt.c     (working copy)
+@@ -241,7 +241,7 @@
+ #define       TONEMACRO "tonemacro"
+ #define       FUNCCHAR '*'
+ #define       ENDCHAR '#'
+-#define       EXTNODEFILE "/var/lib/asterisk/rpt_extnodes"
++#define       EXTNODEFILE "/usr/share/asterisk/rpt_extnodes"
+ #define       NODENAMES "rpt/nodenames"
+ #define       PARROTFILE "/tmp/parrot_%s_%u"
+Index: doc/osp.txt
+===================================================================
+--- doc/osp.txt        (revision 222649)
++++ doc/osp.txt        (working copy)
+@@ -136,7 +136,7 @@
+ Compilation is successful if there are no errors in the compiler output. The enroll program is now located in the OSP Toolkit/bin directory (example: /usr/src/ TK-3_3_6-20060303/bin). 
+ 2.2 Obtain Crypto Files
+-The OSP module in Asterisk requires three crypto files containing a local certificate (localcert.pem), private key (pkey.pem), and CA certificate (cacert_0.pem).  Asterisk will try to load the files from the Asterisk public/private key directory - /var/lib/asterisk/keys.  If the files are not present, the OSP module will not start and the Asterisk will not support the OSP protocol.  Use the enroll.sh script from the toolkit distribution to enroll Asterisk with an OSP server and obtain the crypto files.  Documentation explaining how to use the enroll.sh script (Device Enrollment) to enroll with an OSP server is available at http://www.transnexus.com/OSP%20Toolkit/OSP%20Toolkit%20Documents/Device_Enrollment.pdf.  Copy the files generated by the enrollment process to the Asterisk /var/lib/asterisk/keys directory.  
++The OSP module in Asterisk requires three crypto files containing a local certificate (localcert.pem), private key (pkey.pem), and CA certificate (cacert_0.pem).  Asterisk will try to load the files from the Asterisk public/private key directory - /usr/share/asterisk/keys.  If the files are not present, the OSP module will not start and the Asterisk will not support the OSP protocol.  Use the enroll.sh script from the toolkit distribution to enroll Asterisk with an OSP server and obtain the crypto files.  Documentation explaining how to use the enroll.sh script (Device Enrollment) to enroll with an OSP server is available at http://www.transnexus.com/OSP%20Toolkit/OSP%20Toolkit%20Documents/Device_Enrollment.pdf.  Copy the files generated by the enrollment process to the Asterisk /usr/share/asterisk/keys directory.  
+ Note: The osptestserver.transnexus.com is configured only for sending and receiving non-SSL messages, and issuing signed tokens. If you need help, post a message on the OSP mailing list at https://lists.sourceforge.net/lists/listinfo/osp-toolkit-client..
+@@ -183,7 +183,7 @@
+ verify return:1
+ The certificate request was successful.
+ Error Code returned from localcert command : 0
+-The files generated should be copied to the /var/lib/asterisk/keys directory. 
++The files generated should be copied to the /usr/share/asterisk/keys directory. 
+ Note: The script enroll.sh requires AT&T korn shell (ksh) or any of its compatible variants. The /usr/src/TK-3_3_6-20060303/bin directory should be in the PATH variable. Otherwise, enroll.sh cannot find the enroll file.
+ 3 Asterisk
+@@ -247,9 +247,9 @@
+ source=[host IP]
+ ;
+ ; Define path and file name of crypto files.
+-; The default path for crypto file is /var/lib/asterisk/keys.  If no
++; The default path for crypto file is /usr/share/asterisk/keys.  If no
+ ; path is defined, crypto files should be in  
+-; /var/lib/asterisk/keys directory.
++; /usr/share/asterisk/keys directory.
+ ;
+ ; Specify the private key file name.  
+ ; If this parameter is unspecified or not present, the default name 
+Index: doc/tex/phoneprov.tex
+===================================================================
+--- doc/tex/phoneprov.tex      (revision 222649)
++++ doc/tex/phoneprov.tex      (working copy)
+@@ -58,7 +58,7 @@
+ [polycom]
+ staticdir => configs/
+ mime_type => text/xml
+-setvar => CUSTOM_CONFIG=/var/lib/asterisk/phoneprov/configs/custom.cfg
++setvar => CUSTOM_CONFIG=/usr/share/asterisk/phoneprov/configs/custom.cfg
+ static_file => bootrom.ld,application/octet-stream
+ static_file => bootrom.ver,plain/text
+ static_file => sip.ld,application/octet-stream
+Index: doc/tex/ael.tex
+===================================================================
+--- doc/tex/ael.tex    (revision 222649)
++++ doc/tex/ael.tex    (working copy)
+@@ -1167,7 +1167,7 @@
+       the application that would set that variable is not called in
+       the same extension. This is a warning only...
+     \item Calls to applications not in the "applist" database (installed
+-      in \path{/var/lib/asterisk/applist}" on most systems).
++      in \path{/usr/share/asterisk/applist}" on most systems).
+     \item In an assignment statement, if the assignment is to a function,
+       the function name used is checked to see if it one of the
+       currently known functions. A warning is issued if it is not.
+Index: doc/tex/asterisk-conf.tex
+===================================================================
+--- doc/tex/asterisk-conf.tex  (revision 222649)
++++ doc/tex/asterisk-conf.tex  (working copy)
+@@ -18,10 +18,10 @@
+ astmoddir => /usr/lib/asterisk/modules
+ ; Where additional 'library' elements (scripts, etc.) are located
+-astvarlibdir => /var/lib/asterisk
++astvarlibdir => /usr/share/asterisk
+ ; Where AGI scripts/programs are located
+-astagidir => /var/lib/asterisk/agi-bin
++astagidir => /usr/share/asterisk/agi-bin
+ ; Where spool directories are located
+ ; Voicemail, monitor, dictation and other apps will create files here
+Index: doc/tex/privacy.tex
+===================================================================
+--- doc/tex/privacy.tex        (revision 222649)
++++ doc/tex/privacy.tex        (working copy)
+@@ -210,7 +210,7 @@
+ When there is no CallerID, P and p options will always record an intro
+ for the incoming caller. This intro will be stored temporarily in the
+-\path{/var/lib/asterisk/sounds/priv-callerintros} dir, under the name
++\path{/usr/share/asterisk/sounds/priv-callerintros} dir, under the name
+ NOCALLERID\_$<$extension$>$ $<$channelname$>$ and will be erased after the
+ callee decides what to do with the call.
+@@ -245,7 +245,7 @@
+ \subsubsection{Introductions}
+ Unless instructed to not save introductions (see the 'n' option above),
+ the screening modes will save the recordings of the caller's names in
+-the directory \path{/var/lib/asterisk/sounds/priv-callerintros}, if they have
++the directory \path{/usr/share/asterisk/sounds/priv-callerintros}, if they have
+ a CallerID.  Just the 10-digit callerid numbers are used as filenames,
+ with a ".gsm" at the end.
+@@ -260,7 +260,7 @@
+ \begin{astlisting}
+ \begin{verbatim}
+-exten => s,6,Set(PATH=/var/lib/asterisk/sounds/priv-callerintros)
++exten => s,6,Set(PATH=/usr/share/asterisk/sounds/priv-callerintros)
+ exten => s,7,System(/usr/bin/play ${PATH}/${CALLERID(num)}.gsm&,0)
+ \end{verbatim}
+ \end{astlisting}
+Index: configs/iax.conf.sample
+===================================================================
+--- configs/iax.conf.sample    (revision 222649)
++++ configs/iax.conf.sample    (working copy)
+@@ -412,8 +412,8 @@
+ ; authentication is used, "inkeys" is a list of acceptable public keys on the 
+ ; local system that can be used to authenticate the remote peer, separated by
+ ; the ":" character.  "outkey" is a single, private key to use to authenticate
+-; to the other side.  Public keys are named /var/lib/asterisk/keys/<name>.pub
+-; while private keys are named /var/lib/asterisk/keys/<name>.key.  Private
++; to the other side.  Public keys are named /usr/share/asterisk/keys/<name>.pub
++; while private keys are named /usr/share/asterisk/keys/<name>.key.  Private
+ ; keys should always be 3DES encrypted.
+ ;
+ ;
+Index: configs/festival.conf.sample
+===================================================================
+--- configs/festival.conf.sample       (revision 222649)
++++ configs/festival.conf.sample       (working copy)
+@@ -21,7 +21,7 @@
+ ; THIS DIRECTORY *MUST* EXIST and must be writable from the asterisk process.
+ ; Defaults to /tmp/
+ ;
+-;cachedir=/var/lib/asterisk/festivalcache/
++;cachedir=/var/spool/asterisk/festival/
+ ;
+ ; Festival command to send to the server.
+ ; Defaults to: (tts_textasterisk "%s" 'file)(quit)\n
+Index: configs/http.conf.sample
+===================================================================
+--- configs/http.conf.sample   (revision 222649)
++++ configs/http.conf.sample   (working copy)
+@@ -5,7 +5,7 @@
+ ; Note about Asterisk documentation:
+ ;   If Asterisk was installed from a tarball, then the HTML documentation should
+ ;   be installed in the static-http/docs directory which is
+-;   (/var/lib/asterisk/static-http/docs) on linux by default.  If the Asterisk
++;   (/usr/share/asterisk/static-http/docs) on linux by default.  If the Asterisk
+ ;   HTTP server is enabled in this file by setting the "enabled", "bindaddr",
+ ;   and "bindport" options, then you should be able to view the documentation
+ ;   remotely by browsing to:
+@@ -66,6 +66,6 @@
+ ;[post_mappings]
+ ;
+ ; In this example, if the prefix option is set to "asterisk", then using the
+-; POST URL: /asterisk/uploads will put files in /var/lib/asterisk/uploads/.
+-;uploads = /var/lib/asterisk/uploads/
++; POST URL: /asterisk/uploads will put files in /var/spool/asterisk/uploads/.
++;uploads = /var/spool/asterisk/uploads/
+ ;
+Index: configs/phoneprov.conf.sample
+===================================================================
+--- configs/phoneprov.conf.sample      (revision 222649)
++++ configs/phoneprov.conf.sample      (working copy)
+@@ -57,4 +57,4 @@
+ ${TOLOWER(${MAC})}-phone.cfg => 000000000000-phone.cfg   ; (relative to AST_DATA_DIR/phoneprov)
+ config/${TOLOWER(${MAC})} => polycom.xml                 ; Dynamic Filename => template file 
+ ${TOLOWER(${MAC})}-directory.xml => 000000000000-directory.xml
+-setvar => CUSTOM_CONFIG=/var/lib/asterisk/phoneprov/configs/custom.cfg  ; Custom variable
++setvar => CUSTOM_CONFIG=/usr/share/asterisk/phoneprov/configs/custom.cfg  ; Custom variable
+Index: configs/musiconhold.conf.sample
+===================================================================
+--- configs/musiconhold.conf.sample    (revision 222649)
++++ configs/musiconhold.conf.sample    (working copy)
+@@ -39,11 +39,11 @@
+ [default]
+ mode=files
+-directory=/var/lib/asterisk/moh
++directory=/usr/share/asterisk/moh
+ ;
+ ;[native-random]
+ ;mode=files
+-;directory=/var/lib/asterisk/moh
++;directory=/usr/share/asterisk/moh
+ ;digit=#        ; If this option is set for a class, then when callers are
+ ;               ; listening to music on hold, they can press this digit, and
+ ;               ; they will switch to listening to this music class.
+@@ -51,7 +51,7 @@
+ ;[native-alphabetical]
+ ;mode=files
+-;directory=/var/lib/asterisk/moh
++;directory=/usr/share/asterisk/moh
+ ;sort=alpha     ; Sort the files in alphabetical order.  If this option is
+ ;               ; not specified, the sort order is undefined.
+@@ -63,7 +63,7 @@
+ ;mode=custom
+ ; Note that with mode=custom, a directory is not required, such as when reading
+ ; from a stream.
+-;directory=/var/lib/asterisk/mohmp3
++;directory=/usr/share/asterisk/mohmp3
+ ;application=/usr/bin/mpg123 -q -r 8000 -f 8192 -b 2048 --mono -s
+ ;[ulawstream]
+@@ -75,5 +75,5 @@
+ ; choice
+ ;[solaris]
+ ;mode=custom
+-;directory=/var/lib/asterisk/mohmp3
++;directory=/usr/share/asterisk/mohmp3
+ ;application=/site/sw/bin/madplay -Q -o raw:- --mono -R 8000 -a -12
+Index: configs/osp.conf.sample
+===================================================================
+--- configs/osp.conf.sample    (revision 222649)
++++ configs/osp.conf.sample    (working copy)
+@@ -36,8 +36,8 @@
+ ;source=domain name or [IP address in brackets]
+ ;
+ ; Define path and file name of crypto files.
+-; The default path for crypto file is /var/lib/asterisk/keys.  If no path is 
+-; defined, crypto files will in /var/lib/asterisk/keys directory.
++; The default path for crypto file is /usr/share/asterisk/keys.  If no path is 
++; defined, crypto files will in /usr/share/asterisk/keys directory.
+ ;
+ ; Specify the private key file name.  
+ ; If this parameter is unspecified or not present, the default name will be the 
+Index: configs/res_config_sqlite.conf
+===================================================================
+--- configs/res_config_sqlite.conf     (revision 222649)
++++ configs/res_config_sqlite.conf     (working copy)
+@@ -1,7 +1,7 @@
+ [general]
+ ; The database file.
+-dbfile => /var/lib/asterisk/sqlite.db
++dbfile => /var/spool/asterisk/sqlite.db
+ ; Both config_table and cdr_table are optional. If config_table is omitted,
+ ; you must specify it in extconfig.conf. If it is both provided here and in
+Index: utils/ael_main.c
+===================================================================
+--- utils/ael_main.c   (revision 222649)
++++ utils/ael_main.c   (working copy)
+@@ -496,7 +496,7 @@
+               strcpy(config_dir, "/etc/asterisk");
+               localized_use_conf_dir();
+       }
+-      strcpy(var_dir, "/var/lib/asterisk");
++      strcpy(var_dir, "/usr/share/asterisk");
+       
+       if( dump_extensions ) {
+               dumpfile = fopen("extensions.conf.aeldump","w");
+Index: contrib/scripts/astgenkey.8
+===================================================================
+--- contrib/scripts/astgenkey.8        (revision 222649)
++++ contrib/scripts/astgenkey.8        (working copy)
+@@ -88,7 +88,7 @@
+ .RE
+ Those files should be copied to 
+-.I /var/lib/asterisk/keys
++.I /usr/share/asterisk/keys
+ (The private key: on your system. The public key: on other systems)
+@@ -122,10 +122,10 @@
+ And then make the key accessible to Asterisk (assuming you run it as
+ user "asterisk").
+-  chown asterisk /var/lib/asterisk/keys/yourname.*
++  chown asterisk /usr/share/asterisk/keys/yourname.*
+ .SH FILES
+-.I /var/lib/asterisk/keys
++.I /usr/share/asterisk/keys
+ .RS
+ .RE
+Index: contrib/scripts/astgenkey
+===================================================================
+--- contrib/scripts/astgenkey  (revision 222649)
++++ contrib/scripts/astgenkey  (working copy)
+@@ -29,7 +29,7 @@
+       echo "in PEM format for use by Asterisk.  You will be asked to"
+       echo "enter a passcode for your key multiple times.  Please"
+       echo "enter the same code each time.  The resulting files will"
+-      echo "need to be moved to /var/lib/asterisk/keys if you want"
++      echo "need to be moved to /usr/share/asterisk/keys if you want"
+       echo "to use them, and any private keys (.key files) will"
+       echo "need to be initialized at runtime either by running"
+       echo "Asterisk with the '-i' option, or with the 'init keys'"
+Index: contrib/utils/README.rawplayer
+===================================================================
+--- contrib/utils/README.rawplayer     (revision 222649)
++++ contrib/utils/README.rawplayer     (working copy)
+@@ -16,11 +16,11 @@
+ sox -c 1 track01.wav -t raw -r 8000 -c 1 -s -w track01.raw
+-Once you have the raw files put them in any dir on your system (eg /var/lib/asterisk/holdmusic_raw).
++Once you have the raw files put them in any dir on your system (eg /usr/share/asterisk/holdmusic_raw).
+ and set up a class in musiconhold.conf like so:
+ [classes]
+-default => custom:/var/lib/asterisk/holdmusic_raw,/usr/bin/rawplayer
++default => custom:/usr/share/asterisk/holdmusic_raw,/usr/bin/rawplayer
+ This is the most efficient way to implement moh because no cpu usage is required to 
+Index: UPGRADE-1.4.txt
+===================================================================
+--- UPGRADE-1.4.txt    (revision 222649)
++++ UPGRADE-1.4.txt    (working copy)
+@@ -92,7 +92,7 @@
+ WARNING: Asterisk 1.4 supports a new layout for sound files in multiple languages;
+ instead of the alternate-language files being stored in subdirectories underneath
+ the existing files (for French, that would be digits/fr, letters/fr, phonetic/fr,
+-etc.) the new layout creates one directory under /var/lib/asterisk/sounds for the
++etc.) the new layout creates one directory under /usr/share/asterisk/sounds for the
+ language itself, then places all the sound files for that language under that
+ directory and its subdirectories. This is the layout that will be created if you
+ select non-English languages to be installed via menuselect, HOWEVER Asterisk does
index f49832cb1a8eafb4cbaa6ab9cd7d1947ef6a6e63..5af8614232c32f150a392c308ba63c2ff1272ba5 100644 (file)
@@ -5,6 +5,7 @@
 # - CFLAGS passing
 # - fix bluetooth patch
 # - package commandline tools (aelparse etc.)
+# - system mxml
 #
 # Conditional build:
 %bcond_with    rxfax           # without rx (also tx :-D) fax
@@ -16,7 +17,7 @@
 %bcond_with    verbose         # verbose build
 
 %define                spandsp_version 0.0.2pre26
-%define                rel     0.1
+%define                rel     0.3
 Summary:       Asterisk PBX
 Summary(pl.UTF-8):     Centralka (PBX) Asterisk
 Name:          asterisk
@@ -42,6 +43,9 @@ Patch1:               %{name}-configure.patch
 Patch2:                %{name}-no_k6_on_sparc.patch
 Patch3:                %{name}-lib.patch
 Patch4:                %{name}-ppc.patch
+Patch5:                external-libedit.patch
+Patch6:                pkg-config-gmime.patch
+Patch7:                FHS-paths.patch
 # http://soft-switch.org/downloads/spandsp/spandsp-%{spandsp_version}/asterisk-1.2.x/apps_Makefile.patch
 Patch10:       %{name}-txfax-Makefile.patch
 Patch11:       %{name}-fix-ptlib.patch
@@ -67,7 +71,7 @@ BuildRequires:        gawk
 BuildRequires: gcc >= 5:3.4
 BuildRequires: gmime22-devel
 BuildRequires: iksemel-devel
-BuildRequires: imap-static
+BuildRequires: imap-devel
 BuildRequires: jack-audio-connection-kit-devel
 BuildRequires: libcap-devel
 BuildRequires: libogg-devel
@@ -168,10 +172,9 @@ Pliki przykładowe dla centralki Asterisk.
 #%patch2 -p1
 #%patch3 -p1
 %patch4 -p1
-#%patch5 -p1
-#%patch6 -p1
-#%patch7 -p1
-#%patch9 -p1
+%patch5 -p0
+%patch6 -p0
+%patch7 -p0
 
 %if %{with rxfax}
 cd apps
@@ -192,10 +195,14 @@ cp %{SOURCE11} .
 
 sed -i -e "s#/usr/lib/#/usr/%{_lib}/#g#" Makefile
 
+%if 0
 mkdir -p imap/c-client
 ln -s %{_libdir}/libc-client.a imap/c-client/c-client.a
 ln -s %{_includedir}/imap/* imap/c-client/
 echo '-lssl -lpam' > imap/c-client/LDFLAGS
+%else
+rm -rf imap
+%endif
 
 %build
 rm -f pbx/.depend
@@ -206,9 +213,28 @@ rm -f pbx/.depend
 
 export CPPFLAGS="%{rpmcppflags} -I/usr/include/openh323"
 export WGET="/bin/true"
+
+# be sure to invoke ./configure with our flags
+cd menuselect/mxml
+%configure2_13
+cd ../../
+
+cd menuselect
+%{__aclocal}
+%{__autoheader}
+%{__autoconf}
+%configure
+cd ..
+
+cd main/editline
+%configure2_13
+cd ../..
+
 %configure \
        %{?with_bristuff:--with-gsmat=%{_prefix}} \
-       --with-imap="`pwd`"/imap
+       --with-imap=system \
+       --with-gsm=/usr \
+       --with-libedit=yes
 
 # safe checks
 %{?with_bristuff:grep '^#define HAVE_GSMAT 1' include/asterisk/autoconfig.h || exit 1}
diff --git a/external-libedit.patch b/external-libedit.patch
new file mode 100644 (file)
index 0000000..d3a4504
--- /dev/null
@@ -0,0 +1,115 @@
+Index: build_tools/menuselect-deps.in
+===================================================================
+--- build_tools/menuselect-deps.in     (revision 226061)
++++ build_tools/menuselect-deps.in     (working copy)
+@@ -17,6 +17,7 @@
+ IXJUSER=@PBX_IXJUSER@
+ JACK=@PBX_JACK@
+ LDAP=@PBX_LDAP@
++LIBEDIT=@PBX_LIBEDIT@
+ LTDL=@PBX_LTDL@
+ LUA=@PBX_LUA@
+ MISDN=@PBX_MISDN@
+Index: configure.ac
+===================================================================
+--- configure.ac       (revision 226061)
++++ configure.ac       (working copy)
+@@ -232,6 +232,7 @@
+ AST_EXT_LIB_SETUP([ISDNNET], [ISDN4Linux Library], [isdnnet])
+ AST_EXT_LIB_SETUP([JACK], [Jack Audio Connection Kit], [jack])
+ AST_EXT_LIB_SETUP([LDAP], [OpenLDAP], [ldap])
++AST_EXT_LIB_SETUP([LIBEDIT], [NetBSD Editline library], [libedit])
+ AST_EXT_LIB_SETUP([LTDL], [libtool], [ltdl])
+ AST_EXT_LIB_SETUP([LUA], [Lua], [lua])
+ AST_EXT_LIB_SETUP([MISDN], [mISDN User Library], [misdn])
+@@ -1593,6 +1594,27 @@
+ AST_EXT_LIB_CHECK([SDL_IMAGE], [SDL_image], [IMG_Load], [SDL_image.h], [${SDL_LIB}], [${SDL_INCLUDE}])
+ AST_EXT_LIB_CHECK([FFMPEG], [avcodec], [sws_getContext], [ffmpeg/avcodec.h], [-lpthread -lz -lm])
++PBX_LIBEDIT=0
++LIBEDIT_INCLUDE=-Ieditline/readline
++LIBEDIT_LIB=
++LIBEDIT_OBJ=editline/libedit.a
++if test  "${USE_LIBEDIT}" != "no"; then
++   AC_CHECK_TOOL(PKGCONFIG, pkg-config, no)
++   if test "${PKGCONFIG}" != "no"; then
++      if ${PKGCONFIG} --exists libedit; then
++         LIBEDIT_INCLUDE=$(${PKGCONFIG} libedit --cflags)
++         LIBEDIT_LIB=$(${PKGCONFIG} libedit --libs)
++         LIBEDIT_OBJ=
++         PBX_LIBEDIT=1
++         AC_DEFINE([HAVE_LIBEDIT], 1, [Define if your system has the NetBSD Editline libraries.])
++      fi
++   fi
++fi
++AC_SUBST(PBX_LIBEDIT)
++AC_SUBST(LIBEDIT_INCLUDE)
++AC_SUBST(LIBEDIT_LIB)
++AC_SUBST(LIBEDIT_OBJ)
++
+ # possible places for video4linux version 1
+ AC_CHECK_HEADER([linux/videodev.h],
+       [AC_DEFINE_UNQUOTED([HAVE_VIDEODEV_H], 1, [Define to 1 if your system has linux/videodev.h.])])
+Index: main/Makefile
+===================================================================
+--- main/Makefile      (revision 226061)
++++ main/Makefile      (working copy)
+@@ -129,6 +129,8 @@
+       $(CC) -g -o testexpr2 ast_expr2f.o ast_expr2.o -lm
+       rm ast_expr2.o ast_expr2f.o 
++cli.o: ASTCFLAGS+=$(LIBEDIT_INCLUDE)
++
+ ifneq ($(findstring ENABLE_UPLOADS,$(MENUSELECT_CFLAGS)),)
+ http.o: _ASTCFLAGS+=$(GMIME_INCLUDE)
+ endif
+@@ -161,13 +163,13 @@
+ GMIMELDFLAGS+=$(GMIME_LIB)
+ endif
+-$(MAIN_TGT): $(OBJS) editline/libedit.a db1-ast/libdb1.a $(AST_EMBED_LDSCRIPTS)
++$(MAIN_TGT): $(OBJS) $(LIBEDIT_OBJ) db1-ast/libdb1.a $(AST_EMBED_LDSCRIPTS)
+       @$(CC) -c -o buildinfo.o $(_ASTCFLAGS) buildinfo.c $(ASTCFLAGS)
+       $(ECHO_PREFIX) echo "   [LD] $^ -> $@"
+ ifneq ($(findstring chan_h323,$(MENUSELECT_CHANNELS)),)
+-      $(CMD_PREFIX) $(CC) $(STATIC_BUILD) -o $@ $(ASTLINK) $(AST_EMBED_LDFLAGS) $(ASTLDFLAGS) $^ buildinfo.o $(AST_LIBS) $(AST_EMBED_LIBS) $(GMIMELDFLAGS)
++      $(CMD_PREFIX) $(CC) $(STATIC_BUILD) -o $@ $(ASTLINK) $(AST_EMBED_LDFLAGS) $(ASTLDFLAGS) $^ buildinfo.o $(AST_LIBS) $(AST_EMBED_LIBS) $(GMIMELDFLAGS) $(LIBEDIT_LIB)
+ else
+-      $(CMD_PREFIX) $(CXX) $(STATIC_BUILD) -o $@ $(ASTLINK) $(AST_EMBED_LDFLAGS) $(ASTLDFLAGS) $(H323LDFLAGS) $^ buildinfo.o $(AST_LIBS) $(AST_EMBED_LIBS) $(H323LDLIBS) $(GMIMELDFLAGS)
++      $(CMD_PREFIX) $(CXX) $(STATIC_BUILD) -o $@ $(ASTLINK) $(AST_EMBED_LDFLAGS) $(ASTLDFLAGS) $(H323LDFLAGS) $^ buildinfo.o $(AST_LIBS) $(AST_EMBED_LIBS) $(H323LDLIBS) $(GMIMELDFLAGS) $(LIBEDIT_LIB)
+ endif
+       $(CMD_PREFIX) $(ASTTOPDIR)/build_tools/strip_nonapi $@ || rm $@
+Index: main/cli.c
+===================================================================
+--- main/cli.c (revision 226061)
++++ main/cli.c (working copy)
+@@ -34,6 +34,8 @@
+ #include <ctype.h>
+ #include <regex.h>
++#include <readline.h>
++
+ #include "asterisk/cli.h"
+ #include "asterisk/linkedlists.h"
+ #include "asterisk/module.h"
+@@ -42,7 +44,6 @@
+ #include "asterisk/utils.h"
+ #include "asterisk/app.h"
+ #include "asterisk/lock.h"
+-#include "editline/readline/readline.h"
+ #include "asterisk/threadstorage.h"
+ /*!
+Index: makeopts.in
+===================================================================
+--- makeopts.in        (revision 226061)
++++ makeopts.in        (working copy)
+@@ -246,3 +246,7 @@
+ # if poll is not present, let the makefile know.
+ POLL_AVAILABLE=@HAS_POLL@
++
++LIBEDIT_INCLUDE=@LIBEDIT_INCLUDE@
++LIBEDIT_LIB=@LIBEDIT_LIB@
++LIBEDIT_OBJ=@LIBEDIT_OBJ@
diff --git a/pkg-config-gmime.patch b/pkg-config-gmime.patch
new file mode 100644 (file)
index 0000000..0fc0399
--- /dev/null
@@ -0,0 +1,23 @@
+Index: configure.ac
+===================================================================
+--- configure.ac       (revision 221084)
++++ configure.ac       (working copy)
+@@ -1520,7 +1520,17 @@
+     AST_CHECK_OSPTK([3], [5], [0])
+ fi
+-AST_EXT_TOOL_CHECK([GMIME], [gmime], [], [], [#include <gmime/gmime.h>], [gboolean q = g_mime_check_version(0,0,0);])
++PBX_GMIME=0
++AC_CHECK_TOOL(PKGCONFIG, pkg-config, No)
++if test ! "x${PKGCONFIG}" = xNo; then
++   GMIME_INCLUDE=$(${PKGCONFIG} gmime-2.0 --cflags 2>/dev/null)
++   GMIME_LIB=$(${PKGCONFIG} gmime-2.0 --libs)
++   PBX_GMIME=1
++   AC_DEFINE([HAVE_GMIME], 1, [Define if your system has the GMIME libraries.])
++fi
++AC_SUBST(PBX_GMIME)
++AC_SUBST(GMIME_INCLUDE)
++AC_SUBST(GMIME_LIB)
+ AST_EXT_LIB_CHECK([HOARD], [hoard], [malloc], [])
This page took 0.101231 seconds and 4 git commands to generate.