Unfetchable distfiles reminder

2007-06-07 Thread Bill Fenner
Dear porters, This is just a reminder to please periodically check the list of unfetchable distfiles at http://people.freebsd.org/~fenner/portsurvey/ . In particular, the list of ports with no MAINTAINER with distfile problems, which currently has 247 bad ports, is http://people.freebsd.org/~f

graphviz-2.12 compile error after Xorg

2007-06-07 Thread David Southwell
Many thanks for all the work on Xorg - everything gone well except: Graphviz failed on # portupgrade -a afterwards reporting error : - then mv -f ".deps/gv_lua.Tpo" ".deps/gv_lua.Plo"; else rm -f ".deps/gv_lua.Tpo"; exit 1; fi c++

ocamlc.opt segfault on sparc64

2007-06-07 Thread goldskorpion
dear manteiner, i am trying to compile and install ocaml but is marked as broken. i'm not under x11, so i take ocaml-nox11, but ocaml has the same problem. this is the makefile ( http://phpfi.com/240007 ) # New ports collection makefile for:ocaml-nox11 # Date created: 2004-02-03 # Who

Re: graphviz-2.12 compile error after Xorg

2007-06-07 Thread David Southwell
On Thursday 07 June 2007 03:22:44 David Southwell wrote: > Many thanks for all the work on Xorg - everything gone well except: > Graphviz failed on > # portupgrade -a > > afterwards reporting error : > - > then mv -f ".deps/gv_lua.Tpo"

Re: Ports depending of devel/boost broken in -CURRENT

2007-06-07 Thread Romain LE DISEZ
Hi, what should I do about this ? Must I contact the maintainer directly ? Note my mistake : it's not net/boost but devel/boost. Le Mer 30 mai 2007 14:27, Romain LE DISEZ a écrit : > Hi all, > > because of a bug in boost 1.33, it's not possible to compile an > application depending of net/boost

Re: ocamlc.opt segfault on sparc64

2007-06-07 Thread Scot Hetzel
On 6/7/07, goldskorpion <[EMAIL PROTECTED]> wrote: dear manteiner, i am trying to compile and install ocaml but is marked as broken. i'm not under x11, so i take ocaml-nox11, but ocaml has the same problem. this is the makefile ( http://phpfi.com/240007 ) : Makefile dax# make install clean ==

An install conundrum

2007-06-07 Thread Paul Schmehl
I'm working on an update to security/bro, and I plan to take over maintainership. However, I've run into a problem that I don't know how to solve. By default this program installs everything in /usr/local/bro. This includes the docs, the binaries, the libraries, includes, everything. I can

FreeBSD%20Port:%20wzdftpd-0.8.1_1

2007-06-07 Thread Daniel Stefan Haischt
Hi! attached you will find an modified wzdftpd port. Included are just changed files. Changes: * Fixed Zeroconf issues (respective Avahi) * Fixed UTF8/iconv issues * Fixed IPv6 knob * Added a PostgreSQL knob ___ freebsd-ports@freebsd.org mailing list h

INDEX build failed for 5.x

2007-06-07 Thread Erwin Lansing
INDEX build failed with errors: Generating INDEX-5 - please wait..pkg_info: not found pkg_info: not found pkg_info: not found Done. make_index: gnomebaker-0.6.1_3: no entry for /usr/ports make_index: gnomebaker-0.6.1_3: no entry for /usr/ports make_index: rhythmbox-0.10.1_1: no entry for /usr/port

Re: An install conundrum

