Re: My PR`s:

2006-09-21 Thread Andrew Pantyukhin

On 9/20/06, Alex Samorukov [EMAIL PROTECTED] wrote:

Is it possible to speedup PR processing? This PR`s are version updates,
so they are important for users and also after some time of such
inactivity they will be not actual at all because new version will be out.


It really is speeding up, along with PR submissions rate, so
your updates are most likely not processed due to a race
condition. :-) Seriously though, there's no way to ensure that
you'll get any attention first. If a new version is out, send a
new patch as a follow-up.

Thanks!
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: [kde-freebsd] Re: QT related issue (ports/102829)

2006-09-21 Thread alexbl
 
 --xXmbgvnjoT4axfJE
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: inline
 Content-Transfer-Encoding: quoted-printable
 
 On Tue, Sep 19, 2006 at 09:20:51PM +0200, Michael Nottebrock wrote:
  Vasil Dimov schrieb:
   On Tue, Sep 19, 2006 at 08:57:15PM +1000, Sam Lawrance wrote:
=20
   Vasil Dimov wrote:
  =20
   Hi,
  
   Can someone familiar with the QT tools uic and moc take a look at
   ports/102829 - the port in question is using scons and the directory
   /usr/X11R6/etc/settings/ is being created during build but probably
   the problem is not in the port or the software itself but rather in
   qt or scons. It looks very mysterious to me.
  
   Any help is appreciated, thanks in advance!
   =20
=20
   http://www.freebsd.org/cgi/query-pr.cgi?pr=3Dports/92532
  
  =20
  
   Even if I do ``make PACKAGE_BUILDING=3Dy'' the directory
   /usr/X11R6/etc/settings gets created (during build).
  
   What is the idea of this code:
  
   .if defined(PACKAGE_BUILDING)
   TMPDIR?=3D/tmp
   MAKE_ENV+=3D  TMPDIR=3D${TMPDIR}
   CONFIGURE_ENV+=3D TMPDIR=3D${TMPDIR}
   .endif
  
   in bsd.kde.mk? (the port has USE_QT_VER=3D3)
