Re: FreeBSD Port: liquidsoap-0.9.3_1

2012-03-17 Thread Mykola Dzham
 Ɓukasz wrote:
 Could you be kind and make a new port for liquidsoap 1.0 ?
 thank you :)

I'm submitted port update: ports/165932
Sorry for too long delay: many changes in release and little free time :(

-- 
LEFT-(UANIC|RIPE)
JID: lev...@jabber.net.ua
PGP fingerprint: 1BCD 7C80 2E04 7282 C944  B0E0 7E67 619E 4E72 9280
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: How to detect filename conflicts with uninstalled ports?

2010-11-22 Thread Mykola Dzham
 Charlie Kester wrote:
 I'm working on a new port that installs a program with a name that seems
 like it would already be taken, but I don't have anything by that name
 on my system -- even though I have lots of ports installed.
 
 I know that I can use portsdb -r to find all the ports that depend on
 a given port, whether they're installed or not.  Is there a similar way
 to determine if an uninstalled port installs a file with a given name?

You can use ports-mgmt/portsearch to search ports, contains some file.
For example 
portsearch -f 'bin/bash$'

-- 
LEFT-(UANIC|RIPE)
JID: lev...@jabber.net.ua
PGP fingerprint: 1BCD 7C80 2E04 7282 C944  B0E0 7E67 619E 4E72 9280
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: problem building asterisk

2008-03-30 Thread Mykola Dzham
 Wojciech Puchar wrote:
 any idea why?
...
 | |   [X] H323 Enable H.323 support 
...
 c++ -DNDEBUG -I../../include -include ../../include/asterisk/autoconfig.h 
 -fPIC  -O1 -I/usr2/ports/devel/pwlib/work/ptlib_v1_12_0/include 
 -I/usr/local/include  -DP_USE_PRAGMA -D_REENTRANT -pthread -fno-exceptions 
 -O1 -I/usr2/ports/devel/pwlib/work/ptlib_v1_12_0/include 
 -I/usr/local/include -Wall  -DNDEBUG -I/usr/local/share/pwlib//include 
 -DPTRACING -I/usr/local/include/openh323 -Os  -pipe -O1 
 -I/usr2/ports/devel/pwlib/work/ptlib_v1_12_0/include -I/usr/local/include 
 -O1 -I/usr2/ports/devel/pwlib/work/ptlib_v1_12_0/include 
 -I/usr/local/include -c ast_h323.cxx -o ast_h323.o
 ast_h323.cxx: In destructor `virtual MyProcess::~MyProcess()':
 ast_h323.cxx:194: error: `timerChangePipe' was not declared in this scope
 gmake[2]: *** [ast_h323.o] B??d 1
 gmake[1]: *** [h323/libchanh323.a] B??d 2
 gmake: *** [channels] B??d 2
 *** Error code 2
 
 Stop in /usr2/ports/net/asterisk.
 *** Error code 1
 
 Stop in /usr2/ports/net/asterisk.
 

http://www.freebsd.org/cgi/query-pr.cgi?pr=121643

-- 
Mykola Dzham, LEFT-(UANIC|RIPE)
JID: [EMAIL PROTECTED]
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]