Re: libjpeg-devel?

2014-02-26 Thread Bradley Giesbrecht
On Feb 25, 2014, at 5:42 PM, Terry Barnum te...@dop.com wrote:

 I'm having a go at installing freeswitch (VOIP server, www.freeswitch.org) on 
 a 10.9.1 macmini and it has a half dozen dependencies that I'm hoping can be 
 taken care of with macports. The freeswitch Mac wiki says to use Brew 
 http://wiki.freeswitch.org/wiki/Installation_and_Setup_on_OS_X. I'm a 
 macports guy so I want to see if I can get it working with macports and have 
 them update the wiki.
 
 freeswitch wants libjpeg-devel for header files. The jpeg macport doesn't 
 seem to satisfy this and I don't see a libjpeg-devel or jpeg-devel port. Am I 
 out of luck?


$ port contents jpeg | grep /include/
  /opt/local/include/jconfig.h
  /opt/local/include/jerror.h
  /opt/local/include/jmorecfg.h
  /opt/local/include/jpeglib.h


Terry, I'm willing to help you develop a MacPorts Portfile for freeswitch, if 
you are interested contact me off list.


Regards,
Bradley Giesbrecht (pixilla)

___
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users


Re: libjpeg-devel?

2014-02-26 Thread Terry Barnum

On Feb 26, 2014, at 11:13 AM, Bradley Giesbrecht pixi...@macports.org wrote:

 On Feb 25, 2014, at 5:42 PM, Terry Barnum te...@dop.com wrote:
 
 I'm having a go at installing freeswitch (VOIP server, www.freeswitch.org) 
 on a 10.9.1 macmini and it has a half dozen dependencies that I'm hoping can 
 be taken care of with macports. The freeswitch Mac wiki says to use Brew 
 http://wiki.freeswitch.org/wiki/Installation_and_Setup_on_OS_X. I'm a 
 macports guy so I want to see if I can get it working with macports and have 
 them update the wiki.
 
 freeswitch wants libjpeg-devel for header files. The jpeg macport doesn't 
 seem to satisfy this and I don't see a libjpeg-devel or jpeg-devel port. Am 
 I out of luck?
 
 
 $ port contents jpeg | grep /include/
  /opt/local/include/jconfig.h
  /opt/local/include/jerror.h
  /opt/local/include/jmorecfg.h
  /opt/local/include/jpeglib.h
 
 
 Terry, I'm willing to help you develop a MacPorts Portfile for freeswitch, if 
 you are interested contact me off list.

Thank you Eric, Brandon and Bradley for the replies. My guess is that 
freeswitch is a little inflexible about where it expects things to be. I'll ask 
about them about more compiler directives/configuration options to allow for 
packages outside of the normal system locations and /usr/local/.

Bradley, thank you for the kind offer. Email on the way.

-Terry

 Regards,
 Bradley Giesbrecht (pixilla)

Terry Barnum
digital OutPost
http://www.dop.com

___
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users


Re: libjpeg-devel?

2014-02-26 Thread Ryan Schmidt

On Feb 26, 2014, at 13:39, Terry Barnum wrote:

 Thank you Eric, Brandon and Bradley for the replies. My guess is that 
 freeswitch is a little inflexible about where it expects things to be. I'll 
 ask about them about more compiler directives/configuration options to allow 
 for packages outside of the normal system locations and /usr/local/.

The only flags you should for that need are -I/opt/local/include in the 
CPPFLAGS and -L/opt/local/lib in the LDFLAGS; MacPorts sets these for you 
automatically at configure time. Software with poorly-behaved or non-existent 
configure scripts may need further tweaking.

___
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users


libjpeg-devel?

2014-02-25 Thread Terry Barnum
I'm having a go at installing freeswitch (VOIP server, www.freeswitch.org) on a 
10.9.1 macmini and it has a half dozen dependencies that I'm hoping can be 
taken care of with macports. The freeswitch Mac wiki says to use Brew 
http://wiki.freeswitch.org/wiki/Installation_and_Setup_on_OS_X. I'm a 
macports guy so I want to see if I can get it working with macports and have 
them update the wiki.

freeswitch wants libjpeg-devel for header files. The jpeg macport doesn't seem 
to satisfy this and I don't see a libjpeg-devel or jpeg-devel port. Am I out of 
luck?