2007-06-07 Thread Jeffrey Goldberg
On Jun 7, 2007, at 11:15 AM, Paul Schmehl wrote: If I use the configure arg --prefix=${PREFIX}/bro, that solves the problem of the "extra" dirs and files, but then it changes -- prefix, and so the bindir, etc. is now in the wrong place again. try --prefix=${PREFIX}/bro --exec-prefix=${PRE

fix for ghostscript gpl on current?

2007-06-07 Thread Alexander Leidinger
Hi, does someone has a fix for the illegal instruction problem (gcc inserts an illegal instruction instead of bailing out with an error on some special kind of bad C code) with ghostscript gpl on current? Bye, Alexander. -- http://www.Leidinger.net Alexander @ Leidinger.net: PGP ID = B0063FE7

Re: An install conundrum

2007-06-07 Thread Wesley Shields
On Thu, Jun 07, 2007 at 11:15:17AM -0500, Paul Schmehl wrote: > I'm working on an update to security/bro, and I plan to take over > maintainership. However, I've run into a problem that I don't know how to > solve. > > By default this program installs everything in /usr/local/bro. This >

Issue with RealPlayer plugin

2007-06-07 Thread Clint Olsen
Hi: I used to have this working. I'm now getting the following error: LoadPlugin: failed to initialize shared library /usr/local/lib/linux-mozilla/plugins/nphelix.so [Shared object "libstdc++.so.5" not found, required by "nphelix.so"] I think that I have the correct entries in my libmap.con

CTF: compat6x port

2007-06-07 Thread Marcus Alves Grando
Hi lists, I finish compat6x port and i need testers. If you are interested you can download shar file in http://people.freebsd.org/~mnag/compat6x.shar Feedbacks are welcome. I expect commit this until 09 Jun. Regards -- Marcus Alves Grando marcus(at)sbh.eng.br | Personal mnag(at)FreeBSD.org

INDEX now builds successfully on 5.x

2007-06-07 Thread Erwin Lansing
___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "[EMAIL PROTECTED]"

removing stale ports [was: Re: make index failed]

2007-06-07 Thread Mark Linimon
> I can't build index after recent update of ports via portsnap: > > wait..astk-client-1.5.0.1_2: "/usr/ports/shells/bash2" non-existent -- > dependency list incomplete As a reminder to committers, when removing stale ports, you also have to check the _optional_ dependencies in port Makefiles (ye

Re: FreeBSD%20Port:%20wzdftpd-0.8.1_1

2007-06-07 Thread Mark Linimon
On Thu, Jun 07, 2007 at 06:16:38PM +0200, Daniel Stefan Haischt wrote: > attached you will find an modified wzdftpd port. Included are just > changed files. fwiw, if you're going to Cc: to the list, you may as well just file it as a PR and then it will be auto-assigned to novel. Postings to the l

Re: Ports depending of devel/boost broken in -CURRENT

2007-06-07 Thread Dmitry Marakasov
* Romain LE DISEZ ([EMAIL PROTECTED]) wrote: > what should I do about this ? Must I contact the maintainer directly ? You should submit a problem report via either send-pr utility or web interface (http://www.freebsd.org/send-pr.html) - this way maintainer will be notified automatically and also w

Re: FreeBSD ports: 1 unfetchable distfile: x11/oooqs2

2007-06-07 Thread Rashid N. Achilov
On Thursday 07 June 2007 17:00, Bill "distfiles" Fenner wrote: > Dear [EMAIL PROTECTED], > > You are listed as the FreeBSD port maintainer for 1 port > whose distfiles are not fetchable from their MASTER_SITES. Could > you please visit > > http://people.freebsd.org/~fenner/portsurvey/[EMAI

Re: FreeBSD ports: 1 unfetchable distfile: x11/oooqs2

2007-06-07 Thread Kris Kennaway
On Fri, Jun 08, 2007 at 09:53:51AM +0700, Rashid N. Achilov wrote: > On Thursday 07 June 2007 17:00, Bill "distfiles" Fenner wrote: > > Dear [EMAIL PROTECTED], > > > > You are listed as the FreeBSD port maintainer for 1 port > > whose distfiles are not fetchable from their MASTER_SITES. Could

New maintainer needed for multimedia/avifile (C++ knowledge required)

2007-06-07 Thread Conrad J. Sabatier
I need to surrender the maintainership of the port multimedia/avifile, as my knowledge of the C++ programming language is sadly deficient, and the latest version of this port has a few tricky problems that need to be worked out. Anyone willing to step up? Thanks! -- Conrad J. Sabatier <[EMAIL P

Re: CTF: compat6x port

2007-06-07 Thread Lars Engels
On Fri, Jun 08, 2007 at 01:17:59AM -0500, [EMAIL PROTECTED] wrote: > On 07/06/07, Marcus Alves Grando <[EMAIL PROTECTED]> wrote: > >Hi lists, > > > >I finish compat6x port and i need testers. If you are interested you can > >download shar file in http://people.freebsd.org/~mnag/compat6x.shar > > >

Re: CTF: compat6x port

2007-06-07 Thread [EMAIL PROTECTED]
On 07/06/07, Marcus Alves Grando <[EMAIL PROTECTED]> wrote: Hi lists, I finish compat6x port and i need testers. If you are interested you can download shar file in http://people.freebsd.org/~mnag/compat6x.shar Feedbacks are welcome. I expect commit this until 09 Jun. Installs without a hitc