Current unassigned ports problem reports

2010-02-01 Thread FreeBSD bugmaster
(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/143425[PATCH] games/tuxkart: port is not broken
o ports/143424[PATCH] games/tux_aqfh: Port is not broken
f ports/143412[patch] net-mgmt/cricket doesn't work on amd64
f ports/143410[PATCH] net-mgmt/netams: update to 3.4.5
o ports/143405[NEW PORT] math/ggobi: Data visualization system
o ports/143404[MAINTAINER] textproc/simplehtmldom: Addd required PHP
o ports/143396sysutils/fusefs-curlftpfs: panic: page fault
o ports/143391[PATCH] chinese/zh-qterm: define the correct path on S
o ports/143387[PATCH] databases/mysql-server: switch to using USERS 
f ports/143383[Patch] textproc/ibus: Document new input methods/engi
f ports/143371lang/go: google go linker 8l can't find usr/local/l
o ports/143361[patch] virtualbox-ose*: patches to make the three por
o ports/143359net/xrdp does not accept Windows 7 RDP client
o ports/143357[patch] mail/demime: Make fetchable / take maintainers
o ports/143296editors/py-room: desktop file should be patched
o ports/143276print/hyperlatex 2.9 is not compatible with emacs 23.1
o ports/143200port graphics/sane-backends (snapscan) doesn't like ne
o ports/143195[PATCH] net-p2p/javadc: use $SUB_FILES to adjust wrapp
f ports/143183[PATCH] net/siproxd: update to 0.7.2
o ports/143152[PATCH] net/v6eval: use $SUB_FILES to update pkg-messa
f ports/143134[PATCH] sysutils/symlinks Update to 1.4
o ports/143129new port: graphics/visionworkbench, A general purpose 
o ports/143083[PATCH] java/diablo-jdk, java/diablo-jre and java/jdk:
o ports/143078[PATCH] audio/ezstream: USE_RC_SUBR in use
o ports/143067x11-wm/lwm - 1.2.2 port doesn't compile
o ports/143047security/p5-SAVI-Perl libsavi.so Judgment correction
f ports/143035[patch] security/strobe core dump
s ports/143024[PATCH] sysutils/puppet: add possobility to rc script 
f ports/142996print/hplip - HP LaserJet 2300L exists in models.dat, 
f ports/142963[UPDATE] net/nss_ldapd: update to 0.7.2
f ports/142956net/siproxd: time to update to 0.72 version?
f ports/142931java/openjdk6 does not include /usr/local/lib in java.
f ports/142910[PATCH]devel/icu, devel/icu4: add and adjust CONFLICTS
f ports/142891sysutils/bsdsar: netstat output in 8.x breaks bsdsar
f ports/142824[patch] security/openssh-portable: add VersionAddendum
o ports/142794[patch]: sysutils/bontmia: fix error with the weekly r
o ports/142790databases/unixODBC: segmentation fault on isql -b
o ports/142744new port: x11/keyboardcast Broadcast keystrokes to mul
o ports/142711sysutils/ciso incorrectly assumes a 32-bit architectur
o ports/142623[PATCH] java/eclipseme: use $SUB_FILES to dynamically 
o ports/142592New port: java/javahelp A help system for adding help 
o ports/142591New port: x11-toolkits/skinlf Allows Java/Swing apps t
o ports/142504new port: net/gnu-dico - dict protocol server
o ports/142419New port: textproc/jlatexmath LaTeX math mode written 
f ports/142410[PATCH] devel/icu fix compile with newer gcc from port
o ports/142399new port: mail/policyd-spf-fs, SPF policy daemon for P
f ports/142369[update] - update www/davical to version 0.9.8
f ports/142366graphics/digikam-kde4 and graphics/digikam need to con
o ports/142343databases/sqldeveloper version update from 1.5.4 to 2.
o ports/142275[patch] sysutils/anacron should have better configurat
o ports/142266[patch] port net-mgmt/nagios-pf-plugin add nagios perf
o ports/142257new port: multimedia/tsMuxeR, utility to create TS and
o ports/142240New port: japanese/gjiten Japanese dictionary program 
o ports/142161update port: games/gemrb to version 0.6.0
o ports/142159New port: comms/uhso-kmod - Driver for Option HSDPA mo
o ports/142093[patch] audio/libmtp: Add device ID for Canon SX20IS
s ports/142092[NEW PORT] www/node: V8 javascript for client and serv
o ports/142086new port: databases/lib_mysqludf_xql, provides SQLXML 
f ports/142035editors/emacs compulsory dependencies too wide
o ports/141790 

Freebsd 8 webmin port error

2010-02-01 Thread mholmes
When installing webmin on Freebsd 8 01/31/10 (latest ports) Webmin would 
not complete and stopped during p5-Net-SSLeay install.

I replaced version 1.36 with version 1.35 and Webmin installed.

Regards,

Martin Holmes
___
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: devel/poco-ssl BROKEN. Can I use TRYBROKEN?

2010-02-01 Thread cpghost
On Sun, Jan 31, 2010 at 03:09:26PM -0500, b. f. wrote:
  Hi,
  
  devel/poco-ssl has been marked
BROKEN= bad plist
  for some time now.
 
  Since I urgently need it for devel work, and as I would prefer
  to use the port rather than compile POCO directly (which works
  too), I'm considering bypassing this BROKEN setting with:
 
   .if ${.CURDIR:M*/devel/poco-ssl}
   TRYBROKEN=yes
   .endif
 
  in /etc/make.conf.
 
  Is it okay, until devel/poco-ssl is fixed?
 
 You can do whatever you want on your own system.  The reason given
 for marking it BROKEN was a bad plist, and if that is the only thing
 wrong with it, then you need only worry about it leaving unregistered
 files behind after it is removed, or possibly conflicting with another
 port.  If that's alright with you, then you may as well use NO_IGNORE
 or TRYBROKEN as a workaround.

Okay, I've tried it on a test machine, and it seems to work
alright (so far), at least with the few programs I've compiled.
It looks like a bad plist only, and I think that I understand
the ramifications of it, so I'll stick to this workaround until
the port is fixed.

  Oh, btw, I'm still missing the poco-doc port which pulls in
  the POCO documentation. :-(
 
 Oh, well.  If the maintainer won't do it, maybe you could take the
 time to fix the plist and offer an option to install the docs?

I'll have a look as soon as I grok the ports system and find
out how to do that. ;-)

Thanks,
-cpghost.

-- 
Cordula's Web. http://www.cordula.ws/
___
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


Update to mod_fcgid 2.3.5

2010-02-01 Thread Uwe Grohnwaldt

Hi porters,

the new mod_fcgid-version (http://httpd.apache.org/mod_fcgid/) is out 
for a while and it would be great if it will be upgraded.


This update will solve the following problem: 
http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/142795


Thanks,
--
--
Uwe Grohnwaldt

eMail: u...@grohnwaldt.eu
www:   http://lando.cc
ICQ:   149348486
Skype: lando_calr
--
___
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


testing requested devel/allegro 4.2.2 to 4.2.3.1

2010-02-01 Thread Eitan Adler
I was hoping to get some testing of this patch by people who use
allegro (note the last line requires files to be removed).

I know that 4.4 is out but it changed build systems so it will take me a bit
more time before I can get a port together


patch-allegro
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

MAINTAINER PORT problem

2010-02-01 Thread Michael Scheidell

I am working on the port for SA 3.30 (im the maintainer)
make clean  make  make install works.
portinstall doesn't.
portinstall won't make /usr/local/share/spamassassin/

/usr/local/bin/perl5.8.9 -MExtUtils::Command -e mkpath 
/usr/local/share/spamassassin

/usr/local/bin/perl5.8.9 -e map unlink, /usr/local/share/spamassassin/*
/usr/local/bin/perl5.8.9 build/preprocessor -Mvars  
-DVERSION=3.003000  -DPREFIX=/usr/local  
-DDEF_RULES_DIR=/usr/local/share/spamassassin  
-DLOCAL_RULES_DIR=/usr/local/etc/mail/spamassassin  
-DLOCAL_STATE_DIR=/var/db/spamassassin  
-DINSTALLSITELIB=/usr/local/lib/perl5/site_perl/5.8.9  
-DCONTACT_ADDRESS=The administrator of that system -m644 -Irules 
-O/usr/local/share/spamassassin user_prefs.template languages 
sa-update-pubkey.txt

chmod 755 /usr/local/share/spamassassin
*** Error code 1

portupgrade-2.4.6_2,2 FreeBSD ports/packages administration and 
management tool s


upgraded to:
Registering installation for portupgrade-2.4.6_3,2

didn't help.

--
Michael Scheidell, CTO
Phone: 561-999-5000, x 1259
 *| *SECNAP Network Security Corporation

   * Certified SNORT Integrator
   * 2008-9 Hot Company Award Winner, World Executive Alliance
   * Five-Star Partner Program 2009, VARBusiness
   * Best Anti-Spam Product 2008, Network Products Guide
   * King of Spam Filters, SC Magazine 2008

__
This email has been scanned and certified safe by SpammerTrap(r). 
For Information please see http://www.secnap.com/products/spammertrap/
__  
___

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: MAINTAINER PORT problem

2010-02-01 Thread Michael Scheidell



On 2/1/10 8:28 AM, Michael Scheidell wrote:

I am working on the port for SA 3.30 (im the maintainer)
make clean  make  make install works.
portinstall doesn't.
portinstall won't make /usr/local/share/spamassassin/

nevermind.  I was focusing on the chmod and missed an error in Makefile, 
just above it.


--
Michael Scheidell, CTO
Phone: 561-999-5000, x 1259
 *| *SECNAP Network Security Corporation

   * Certified SNORT Integrator
   * 2008-9 Hot Company Award Winner, World Executive Alliance
   * Five-Star Partner Program 2009, VARBusiness
   * Best Anti-Spam Product 2008, Network Products Guide
   * King of Spam Filters, SC Magazine 2008

__
This email has been scanned and certified safe by SpammerTrap(r). 
For Information please see http://www.secnap.com/products/spammertrap/
__  
___

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: Update to mod_fcgid 2.3.5

2010-02-01 Thread Philip M. Gollucci

Uwe Grohnwaldt wrote:

Hi porters,

the new mod_fcgid-version (http://httpd.apache.org/mod_fcgid/) is out 
for a while and it would be great if it will be upgraded.


This update will solve the following problem: 
http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/142795


Thanks,
Feel free to send a pr.  The maintainer is going to (has today) timed 
out on the last pr which is designed specifically for this fix; however, 
its obviously better to update then pull a specific fix from upstream svn.




--

1024D/DB9B8C1C B90B FBC3 A3A1 C71A 8E70  3F8C 75B8 8FFB DB9B 8C1C
Philip M. Gollucci (pgollu...@p6m7g8.com) c: 703.336.9354
VP Apache Infrastructure; Member, Apache Software Foundation
Committer,FreeBSD Foundation
Consultant,   P6M7G8 Inc.
Sr. System Admin, Ridecharge Inc.

Work like you don't need the money,
love like you'll never get hurt,
and dance like nobody's watching.
___
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: HEADS UP: utmp.h gone. All welcome utmpx.h

2010-02-01 Thread b. f.
On 2/1/10, b. f. bf1...@googlemail.com wrote:
I found another port that shows a little error when replace utmp.h by
 utmpx.h.
Is security/ipsec-tools

 This was discovered shortly after Ed's initial changes -- Ed furnished
 a patch, and the maintainer was notified on 15 Jan. 2009, although I
 don't think a PR was filed.  I attach the patch for your convenience.

 b.


Er, that should have been 15 Jan. 2010, of course.  I'm still stuck in
last year.  And note that the patch should only be applied if
${OSVERSION} = 97
___
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: [SDL-1.2.14] Build fails on the libvlg checking

2010-02-01 Thread Alexey Shuvaev
On Sun, Jan 31, 2010 at 05:40:22PM +0100, Marcus von Appen wrote:
 On, Sun Jan 31, 2010, David Marec wrote:
 
  Le dimanche 31 janvier 2010 14:27:19, Marcus von Appen a écrit :
  
   /usr/lib/libvgl.* should not be available on RELENG_8, amd64 - instead
   it should reside in /usr/lib32 only. Did you upgrade from i386 to amd64
   or did you manually link the libvgl.* to /usr/lib?
  
  Neither of them.
  
  The system is amd64 from the begining.
  
  
   If so, please remove them or run make config and disable the VGL knob
   (or add 'WITHOUT_VGL=true' to the make invocation).
  
  That s what i did.
 
 And it still does not work for you?
 
  But, if, for example, svgalib is tagged i386 only, svgl is not.
 
 If I manually link libvgl.* from /usr/lib32 to /usr/lib and rebuild SDL
 with VGL enabled, anything links properly. I am not sure, what's wrong
 on your side. If it still fails for you after disabling the VGL knob,
 could you please send me the config.log from
 /usr/ports/devel/sdl12/work/SDL-1.2.14 as well as the tee'd output from
 your make invocation:
 
  make | tee sdlbuild.log
  
  btw, should i remove these libs ?
 
 I do not recommend to do that manually. Which shared library versions of
 libvgl are installed (output of find /usr/lib -name *vgl*) on your
 side?
 Did you ever run make delete-old or make delete-old-libs after updating
 the system?
 
Just FYI, libvgl is built natively on amd64 now:

Revision 197025 - (view) (annotate) - [select for diffs]
Modified Wed Sep 9 09:50:31 2009 UTC (4 months, 3 weeks ago) by delphij
File length: 3386 byte(s)
Diff to previous 194869

 - Teach vesa(4) and dpms(4) about x86emu. [1]
 - Add vesa kernel options for amd64.
 - Connect libvgl library and splash kernel modules to amd64 build.
 - Connect manual page dpms(4) to amd64 build.
 - Remove old vesa/dpms files.

Submitted by:   paradox ddkprog yahoo com [1], swell k at gmail.com
(with some minor tweaks)

Alexey.
___
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: HEADS UP: utmp.h gone. All welcome utmpx.h

2010-02-01 Thread Manfred Antar


kde3base and kde3network are also broken by utmp.h change
Manfred

==
||  n...@pozo.com   ||
||  Ph. (415) 681-6235  ||
== 


-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.

___
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


Plans for net-p2p/rblibtorrent*, and future of net-p2p/sharktorrent

2010-02-01 Thread Doug Barton

Howdy!

First a little background. There are two rblibtorrent ports now, the 
main port which is currently at version 0.13 which is quite old, and the 
-devel port which is at version 0.14.8 which is actually what is now 
considered the current version. There is also a newer 0.15 version 
available which is considered the development version.


With the recent update of springlobby (thanks amdmi3!) the last 
remaining consumer of rblibtorrent 0.13 is net-p2p/sharktorrent which is 
maintained by alepulver. The version currently in this port is 0.1.1, 
which was released on 2006/12/17. The most recent version of the 
software is 0.1.8.4-beta which was released on 2009/7/5. The web site 
listed in the pkg-descr, http://sharktorrent.com/ is currently parked, 
and has no relevant content.


My first choice to move forward is to repocopy rblibtorrent-devel to 
rblibtorrent14 AND rblibtorrent15. To the rblibtorrent15 port I will add 
the -devel PKGNAMESUFFIX until it's finalized. I'd also like to twiddle 
the LATEST_LINK stuff so that rblibtorrent sets NO_LATEST_LINK, and 
rblibtorrent14 sets LATEST_LINK=rblibtorrent.


As for sharktorrent and rblibtorrent it seems to me that they could both 
go away. The sharktorrent port uses WX so I haven't tried building it 
with 0.14.8 of rblibtorrent to see if it could easily be updated. Given 
that the version we have is so out of date I also don't see much point 
in even trying to fix it. There are also no PRs for it from interested 
users, so it would seem that it does not have a user base in any case.


On the other hand, if someone would like to step up and attempt to 
modernize the sharktorrent port I would have no objection provided that 
it did not continue to rely on rblibtorrent-0.13. Mail to alepulver on 
2010/1/2 has so far gone unanswered, so it's not clear to me that he's 
interested in continuing to maintain the port.


To round out the equation, the reason I'd like to move forward with 
rblibtorrent 0.15 is that qbittorrent (which I also began maintaining 
recently, and what started this whole affair) can use 0.14.8 quite well 
which is what it's doing now. However, it can have an alternate 
dependency on 0.15 which will allow it to have some additional features. 
Also, since the author of rblibtorrent seems to be moving forward with 
new versions on a somewhat regular basis I'd like to set up the 
rblibtorrent* ports in a manner that will allow them to be easily 
maintained going forward (whether it's me that continues to maintain 
them or not).


If there is a strong consensus that the current version of the port 
_must_ be called rblibtorrent I won't fight against that, I just don't 
want to wait forever to move the 0.14.x version in there because there 
is one stale port that still depends on the 0.13 version.


So, opinions? Any rabid sharktorrent fans out there who would be 
terribly sad if it went away, or better yet would like to update it? Has 
anyone heard from alepulver? I doubt I'll get it all done before the 
7.3-RELEASE but I'd like to request the repocopies soon'ish so that I 
can at least get rblibtorrent15 into the tree and make it an alternate 
dependency for qbittorrent. So if you have something to say on this 
topic, speak up. :)



Doug

--

Improve the effectiveness of your Internet presence with
a domain name makeover!http://SupersetSolutions.com/

Computers are useless. They can only give you answers.
-- Pablo Picasso

___
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


posix_fallocate

2010-02-01 Thread Doug Barton
I'm working on the port of the 0.15 version of rblibtorrent 
(http://sourceforge.net/projects/qbittorrent/files/qbittorrent-unstable/libtorrent-rasterbar-0.15.svn.r4203.tar.gz/download?use_mirror=heanet) 
and ran into a snag with the following:


  int ret = posix_fallocate(m_fd, 0, s);

The only reference in /usr/include is:

/usr/include/fcntl.h: * XXX missing posix_fadvise() and 
posix_fallocate(), and POSIX_FADV_* macros.
/usr/include/sys/fcntl.h: * XXX missing posix_fadvise() and 
posix_fallocate(), and POSIX_FADV_* macros.


No references at all in /usr/local/include.

There is another block of code that could be a solution, but it doesn't 
look promising either:


#ifdef F_PREALLOCATE
  fstore_t f = {F_ALLOCATECONTIG, F_PEOFPOSMODE, 0, s, 0};
  if (fcntl(m_fd, F_PREALLOCATE, f)  0)
  {
  ec = error_code(errno, get_posix_category());
  return false;
  }



So, any suggestions?  :)


Doug

--

Improve the effectiveness of your Internet presence with
a domain name makeover!http://SupersetSolutions.com/

Computers are useless. They can only give you answers.
-- Pablo Picasso

___
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: [Libmpdclient] upate failed on doxygen call

2010-02-01 Thread David Marec

HI,

Le 01/02/2010 18:17, Martin Wilke a écrit :

I tryied to update libmpdclient-2.1 and the build failed on the
following errors:

/usr/local/bin/doxygen
Doxyfile not found and no input file specified!
Doxygen version 1.6.2
Copyright Dimitri van Heesch 1997-2008


add USE_GMAKE=yes to your makefile
this should be save


Thanks for the tip.
The update has completed successfully.


Regards,
--
David Marec http://user.lamaiziere.net/david/Site
FreeBSD: http://www.freebsd.org/fr/ http://www.diablotins.org/
___
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