Subject: RE: Asterisk on Cobalt Mips complete package.
To: None <tech-pkg@netbsd.org>
From: pyrotek <pyrotek@internode.on.net>
List: tech-pkg
Date: 11/10/2005 22:25:34
This is a multi-part message in MIME format.
------=_NextPart_000_0006_01C5E645.AEA15DF0
Content-Type: text/plain;
charset="us-ascii"
Content-Transfer-Encoding: 7bit
> -----Original Message-----
> From: tech-pkg-owner@NetBSD.org
> [mailto:tech-pkg-owner@NetBSD.org] On Behalf Of Jeremy C. Reed
> Sent: Friday, 4 November 2005 02:50 AM
> To: pyrotek
> Cc: tech-pkg@netbsd.org
> Subject: Re: Asterisk on Cobalt Mips complete package.
>
> On Thu, 3 Nov 2005, pyrotek wrote:
>
> > I used the source from the i386 branch as there is no
> current package
> > for cobalt.
> ...
>
> > I have built a package from this. I am currently using my
> cube as an
> > asterisk server for all my VOIP stuff here at home so I
> know it works
> > but I would very happy if someone could review the pkg for
> me if possible.
> >
> > You can find the package at :-
> > http://www.users.on.net/~pyrotek/
>
> Your package is a 10MB download.
>
> > Please let me know if I posted this to the wrong place or
> there is a
> > better way to do it. Or if there are any errors or mistakes
> I would be
> > happy to try and work them out.
>
> Did you create a pkgsrc package specification? Or did you
> modify pkgsrc/comms/asterisk to create yours?
I've modified the /pkgsrc/comms/asterisk
I386 branch.
>
> If you use cvs and you modified pkgsrc/comms/asterisk, then do a:
> cvs diff -bu comms/asterisk # from pkgsrc directory and
> also add any files you added
>
> If you made your own pkgsrc specification, then do something like:
>
> diff -pruN pkgsrc/comms/asterisk your/own/asterisk
I've now attached the two Makefiles.
They are also sitting on my web page for download.
http://www.users.on.net/~pyrotek/
The files reside in the following directories.
Makefile-diff
/usr/pkgsrc/comms/asterisk/work/asterisk-1.0.7/Makefile
Makefile-gsm-diff
/usr/pkgsrc/comms/asterisk/work/asterisk-1.0.7/codecs/gsm/Makefile
I edited the files after I had ran Make extract command.
>
> It may be easier for this list to provide feedback and
> comments about pkgsrc Makefiles, etc.
>
> Thanks for your work on this.
>
> Jeremy C. Reed
>
> technical support & remote administration
> http://www.pugetsoundtechnology.com/
>
------=_NextPart_000_0006_01C5E645.AEA15DF0
Content-Type: application/octet-stream;
name="Makefile-diff"
Content-Transfer-Encoding: quoted-printable
Content-Disposition: attachment;
filename="Makefile-diff"
66c66=0A=
< OPTIMIZE+=3D-O6=0A=
---=0A=
> #OPTIMIZE+=3D-O6=0A=
77c77=0A=
< #OPTIONS +=3D -DLOW_MEMORY=0A=
---=0A=
> OPTIONS +=3D -DLOW_MEMORY=0A=
------=_NextPart_000_0006_01C5E645.AEA15DF0
Content-Type: application/octet-stream;
name="Makefile-gsm-diff"
Content-Transfer-Encoding: quoted-printable
Content-Disposition: attachment;
filename="Makefile-gsm-diff"
46c46,48=0A=
< OPTIMIZE+=3D-march=3D$(PROC)=0A=
---=0A=
> ifneq (${PROC},powerpc)=0A=
> #OPTIMIZE+=3D-march=3D$(PROC)=0A=
> endif=0A=
------=_NextPart_000_0006_01C5E645.AEA15DF0--