Dear asterisksksks... There is somethig wiered with asterisk-addons compile chain that i cannot figure out.
Im trying to compile version 1.4.2: (cd .libs && rm -f libchan_h323.la && ln -s ../libchan_h323.la libchan_h323.la) gmake[3]: Leaving directory `/usr/ports/net/asterisk-addons/work/asterisk-addons-1.4.2/asterisk-ooh323c' gmake[2]: Leaving directory `/usr/ports/net/asterisk-addons/work/asterisk-addons-1.4.2/asterisk-ooh323c' gmake[2]: Entering directory `/usr/ports/net/asterisk-addons/work/asterisk-addons-1.4.2/format_mp3' gmake[2]: *** No rule to make target `app_addon_sql_mysql', needed by `all'. Stop. Funny is, if i "cd work/asterisk-addons-1.4.2/format_mp3 && gmake" it compiles just fine. * Can you please help out finding where the problem is? Im attaching the diff of what i got to 1.4.2. I can confirm zaptel works quite well on AMD64 with a X100p card. * Can you please confirm or tell if it works with a more descent card? http://www.freebsd.org/cgi/query-pr.cgi?pr=112623 thanks!! -- Phillip N. <[EMAIL PROTECTED]>
diff -ruN asterisk-addons.originalismimi/Makefile asterisk-addons/Makefile --- asterisk-addons.originalismimi/Makefile Tue Jun 19 20:08:33 2007 +++ asterisk-addons/Makefile Tue Jun 26 21:59:45 2007 @@ -6,7 +6,7 @@ # PORTNAME= asterisk-addons -PORTVERSION= 1.4.1 +PORTVERSION= 1.4.2 CATEGORIES= net MASTER_SITES= http://ftp.digium.com/pub/asterisk/releases/ diff -ruN asterisk-addons.originalismimi/distinfo asterisk-addons/distinfo --- asterisk-addons.originalismimi/distinfo Wed Jun 6 22:17:25 2007 +++ asterisk-addons/distinfo Tue Jun 19 20:16:54 2007 @@ -1,3 +1,3 @@ -MD5 (asterisk-addons-1.4.1.tar.gz) = e776b23eac9552e3543fba9202dd7c7d -SHA256 (asterisk-addons-1.4.1.tar.gz) = b67d9ebd54c193177323eb27ceb9651de02f1e4d3f22845ec800b7b5d425942b -SIZE (asterisk-addons-1.4.1.tar.gz) = 999765 +MD5 (asterisk-addons-1.4.2.tar.gz) = c080b02e6ddc81dab6a64691af890805 +SHA256 (asterisk-addons-1.4.2.tar.gz) = 6d12a1a73cfe0cb14c960e422d0d3c261740857d2a86785f08cf89d44574cc82 +SIZE (asterisk-addons-1.4.2.tar.gz) = 1000286 diff -ruN asterisk-addons.originalismimi/files/patch-Makefile asterisk-addons/files/patch-Makefile --- asterisk-addons.originalismimi/files/patch-Makefile Wed Jun 6 22:17:26 2007 +++ asterisk-addons/files/patch-Makefile Tue Jun 19 20:16:03 2007 @@ -5,7 +5,7 @@ OVERWRITE:=y -CFLAGS+=-fPIC -+CFLAGS+=-fPIC -I/usr/local/include ++CFLAGS+=-fPIC -I${PREFIX}/include # If the file .asteriskaddons.makeopts is present in your home directory, you can # include all of your favorite menuselect options so that every time you download diff -ruN asterisk-addons.originalismimi/files/patch-asterisk-ooh323c-Makefile.in asterisk-addons/files/patch-asterisk-ooh323c-Makefile.in --- asterisk-addons.originalismimi/files/patch-asterisk-ooh323c-Makefile.in Wed Jun 6 22:17:26 2007 +++ asterisk-addons/files/patch-asterisk-ooh323c-Makefile.in Tue Jun 19 20:16:03 2007 @@ -14,7 +14,7 @@ install: - cp .libs/libchan_h323.so.1.0.1 $(DESTDIR)/usr/lib/asterisk/modules/chan_ooh323.so -+ cp .libs/libchan_h323.so /usr/local/lib/asterisk/modules/chan_ooh323.so ++ cp .libs/libchan_h323.so ${PREFIX}/lib/asterisk/modules/chan_ooh323.so sample: cp h323.conf.sample $(DESTDIR)/etc/asterisk/ooh323.conf diff -ruN asterisk-addons.originalismimi/files/patch-asterisk-ooh323c-configure asterisk-addons/files/patch-asterisk-ooh323c-configure --- asterisk-addons.originalismimi/files/patch-asterisk-ooh323c-configure Wed Jun 6 22:17:26 2007 +++ asterisk-addons/files/patch-asterisk-ooh323c-configure Tue Jun 19 20:22:47 2007 @@ -1,22 +0,0 @@ ---- asterisk-ooh323c/configure.orig Sat Apr 28 13:40:24 2007 -+++ asterisk-ooh323c/configure Sat Apr 28 13:40:58 2007 -@@ -9149,8 +9149,8 @@ - - fi - --{ echo "$as_me:$LINENO: checking for /usr/include/asterisk/channel.h" >&5 --echo $ECHO_N "checking for /usr/include/asterisk/channel.h... $ECHO_C" >&6; } -+{ echo "$as_me:$LINENO: checking for /usr/local/include/asterisk/channel.h" >&5 -+echo $ECHO_N "checking for /usr/local/include/asterisk/channel.h... $ECHO_C" >&6; } - if test "${ac_cv_file__usr_include_asterisk_channel_h+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -9158,7 +9158,7 @@ - { { echo "$as_me:$LINENO: error: cannot check for file existence when cross compiling" >&5 - echo "$as_me: error: cannot check for file existence when cross compiling" >&2;} - { (exit 1); exit 1; }; } --if test -r "/usr/include/asterisk/channel.h"; then -+if test -r "/usr/local/include/asterisk/channel.h"; then - ac_cv_file__usr_include_asterisk_channel_h=yes - else - ac_cv_file__usr_include_asterisk_channel_h=no diff -ruN asterisk-addons.originalismimi/files/patch-format_mp3-Makefile asterisk-addons/files/patch-format_mp3-Makefile --- asterisk-addons.originalismimi/files/patch-format_mp3-Makefile Wed Jun 6 22:17:26 2007 +++ asterisk-addons/files/patch-format_mp3-Makefile Tue Jun 19 20:16:03 2007 @@ -2,7 +2,7 @@ +++ format_mp3/Makefile Mon Apr 2 22:26:12 2007 @@ -1,4 +1,4 @@ -INSTALLTO=$(DESTDIR)/usr/lib/asterisk/modules -+INSTALLTO=/usr/local/lib/asterisk/modules ++INSTALLTO=${PREFIX}/lib/asterisk/modules MODS=format_mp3.so MP3OBJS=common.o dct64_i386.o decode_ntom.o layer3.o tabinit.o interface.o format_mp3.o
_______________________________________________ --Bandwidth and Colocation Provided by http://www.api-digital.com-- Asterisk-BSD mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-bsd

