Jboss 5 port
Hi. I've detected problem in the jboss5 installation, makefile doesn't install all the files so the server is not able to start. To correct it modify the Makefile as indicated above: 58c58 < APP_HOME_FILES= bin client lib server --- > APP_HOME_FILES= bin client lib server *common* 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"
Possibly unbuildable ports reminder
Dear porters, This is just a reminder to please periodically check the list of unbuildable ports at http://pointyhat.freebsd.org/errorlogs/ . A list by MAINTAINER is http://people.freebsd.org/~fenner/errorlogs/ so you can easily check the status of ports that you maintain. In addition, the list of ports with no MAINTAINER with build problems is http://people.freebsd.org/~fenner/errorlogs/po...@freebsd.org.html Since no one is responsible for these ports, the problem won't get fixed unless someone on this list takes the initiative. Thanks for your help! Bill "annoying port email" Fenner ___ 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: gstreamer-plugins-0.10.21,3
Hi Koop, On Wed, 28 Jan 2009, Koop Mast wrote: Just committed a big gstreamer update, so it should work now. Please contact me if you run into problems. -Koop Thank you for the update on the plugins. However, while trying to update audio/gstreamer-plugins-cdparanoia, the package creation failed because it tries to package libgstcdparanoia.a which doesn't exist (only the .la and .so seem to be installed by the port). From what I can gather, the plist is automatically generated from multimedia/gstreamer-plugins/Makefile.common with line 430 adding the .a file. Hope this helps to resolve the issue. Thanks again for the update. Regards, Géraud ___ 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: gstreamer-plugins-0.10.21,3
> > Hi Koop, > > On Wed, 28 Jan 2009, Koop Mast wrote: > >> Just committed a big gstreamer update, so it should work now. Please >> contact >> me if you run into problems. >> >> -Koop > > Thank you for the update on the plugins. However, while trying to update > audio/gstreamer-plugins-cdparanoia, the package creation failed because it > tries to package libgstcdparanoia.a which doesn't exist (only the .la and > .so seem to be installed by the port). > > From what I can gather, the plist is automatically generated from > multimedia/gstreamer-plugins/Makefile.common with line 430 adding the .a > file. > > Hope this helps to resolve the issue. Thanks again for the update. Yeah they don't install the .a files anymore. I didn't check this because the installed files for the plugins don't change at all. Except this time. Will look at this. -Koop > Regards, > > Géraud ___ 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: vlc & mplayer lost window borders and controls
Michal Varga wrote: On Tue, Jan 27, 2009 at 7:05 PM, Garrett Cooper wrote: Have you read / followed through UPDATING yet? Everything based on xcb has to be rebuilt (I'm still working on fixing my forked up copy of xchat2). -Garrett Sure, rebuilt the whole xcb path (and much more to that as I was wiping out lots of old shared libs at the same time, so there actually isn't much that wasn't freshly (re)built right after the xorg/xcb upgrade) and the gmplayer problem is still present. ___ 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" yes, same here. i had rebuilt everything related to libxcb before porting this thread. with vlc i had to opt for qt4 now, but gmplayer still as per reports. do we need to rebuild mcuh with the new xorg-server? or is that only necessary for libs? ___ 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: xorg upgrade and /etc/ttys regression
Dominic Fandrey wrote: > This implies to me that hald forks before it is connectable. > This sounds rather annoying. yeah - even when starting my login manager (slim) via rc.d and having hal REQUIRED in the startup file - input devices are still not working. Only when sleeping 5 seconds before calling run_rc_commanf having all this back grounded so the boot process continues while the sleep is sleeping - only then I get a login screen where I can use keyboard/mouse. The rc-order is correct set up. -- Oliver Lehmann http://www.pofo.de/ http://wishlist.ans-netz.de/ ___ 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"
Message when updating ports
This message has been on my screen almost every time I update a port for the last week. ===>>> Updating package dependency entry for each dependent port ===>>> @comment MD5:e417e49fb3570516da077756fc1e7df9 is listed as a dependency ===>>> but there is no installed version I have done checks like pkgdb -F, portsclean and so on. Can anyone tell me whats wrong? Thanks Leslie ___ 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: Message when updating ports
On Wed, Jan 28, 2009 at 10:33 AM, Leslie Jensen wrote: > > This message has been on my screen almost every time I update a port for the > last week. > > > ===>>> Updating package dependency entry for each dependent port >===>>> @comment MD5:e417e49fb3570516da077756fc1e7df9 is listed as a > dependency >===>>> but there is no installed version > > I have done checks like pkgdb -F, portsclean and so on. > > Can anyone tell me whats wrong? > You have a corrupted /var/db/pkg/*/+CONTENTS files. Use the following to findout which package has the error: grep -l "@comment MD5:e417e49fb3570516da077756fc1e7df9" /var/db/pkg/*/+CONTENTS Then use your editor to verify/repair the corrupted +CONTENTS file. There should be two lines above "@comment MD5:e417e49fb3570516da077756fc1e7df9", this line should be an "@comment DEPORIGIN:" and the path to a file. Example: @pkgdep libXmu-1.0.4,1 @comment DEPORIGIN:x11-toolkits/libXmu bin/xwd @comment MD5: Just use the pkgdep line to determine which port in /usr/ports/ this pkgdep is, and add its path on a @comment DEPORIGIN line. Then use your portmanager/portupgrade tool to reinstall the broken package. Scot P.S. I had to fix a couple of missing "@comment ORIGIN:" lines this way due to corruption/empty +CONTENTS files. ___ 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"
LIB_DEPENDS & dealing with libraries which don't show up in ldconfig -r
Hi Whilst attempting to create a port for OpenNMS I've hit a wall, one of the dependencies is net/jicmp, the problem I'm having is when attempting to build OpenNMS, jicmp is not detected as being installed & a installation is always attempted & the process bombs out if it is, what is the process for dealing with libraries as dependencies which don't show up in ldconfig -r Sevan / Venture37 ___ 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: net/samba-libsmbclient fails build
On Tue, 2009-01-27 at 10:21 +1000, Da Rock wrote: > I get the following error in this build (make, make install clean): > > In file included from libsmb/libsmbclient.c:25: > include/includes.h:1112: error: conflicting types for > 'krb5_set_real_time' > /usr/local/include/krb5-protos.h:3486: error: previous declaration of > 'krb5_set_real_time' was here > > I was considering debugging this myself and submitting it to you guys > here, but then I looked closer... my question is now where do I submit > this kind of info? If not here then let me know where. > > Cheers > > FreeBSD laptop1.herveybayaustralia.com.au 7.1-RELEASE-p2 FreeBSD > 7.1-RELEASE-p2 #0: Thu Jan 15 16:27:55 EST 2009 > xxx...@laptop1.herveybayaustralia.com.au:/usr/obj/usr/src/sys/GENERIC > amd64 Any ideas guys? Evolution won't start and neither will nautilus. ___ 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: LIB_DEPENDS & dealing with libraries which don't show up in ldconfig -r
Sevan / Venture37 wrote: Hi Whilst attempting to create a port for OpenNMS I've hit a wall, one of the dependencies is net/jicmp, the problem I'm having is when attempting to build OpenNMS, jicmp is not detected as being installed & a installation is always attempted & the process bombs out if it is, what is the process for dealing with libraries as dependencies which don't show up in ldconfig -r Sevan / Venture37 Problem solved Instead of trying to list the .so file as a dependency, list the .jar file which is part of jicmp instead. BUILD_DEPENDS= ${JAVAJARDIR}/jicmp.jar:${PORTSDIR}/net/jicmp Sevan / Venture37 ___ 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"
LIB_DEPENDS & dealing with libraries which don't show up in ldconfig -r
>Sevan / Venture37 wrote: >> Hi >> Whilst attempting to create a port for OpenNMS I've hit a wall, one of >> the dependencies is net/jicmp, the problem I'm having is when attempting >> to build OpenNMS, jicmp is not detected as being installed & a >> installation is always attempted & the process bombs out if it is, what >> is the process for dealing with libraries as dependencies which don't >> show up in ldconfig -r >> >> >> Sevan / Venture37 > > Problem solved > Instead of trying to list the .so file as a dependency, list the .jar > file which is part of jicmp instead. > > BUILD_DEPENDS= ${JAVAJARDIR}/jicmp.jar:${PORTSDIR}/net/jicmp > > > Sevan / Venture37 Yes, but you may have to add it to RUN_DEPENDS as well, if your port needs it. And of course you should make sure your port is linking to it properly, both during the build and after installation. b. ___ 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: net/samba-libsmbclient fails build
2009/1/27 Da Rock : > I get the following error in this build (make, make install clean): > > In file included from libsmb/libsmbclient.c:25: > include/includes.h:1112: error: conflicting types for > 'krb5_set_real_time' > /usr/local/include/krb5-protos.h:3486: error: previous declaration of > 'krb5_set_real_time' was here > > I was considering debugging this myself and submitting it to you guys > here, but then I looked closer... my question is now where do I submit > this kind of info? If not here then let me know where. > > Cheers > > FreeBSD laptop1.herveybayaustralia.com.au 7.1-RELEASE-p2 FreeBSD > 7.1-RELEASE-p2 #0: Thu Jan 15 16:27:55 EST 2009 > xxx...@laptop1.herveybayaustralia.com.au:/usr/obj/usr/src/sys/GENERIC > amd64 > > > ___ > 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" > try rebuilding it with KRB5_HOME=/usr/local i think you need to do a make clean first and then do make install KRB5_HOME=/usr/local ___ 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: LIB_DEPENDS & dealing with libraries which don't show up in ldconfig -r
bf wrote: Yes, but you may have to add it to RUN_DEPENDS as well, if your port needs it. And of course you should make sure your port is linking to it properly, both during the build and after installation. b. Yeah, It's listed in the RUN_DEPENDS aswell. the ports build script takes care of the rest. ___ 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"
wildcards in pkg-plist?
Hello again OpenNMS generates a bunch of cache files which have dynamically generated filenames (everytime a build is attempted the filenames change), how does one address this in the pkg-plist, I tried using *.cache.html & \*.cache.html with no success. Sevan / Venture37 ___ 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: wildcards in pkg-plist?
On Thu, Jan 29, 2009 at 02:26:07AM +, Sevan / Venture37 wrote: > Hello again > OpenNMS generates a bunch of cache files which have dynamically generated > filenames (everytime a build is attempted the filenames change), how does > one address this in the pkg-plist, I tried using *.cache.html & > \*.cache.html with no success. An appropriate @unexec directive should do the job. Search the tree or look in the ports handbook for examples. -- Brooks pgpnumW9venIr.pgp Description: PGP signature
Re: Unhappy Xorg upgrade
,--- You/Dan (Wed, 28 Jan 2009 20:39:10 -0700) * | > While this enabled the mouse (without HAL), it did nothing good about: | > | >a. The bogus keyboard scans. You are quoting me and I need to clarify... | Everyone is talking about an xorg.conf | The new X.org 7.4 upgrade hit me too: no keyboard & no mouse! Bummer. | I found that if I simply added to /etc/rc.conf: |hald_enable="YES" | that things now work for me. | Previously I never have had hald in my rc.conf. | Hope this helps. `--* My worst case is not HAL-related: I had the same behavior with or without HAL, and the behaviour was, e.g.: * I press the keys "TAB q w" over an `xev' window and see the bogus key scan codes -- nothing related to the pressed keys. * In a moment the xev-monitoring xterm window shows a non-stopping flow of events, even though I am not touching anything on the computer. * With some combination of a few key presses over the `xterm' window, suddenly a long stream of `2's appears. Or `z'. Or something else, unrelated to the keys I had pressed. There has been nothing of this sort on my desktop, where I am typing this message -- so, I think I know how to configure X :-). On this desktop I am currently running this new X (installed it on Sunday) -- first I ran it with HAL, then today I switched to the HAL-less mode. I did complain about the garbage in my windows -- and it got me, there was so much of it: I switched to the HAL-less mode a few hours ago and so far it seems I have less of it. Another thing that I am certain about, is that in the HAL mode (I am not yet sure about the behavior in my current HAL-less mode), there is a dramatically higher mouse pointer captivity by some applications (e.g. `opera') -- it sometimes takes (took?) about 10 seconds after shifting a pointer into an xterm or Emacs to be able to produce any keyboard input. I did notice these things with the old X, but on a scale dramatically smaller. ,--- You/Dan (Wed, 28 Jan 2009 21:11:13 -0700) * | This 7.4 version of X.org is not ready for STABLE! `--* I hate to say this, but the new X (as exists in the current FreeBSD ports) sucks and gets in the way of work big time. -- Alex -- alex-goncha...@comcast.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"
console-kit-daemon: CRITICAL: cannot initialize libpolkit
Does this error sound familiar? It has me stumped. dbus is running with no apparent errors, but hald refuses to stay alive. Running it in verbose mode gives: hald[3242]: 22:22:11.734 [E] ck-tracker.c:371: Error doing GetSeats on ConsoleKit: org.freedesktop.DBus.Error.Spawn.ChildExited: Launch helper exited with unknown return code 0 hald[3242]: 22:22:11.734 [E] ck-tracker.c:812: Could not get seats and sessions hald[3242]: 22:22:11.734 [W] hald_dbus.c:5806: Could not initialize seats and sessions from ConsoleKit ??? Thanks, Rich ___ 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: wildcards in pkg-plist?
Brooks Davis wrote: On Thu, Jan 29, 2009 at 02:26:07AM +, Sevan / Venture37 wrote: Hello again OpenNMS generates a bunch of cache files which have dynamically generated filenames (everytime a build is attempted the filenames change), how does one address this in the pkg-plist, I tried using *.cache.html & \*.cache.html with no success. An appropriate @unexec directive should do the job. Search the tree or look in the ports handbook for examples. -- Brooks Perfect, thank you, that did the trick!! :D ___ 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"
cparser 0.9.8 / libfirm 1.16.0
I was experimenting with cparser and libfirm, and I decided, as a first step, to build and install both from their FreeBSD Ports on 8-CURRENT i386 using the system C compiler (CFLAGS=-O2 -fno-strict-aliasing -fstack protector-all -march=athlon-tbird) , and then use the two to rebuild libfirm. But with the current versions of both ports, and the new versions that I built with the attached patches, the libfirm build fails: ... [assorted warnings issued] ... /bin/sh ../libtool --tag=CC --mode=compile cparser -DHAVE_CONFIG_H -I. -I.. -I../include/libfirm -I../include/libfirm/adt -I.. -I../ir/adt -I../ir/ana -I../ir/arch -I../ir/be -I../ir/common -I../ir/debug -I../ir/ident -I../ir/ir -I../ir/libcore -I../ir/lower -I../ir/net -I../ir/opt -I../ir/stat -I../ir/tr -I../ir/tv-O4 -std=gnu99 -Wall -Wextra -march=athlon-tbird -MT ircfscc.lo -MD -MP -MF .deps/ircfscc.Tpo -c -o ircfscc.lo `test -f 'ana/ircfscc.c' || echo './'`ana/ircfscc.c libtool: compile: cparser -DHAVE_CONFIG_H -I. -I.. -I../include/libfirm -I../include/libfirm/adt -I.. -I../ir/adt -I../ir/ana -I../ir/arch -I../ir/be -I../ir/common -I../ir/debug -I../ir/ident -I../ir/ir -I../ir/libcore -I../ir/lower -I../ir/net -I../ir/opt -I../ir/stat -I../ir/tr -I../ir/tv -O4 -std=gnu99 -Wall -Wextra -march=athlon-tbird -MT ircfscc.lo -MD -MP -MF .deps/ircfscc.Tpo -c ana/ircfscc.c -o .libs/ircfscc.o ../ir/ir/irflag_t.h:110: warning: redundant declaration for 'firm_init_flags' (declared at line 65 of "../ir/ir/irflag_t.h") ana/ircfscc.c:410: warning: variable 'index' shadows function (declared at line 52 of "/usr/include/strings.h") ana/ircfscc.c:434: warning: variable 'index' shadows function (declared at line 52 of "/usr/include/strings.h") 3 warning(s) Panic: couldn't fold constant Abort trap (core dumped) gmake[3]: *** [ircfscc.lo] Error 1 gmake[3]: Leaving directory `/tmp/usr/ports/devel/libfirm/work/libfirm-1.16.0/ir' gmake[2]: *** [all] Error 2 gmake[2]: Leaving directory `/tmp/usr/ports/devel/libfirm/work/libfirm-1.16.0/ir' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/tmp/usr/ports/devel/libfirm/work/libfirm-1.16.0' gmake: *** [all] Error 2 *** Error code 2 Stop in /usr/ports/devel/libfirm. *** Error code 1 Stop in /usr/ports/devel/libfirm. It fails with less aggressive CFLAGS as well. Not an auspicious beginning. :( Have I blundered, or is it not quite ready for this task yet? Comments? Regards, b. diff -ruN libfirm.orig/Makefile libfirm/Makefile --- libfirm.orig/Makefile 2009-01-29 00:18:09.293305572 -0500 +++ libfirm/Makefile2009-01-29 00:40:26.822647430 -0500 @@ -6,7 +6,7 @@ # PORTNAME= libfirm -PORTVERSION= 1.15.0 +PORTVERSION= 1.16.0 CATEGORIES=devel lang MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR=${PORTNAME} diff -ruN libfirm.orig/distinfo libfirm/distinfo --- libfirm.orig/distinfo 2009-01-29 00:18:09.297295465 -0500 +++ libfirm/distinfo2009-01-29 00:40:26.823646439 -0500 @@ -1,3 +1,3 @@ -MD5 (libfirm-1.15.0.tar.bz2) = 3c78a2e750f86af7e9b1cb82fd69bec4 -SHA256 (libfirm-1.15.0.tar.bz2) = 4dda0810cd7d2534932a413c6af31890269ecad2a2b1a55f17e51c6709891a88 -SIZE (libfirm-1.15.0.tar.bz2) = 1527744 +MD5 (libfirm-1.16.0.tar.bz2) = a65f67e4f771e5f446d0131ef4be4d5e +SHA256 (libfirm-1.16.0.tar.bz2) = 7404237ec32f46a66e3096e7b10d18c7dce5e3ac00940fc5a8b3715ce92b40cf +SIZE (libfirm-1.16.0.tar.bz2) = 1544923 diff -ruN cparser.orig/Makefile cparser/Makefile --- cparser.orig/Makefile 2009-01-29 00:17:14.240678772 -0500 +++ cparser/Makefile2009-01-29 01:08:49.117446070 -0500 @@ -6,7 +6,7 @@ # PORTNAME= cparser -PORTVERSION= 0.9.7 +PORTVERSION= 0.9.8 CATEGORIES=lang devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR=${PORTNAME} diff -ruN cparser.orig/distinfo cparser/distinfo --- cparser.orig/distinfo 2009-01-29 00:17:14.241680296 -0500 +++ cparser/distinfo2009-01-29 01:08:49.118447594 -0500 @@ -1,3 +1,3 @@ -MD5 (cparser-0.9.7.tar.bz2) = 19af4d2d0fe76d444f043b257dc28970 -SHA256 (cparser-0.9.7.tar.bz2) = 623bf32ccfce4a5676c6172a63e3cbada59919cc862c671b35e881a0c424ee00 -SIZE (cparser-0.9.7.tar.bz2) = 187966 +MD5 (cparser-0.9.8.tar.bz2) = c2deef8b85e9ed8c502f434a47b067ca +SHA256 (cparser-0.9.8.tar.bz2) = 20f7c73273bffa859110dc191f9e1c0fafc9444ea123b77dddf0ea82886e4669 +SIZE (cparser-0.9.8.tar.bz2) = 203531 ___ 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: OpenNMS 1.6.2 port
Sevan / Venture37 wrote: Sevan / Venture37 wrote: Hi I've written a port for OpenNMS, the port still needs a lot of work done to it but I thought I'd post my initial effort to get some feedback on how I went about it. The port will install just fine except that it complains about some files listed in the plist which are not there, well they are there but the file name is dynamically generated everything a build is attempted. (jetty-webapps & webapps cache files). Obviously as there are issues with these filenames in the plist, make package fails. The other problem is todo with dependencies, it fails to detect that jicmp is installed & attempts to build & install it nomatter what & obviously fails if it is. Any pointers much appreciated. Sevan / Venture37 https://www.geeklan.co.uk/?p=132 All previously reported issues have been resolved, the port just need to be tested before submission, please test & provide feedback @ www.geeklan.co.uk/?p=132 www.geeklan.co.uk/files/opennms/opennms-162-freebsd-port.tgz Sevan / Venture37 ___ 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"