Thanks,
-Terry

Terry Barnum
digital OutPost
http://www.dop.com

___
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users


Re: libjpeg-devel?

2014-02-25 Thread Brandon Allbery
On Tue, Feb 25, 2014 at 8:42 PM, Terry Barnum te...@dop.com wrote:

 I'm having a go at installing freeswitch (VOIP server, www.freeswitch.org)
 on a 10.9.1 macmini and it has a half dozen dependencies that I'm hoping
 can be taken care of with macports. The freeswitch Mac wiki says to use
 Brew http://wiki.freeswitch.org/wiki/Installation_and_Setup_on_OS_X.
 I'm a macports guy so I want to see if I can get it working with macports
 and have them update the wiki.

 freeswitch wants libjpeg-devel for header files. The jpeg macport doesn't
 seem to satisfy this


It's speaking in Linux (Red Hat / Debian) terms, where headers and
link-time libraries are always split out into -devel / -dev packages.
MacPorts does not do this; the normal port installs headers and link
libraries. (A -devel port in MacPorts means a beta, prerelease, or testing
version. Be aware that these can go stale after being promoted to being the
main port, and if the maintainer doesn't require a test version for
subsequent minor updates the -devel port can be older than the main one.)

I don't know if the jpeg port is up to date enough, but suspect it is
because there are a lot of things that depend on it and depend on it being
recent.

-- 
brandon s allbery kf8nh   sine nomine associates
allber...@gmail.com  ballb...@sinenomine.net
unix, openafs, kerberos, infrastructure, xmonadhttp://sinenomine.net
___
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users


Re: libjpeg-devel?

2014-02-25 Thread Eric Gallager
The jpeg port comes with headers, at least on my computer:

Local-Admins-MacBook-Pro:/ ericgallager$ port contents jpeg
Port jpeg contains:
  /opt/local/bin/cjpeg
  /opt/local/bin/djpeg
  /opt/local/bin/jpegtran
  /opt/local/bin/rdjpgcom
  /opt/local/bin/wrjpgcom
  /opt/local/include/jconfig.h
  /opt/local/include/jerror.h
  /opt/local/include/jmorecfg.h
  /opt/local/include/jpeglib.h
  /opt/local/lib/libjpeg.9.dylib
  /opt/local/lib/libjpeg.a
  /opt/local/lib/libjpeg.dylib
  /opt/local/lib/libjpeg.la
  /opt/local/share/doc/jpeg/README
  /opt/local/share/doc/jpeg/change.log
  /opt/local/share/doc/jpeg/libjpeg.txt
  /opt/local/share/doc/jpeg/structure.txt
  /opt/local/share/doc/jpeg/usage.txt
  /opt/local/share/doc/jpeg/wizard.txt
  /opt/local/share/man/man1/cjpeg.1.gz
  /opt/local/share/man/man1/djpeg.1.gz
  /opt/local/share/man/man1/jpegtran.1.gz
  /opt/local/share/man/man1/rdjpgcom.1.gz
  /opt/local/share/man/man1/wrjpgcom.1.gz

See also the FAQ item on -devel packages:
https://trac.macports.org/wiki/FAQ#develpackages




On Tue, Feb 25, 2014 at 8:42 PM, Terry Barnum te...@dop.com wrote:

 I'm having a go at installing freeswitch (VOIP server, www.freeswitch.org)
 on a 10.9.1 macmini and it has a half dozen dependencies that I'm hoping
 can be taken care of with macports. The freeswitch Mac wiki says to use
 Brew http://wiki.freeswitch.org/wiki/Installation_and_Setup_on_OS_X.
 I'm a macports guy so I want to see if I can get it working with macports
 and have them update the wiki.

 freeswitch wants libjpeg-devel for header files. The jpeg macport doesn't
 seem to satisfy this and I don't see a libjpeg-devel or jpeg-devel port. Am
 I out of luck?

 Thanks,
 -Terry

 Terry Barnum
 digital OutPost
 http://www.dop.com

 ___
 macports-users mailing list
 macports-users@lists.macosforge.org
 https://lists.macosforge.org/mailman/listinfo/macports-users

___
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users