=20
 =20
  You will need to make sure that the TMPDIR environment variable is set
  during build (so uic will see it).
 Ah, I had forgotten that this port is using scons and MAKE_ENV and
 CONFIGURE_ENV are irrelevant in this case.
 
  Scons by default does *not* preserve
  and propagate the shell environment it's being called from, so you will
  have to modify the main sconscript file to at least import TMPDIR from
  the external environment ( see
  http://www.scons.org/doc/HTML/scons-user/c1171.html ).
 The trick happened without modifying the SConstuct file by just adding
 TMPDIR=3D${TMPDIR} to SCONS_BUILDENV.
 
 Thanks for pointing me the right direction!
 
 Alex: maybe TMPDIR should be set somewhere in bsd.scons.mk by default,
 just like in (MAKE|CONFIGURE)_ENV in bsd.kde.mk?
I would prefer that bsd.kde.mk set TMPDIR for SCONS_BUILDENV by default.
I'm ok with either way though if someone has a convincing reason otherwise.

Alex
 
 --=20
 Vasil Dimov
 [EMAIL PROTECTED]
 %
 Take it easy, we're in a hurry.
 
 --xXmbgvnjoT4axfJE
 Content-Type: application/pgp-signature
 Content-Disposition: inline
 
 -BEGIN PGP SIGNATURE-
 
 iD8DBQFFEVW9Fw6SP/bBpCARAgwQAKCbKavB4TPzBf7xPC7gybyf4xKTwACgvHh5
 BUXaH6EP4uwtHmRyU+L9rQY=
 =I8s1
 -END PGP SIGNATURE-
 
 --xXmbgvnjoT4axfJE--
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


Help to maintain port Websieve 0.63a

2006-09-21 Thread Martin Schweizer

Hello

As I descibed below it would be grate to change some configs in the
above port. How can I help to do this? How it the corresponding person
(the maintainer is ports@).

Regards,
Martin

-- Forwarded message --
From: Martin Schweizer [EMAIL PROTECTED]
Date: 07.09.2006 17:39
Subject: Websieve 0.63a
To: freebsd-ports@freebsd.org


Hello

After more the one successfully installation I found some problems in
the actualy ports (from yesterday):

- while building websieve make wants download every time the old apache port

Makefile
*
[snip]

RUN_DEPENDS=${SITE_PERL}/IMAP/Admin.pm:${PORTSDIR}/mail/p5-IMAP-Admin \
   ${SITE_PERL}/IMAP/Sieve.pm:${PORTSDIR}/mail/p5-IMAP-Sieve
.endif
## RUN_DEPENDS+=${LOCALBASE}/www/cgi-bin:${PORTSDIR}/${APACHE_PORT}

PKGMESSAGE= ${WRKDIR}/pkg-message

[snip]

I alway commented out RUN_DEPENDS...


- ... also while building make would copy websieve.pl to
/usr/local/www/cgi-bin but it create a file called cgi-bin in
/usr/local/www


- websieve.pl:

[snip]

#creates global variables $mode,@rules,@mailboxes,@quota and %vacation;
# get quota
   @quota=getquota(INBOX) if ($havequota || !$useprocmail);
   if ($IMAPERROR = /no errors/i  !$ismanager  $IMAPERROR) {
   $error=$IMAPERROR;
   closeimap;
   closesieve;
   incorrect_login;
   exit;
   }

[snip]


In the port there is  here (if ($IMAPERROR =~ /no... ) a tile sign
but for successfully login you have to remove this.

See also http://www.linuxnetmag.com/en/issue8/printm8sieve1.html

- error base64 decoding... in /var/log/messages

Sep  7 15:47:22 acsvfbsd04 imap[547]: login: mail3 [192.168.10.6]
martin plaintext User logged in
Sep  7 15:47:22 acsvfbsd04 sieve[548]: badlogin: mail3[192.168.10.6]
PLAIN error base64 decoding string
Sep  7 15:47:34 acsvfbsd04 imap[547]: login: mail3 [192.168.10.6] root
plaintext User logged in
Sep  7 15:47:34 acsvfbsd04 sieve[551]: badlogin: mail3[192.168.10.6]
PLAIN error base64 decoding string

Here you have to edit in /usr/local/lib/perl5/site_perl/5.8.8/IMAP
the file Sieve.pm:

Old:
$encode=encode_base64($userpass);

New:
$encode=encode_base64($userpass, '');

See also 
http://lists.freebsd.org/pipermail/freebsd-ports-bugs/2006-June/091540.html


- If you change the location from /var/imap  to another location (f.e.
to /usr/imap
because you need more disk space), you'll get the following message
in /var/log/messages:

Sep  7 16:05:25 acsvfbsd04 imap[656]: login: acsvfbsd04 [192.168.10.6]
martin plaintext User logged in
Sep  7 16:05:25 acsvfbsd04 sieve[682]: IOERROR: creating directory
/var/imap: Permission denied
Sep  7 16:05:25 acsvfbsd04 sieve[682]: mkdir /var/imap: Permission denied
Sep  7 16:05:25 acsvfbsd04 sieve[682]: error in actions_setuser()

Websieve wants to creat some file in /var/imap everytime you log in. I
create an symlink like this:

lrwxr-xr-x   1 cyrus   cyrus   18  7 Sep 16:23 imap - /usr/imap/var/imap

Afterwoods I works like a charme.




Regards,
Martin
--
Martin Schweizer
[EMAIL PROTECTED]
Fax: +1 619 3300587
Tel.: +1 619 3300597 (VoIP)


--
Martin Schweizer
[EMAIL PROTECTED]
Fax: +1 619 3300587
Tel.: +1 619 3300597 (VoIP)
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


Unfetchable distfiles reminder

2006-09-21 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 -1 bad ports, is

http://people.freebsd.org/~fenner/portsurvey/[EMAIL PROTECTED]

Since no one is responsible for these ports, the problem won't get
fixed unless someone on this list takes the initiative.

  In addition, the list of all ports with any unfetchable distfile is

http://people.freebsd.org/~fenner/portsurvey/bad.html

if you don't mind coordinating your fixes with the port MAINTAINER.

Thanks for your help!

Bill distfiles Fenner
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


INDEX build failed for 4.x

2006-09-21 Thread Erwin Lansing
INDEX build failed with errors:
Generating INDEX - please wait..ntop-3.2_3: 
/local0/tmp/erwin/tindex/ports/x11-fonts/urwfonfs non-existent -- dependency 
list incomplete
=== net/ntop failed
*** Error code 1
*** Error code 1

Stop in /local0/tmp/erwin/tindex/ports.
*** Error code 1

Stop in /local0/tmp/erwin/tindex/ports.
1 error

Committers on the hook:
ale alexbl des erwin johans krion leeym lth mich rafan sat sergei stas tobez vd 

Most recent CVS update was:
U MOVED
U archivers/pecl-zip/Makefile
U archivers/pecl-zip/distinfo
U audio/Makefile
U audio/py-libtunepimp/Makefile
U audio/py-libtunepimp/distinfo
U chinese/CJK/pkg-plist
U devel/p5-File-Temp/Makefile
U devel/p5-RRDTool-OO/Makefile
U devel/p5-RRDTool-OO/distinfo
U devel/pychecker/Makefile
U devel/tpg/Makefile
U dns/libidn/Makefile
U dns/libidn/distinfo
U dns/libidn/pkg-plist
U emulators/e-uae/Makefile
U games/freeciv/Makefile
U irc/pisg/Makefile
U irc/pisg/distinfo
U multimedia/avidemux2/Makefile
U multimedia/ffmpeg/Makefile
U multimedia/ffmpeg-devel/Makefile
U multimedia/libmpeg2/Makefile
U multimedia/libtheora/Makefile
U multimedia/transcode/Makefile
U net/ntop/Makefile
U net/p5-IO-Interface/Makefile
U net/p5-IO-Interface/distinfo
U net/p5-IO-Interface/pkg-plist
U security/cvm/Makefile
U security/cvm/distinfo
U sysutils/titlefix/Makefile
U sysutils/titlefix/distinfo
U textproc/glark/Makefile
U textproc/glark/distinfo
U textproc/txt2tags/Makefile
U www/p5-POE-Component-Server-SOAP/Makefile
U www/p5-POE-Component-Server-SOAP/distinfo
U www/p5-POE-Component-Server-SimpleHTTP/Makefile
U www/p5-POE-Component-Server-SimpleHTTP/distinfo
U www/varnish/Makefile
U www/varnish/distinfo
U x11/electricsheep/Makefile
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


FreeBSD Port: lazarus-0.9.16_2

2006-09-21 Thread Aleš Katona
Hello it's me again :)

First, let me thank you for fixing the fpc-packages dependencies.

I now tried the lazarus port and found a problem.

Lazarus was originaly ment only as local non-install on users writable
space (eg in home, just get source, compile and use, don't install).
Ofcourse later when getting closer to 1.0 release, they had to address
install problems on various platforms. They fixed it by startlazarus
which is an additional binary in lazarus. It makes sure that when you
for example install new components (which require a recompilation of
lazarus lcl btw, that means write support) they are put into
$HOME/.lazarus subdirectory with also the new compiled libraries of
lazarus which should be used.

Currently the lazarus port doesn't use startlazarus but the normal
lazarus executable. This should get fixed.

I tried using startlazarus myself and altho it has changed a crash to
restart when installing a component to lazarus it still doesn't work
properly. It might be something else tho, I will investigate further.

So in short: please change default binary to be startlazarus (link it
as lazarus perhaps, since most users are used to that anyhow)

Thanks,

Ales


___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Help to maintain port Websieve 0.63a

2006-09-21 Thread Mark Linimon
On Thu, Sep 21, 2006 at 10:01:20AM +0200, Martin Schweizer wrote:
 How can I help to do this? How it the corresponding person (the maintainer
 is ports@).

[EMAIL PROTECTED] is the string used to indicate that a port is not
maintained by anyone; so until someone steps up and contributes (e.g. by
sending in PRs to fix it) it will remain broken.

A good place to get started learning about how to contribute can be found at
http://www.freebsd.org/doc/en_US.ISO8859-1/articles/contributing-ports/ .

mcl
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: cvs commit: ports/databases/ruby-mysql Makefile

2006-09-21 Thread Mark Linimon
On Wed, Sep 20, 2006 at 09:27:21PM +0900, Akinori MUSHA wrote:
 http://pointyhat.freebsd.org/errorlogs/i386-7-latest/ruby18-mysql-2.7.1.log
 
 Note: Some of those logs may not exist depending on the timing.

The previous errorlogs are always archived.  If you have access to pointyhat,
you can find them that way; otherwise, you'll need to do some detective work
on the web pages under Archive / All error logs at
http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/ .

For instance, I find the ruby18-mysql log at

e.4.20060713/ruby18-mysql-2.7.1.log.bz2
e.4.2006071303/ruby18-mysql-2.7.1.log.bz2
e.5-exp.2006091406/ruby18-mysql-2.7.1.log
e.5.20060726/ruby18-mysql-2.7.1.log
e.5.2006072607/ruby18-mysql-2.7.1.log
e.6.2006091606/ruby18-mysql-2.7.1.log

Note that to save space, older errorlogs are compressed.

mcl
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: [Samba] authenticating using winbindd against NT4 domain fails

2006-09-21 Thread Andriy Gapon

Doug,

I missed you original email to ports list and found it by seeing your
email in samba mailing list first.

Can you please take a look at the following bug that I submitted to
samba bugzilla and see if that looks like your problem and if you can
fix it by doing suggested source tweaks:
https://bugzilla.samba.org/show_bug.cgi?id=4109

-- 
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: cvs commit: ports/databases/ruby-mysql Makefile

2006-09-21 Thread michael johnson

On 9/20/06, Akinori MUSHA [EMAIL PROTECTED] wrote:


Hi,

Is there anyone who can reproduce this build error?  I couldn't
reproduce it on 4-STABLE nor on 6-STABLE.


http://pointyhat.freebsd.org/errorlogs/i386-4-latest/ruby18-mysql-2.7.1.log

http://pointyhat.freebsd.org/errorlogs/i386-5-latest/ruby18-mysql-2.7.1.log

http://pointyhat.freebsd.org/errorlogs/i386-6-latest/ruby18-mysql-2.7.1.log

http://pointyhat.freebsd.org/errorlogs/i386-7-latest/ruby18-mysql-2.7.1.log

Note: Some of those logs may not exist depending on the timing.





Any hint is appreciated, thanks.


It doesn't build with mysql 5.0, thats the problem.

install mysql 5 and you'll get the error.


At Sun, 17 Sep 2006 01:25:46 + (UTC),

Kris Kennaway wrote:
 kris2006-09-17 01:25:46 UTC

   FreeBSD ports repository

   Modified files:
 databases/ruby-mysql Makefile
   Log:
   BROKEN: Does not compile

   Revision  ChangesPath
   1.27  +2 -0  ports/databases/ruby-mysql/Makefile

--
 /
/__  __Akinori.org / MUSHA.org
   / )  )  ) )  / FreeBSD.org / Ruby-lang.org
