Re: Help with a port

2015-08-15 Thread -
I went to from the url given below: https://trac.macports.org/auth/login/?next=/newticket As was mentioned at the url below, one needs to register to submit a ticket. When selecting the register link at the url above it always brings me back to the same page with no registration fields

Re: Trying to use libidn in a port but get this error ld: library not found for -lidn

2015-08-15 Thread Ben Greenfield
On Aug 15, 2015, at 12:19 PM, Brandon Allbery allber...@gmail.com wrote: On Sat, Aug 15, 2015 at 12:14 PM, Ben Greenfield b...@cogs.com mailto:b...@cogs.com wrote: gcc -fPIC -Wall -ggdb -I/opt/local/include -c -o encodings.o encodings.c MACOSX_DEPLOYMENT_TARGET=10.3; export

Help with a port

2015-08-15 Thread -
I'm fairely new to macports and have a question about the port of lynx the browser. I don't know if this is the place to enquire or if there is perhaps someone who deals with the lynx port I should be asking. There are two issues. First there is a function available in lynx that needs to

Re: Help with a port

2015-08-15 Thread Ryan Schmidt
On Aug 15, 2015, at 06:57, - wrote: I'm fairely new to macports and have a question about the port of lynx the browser. I don't know if this is the place to enquire or if there is perhaps someone who deals with the lynx port I should be asking. There are two issues. First there is a

Re: Trying to use libidn in a port but get this error ld: library not found for -lidn

2015-08-15 Thread Brandon Allbery
On Sat, Aug 15, 2015 at 12:14 PM, Ben Greenfield b...@cogs.com wrote: gcc -fPIC -Wall -ggdb -I/opt/local/include -c -o encodings.o encodings.c MACOSX_DEPLOYMENT_TARGET=10.3; export MACOSX_DEPLOYMENT_TARGET; gcc -o encodings.so encodings.o -bundle -undefined dynamic_lookup -lidn ld: library

Re: Help with a port

2015-08-15 Thread Christopher Jones
On 15 Aug 2015, at 5:06pm, - dandun...@gmail.com wrote: Where does one submit such a ticket? Where is the tracker to be found go to https://www.macports.org then ‘report a bug' On Sat, 15 Aug 2015, Ryan Schmidt wrote: On Aug 15, 2015, at 06:57, - wrote: I'm fairely new to

Re: Help with a port

2015-08-15 Thread -
Where does one submit such a ticket? Where is the tracker to be found? On Sat, 15 Aug 2015, Ryan Schmidt wrote: On Aug 15, 2015, at 06:57, - wrote: I'm fairely new to macports and have a question about the port of lynx the browser. I don't know if this is the place to enquire or if

Trying to use libidn in a port but get this error ld: library not found for -lidn

2015-08-15 Thread Ben Greenfield
Hello, Everything I’m working on is research and the first goal is to a repeatable macports install of Prosody. The current Prosody Portfile is for an older version and I’m trying to get an experimental branch to work that can use Lua versions above 5.1. I’m also using Xcode-beta and on

Re: Help with a port

2015-08-15 Thread Michael Beasley
On Aug 15, 2015, at 1:39 PM, - dandun...@gmail.com wrote: I went to from the url given below: https://trac.macports.org/auth/login/?next=/newticket https://trac.macports.org/auth/login/?next=/newticket As was mentioned at the url below, one needs to register to submit a ticket.