Re: [RELENG 6] imake-6 build failure
On Mon, Sep 29, 2008 at 07:47:21PM -0700, Sean Bruno wrote: > Jeremy Chadwick wrote: >> On Mon, Sep 29, 2008 at 09:54:56AM -0700, Sean Bruno wrote: >> >>> Anyone else seeing this on RELENG 6? >>> >>> >>> [EMAIL PROTECTED] /usr/ports/devel/imake-6]$ sudo make all >>> "Makefile", line 58: Malformed conditional (${X_WINDOW_SYSTEM:L} != xorg) >>> "Makefile", line 63: if-less endif >>> make: fatal errors encountered -- cannot continue >>> >> >> Note that ports/devel/imake-6 was migrated to devel/image 16 months ago. >> >> http://www.freebsd.org/cgi/cvsweb.cgi/ports/devel/imake-6/Attic/Makefile >> >> > Ok, I'm not sure what is going on then. Help? > > [EMAIL PROTECTED] /usr/ports]$ sudo portupgrade -aP > ** Port marked as IGNORE: devel/imake-6: >"Makefile", line 63: if-less endif > ** Proceeding anyway since NO_IGNORE is defined > /usr/local/lib/ruby/site_ruby/1.8/pkgversion.rb:41:in `initialize': : > Not in due form: '[_][,]'. (ArgumentError) >from /usr/local/sbin/portupgrade:645:in `new' >from /usr/local/sbin/portupgrade:645:in `main' >from /usr/local/sbin/portupgrade:613:in `each' >from /usr/local/sbin/portupgrade:613:in `main' >from /usr/local/sbin/portupgrade:588:in `catch' >from /usr/local/sbin/portupgrade:588:in `main' >from /usr/local/lib/ruby/1.8/optparse.rb:1303:in `call' >from /usr/local/lib/ruby/1.8/optparse.rb:1303:in `parse_in_order' > ... 7 levels... >from /usr/local/lib/ruby/1.8/optparse.rb:785:in `initialize' >from /usr/local/sbin/portupgrade:229:in `new' >from /usr/local/sbin/portupgrade:229:in `main' >from /usr/local/sbin/portupgrade:2208 > I can't help with the portupgrade craziness that's going on there (I do not use portupgrade), but it's obvious it's induced by the Makefile being broken. The fact you still have ports/devel/imake-6 indicates: 1) Outdated ports tree, 2) A corrupt or incorrect /var/db/sup/ports-all tree (if you remove this directory, you will need to rm -fr /usr/ports/* as well) 3) When building the machine you chose "ports" from the list of things to install (from CD/DVD/FTP/whatever), but never "adopted" them. The "adopted" ordeal is explained in the cvsup documentation (in this case, also applies to csup): http://www.cvsup.org/faq.html#caniadopt 4) Read-only filesystem where /usr/ports resides (e.g. csup won't work), 5) Bizarre file flags on parts of the ports tree (e.g. schg set on some ports for some reason; maybe some chflags -R script went crazy), 6) Corrupt filesystem (boot into single-user and do fsck -y. And yes, the single-user part is important). Item #3 is why I advocate folks do not choose "src" and "ports" from their installation media unless absolutely forced to, and to simply do a full csup once the system is up for the first time. -- | Jeremy Chadwickjdc at parodius.com | | Parodius Networking http://www.parodius.com/ | | UNIX Systems Administrator Mountain View, CA, USA | | Making life hard for others since 1977. PGP: 4BD6C0CB | ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: [RELENG 6] imake-6 build failure
Jeremy Chadwick wrote: On Mon, Sep 29, 2008 at 09:54:56AM -0700, Sean Bruno wrote: Anyone else seeing this on RELENG 6? [EMAIL PROTECTED] /usr/ports/devel/imake-6]$ sudo make all "Makefile", line 58: Malformed conditional (${X_WINDOW_SYSTEM:L} != xorg) "Makefile", line 63: if-less endif make: fatal errors encountered -- cannot continue Note that ports/devel/imake-6 was migrated to devel/image 16 months ago. http://www.freebsd.org/cgi/cvsweb.cgi/ports/devel/imake-6/Attic/Makefile Ok, I'm not sure what is going on then. Help? [EMAIL PROTECTED] /usr/ports]$ sudo portupgrade -aP ** Port marked as IGNORE: devel/imake-6: "Makefile", line 63: if-less endif ** Proceeding anyway since NO_IGNORE is defined /usr/local/lib/ruby/site_ruby/1.8/pkgversion.rb:41:in `initialize': : Not in due form: '[_][,]'. (ArgumentError) from /usr/local/sbin/portupgrade:645:in `new' from /usr/local/sbin/portupgrade:645:in `main' from /usr/local/sbin/portupgrade:613:in `each' from /usr/local/sbin/portupgrade:613:in `main' from /usr/local/sbin/portupgrade:588:in `catch' from /usr/local/sbin/portupgrade:588:in `main' from /usr/local/lib/ruby/1.8/optparse.rb:1303:in `call' from /usr/local/lib/ruby/1.8/optparse.rb:1303:in `parse_in_order' ... 7 levels... from /usr/local/lib/ruby/1.8/optparse.rb:785:in `initialize' from /usr/local/sbin/portupgrade:229:in `new' from /usr/local/sbin/portupgrade:229:in `main' from /usr/local/sbin/portupgrade:2208 -- Sean Bruno MiraLink Corporation 6015 NE 80th Ave, Ste 100 Portland, OR 97218 Cell 503-358-6832 Phone 503-621-5143 Fax 503-621-5199 MSN: [EMAIL PROTECTED] Google: [EMAIL PROTECTED] ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: [RELENG 6] imake-6 build failure
On Mon, Sep 29, 2008 at 09:54:56AM -0700, Sean Bruno wrote: > Anyone else seeing this on RELENG 6? > > > [EMAIL PROTECTED] /usr/ports/devel/imake-6]$ sudo make all > "Makefile", line 58: Malformed conditional (${X_WINDOW_SYSTEM:L} != xorg) > "Makefile", line 63: if-less endif > make: fatal errors encountered -- cannot continue Note that ports/devel/imake-6 was migrated to devel/image 16 months ago. http://www.freebsd.org/cgi/cvsweb.cgi/ports/devel/imake-6/Attic/Makefile -- | Jeremy Chadwickjdc at parodius.com | | Parodius Networking http://www.parodius.com/ | | UNIX Systems Administrator Mountain View, CA, USA | | Making life hard for others since 1977. PGP: 4BD6C0CB | ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "[EMAIL PROTECTED]"
quake3 port not work as server
the q3ded in freebsd 7 releas and stable machine without firewall don't response any connection to service listened in udp port 27960 the tcpdump in the NIC interface show the try connection packets to the NIC, but the server never respond. any idea? -- Jorge Andrés Medina Oliva. Evolve or die! ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: feasibility of updating databases/mysql41-server?
>>> Xin LI <[EMAIL PROTECTED]> 09/27/08 2:43 AM >>> Andrew Daugherity wrote: > Is it feasible (both license-wise and technically) to have a mirror of a > 4.1.24 bzr checkout in tarball form somewhere, so the port can be built? Yes, but for this case I think the more preferred way would be to obtain the fix from repository and apply it in files/ as a patch. This makes reviewing the code much easier. Thanks for the guidance. I have pulled the fix from the bzr repo and filed a PR, ports/127731. -Andrew ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: Call for Testers: misc/amanda-{server,client} 2.6.0p2
Some more testing resulting in adding the bsdtcp and bsdudp security flags to both server and client build. At least the bsdtcp flag is needed for interop with the Windows clients but as both used to be included by default (I think?), they should be there now too. Included a patch against Jun's 2.6.0 port. Cheers, glz --On Saturday, September 27, 2008 22:59 +0200 Goran Lowkrantz <[EMAIL PROTECTED]> wrote: Testing it and found the following so far: 1: Zero length patchfiles in the tar. ===> Applying FreeBSD patches for amanda-client-2.6.0p2,1 I can't seem to find a patch in there anywhere. I can't seem to find a patch in there anywhere. I can't seem to find a patch in there anywhere. I can't seem to find a patch in there anywhere. I can't seem to find a patch in there anywhere. I can't seem to find a patch in there anywhere. I can't seem to find a patch in there anywhere. # find . -size 0 -print ./patch-sendsize.c ./patch-ab ./patch-ae ./patch-server-src::amcrypt-ossl-asym.sh.in ./patch-aa ./patch-ac ./patch-server-src::amcrypt-ossl.sh.in # ls -la total 14 drwxrwxr-x 2 1021 wheel15 Sep 2 01:17 . drwxrwxr-x 3 1021 wheel 8 Sep 4 06:43 .. -rw-rw-r-- 1 1021 wheel 885 Nov 6 2006 extra-patch-sendbackup-dump.c -rw-rw-r-- 1 1021 wheel 0 Aug 30 13:08 patch-aa -rw-rw-r-- 1 1021 wheel 0 Aug 30 13:09 patch-ab -rw-rw-r-- 1 1021 wheel 0 Aug 30 13:10 patch-ac -rw-rw-r-- 1 1021 wheel 511 Aug 30 13:12 patch-ad -rw-rw-r-- 1 1021 wheel 0 Aug 30 13:13 patch-ae -rw-rw-r-- 1 1021 wheel 320 Aug 30 13:15 patch-chg-zd-mtx.sh.in -rw-rw-r-- 1 1021 wheel 1786 Sep 1 00:42 patch-common-src::Makefile.in -rw-rw-r-- 1 1021 wheel 310 Aug 31 15:28 patch-man::Makefile.in -rw-rw-r-- 1 1021 wheel 5384 Sep 2 00:37 patch-perl::Makefile.in -rw-rw-r-- 1 1021 wheel 0 Aug 30 13:18 patch-sendsize.c -rw-rw-r-- 1 1021 wheel 0 Aug 30 13:19 patch-server-src::amcrypt-ossl-asym.sh.in -rw-rw-r-- 1 1021 wheel 0 Aug 30 13:20 patch-server-src::amcrypt-ossl.sh.in 2: When doing an upgrade, the libamdevice.so got dependant on the previous version of Amanda. Will test this on my other server next week and see if I can find where it happens. /usr/local/lib/amanda/libamdevice-2.6.0p2.so: libamanda-2.5.1p3.so => not found (0x0) libm.so.4 => /lib/libm.so.4 (0x28181000) libgmodule-2.0.so.0 => /usr/local/lib/libgmodule-2.0.so.0 (0x28197000) libgobject-2.0.so.0 => /usr/local/lib/libgobject-2.0.so.0 (0x2819b000) libgthread-2.0.so.0 => /usr/local/lib/libgthread-2.0.so.0 (0x281d) libglib-2.0.so.0 => /usr/local/lib/libglib-2.0.so.0 (0x281d4000) libiconv.so.3 => /usr/local/lib/libiconv.so.3 (0x282a7000) libintl.so.8 => /usr/local/lib/libintl.so.8 (0x2829e000) libcurl.so.4 => /usr/local/lib/libcurl.so.4 (0x2839b000) libssl.so.4 => /usr/lib/libssl.so.4 (0x283d2000) libcrypto.so.4 => /lib/libcrypto.so.4 (0x2840) libz.so.3 => /lib/libz.so.3 (0x284f3000) 3: The chg-zd-mtx has picked up an bashism. Attached a patch for the patch. That's it. Will make noise if I find anything more. Cheers, Göran L --- "There is hopeful symbolism in the fact that flags do not wave in a vacuum." -- Arthur C. Clarke ... the future isMobile Goran Lowkrantz <[EMAIL PROTECTED]> System Architect, isMobile AB Sandviksgatan 81, PO Box 58, S-971 03 Luleå, Sweden Mobile: +46(0)70-587 87 82 http://www.ismobile.com ... amanda-2.6.0.patch.shar Description: Binary data ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: multimedia/vlc installs two ".desktop" files
On Mon, Sep 29, 2008 at 3:11 PM, Lowell Gilbert <[EMAIL PROTECTED]> wrote: > "Carlos A. M. dos Santos" <[EMAIL PROTECTED]> writes: > >> After installng vlc-0.8.6.i,2 (built from ports), I noticed that there >> are two .dekstop files at /usr/local/share/applications/ >> >> vlc.desktop >> wxvlc.desktop > > And depending on the option you choose, you could get even more. > The second one is specifically for WxWidgets support. > >> I think the second one should not be there. Is it necessary to submit >> a PR on this? > > Can you explain what you think the problem is? The problem is that you have two (or even more) items in the application menu that correspond to the same application. Arguably this is a small detail, pretty tolerable by nerdy people. From an end-user perspective, however, it is extremely confusing. -- cd /usr/ports/sysutils/life make clean ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: My interactive version of pkg_add
On Mon, Sep 29, 2008 at 04:08, Garrett Cooper <[EMAIL PROTECTED]> wrote: > On Sun, Sep 28, 2008 at 2:28 PM, Marcin Wisnicki <[EMAIL PROTECTED]> wrote: >> Would be nice if there was also INDEX.bz2. > > You'd need to talk to the release team about that if you don't agree Indeed > with that fact; INDEX.bz2 item is a portupgrade-ism, and has its own > collection of drawbacks in addition to it's pro's. > >> Also to be able to write an effective pkg upgrade tool one would need >> something like /usr/ports/MOVED. > > INDEX already addresses this. > Really? How? [EMAIL PROTECTED]:/usr/ports> tail -1 MOVED net/p5-Socket||2008-09-25|Removed because newer version is present inside perl5 [EMAIL PROTECTED]:/usr/ports> grep 'p5-Socket-[0-9]' INDEX-7 [EMAIL PROTECTED]:/usr/ports> So how would one know that it is safe to remove p5-Socket without consulting MOVED ? Unless I'm missing something there needs to be a MOVED file or ideally something like it that has pkgnames (with versions) for a binary package update tool to work. > FWIW, I'd get rid of the All/ indexing as it's just a mass > conglomeration of all of the other categories. > -Garrett > ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: multimedia/vlc installs two ".desktop" files
"Carlos A. M. dos Santos" <[EMAIL PROTECTED]> writes: > After installng vlc-0.8.6.i,2 (built from ports), I noticed that there > are two .dekstop files at /usr/local/share/applications/ > > vlc.desktop > wxvlc.desktop And depending on the option you choose, you could get even more. The second one is specifically for WxWidgets support. > I think the second one should not be there. Is it necessary to submit > a PR on this? Can you explain what you think the problem is? ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "[EMAIL PROTECTED]"
[RELENG 6] imake-6 build failure
Anyone else seeing this on RELENG 6? [EMAIL PROTECTED] /usr/ports/devel/imake-6]$ sudo make all "Makefile", line 58: Malformed conditional (${X_WINDOW_SYSTEM:L} != xorg) "Makefile", line 63: if-less endif make: fatal errors encountered -- cannot continue -- Sean Bruno MiraLink Corporation 6015 NE 80th Ave, Ste 100 Portland, OR 97218 Phone 503-621-5143 Fax 503-621-5199 MSN: [EMAIL PROTECTED] Google: [EMAIL PROTECTED] Yahoo: [EMAIL PROTECTED] ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: My interactive version of pkg_add
Garrett Cooper wrote: Try fetch(3). You can get all of this information, again, from INDEX with or without pkg_info. -Garrett Yes, I'll use fetch(3) - that's what I meant, probably I didn't explain it well that's why you've misunderstood me :) Currently I'm writing the functions which will scan the INDEX file and I'll be ready soon with the next version of the program and it will be very nice if someone could try and test the code for bugs and etc.. Now I'll go back coding for a while and post back later :) -- Marin Atanasov dnaeon AT gmail DOT com daemon AT unix-heaven DOT org ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: My interactive version of pkg_add
On Mon, Sep 29, 2008 at 4:39 AM, Marin Atanasov <[EMAIL PROTECTED]> wrote: > Michel Talon wrote: > >> I can only concur with the suggestion you mention, exploring ftp sites >> to discover what is available here. How to do that efficiently is >> harder. Apparently "official" FreeBSD ftp sites have an INDEX of >> available packages. I hope it is reliable. Then i suggest to download it >> and work from that. > > Yes, that's the most reasonable approach. First I thought to write some > functions using libcurl > to fetch from and navigate the FTP server, but I think that it will be > better if I stick to the main principle of > developing in Unix - simple tools combined together to solve some complex > task. > That's why I think that if I keep the program's code as clean and simple as > possible it would become a > useful tool (maybe :)), so for downloading the INDEX file fetch would do the > job :) After all the idea > about the program was to provide some interactive interface to pkg_add, and > not to rediscover the tools > which are already in the base system :) Try fetch(3). > Anyway tomorrow (or today perhaps) I'll have a working version of the > program which searches an FTP server for a given package pattern and I'll > post back the code. You can get all of this information, again, from INDEX with or without pkg_info. -Garrett ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: exim 4.69 won't build
Alex Kozlov wrote: Remove NO_NIS/WITHOUT_NIS from make.conf/src.conf I do have WITHOUT_NIS in /etc/make.conf or add this to make.conf: .if ${.CURDIR:N*/ports/mail/exim} == "" WITHOUT_PERL=yes WITHOUT_NIS=yes .endif This one fixed it, thanks a lot! -- The more stuff you have, the less it all means. Mark D. Foster <[EMAIL PROTECTED]> http://mark.foster.cc/ | http://conshell.net/ ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "[EMAIL PROTECTED]"
7.1 packages: kdebase3
Will kdebase3 package get updated from 3.5.10 to 3.5.10_1 before 7.1 release? It seems that 3.5.10 contains a major regression, pls see (rev 1.210): http://www.freebsd.org/cgi/cvsweb.cgi/ports/x11/kdebase3/Makefile -- Andriy Gapon ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: My interactive version of pkg_add
Michel Talon wrote: > I can only concur with the suggestion you mention, exploring ftp sites > to discover what is available here. How to do that efficiently is > harder. Apparently "official" FreeBSD ftp sites have an INDEX of > available packages. I hope it is reliable. Then i suggest to download it > and work from that. Yes, that's the most reasonable approach. First I thought to write some functions using libcurl to fetch from and navigate the FTP server, but I think that it will be better if I stick to the main principle of developing in Unix - simple tools combined together to solve some complex task. That's why I think that if I keep the program's code as clean and simple as possible it would become a useful tool (maybe :)), so for downloading the INDEX file fetch would do the job :) After all the idea about the program was to provide some interactive interface to pkg_add, and not to rediscover the tools which are already in the base system :) Anyway tomorrow (or today perhaps) I'll have a working version of the program which searches an FTP server for a given package pattern and I'll post back the code. Cheers! -- Marin Atanasov dnaeon AT gmail DOT com daemon AT unix-heaven DOT org ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Current unassigned ports problem reports
(Note: an HTML version of this report is available at http://www.freebsd.org/cgi/query-pr-summary.cgi?category=ports .) The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. S Tracker Resp. Description o ports/127708[patch] security/ossec-hids-server - update of ossec-h f ports/127675[patch] net/nss_ldap version 259, with fix for pw_{cha o ports/127669New port: multimedia/cx88 Drivers for audio/video cap o ports/127668New port: multimedia/libtuner Driver framework for TV f ports/127650[PATCH] www/free-sa: update to 1.4.5 o ports/127641Fixes to devel/ptmalloc devel/ptmalloc2 o ports/127637New port: x11-fonts/profont The ultimate programming f o ports/127590[PATCH] textproc/db2latex: fix compilation error o ports/127555comms/rxtx : USB serial device can not use f ports/127552[PATCH] devel/libffi: Put include files into ${PREFIX} f ports/127542Port www/mod_ntlm2 does not working f ports/127530mail/postfix: LDA of postfix with dovecot will fail wh o ports/127525games/Pysol links to libSDL-1.2.so.11, should link to f ports/127513mail/dcc-dccd sets home to /var/dcc even if you didn' a ports/127496devel/icu 3.8.1_1 does not build when Danish locale is o ports/127490devel/ptmalloc port doesn't apply the -fPIC flag f ports/127482security/ossec-hids-server - ossec-hids ports outdated f ports/127447LICENSE (EULA) of x11-fonts/webfonts is not included o ports/127444sysutils/nagios-statd: RC script fails to log a valid o ports/127386graphics/opendx does not build o ports/127324[PATCH] security/apache-xml-security-c: update to 1.4. o ports/127321japanese/kon2-16dot: buffer overflow and mouse bugs f ports/127302security/swatch: swatch-3.2.1_1 multiple issues f ports/127259[update] devel/jude-community to 5.3 f ports/127238[update] net/p5-SOAP-Lite: upgrade from version 0.69 t o ports/127193New port: editors/emacs-nox11 Emacs built without X11 f ports/127181audio/musicpd logs warning o ports/127087mail/bincimap port does not include an rc.d file o ports/127075comms/qpage segmentation fault due to freeing already- f ports/127018Linuxulator incapable of using FreeBSD's LDAP environm o ports/126922devel/libusb : update for Network UPS Tools f ports/126890port update: lang/cmucl o ports/126872New port: lang/linux-tcl84 f ports/126867security/sshguard-pf 1.1 fails to detect attempted log f ports/126840[PATCH] update sysutils/fusefs-wdfs to use neon28 if p f ports/126839ports/misc/ezload - update: add hardware support for r f ports/126805audio/Teamspeak_server port runs as root by default o ports/126732[patch] archivers/rpm5 update (build depends) f ports/126706multimedia/libdvdcss unusable on RELENG_7 o ports/126674New port: print/latex-babel o ports/126673New port: print/latex-supertabular o ports/126655java/jboss4 can not take standard parameter "-b host_n o ports/126628sysutils/heartbeat incorrect detect interfaces during f ports/126532devel/tclxml-libxml2 - do not found libtclxmlstub o ports/126520textproc/flex is conflicts with system flex and have A f ports/126518Unbroke archivers/lzo2 on i386 o ports/126513print/ghostscript-gpl - ghostscript - gpl - compile bu s ports/126476[update] net-mgmt/nrpe2: Update to 2.12; add 'reload' o ports/126345ports mail/libpst not post Outlook 2003 compatible f ports/126322[patch] sysutils/fusefs-kmod: Make install location co o ports/126273Utilize MASTER_SITES abbreviations. f ports/126228[PATCH] mail/courier: new version 0.60.0 f ports/126196sysutils/heartbeat: port 1.2.5 rev3 problem with libne f ports/126161security/bsp_upektfmess does not work on 7.0 f ports/126058net/generic-nqs fails to compile f ports/126055x11-toolkits/p5-Tk - segmentation fault running perl-t o ports/126040update sysutils/linux-megacli f ports/125960sysutils/syscp lacks of chattr/chflags o ports/125719shells/pdksh, zombie process's occouring on SMP Machin o ports/125714[patch] www/httptunnel: users not added o ports/125705semi new port: resurrect graphics/mesagl in a mangled f ports/125594net-p2p/Amule2 port is outdated f ports/125362N