www/red5

2010-10-13 Thread joris dedieu
Hi,
www/red5 is outdated

I try to rebuild it.
Currently the port download red5 binary distribution from red5.org and
install a war file
into tomcat's webapps dir.

Red5 binary distribution does not provides a war file anymore but only
the standalone server.

So I have different options :

1 - fetch

- fetching the binary distribution so that the port has no build and
only provide the standalone server.
- hosting (I can do it in almost 2 or 3 machines) a source
distribution from svn (see http://red5.rmdi.fr)
  so that the port can build the standalone server or / and the war
file and / or (I have to see that) the cluster suite

2 - installing the standalone server

The standalone server is a one directory application (ie it has his
own log , conf, webapps directories).
I tried to split it with var, share and etc support but some
applications won't work this way (eg logging in ./log directory)
without a specific reconfiguration.

Do you think it should be installed in   ${JAVASHAREDIR}/${PORTNAME}
(see 
http://www.freebsd.org/doc/en/books/porters-handbook/using-java.html#JAVA-BEST-PRACTICES)
or in ${PREFIX}/${PORTNAME} like tomcat ?

3 - installing the war file

The war file can be installed in several location. Depending on which
application server you are using (tomcat, jboss...). So I think to
install it in  ${JAVASHAREDIR}/${PORTNAME} and maybe provide a
variable to change this.


4 - category and user

Red5 is not a http server. It use http for management, but it provide
network protocols has rtmp. So I think the right categories are java
net and not http. Red5 standalone also need a unprivileged user.
Should I create a new one or use www ?


This are my reflexions for this port.
Thanks for your feedback

Joris
___
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


squidguard + ldap ?

2010-10-13 Thread cyx
Hi 

I am trying to install squidguard with ldap support.

Every time I compile it, it says:

 checking for ldap_init in -lldap... no

configure: WARNING: Cannot find LDAP libraries. LDAP support disabled

 

I have openldap (client) installed, and squid works fine with ldap - so
whats the problem here?

 

TIA

Werner

___
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


FreeBSD Port: nut-2.4.1_6

2010-10-13 Thread John Bayly

 Hi,
I've been working on getting the net port up to the current version 
(2.4.3), this was before I saw you take ownership of the port. I've 
currently got it at a stage where I feel it could be added to the ports 
tree. In addition I've added a bash_completion build option.

Is there anything I can do to help out?

Regards,

--
John Bayly
Systems Administrator
--
TipsTrade Ltd.

16 Wornal Park,
Menmarsh Road,
Worminghall,
Bucks.
HP18 9JX

T: +44 (0)1844 337 326 (Direct)
M: +44 (0)7787 727 934
F: +44 (0)1844 337 337
E: john.ba...@tipstrade.net

E-Mail Disclaimer

Whilst TipsTrade Ltd. believes that the information is correct at the
date of this e-mail, no warranty or representation is given to this effect
and no responsibility can be accepted by TipsTrade Ltd. to any end users
for any action taken on the basis of the information.

The information contained in this electronic transmission is strictly
confidential and may be legally privileged.  It is  intended solely for the
addressee.  If you are not the intended recipient, any disclosure, copying,
distribution or any action taken or omitted to be taken in reliance on this
is prohibited and may be unlawful. Please treat our information in
confidence, as you would expect us to treat yours.

E-mail is an inherently insecure form of communication and we do not accept
liability for any unintentional damage caused to a recipient's system by
this e-mail message and/or its attachments or for any unauthorised access to
or interference with this e-mail that may occur.

If you have received this e-mail in error, please notify the Systems
Manager: mail...@tipstrade.net

___
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


looking for a committer

2010-10-13 Thread Dominic Fandrey
I'm looking for a committer for the openarena port:
http://www.freebsd.org/cgi/query-pr.cgi?pr=146818

The PR sits there since May.

I'd like to work on the ioquake3, ioquake3-devel and iourbanterror
ports. The pending openarena commit is blocking, because of changes
to the ioquake3 master port.

The iourbanterror project currently doesn't have an official
engine, there are only some very scary semi-official patchsets on
their forums - hence I intend to migrate it to recent ioq3 code.

I also have been sent patches to add desktop icons for ioq3, it
seems reasonable to add the feature to all the io* ports.

After a commit of oa, I also want to work on support for modding
tools and update to the latest upstream code, because the project
graciously accepted my Makefile patches for FreeBSD.

Regards

-- 
A: Because it fouls the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing on usenet and in e-mail? 
___
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: squidguard + ldap ?

2010-10-13 Thread Guido Falsi
On Wed, Oct 13, 2010 at 02:28:39PM +0200, cyx wrote:
 Hi 
 
 I am trying to install squidguard with ldap support.
 
 Every time I compile it, it says:
 
  checking for ldap_init in -lldap... no
 
 configure: WARNING: Cannot find LDAP libraries. LDAP support disabled
 
 I have openldap (client) installed, and squid works fine with ldap - so
 whats the problem here?

Hi, I'm the maintainer of the squidguard port.

I have tried to reproduce this problem in the past, but never ben able
to.

On a previous instance of this problem from the logs the user sent me I
noticed a missing file in the ldap installation. I asked him to
reinstall(using portmaster for example) the openldap port and try again.
Unluckily he did never report back, so I don't know if it solved the
problem.

Could you try this?

Also do check that the file ${LOCALBASE}/lib/libldap.so does exist, is a
softlink and points to an existing openldap so library file.

To analyse your problem furher I will need a full transcript of the failed
build, the config.log file from the failed port and possibly know which
openldap port you have installed.

Thank you in advance!

-- 
Guido Falsi m...@madpilot.net
___
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: looking for a committer

2010-10-13 Thread Warren Block

On Wed, 13 Oct 2010, Dominic Fandrey wrote:


I'm looking for a committer for the openarena port:
http://www.freebsd.org/cgi/query-pr.cgi?pr=146818

The PR sits there since May.


FWIW, I've tested this port successfully.  The multiple patches and 
files in the PR made it confusing to get to the final port, but once 
there it works fine.

___
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: looking for a committer

2010-10-13 Thread Dominic Fandrey
On 13/10/2010 16:52, Warren Block wrote:
 On Wed, 13 Oct 2010, Dominic Fandrey wrote:
 
 I'm looking for a committer for the openarena port:
 http://www.freebsd.org/cgi/query-pr.cgi?pr=146818

 The PR sits there since May.
 
 FWIW, I've tested this port successfully.  The multiple patches and
 files in the PR made it confusing to get to the final port, but once
 there it works fine.

Yep, sorry about this. It's difficult to avoid it when the PR sits
there for such a long time. One of the shars needed ~3 hours to
arrive in the PR, till then I had already resubmitted it, only
making that worse.

Regards
___
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: XBMC port

2010-10-13 Thread Mickaël Maillot
port updated to r34708

- problem in SIDCodec resolved (conflict with libevent event.h file)
- timezone works
- locale works with utf-8 for all
- i disable dynamic module unload, it crash xbmc (may be a thread related
problem)
- python script works: no more crash with recentlyadded or youtube

2010/10/10 Ivan Klymenko fi...@ukr.net

 В Sun, 10 Oct 2010 08:08:56 +0200
 Olivier Cochard-Labbé oliv...@freenas.org пишет:

  On Sat, Oct 9, 2010 at 10:00 AM, Ivan Klymenko fi...@ukr.net wrote:
  
   Hi!
  
   I have this port is not built ...
   gives the following error when building:
   
   ...
  
 `/usr/ports_build/usr/ports/multimedia/xbmc/work/xbmc-10.0.r34138/xbmc/cores/paplayer/SIDCodec'
  
 
  I've got the same problem, here is a dirty fix:
  1. Once the make failed, manually enter the work file of SIDCodec:
  cd work/xbmc-10.0.r34138/xbmc/cores/paplayer/SIDCodec/
  2. Then manually restart the gmake:
  gmake
  3. Then restart the port make:
  cd /usr/port/multimedia/xbmc
  make
 
  The make will finish without problem.
 
  Regards,
 
  Olivier

 Thank you so much!
 It worked! :)

___
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: XBMC port

2010-10-13 Thread Bernhard Froehlich
On Tue, 5 Oct 2010 12:37:19 +0200, Mickaël Maillot
mickael.mail...@gmail.com wrote:
 hi,
 
 you can test my pre version of xbmc port
 
 some infos:
 - i host xbmc files because i can't find a recent tar.gz
 - internal video player crash on my intel graphic, you can use mplayer
 as external video player
 ex: http://fneufn.eu/freebsd/xbmc/playercorefactory.xml in ~/.xbmc/userdata/
 - vdpau works fine
 - skin aeon65 crash xbmc
 - only python 2.4, 2.5 and 2.6 are supported
 - with pulse, i can choose /dev/dsp audio output
 - good luck with custom alsa output (ex: alsa:surround51 works)
 - if you want correct utf8, start xbmc with:
 LANG=fr_FR.UTF-8 /usr/local/bin/xbmc/xbmc.sh
 - xbmc.bin need XBMC_BIN_HOME and XBMC_HOME defined to start
 defaults are (already added in xbmc.sh):
 XBMC_BIN_HOME=/usr/local/lib/xbmc
 XBMC_HOME=/usr/local/share/xbmc
 - timezone doesn't work
 - plist without: faac, hal, nonfree or avahi option can be wrong
 
 
 The port can be downloaded from:
 http://fneufn.eu/freebsd/xbmc/xbmc.shar

Thanks for your work. I had a look at the port and there are a few
things that we should resolve before the port is ready to get it into
the tree.

- add missing libltdl dependency (patch attached)
- add missing runtime dependency glxinfo (graphics/mesa-demos)
- fix graphics/mesa-demos port which is currently marked broken
- fix the compile problem in xbmc/cores/paplayer/SIDCodec (had a look
but could not find it yet)
- what does the NONFREE option mean? should we restrict the port? any
problems redistributing the distfile?
- find a better solution for the int casts because of the different
size of DWORD on linux and BSD
- port should use the upcoming release branch [1] or better the beta
release tags from [2] (not sure which one you use currently, trunk?)

[1] http://xbmc.svn.sourceforge.net/svnroot/xbmc/branches/Dharma/
[2] http://xbmc.svn.sourceforge.net/svnroot/xbmc/tags/Dharma_beta3/

-- 
Bernhard Froehlich
http://www.bluelife.at/

xbmc-fixes.diff
Description: Binary data
___
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: FreeBSD Port: nut-2.4.1_6

2010-10-13 Thread Ion-Mihai Tetcu
On Wed, 13 Oct 2010 14:43:23 +0100
John Bayly john.ba...@tipstrade.net wrote:

   Hi,
 I've been working on getting the net port up to the current version 
 (2.4.3), this was before I saw you take ownership of the port. I've 
 currently got it at a stage where I feel it could be added to the
 ports tree. In addition I've added a bash_completion build option.
 Is there anything I can do to help out?

I started to do the same thing (plus port some GUIs). Send me what you
have done, if you want.

My time is very low, and I only took the port because it was lately
unmaintained and I happen to be using an MGE on my desktop besides the
APCs on the serves.
If you want to maintain it, I'm happy to give it away :).

-- 
IOnut - Un^d^dregistered ;) FreeBSD user
  Intellectual Property is   nowhere near as valuable   as Intellect
FreeBSD committer - ite...@freebsd.org, PGP Key ID 057E9F8B493A297B


signature.asc
Description: PGP signature