Akinori MUSHA aka / (_ /  ( (__(  @ iDaemons.org / and.or.jp

Different eyes see different things,
Different hearts beat on different strings --
   But there are times for you and me when all such things agree
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


INDEX now builds successfully on 4.x

2006-09-21 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]


Can't install Net::SSH::Perl module on freeBSD 6.1

2006-09-21 Thread Сергей Ларин
Good day, freebsd-ports.

I have FreeBSD 6.1 on Intel P4. When i try to
install Net::SSH::Perl I  get the following error message: package
Pari is broken. Ports tree is  updated. What can i do to correct this
error?

Thanks in advance.

Serge Larin, system
administrator.



___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


GNUstep Software in FreeBSD

2006-09-21 Thread Gürkan Sengün

Hello

I've seen that there is http://www.freebsd.org/gnome/ to integrate GNOME
as complete desktop environment.

I would like to create a team of interested people for the same purpose
but with GNUstep (which is a very nicely designed API of base and gui
tools, started in 1988 by NeXT as NeXTSTEP and later improved and sold
as OPENSTEP product). There exist many software projects using GNUstep
to be portable onto UNIX systems (and also work on Windows and Mac OS X
(the incarnation of OPENSTEP)).

There's already about 30-40 ports of GNUstep ports, and the number
will increase at least by 20-30 more.

A meta package needs be created too. Is there a chance the FreeBSD
project can provide an official subpage for this, namely
http://www.freebsd.org/gnustep/ ?

My longer term plan, clearly is also to provide a http://livecd.gnustep.org
based on Freesbie.

Personally a new directory for the ports would make sense, since
GNUstep can by design use different backends than X11 too. And it already
does so: Windows and Mac OS X (completely without X11):
http://www.phys.ethz.ch/~sengun/GNUstep.Win.Gorm.gif
http://www.collaboration-world.com/gnumail.data/screenshots/v1.2.0pre1/gnumail-osx.png

Cheers,
Guerkan
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: GNUstep Software in FreeBSD

2006-09-21 Thread Chuck Swiger

On Sep 21, 2006, at 8:06 AM, Gürkan Sengün wrote:
I've seen that there is http://www.freebsd.org/gnome/ to integrate  
GNOME

as complete desktop environment.
[ ... ]
There's already about 30-40 ports of GNUstep ports, and the number
will increase at least by 20-30 more.


Typically, portmgr@ wants to see around fifty ports for a new top- 
level category to be created in the ports tree; it also helps if the  
relationship between the ports and/or their membership into this  
category is very obvious, which would seem to be the case for ports  
using GNUstep.


If you would like to see this happen, the next step would be to  
identify all of the ports which would go under this new category and  
see what others think about the notion.



A meta package needs be created too. Is there a chance the FreeBSD
project can provide an official subpage for this, namely
http://www.freebsd.org/gnustep/ ?


Sure, but this is a separate issue which probably should be discussed  
on the freebsd-doc@ mailing list.  If you have an existing page or  
tree of HTML content which could go there, you should make that  
available for people to consider  review; otherwise, you should  
probably start with the Doc Project Primer:


   http://www.freebsd.org/doc/en_US.ISO8859-1/books/fdp-primer/ 
index.html


The content under http://www.freebsd.org/gnome is mostly a ChangeLog  
of FreeBSD-specific GNOME stuff; I guess this is OK, but starting  
with a pointer to the main site at www.gnome.org, plus a reference or  
excerpt from the Handbook about setting up and using GNOME, rather  
than just the ChangeLog-style stuff would be a lot more useful.


In other words, adding a section about GNUstep to the Handbook would  
probably be a more useful starting point then duplicating the  
ChangeLog/History of GNUstep, as that info is already available on  
the main sites of GNOME (Latest News), KDE (Latest Announcements,  
or GNUstep (GNUstep News For 2006) anyway.


--
-Chuck

___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: FreeBSD Port: lazarus-0.9.16_2

2006-09-21 Thread Jose Alonso Cardenas Marquez
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Thu, 21 Sep 2006 12:17:52 +0200
Ales Katona [EMAIL PROTECTED] wrote:

Done :)

Greetings
- 
Jose Alonso Cardenas Marquez|   http://www.FreeBSD.org
[EMAIL PROTECTED]   |   http://www.BSD.org.pe
GnuPG Key: http://www.FreeBSD.org/~acm/pgp/pubkey.asc


-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.5 (FreeBSD)

iD8DBQFFEttyGV/UqJshvBkRApacAJ9RHXoJXLxtybDXi6hjzY1Y1plgBgCfRVoE
zR4ZtAbyRyWGbyTZ3eCWbCs=
=yfDo
-END PGP SIGNATURE-
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]