[patch] net-im/sim-im-devel

2008-07-10 Thread mitrohin a.s.
recent icq protocol changes broke sim. this patch based on pidgin fix.

/swp
--- plugins/icq/icqlogin.cpp.orig   2008-04-28 19:06:15.0 +0700
+++ plugins/icq/icqlogin.cpp2008-07-10 12:50:25.0 +0700
@@ -203,7 +203,7 @@
 socket()->writeBuffer().tlv(0x0001, uin);
 socket()->writeBuffer().tlv(0x0002, pswd.data(), pswd.size());
 socket()->writeBuffer().tlv(0x0003, "ICQBasic");  // ID String, 
currently ICQ 5.1 (21.08.2006)
-socket()->writeBuffer().tlv(0x0016, 0x010A);  // ID Number
+socket()->writeBuffer().tlv(0x0016, 0x010B);  // ID Number
 socket()->writeBuffer().tlv(0x0017, 0x0014);  // major
 socket()->writeBuffer().tlv(0x0018, 0x0034);  // minor
 socket()->writeBuffer().tlv(0x0019, 0x);  // lesser
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: portupgrade fails to upgrade the package because the older version is installed

2008-07-10 Thread Yuri

David Southwell wrote:

Did you follow the instructions in UPDATING (see below)?
They may have some bearing on the problem.

20080701:
  AFFECTS: users of devel/subversion*
  AUTHOR: Lev Serebryakov <[EMAIL PROTECTED]>

  subversion now uses neon-0.28.x (www/neon28) port, and automatic
  portupgrade will fail because neon26 will conflict with installed
  neon26.
  You should upgrade neon library tohgether with subversion with

  # portupgrade -o www/neon28 neon subversion

  command.

  Also, if you use special subversion port with bindings, you
  should upgrade your port to clean subversion port with

  # portupgrade -o devel/subversion subversion-\*

  and install needed bindings (p5-subversion, py-subversion and/or
  ruby-subversion) after that.

  If you use subversion with bindings, installed from devel/subversion
  with custom options, don't forget to install separate bindings ports
  after subversion upgrade.
__-

David
  



No, command "portupgrade -o www/neon28 neon subversion" causes the same 
error message itself.


Yuri

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


Re: portupgrade fails to upgrade the package because the older version is installed

2008-07-10 Thread Michael A. Loginov
And what about deinstall neon26 and install neon28 instead?

David Southwell wrote:
> Did you follow the instructions in UPDATING (see below)?
> They may have some bearing on the problem.
> 
> 20080701:
>   AFFECTS: users of devel/subversion*
>   AUTHOR: Lev Serebryakov <[EMAIL PROTECTED]>
>
>   subversion now uses neon-0.28.x (www/neon28) port, and automatic
>   portupgrade will fail because neon26 will conflict with installed
>   neon26.
>   You should upgrade neon library tohgether with subversion with
>
>   # portupgrade -o www/neon28 neon subversion
>
>   command.
>
>   Also, if you use special subversion port with bindings, you
>   should upgrade your port to clean subversion port with
>
>   # portupgrade -o devel/subversion subversion-\*
>
>   and install needed bindings (p5-subversion, py-subversion and/or
>   ruby-subversion) after that.
>
>   If you use subversion with bindings, installed from devel/subversion
>   with custom options, don't forget to install separate bindings ports
>   after subversion upgrade.
> __-
>
> David
>   


No, command "portupgrade -o www/neon28 neon subversion" causes the same
error message itself.

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


Tgz in tgz...!

2008-07-10 Thread Anders Troback
Hi,

I need some tips about a port that I'm working on!

The problem that I have are that the source of the code are in a tgz
that are in a sub folder in an other tgz! So first I need the port to
download and extract the first tgz and then extract, configure and
make the second tgz! 

How do I cope with that?

Thanks!

-- 
Anders Trobäck
http://www.troback.com/

Windows: "Where do you want to go today?"
Linux: "Where do you want to go tomorrow?"
FreeBSD: "Are you guys coming, or what?"

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


Re: portupgrade fails to upgrade the package because the older version is installed

2008-07-10 Thread Michael A. Loginov
And what about deinstall neon26 and install neon28 instead?

David Southwell wrote:
> Did you follow the instructions in UPDATING (see below)?
> They may have some bearing on the problem.
> 
> 20080701:
>   AFFECTS: users of devel/subversion*
>   AUTHOR: Lev Serebryakov <[EMAIL PROTECTED]>
>
>   subversion now uses neon-0.28.x (www/neon28) port, and automatic
>   portupgrade will fail because neon26 will conflict with installed
>   neon26.
>   You should upgrade neon library tohgether with subversion with
>
>   # portupgrade -o www/neon28 neon subversion
>
>   command.
>
>   Also, if you use special subversion port with bindings, you
>   should upgrade your port to clean subversion port with
>
>   # portupgrade -o devel/subversion subversion-\*
>
>   and install needed bindings (p5-subversion, py-subversion and/or
>   ruby-subversion) after that.
>
>   If you use subversion with bindings, installed from devel/subversion
>   with custom options, don't forget to install separate bindings ports
>   after subversion upgrade.
> __-
>
> David
>   


No, command "portupgrade -o www/neon28 neon subversion" causes the same
error message itself.

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


Re: Tgz in tgz...!

2008-07-10 Thread Martin Tournoij
On Thu, Jul 10, 2008 at 11:04:57AM +0200, Anders Troback wrote:
> Hi,
> 
> I need some tips about a port that I'm working on!
> 
> The problem that I have are that the source of the code are in a tgz
> that are in a sub folder in an other tgz! So first I need the port to
> download and extract the first tgz and then extract, configure and
> make the second tgz! 
> 
> How do I cope with that?
> 
> Thanks!

You can use the "post-extract" target to extract the second archive,
here's a simple example.

post-extract:
  ${TAR} xzp ${WRKSRC}/tarinsidetar.tgz -C ${WRKSRC}/extract/

-- 
Martin Tournoij
[EMAIL PROTECTED]
http://www.daemonforums.org

QOTD:
Pure drivel tends to drive ordinary drivel off of the TV screen.
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: x11-toolkits/py-wxPython24 Broken 64bit Fix?????

2008-07-10 Thread David Southwell
On Wednesday 09 July 2008 11:01:54 Xin LI wrote:
> Robert Huff wrote:
> | David Southwell writes:
> |>  > Erm...  Do you mean that we have some port that depends on 24?
>
> Perhaps
>
> |>  > we should fix it anyway...
> |>
> |>  I think it the port that depended upon 24 that had not been
> |>  upgraded.
> |
> | A quick inspection suggests many of the ports using python23
> | and python24 are Zope-related; I vaugely remember there are ongoing
> | issues with Zope that may or may not involve Python.
>
> I think wxPython24 is wxPython 2.4, not wxPython for Python 2.4.  We are
> not going to drop Python 2.4 so quickly =-)
>
> Cheers,

The problems seems to be with pydbdesigner which seems to depend upon 
x11-toolkits/py-wxPython24. See error messages:

[EMAIL PROTECTED] /usr/ports/databases/pydbdesigner]# make install
===>  Installing for pydbdesigner-0.1.4.1_2
===>   pydbdesigner-0.1.4.1_2 depends on file: /usr/local/bin/python2.5 - 
found
===>   pydbdesigner-0.1.4.1_2 depends on 
file: /usr/local/lib/python2.5/site-packages/wx/__init__.py - not found
===>Verifying install 
for /usr/local/lib/python2.5/site-packages/wx/__init__.py 
in /usr/ports/x11-toolkits/py-wxPython24
===>  py25-wxPython-2.4.2.4_8 is marked as broken: Does not build on 64-bit 
architectures.
*** Error code 1

Stop in /usr/ports/x11-toolkits/py-wxPython24.
*** Error code 1

Stop in /usr/ports/databases/pydbdesigner.
[EMAIL PROTECTED] /usr/ports/databases/pydbdesigner]#

Is there any reason why the pydbdesigner port could not rely on 28?

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


Re: Tgz in tgz...!

2008-07-10 Thread Beech Rintoul
On Thursday 10 July 2008, Anders Troback said:
> Hi,
>
> I need some tips about a port that I'm working on!
>
> The problem that I have are that the source of the code are in a
> tgz that are in a sub folder in an other tgz! So first I need the
> port to download and extract the first tgz and then extract,
> configure and make the second tgz!
>
> How do I cope with that?
>
> Thanks!

You can probably extract the second time in post-extract, but you're 
going to have to get creative defining the right ${WRKSRC}. After 
that it should patch and build normally.

Beech

-- 
---
Beech Rintoul - FreeBSD Developer - [EMAIL PROTECTED]
/"\   ASCII Ribbon Campaign  | FreeBSD Since 4.x
\ / - NO HTML/RTF in e-mail   | http://www.freebsd.org
 X  - NO Word docs in e-mail | Latest Release:
/ \  - http://www.FreeBSD.org/releases/7.0R/announce.html
---



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


portupgrade to Perl 5.10.0 ??

2008-07-10 Thread David Southwell
Hi

Just wondered when an upgrade to 5.10.0 could be expected.

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


Re: [patch] net-im/sim-im-devel

2008-07-10 Thread Alexey V. Panfilov

mitrohin a.s. пишет:

recent icq protocol changes broke sim. this patch based on pidgin fix.

/swp
  

Hi!
I'll send PR of new version subj today or tomorrow, where this bug (and 
not only this) also fixed ( 
http://developer.berlios.de/bugs/?func=detailbug&bug_id=14117&group_id=4482 
)


--
Best regards, Alexey V. Panfilov
ICQ: 1053180
Jabber: [EMAIL PROTECTED]
mailto: [EMAIL PROTECTED]
www: http://www.lehis.ru

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


Re: koffice-kde3 compile failure on amd64 _SOLVED

2008-07-10 Thread David Southwell
On Wednesday 09 July 2008 11:07:26 Erik Trulsson wrote:
> On Wed, Jul 09, 2008 at 06:52:54AM -0700, David Southwell wrote:
> >  Here it is..
> >
> > Does anyone know how to fix this one?
> > Thanks in advance
> > _
> >__ then mv -f ".deps/karbon.la.Tpo" ".deps/karbon.la.Po"; else
> > rm -f ".deps/karbon.la.Tpo"; exit 1; fi
> > /bin/sh /usr/local/bin/libtool --silent --tag=CXX --mode=link
> > c++  -Wno-long-long -Wundef -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG
> > -O2 -O2 -fno-strict-aliasing -pipe -Wno-non-virtual-dtor -fno-exceptions
> > -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST
> > -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -DHAVE_KNEWSTUFF  
> > -L/usr/local/lib -o karbon -R /usr/local/lib -R /usr/local/lib -R
> > /usr/local/lib -R /usr/local/lib -R /usr/local/lib -no-undefined
> > -L/usr/local/lib   -D_THREAD_SAFE -pthread  -L/usr/local/lib karbon.la.o
> > libkdeinit_karbon.la -Wl,-export-dynamic -L/usr/local/lib -ljpeg 
> > -L/usr/local/lib /usr/local/lib/libMagickCore.so: undefined reference to
> > `DrawSetViewbox' /usr/local/lib/libMagickCore.so: undefined reference to
> > `DrawScale' /usr/local/lib/libMagickCore.so: undefined reference to
> > `DrawSetTextUnderColor'
>
> Yes, I have seen a similar problem before.
> If you have the graphics/ImageMagick port installed, then the koffice-kde3
> build will somehow try to link against that instead of the libraries
> installed by the graphics/GraphicsMagick port (which it should use.)
> (Note that the file /usr/local/lib/libMagickCore.so is installed by
> graphics/ImageMagick, not by graphics/GraphicsMagick.)
>
>
> If you deinstall ImageMagick, and then try to reinstall koffice-kde3 it
> should work.  Afterwards you can reinstall ImageMagick again if you wish.
> (As far as I can tell it is only when building and installing koffice-kde3
> that the presence of ImageMagick is a problem, not when running it.)

Thanks v much your diagnosis was spot on. Your advice should be in UPDATING .. 
maybe you could draft an entry and submit it.

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


Re: portupgrade to Perl 5.10.0 ??

2008-07-10 Thread Gerard
On Thu, 10 Jul 2008 03:40:38 -0700
David Southwell <[EMAIL PROTECTED]> wrote:

> Hi
> 
> Just wondered when an upgrade to 5.10.0 could be expected.
> 
> David

I have been trying to get an answer to that question for quite some
time now also. Perhaps they are planning on releasing it with, and
hopefully including it in the FreeBSD-7.1 release.


-- 
Gerard
[EMAIL PROTECTED]

COMPASS [for the CDC-6000 series] is the sort of assembler
one expects from a corporation whose president codes in octal.

J. N. Gray


signature.asc
Description: PGP signature


Re: portupgrade to Perl 5.10.0 ??

2008-07-10 Thread David Southwell
On Thursday 10 July 2008 03:42:46 Gerard wrote:
> On Thu, 10 Jul 2008 03:40:38 -0700
>
> David Southwell <[EMAIL PROTECTED]> wrote:
> > Hi
> >
> > Just wondered when an upgrade to 5.10.0 could be expected.
> >
> > David
>
> I have been trying to get an answer to that question for quite some
> time now also. Perhaps they are planning on releasing it with, and
> hopefully including it in the FreeBSD-7.1 release.

Humph
I have just been clearing the decks -- my main system is currently on 6.1 and 
I am preparing to move to 7.0 with an intermediate stop at 6.3 so maybe it 
will be timely to wait 

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


Re: Tgz in tgz...!

2008-07-10 Thread Anders Troback
On Thu, 10 Jul 2008 11:43:38 +0200
Martin Tournoij <[EMAIL PROTECTED]> wrote:

> On Thu, Jul 10, 2008 at 11:04:57AM +0200, Anders Troback wrote:
> > Hi,
> > 
> > I need some tips about a port that I'm working on!
> > 
> > The problem that I have are that the source of the code are in a tgz
> > that are in a sub folder in an other tgz! So first I need the port
> > to download and extract the first tgz and then extract, configure
> > and make the second tgz! 
> > 
> > How do I cope with that?
> > 
> > Thanks!
> 
> You can use the "post-extract" target to extract the second archive,
> here's a simple example.
> 
> post-extract:
>   ${TAR} xzp ${WRKSRC}/tarinsidetar.tgz -C ${WRKSRC}/extract/
> 

With and additional f after xzp did the trick! ;-)

Thanks!

-- 
Anders Trobäck
http://www.troback.com/

Windows: "Where do you want to go today?"
Linux: "Where do you want to go tomorrow?"
FreeBSD: "Are you guys coming, or what?"

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


Re: Tgz in tgz...!

2008-07-10 Thread Dirk Meyer
Hallo Anders Troback,
 
> I need some tips about a port that I'm working on!
> 
> The problem that I have are that the source of the code are in a tgz
> that are in a sub folder in an other tgz! So first I need the port to
> download and extract the first tgz and then extract, configure and
> make the second tgz! 
> 
> How do I cope with that?

How about a post-extract target, where you untar the 2nd tgz.

kind regards Dirk

- Dirk Meyer, Im Grund 4, 34317 Habichtswald, Germany
- [EMAIL PROTECTED],[EMAIL PROTECTED],[EMAIL PROTECTED]
http://people.freebsd.org/~dinoex/errorlogs/
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Tgz in tgz...!

2008-07-10 Thread Anders Troback
On Thu, 10 Jul 2008 01:54:10 -0800
Beech Rintoul <[EMAIL PROTECTED]> wrote:

> On Thursday 10 July 2008, Anders Troback said:
> > Hi,
> >
> > I need some tips about a port that I'm working on!
> >
> > The problem that I have are that the source of the code are in a
> > tgz that are in a sub folder in an other tgz! So first I need the
> > port to download and extract the first tgz and then extract,
> > configure and make the second tgz!
> >
> > How do I cope with that?
> >
> > Thanks!
> 
> You can probably extract the second time in post-extract, but you're 
> going to have to get creative defining the right ${WRKSRC}. After 
> that it should patch and build normally.
> 
> Beech
> 

OK! Next problem:-]

The program that I want to build are under a sub folder of
${WRKSRC}/src so first I need to make the "main" program and then I
have to run make in that sub folder! Are there any macros that do
things like this or is there some other way?

Thanks again!

-- 
Anders Trobäck
http://www.troback.com/

Windows: "Where do you want to go today?"
Linux: "Where do you want to go tomorrow?"
FreeBSD: "Are you guys coming, or what?"

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


FreeBSD Port: mgeupsd-0.3_1

2008-07-10 Thread yves . guerin

Hello,

I  redo the rc.d script file.

#!/bin/sh

# PatrioteBSD
#
# JAMAIS TESTE AVEC mgeupsd_enable="yes"
# NEVER TESTED WITH mgeupsd_enable="YES"
#

# mettre dans /etc/rc.conf: mgeupsd_enable="YES"
# PROVIDE: mgeupsd
# REQUIRE:
# BEFORE: securelevel

. /etc/rc.subr

name="mgeupsd"
mgeupsd_enable=${mgeupsd_enable:-"NO"}
rcvar=`set_rcvar`

start_cmd="mgeupsd_start"
stop_cmd="mgeupsd_stop"


mgeupsd_start()
{
#/usr/local/sbin/mgeupsd -run /usr/local/sbin/powerhandler
/dev/cuaa0
echo -n ' jamais teste - never tested - veuillez editer ce fichier
$0 - edit this file $0 => mgeupsd'
sleep 2
}

mgeupsd_stop()
{
 kill `cat /var/run/mgeupsd.pid`
rm -f /var/run/mgeupsd.pid
rm -f /var/run/powerstatus
echo -n ' mgeupsd'

}


load_rc_config $name
run_rc_command "$1"


Regards,

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


FreeBSD Port: upsd-2.0.1.6_1

2008-07-10 Thread Yves Guérin
Hello,

I redo the rc.d script

#!/bin/sh


# PatrioteBSD - Yves Guerin - [EMAIL PROTECTED] - 2008-07-10
#
# JAMAIS TESTE AVEC upsd_enable="yes"
# NEVER TESTED WITH upsd_enable="YES"
#

# mettre dans /etc/rc.conf: upsd_enable="YES"
# PROVIDE: upsd
# REQUIRE: DAEMON
# BEFORE: shutdown

. /etc/rc.subr

name="upsd"
upsd_enable=${upsd_enable:-"NO"}
rcvar=`set_rcvar`

start_cmd="upsd_start"
stop_cmd="upsd_stop"

upsd_start()
{
    [ -x /usr/local/sbin/upsd ] && /usr/local/sbin/upsd && echo -n ' upsd'
}

upsd_stop()
{
 [ -f /var/run/upsd.pid ] && kill -QUIT `cat /var/run/upsd.pid` && echo 
-n ' upsd'
}

load_rc_config $name
run_rc_command "$1"


Yves Guerin




  
_ 
Envoyez avec Yahoo! Mail. Une boite mail plus intelligente http://mail.yahoo.fr
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


FreeBSD Port: upsmon-2.1.3

2008-07-10 Thread Yves Guérin
Hello,

I redo the rc.d script


#!/bin/sh

# PatrioteBSD - Yves Guerin [EMAIL PROTECTED] - 2008-07-10
#
# JAMAIS TESTE AVEC upsmon_enable="YES"
# NEVER TESTED WITH upsmon_enable="YES"
#

# put into /etc/rc.conf: upsmon_enable="YES"
# PROVIDE: upsmon
# REQUIRE: DAEMON
# BEFORE: shutdown

. /etc/rc.subr

name="upsmon"
upsmon_enable=${upsmon_enable:-"NO"}
rcvar=`set_rcvar`

start_cmd="upsmon_start"
stop_cmd="upsmon_stop"



upsmon_start()
{
    # see /usr/local/share/doc/upsmon/INSTALL for command line option 
details

    if [ -x /usr/local/sbin/upsmond ]; then
    /usr/local/sbin/upsmond -p /dev/cuaa0 2>&1 > /dev/null && echo 
-n ' upsmond'
    fi
}


upsmon_stop()
{
    killall upsmond && echo -n ' upsmond'
}

load_rc_config $name
run_rc_command "$1"

Regards

Yves Guerin




  
_ 
Envoyez avec Yahoo! Mail. Une boite mail plus intelligente http://mail.yahoo.fr
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


vlc-devel WxGTK switch to qt4

2008-07-10 Thread Jimmie James
configure: error: The skins2 module depends on a the Qt4 development 
package. Without it you won't be able to open any dialog box from the 
interface, which makes the skins2 interface rather useless. Install the 
Qt4 development package or alternatively you can also configure with: 
--disable-qt4 --disable-skins2.


Who's bright idea was it to move from WxGTK to qt4?
http://docs.freebsd.org/cgi/getmsg.cgi?fetch=756874+0+current/cvs-ports
Fix volume bar position problem ?  USE_WX=2.6 fixed that issue.

Can anyone suggest a work around for us GTK2 users that doesn't require qt4?


--
Over the years I've come to regard you as people I've met.
O< ascii ribbon campaign - stop html mail - www.asciiribbon.org
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: poscript display problems

2008-07-10 Thread Chuck Robey
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Philipp Ost wrote:
> Chuck Robey wrote:
>> -BEGIN PGP SIGNED MESSAGE-
>> Hash: SHA1
>>
>> Tim Kellers wrote:
>>
>>> 55 completely blank pages
>>
>>
>> well, thanks very much, Tim.  You and Phil Ost tested, and I found out
>> that our
>> FreeBSD-ports installed gs seems to have some sickness, when being
>> asked to
>> display PS files that don't have embedded fonts ... because that's
>> what this is.
> 
> I see this too. I get the following error when displaying the files with
> Ghostview:
> 
> Error: /typecheck in --setscreen--
> Operand stack:
>6.01146   0.0   --dict:4/4(ro)(L)--   4   4   Frequency   6.01146
> Execution stack:
>%interp_exit   .runexec2   --nostringval--   --nostringval--
> --nostringval--   2   %stopped_push   --nostringval--   --nostringval--
>   --nostringval--   false   1   %stopped_push   1905   1   3
> %oparray_pop   1904   1   3   %oparray_pop   1888   1   3   %oparray_pop
>   1771   1   3   %oparray_pop   --nostringval--   %errorexec_pop
> .runexec2   --nostringval--   --nostringval--   --nostringval--   2
> %stopped_push   --nostringval--   1883   3   4   %oparray_pop   1821   3
>   4   %oparray_pop   --nostringval--   --nostringval-- --nostringval--  
> --dict:4/4(ro)(L)--   --nostringval--   4 %dict_continue   --nostringval--
> Dictionary stack:
>--dict:1146/1684(ro)(G)--   --dict:0/20(G)--   --dict:128/200(L)--
>  --dict:286/400(L)--
> Current allocation mode is local
> GPL Ghostscript 8.62: Unrecoverable error, exit code 1
> 
> Program version:
> 
> $ pkg_info | grep ghost
> ghostscript-gpl-8.62_2 GPL Postscript interpreter
> ghostview-1.5_1 An X11 front-end for ghostscript

This time I'm copying Hiroki Sato, who is the fellow who did the last few
ghostscript commits ... why?  Because I just tried to compile
ghostscript-8.62.tar.bz2 directly from the version that was downloaded by the
port into distfiles.  I only used autogen.sh (with the only options being
- --prefix=/usr/local), used gmake, and then executed it from the 
preinstallation
./bin directory.  Result: it displays fine, no error.  I think that hrs ought to
take a look at his port now, does that sould right?

When I'd used the port, at first I'd had no extra options at all, later on for
testing, I added the trutype font processing (the 3rd option, I think).

So, if you needed it today, that's the fix, DON'T use the port.

> $
> 
>>  I'll be investigating it further.  I  have already verified that at
>> least some
>> of the Linux-derived gs ports display this fine, so it's a ports
>> problem of some
>> kind, because of the testing, and I know my gs and gs fonts are
>> installed the
>> way they should be.
> 
> evince-2.22.2_2 has also problems displaying the files. I don't know if
> evince uses ghostscript as a backend though.
> ps2pdf can't convert them also, it bombs out with the same error message
> as above.
> 
> I'm running 7-STABLE if this matters.
> 
> 
> HTH,
> Philipp

-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.9 (FreeBSD)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAkh2QhsACgkQz62J6PPcoOnGbgCdHLNAuk9ycLKiUlkA3YxEKfEZ
WoQAnRzbMgTVpuClSRRkq9L2tpqEjjwd
=51Z2
-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]"


Re: firefox-3.0_2,1 no reactions

2008-07-10 Thread Russell Jackson
Helko Glathe wrote:
> Hi
> 
> I've installed firefox-3.0_2,1 on FreeBSD 7.0 Release.
> Firefox3 starts without warnings.
> 
> But entering URLs into the adress field there are no reactions. No request to 
> the URL is made.
> 
> Only the Home Button works fine.
> 
> Making Bookmarks or using Back- and Forward-Buttons also doesn't works/ show 
> reactions.
> 
> A portupgrade fR www/firefox3 doesn't fixed that problem.
> 
> Any ideas?

If you have an old profile from firefox1/2 in ${HOME}/.mozilla,  you might try 
moving that
out of the way (i.e. mv ${HOME}/.mozilla ${HOME}/.mozilla.old), and starting 
firefox3 back up.

-- 
Russell A. Jackson <[EMAIL PROTECTED]>
Network Analyst
California State University, Bakersfield

A man usually falls in love with a woman who asks the kinds of questions
he is able to answer.
-- Ronald Colman


smime.p7s
Description: S/MIME Cryptographic Signature


Re: firefox-3.0_2,1 no reactions

2008-07-10 Thread Helko Glathe
Am Donnerstag 10 Juli 2008 18:49:32 schrieb Russell Jackson:
> Helko Glathe wrote:
> > Hi
> >
> > I've installed firefox-3.0_2,1 on FreeBSD 7.0 Release.
> > Firefox3 starts without warnings.
> >
> > But entering URLs into the adress field there are no reactions. No
> > request to the URL is made.
> >
> > Only the Home Button works fine.
> >
> > Making Bookmarks or using Back- and Forward-Buttons also doesn't works/
> > show reactions.
> >
> > A portupgrade fR www/firefox3 doesn't fixed that problem.
> >
> > Any ideas?
>
> If you have an old profile from firefox1/2 in ${HOME}/.mozilla,  you might
> try moving that out of the way (i.e. mv ${HOME}/.mozilla
> ${HOME}/.mozilla.old), and starting firefox3 back up.

Hi

I've tried this but the problem is still there.

-- 
===
Mit freundlichem Gruss
Helko Glathe
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Tgz in tgz...!

2008-07-10 Thread Anders Trobäck
On Thu, 10 Jul 2008 14:54:15 +0200
Anders Troback <[EMAIL PROTECTED]> wrote:

> On Thu, 10 Jul 2008 01:54:10 -0800
> Beech Rintoul <[EMAIL PROTECTED]> wrote:
> 
> > On Thursday 10 July 2008, Anders Troback said:
> > > Hi,
> > >
> > > I need some tips about a port that I'm working on!
> > >
> > > The problem that I have are that the source of the code are in a
> > > tgz that are in a sub folder in an other tgz! So first I need the
> > > port to download and extract the first tgz and then extract,
> > > configure and make the second tgz!
> > >
> > > How do I cope with that?
> > >
> > > Thanks!
> > 
> > You can probably extract the second time in post-extract, but
> > you're going to have to get creative defining the right ${WRKSRC}.
> > After that it should patch and build normally.
> > 
> > Beech
> > 
> 
> OK! Next problem:-]
> 
> The program that I want to build are under a sub folder of
> ${WRKSRC}/src so first I need to make the "main" program and then I
> have to run make in that sub folder! Are there any macros that do
> things like this or is there some other way?
> 
> Thanks again!
> 

Is this a "legal" way of solving this issue?

post-build:
cd ${WRKSRC}/src/extras && make



-- 


Windows: "Where do you want to go today?"
Linux: "Where do you want to go tomorrow?"
FreeBSD: "Are you guys coming, or what?"

Anders Trobäck
http://www.troback.com/
-
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: firefox-3.0_2,1 no reactions

2008-07-10 Thread Helko Glathe
Am Donnerstag 10 Juli 2008 19:38:47 schrieb Josh Tolbert:
> On Thu, Jul 10, 2008 at 09:49:32AM -0700, Russell Jackson wrote:
> > Helko Glathe wrote:
> > > Hi
> > >
> > > I've installed firefox-3.0_2,1 on FreeBSD 7.0 Release.
> > > Firefox3 starts without warnings.
> > >
> > > But entering URLs into the adress field there are no reactions. No
> > > request to the URL is made.
> > >
> > > Only the Home Button works fine.
> > >
> > > Making Bookmarks or using Back- and Forward-Buttons also doesn't works/
> > > show reactions.
> > >
> > > A portupgrade fR www/firefox3 doesn't fixed that problem.
> > >
> > > Any ideas?
> >
> > If you have an old profile from firefox1/2 in ${HOME}/.mozilla,  you
> > might try moving that out of the way (i.e. mv ${HOME}/.mozilla
> > ${HOME}/.mozilla.old), and starting firefox3 back up.
>
> Or, if you're like me and have your workstation's homedir mounted via NFS,
> just forget about Firefo3 entirely and stick with Firefox2. Apparently the
> version of SQLite they're using internally with Firefox3 doesn't like
> non-local file systems. This problem exhibited with OS X and AFP-mounted
> homedirs as well. It's fixed in Minefield, but not yet in an official
> Firefox release. I haven't got around to seeing if the firefox-devel port
> has been updated or trying to build Minefield some other way yet.
>
> Thanks,
>
> Josh

I have no dirs mounted over nfs or some else remote dirs.

Helko

-- 
===
Mit freundlichem Gruss
Helko Glathe
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: poscript display problems

2008-07-10 Thread Hiroki Sato
Chuck Robey <[EMAIL PROTECTED]> wrote
  in <[EMAIL PROTECTED]>:

ch> This time I'm copying Hiroki Sato, who is the fellow who did the last few
ch> ghostscript commits ... why?  Because I just tried to compile
ch> ghostscript-8.62.tar.bz2 directly from the version that was downloaded by 
the
ch> port into distfiles.  I only used autogen.sh (with the only options being
ch> - --prefix=/usr/local), used gmake, and then executed it from the 
preinstallation
ch> ./bin directory.  Result: it displays fine, no error.  I think that hrs 
ought to
ch> take a look at his port now, does that sould right?

 I need the questionable postscript file to reproduce the problem.
 Could you send it to me?  I will investigate.

--
| Hiroki SATO


pgpR0RQq8wuKC.pgp
Description: PGP signature


cvsup after upgrade to 6.3 coredump

2008-07-10 Thread David Southwell
Can anyone help me out here..

Obviously I have missed something in the upgrade to 6.3 from 6.1

I seem to have a working system but cvsup is falling down.
Mail is working fine, so is kde.

After upgrade from 6.1 to 6.3 I got a core dump from cvsup
UNAME:
[EMAIL PROTECTED] /usr/ports/net/cvsup]# uname -a
FreeBSD dns1.vizion2000.net 6.3-STABLE FreeBSD 6.3-STABLE #1: Thu Jul 10 
09:41:47 PDT 2008 root@:/usr/obj/usr/src/sys/GENERIC  amd64
[EMAIL PROTECTED] /usr/ports/net/cvsup]#

RECOMPILED cvsup after core dump:
[EMAIL PROTECTED] /usr/ports/net/cvsup]# make clean
===>  Cleaning for cvsup-without-gui-16.1h_4
[EMAIL PROTECTED] /usr/ports/net/cvsup]# make
[EMAIL PROTECTED] /usr/ports/net/cvsup]# make deinstall
===>  Deinstalling for net/cvsup
===>   Deinstalling cvsup-without-gui-16.1h_4
[EMAIL PROTECTED] /usr/ports/net/cvsup]# make reinstall
[EMAIL PROTECTED] /usr/ports/net/cvsup]# make deinstall
===>  Deinstalling for net/cvsup
===>   Deinstalling cvsup-without-gui-16.1h_4
[EMAIL PROTECTED] /usr/ports/net/cvsup]# make reinstall

BUT STILL GOT:

cvsup /var/cvsupconfig/ports-supfile
Connected to cvsup10.FreeBSD.org
Bus error: 10 (core dumped)
[EMAIL PROTECTED] /usr/ports/net/cvsup]# 

Can anyone point me in the right direction please

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


Re: firefox-3.0_2,1 no reactions

2008-07-10 Thread Josh Tolbert
On Thu, Jul 10, 2008 at 09:49:32AM -0700, Russell Jackson wrote:
> Helko Glathe wrote:
> > Hi
> > 
> > I've installed firefox-3.0_2,1 on FreeBSD 7.0 Release.
> > Firefox3 starts without warnings.
> > 
> > But entering URLs into the adress field there are no reactions. No request 
> > to 
> > the URL is made.
> > 
> > Only the Home Button works fine.
> > 
> > Making Bookmarks or using Back- and Forward-Buttons also doesn't works/ 
> > show 
> > reactions.
> > 
> > A portupgrade fR www/firefox3 doesn't fixed that problem.
> > 
> > Any ideas?
> 
> If you have an old profile from firefox1/2 in ${HOME}/.mozilla,  you might 
> try moving that
> out of the way (i.e. mv ${HOME}/.mozilla ${HOME}/.mozilla.old), and starting 
> firefox3 back up.

Or, if you're like me and have your workstation's homedir mounted via NFS,
just forget about Firefo3 entirely and stick with Firefox2. Apparently the
version of SQLite they're using internally with Firefox3 doesn't like
non-local file systems. This problem exhibited with OS X and AFP-mounted
homedirs as well. It's fixed in Minefield, but not yet in an official Firefox
release. I haven't got around to seeing if the firefox-devel port has been
updated or trying to build Minefield some other way yet.

Thanks,

Josh
-- 
Josh Tolbert
[EMAIL PROTECTED]  ||  http://www.puresimplicity.net/~hemi/

Security is mostly a superstition. It does not exist in nature, nor
do the children of men as a whole experience it. Avoiding danger
is no safer in the long run than outright exposure. Life is either
a daring adventure, or nothing.
-- Helen Keller
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: cvsup after upgrade to 6.3 coredump

2008-07-10 Thread Wesley Shields
On Thu, Jul 10, 2008 at 11:20:40AM -0700, David Southwell wrote:
> Can anyone help me out here..
> 
> Obviously I have missed something in the upgrade to 6.3 from 6.1
> 
> I seem to have a working system but cvsup is falling down.
> Mail is working fine, so is kde.
> 
> After upgrade from 6.1 to 6.3 I got a core dump from cvsup
> UNAME:
> [EMAIL PROTECTED] /usr/ports/net/cvsup]# uname -a
> FreeBSD dns1.vizion2000.net 6.3-STABLE FreeBSD 6.3-STABLE #1: Thu Jul 10 
> 09:41:47 PDT 2008 root@:/usr/obj/usr/src/sys/GENERIC  amd64
> [EMAIL PROTECTED] /usr/ports/net/cvsup]#
> 
> RECOMPILED cvsup after core dump:
> [EMAIL PROTECTED] /usr/ports/net/cvsup]# make clean
> ===>  Cleaning for cvsup-without-gui-16.1h_4
> [EMAIL PROTECTED] /usr/ports/net/cvsup]# make
> [EMAIL PROTECTED] /usr/ports/net/cvsup]# make deinstall
> ===>  Deinstalling for net/cvsup
> ===>   Deinstalling cvsup-without-gui-16.1h_4
> [EMAIL PROTECTED] /usr/ports/net/cvsup]# make reinstall
> [EMAIL PROTECTED] /usr/ports/net/cvsup]# make deinstall
> ===>  Deinstalling for net/cvsup
> ===>   Deinstalling cvsup-without-gui-16.1h_4
> [EMAIL PROTECTED] /usr/ports/net/cvsup]# make reinstall
> 
> BUT STILL GOT:
> 
> cvsup /var/cvsupconfig/ports-supfile
> Connected to cvsup10.FreeBSD.org
> Bus error: 10 (core dumped)
> [EMAIL PROTECTED] /usr/ports/net/cvsup]# 
> 
> Can anyone point me in the right direction please

Not sure if you're cutting out the relevant parts but did you actually
rebuild cvsup (ie: was it cleaned)?  I'm not even sure if that's going
to matter or not.

Your other option is to just use csup (it's in 6.3).

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


Re: cvsup after upgrade to 6.3 coredump

2008-07-10 Thread David Southwell
On Thursday 10 July 2008 11:09:23 Wesley Shields wrote:
> On Thu, Jul 10, 2008 at 11:20:40AM -0700, David Southwell wrote:
> > Can anyone help me out here..
> >
> > Obviously I have missed something in the upgrade to 6.3 from 6.1
> >
> > I seem to have a working system but cvsup is falling down.
> > Mail is working fine, so is kde.
> >
> > After upgrade from 6.1 to 6.3 I got a core dump from cvsup
> > UNAME:
> > [EMAIL PROTECTED] /usr/ports/net/cvsup]# uname -a
> > FreeBSD dns1.vizion2000.net 6.3-STABLE FreeBSD 6.3-STABLE #1: Thu Jul 10
> > 09:41:47 PDT 2008 root@:/usr/obj/usr/src/sys/GENERIC  amd64
> > [EMAIL PROTECTED] /usr/ports/net/cvsup]#
> >
> > RECOMPILED cvsup after core dump:
> > [EMAIL PROTECTED] /usr/ports/net/cvsup]# make clean
> > ===>  Cleaning for cvsup-without-gui-16.1h_4
> > [EMAIL PROTECTED] /usr/ports/net/cvsup]# make
> > [EMAIL PROTECTED] /usr/ports/net/cvsup]# make deinstall
> > ===>  Deinstalling for net/cvsup
> > ===>   Deinstalling cvsup-without-gui-16.1h_4
> > [EMAIL PROTECTED] /usr/ports/net/cvsup]# make reinstall
> > [EMAIL PROTECTED] /usr/ports/net/cvsup]# make deinstall
> > ===>  Deinstalling for net/cvsup
> > ===>   Deinstalling cvsup-without-gui-16.1h_4
> > [EMAIL PROTECTED] /usr/ports/net/cvsup]# make reinstall
> >
> > BUT STILL GOT:
> >
> > cvsup /var/cvsupconfig/ports-supfile
> > Connected to cvsup10.FreeBSD.org
> > Bus error: 10 (core dumped)
> > [EMAIL PROTECTED] /usr/ports/net/cvsup]#
> >
> > Can anyone point me in the right direction please
>
> Not sure if you're cutting out the relevant parts but did you actually
> rebuild cvsup (ie: was it cleaned)?  I'm not even sure if that's going
> to matter or not.
>
> Your other option is to just use csup (it's in 6.3).
>
Yes I cleaned (twice) and ran make config before make.

This is weird why a core dump & why a Bus error??

Strange

David


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


Re: cvsup after upgrade to 6.3 coredump

2008-07-10 Thread David Southwell
On Thursday 10 July 2008 11:43:20 David Southwell wrote:
> On Thursday 10 July 2008 11:09:23 Wesley Shields wrote:
> > On Thu, Jul 10, 2008 at 11:20:40AM -0700, David Southwell wrote:
> > > Can anyone help me out here..
> > >
> > > Obviously I have missed something in the upgrade to 6.3 from 6.1
> > >
> > > I seem to have a working system but cvsup is falling down.
> > > Mail is working fine, so is kde.
> > >
> > > After upgrade from 6.1 to 6.3 I got a core dump from cvsup
> > > UNAME:
> > > [EMAIL PROTECTED] /usr/ports/net/cvsup]# uname -a
> > > FreeBSD dns1.vizion2000.net 6.3-STABLE FreeBSD 6.3-STABLE #1: Thu Jul
> > > 10 09:41:47 PDT 2008 root@:/usr/obj/usr/src/sys/GENERIC  amd64
> > > [EMAIL PROTECTED] /usr/ports/net/cvsup]#
> > >
> > > RECOMPILED cvsup after core dump:
> > > [EMAIL PROTECTED] /usr/ports/net/cvsup]# make clean
> > > ===>  Cleaning for cvsup-without-gui-16.1h_4
> > > [EMAIL PROTECTED] /usr/ports/net/cvsup]# make
> > > [EMAIL PROTECTED] /usr/ports/net/cvsup]# make deinstall
> > > ===>  Deinstalling for net/cvsup
> > > ===>   Deinstalling cvsup-without-gui-16.1h_4
> > > [EMAIL PROTECTED] /usr/ports/net/cvsup]# make reinstall
> > > [EMAIL PROTECTED] /usr/ports/net/cvsup]# make deinstall
> > > ===>  Deinstalling for net/cvsup
> > > ===>   Deinstalling cvsup-without-gui-16.1h_4
> > > [EMAIL PROTECTED] /usr/ports/net/cvsup]# make reinstall
> > >
> > > BUT STILL GOT:
> > >
> > > cvsup /var/cvsupconfig/ports-supfile
> > > Connected to cvsup10.FreeBSD.org
> > > Bus error: 10 (core dumped)
> > > [EMAIL PROTECTED] /usr/ports/net/cvsup]#
> > >
> > > Can anyone point me in the right direction please
> >
> > Not sure if you're cutting out the relevant parts but did you actually
> > rebuild cvsup (ie: was it cleaned)?  I'm not even sure if that's going
> > to matter or not.
> >
> > Your other option is to just use csup (it's in 6.3).
>
> Yes I cleaned (twice) and ran make config before make.
>
> This is weird why a core dump & why a Bus error??
>
> Strange
>
> David
>
>
Humph weirder stil csup is working - no problem

However there must be a problem somewhere for cvsup to fail.. If I ignore it 
it sure will not go away  

David


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


kdesvn-0.14.1_3 Build error

2008-07-10 Thread Helko Glathe
Hi

Building the port kdesvn-0.14.1_3 evokes the following error:

===>  Building for kdesvn-0.14.1_3
[  0%] Generating kdesvn.moc
[  1%] Generating urldlg.moc
Scanning dependencies of target kdesvn
[  1%] Building CXX object src/CMakeFiles/kdesvn.dir/main.o
In file included 
from /usr/ports/devel/kdesvn/work/kdesvn-0.14.1/src/kdesvn.h:30,
 
from /usr/ports/devel/kdesvn/work/kdesvn-0.14.1/src/main.cpp:22:
/usr/local/include/kbookmarkmanager.h:318: warning: 'class KBookmarkOwner' has 
virtual functions but non-virtual destructor
[  1%] Building CXX object src/CMakeFiles/kdesvn.dir/kdesvn.o
In file included 
from /usr/ports/devel/kdesvn/work/kdesvn-0.14.1/src/kdesvn.h:30,
 
from /usr/ports/devel/kdesvn/work/kdesvn-0.14.1/src/kdesvn.cpp:22:
/usr/local/include/kbookmarkmanager.h:318: warning: 'class KBookmarkOwner' has 
virtual functions but non-virtual destructor
In file included 
from /usr/ports/devel/kdesvn/work/kdesvn-0.14.1/src/kdesvn.cpp:57:
/usr/local/include/kedittoolbar.h:271: warning: 'KEditToolbarWidget' has a 
field 'KEditToolbarWidget::m_inactiveList' whose type uses the anonymous 
namespace
/usr/local/include/kedittoolbar.h:271: warning: 'KEditToolbarWidget' has a 
field 'KEditToolbarWidget::m_activeList' whose type uses the anonymous 
namespace
[  2%] Building CXX object src/CMakeFiles/kdesvn.dir/urldlg.o
In file included from /usr/local/include/kurlrequester.h:25,
 
from /usr/ports/devel/kdesvn/work/kdesvn-0.14.1/src/urldlg.cpp:22:
/usr/local/include/keditlistbox.h:60: warning: 'class 
KEditListBox::CustomEditor' has virtual functions but non-virtual destructor
[  2%] Building CXX object src/CMakeFiles/kdesvn.dir/commandline.o
Linking CXX executable ../bin/kdesvn
[  2%] Built target kdesvn
Scanning dependencies of target kdesvnaskpass
[  2%] Building CXX object 
src/CMakeFiles/kdesvnaskpass.dir/askpass/kdesvn-askpass.o
Linking CXX executable ../bin/kdesvnaskpass
[  2%] Built target kdesvnaskpass
Scanning dependencies of target svnqt
[  3%] Building CXX object src/svnqt/CMakeFiles/svnqt.dir/apr.o
[  3%] Building CXX object src/svnqt/CMakeFiles/svnqt.dir/client_annotate.o
[  3%] Building CXX object src/svnqt/CMakeFiles/svnqt.dir/client_cat.o
[  4%] Building CXX object src/svnqt/CMakeFiles/svnqt.dir/client.o
[  4%] Building CXX object src/svnqt/CMakeFiles/svnqt.dir/client_diff.o
[  4%] Building CXX object src/svnqt/CMakeFiles/svnqt.dir/client_ls.o
/usr/ports/devel/kdesvn/work/kdesvn-0.14.1/src/svnqt/client_ls.cpp:190: 
warning: unused parameter 'abs_path'
[  5%] Building CXX object src/svnqt/CMakeFiles/svnqt.dir/client_modify.o
/usr/ports/devel/kdesvn/work/kdesvn-0.14.1/src/svnqt/client_modify.cpp: In 
member function 'virtual svn::Revision svn::Client_impl::commit(const 
svn::Targets&, const QString&, bool, bool)':
/usr/ports/devel/kdesvn/work/kdesvn-0.14.1/src/svnqt/client_modify.cpp:203: 
error: cannot convert 'bool' to 'svn_depth_t' for argument '3' 
to 'svn_error_t* svn_client_commit4(svn_commit_info_t**, const 
apr_array_header_t*, svn_depth_t, svn_boolean_t, svn_boolean_t, const 
apr_array_header_t*, const apr_hash_t*, svn_client_ctx_t*, apr_pool_t*)'
*** Error code 1

Stop in /usr/ports/devel/kdesvn/work/kdesvn-0.14.1.
*** Error code 1

Stop in /usr/ports/devel/kdesvn/work/kdesvn-0.14.1.
*** Error code 1

Stop in /usr/ports/devel/kdesvn/work/kdesvn-0.14.1.
*** Error code 1

Stop in /usr/ports/devel/kdesvn.
** Command failed [exit code 1]: /usr/bin/script -qa /tmp/portinstall.74276.1 
env make
** Fix the problem and try again.
--->  Build of devel/kdesvn ended at: Thu, 10 Jul 2008 20:25:40 +0200 
(consumed 00:00:37)


Any ideas how to fix this?

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


Re: portupgrade to Perl 5.10.0 ??

2008-07-10 Thread Xin LI

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

David Southwell wrote:
| On Thursday 10 July 2008 03:42:46 Gerard wrote:
|> On Thu, 10 Jul 2008 03:40:38 -0700
|>
|> David Southwell <[EMAIL PROTECTED]> wrote:
|>> Hi
|>>
|>> Just wondered when an upgrade to 5.10.0 could be expected.
|>>
|>> David
|> I have been trying to get an answer to that question for quite some
|> time now also. Perhaps they are planning on releasing it with, and
|> hopefully including it in the FreeBSD-7.1 release.
|
| Humph
| I have just been clearing the decks -- my main system is currently on
6.1 and
| I am preparing to move to 7.0 with an intermediate stop at 6.3 so
maybe it
| will be timely to wait 

Err...  I don't think it would be a good idea to commit such a big
change during release cycle, the earlier will make it easier to reveal
bugs and have more people to fix them, did anyone talked with the
maintainer or submitted patches?

Cheers,
- --
Xin LI <[EMAIL PROTECTED]>http://www.delphij.net/
FreeBSD - The Power to Serve!
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.9 (FreeBSD)

iEYEARECAAYFAkh2WZkACgkQi+vbBBjt66BmBgCbBDHfos0xODzzY7TC9J/7Boew
UhAAoI0RcEBZKNplcxA0+1T4+896cu30
=kv4h
-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]"


Re: kdesvn-0.14.1_3 Build error

2008-07-10 Thread Xin LI

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Helko Glathe wrote:
| Hi
|
| Building the port kdesvn-0.14.1_3 evokes the following error:
[...]
| Any ideas how to fix this?

There is a pending PR which may have fixed this:

http://www.freebsd.org/cgi/query-pr.cgi?pr=125443

Cheers,
- --
Xin LI <[EMAIL PROTECTED]>http://www.delphij.net/
FreeBSD - The Power to Serve!
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.9 (FreeBSD)

iEYEARECAAYFAkh2WiUACgkQi+vbBBjt66D6+wCeNtLGKpL+XUR1vWuZrhfGmCGl
BBIAn1G3PkV1MJu4QKO98W7fcR4VMU9p
=Vq3C
-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]"


Re: Neon upgrade is fatally broken

2008-07-10 Thread Philip M. Gollucci

Joe Kelsey wrote:

The neon26 to neon28 upgrade is completely broken.  There are multiple
ports with explicit neon26 dependencies that cause enormous problems.
There are also some sort of hidden problems that prevent things from
working.  For instance, gstreamer-plugins-neon has no explicit neon26
dependency, but the portupgrade still insists of finding a dependency
somewhere.  I have moved to neon28, but I cannot reinstall
gstreamer-plugins-neon due to its instence that it install neon26, which
conflicts with neon28.

How do I fix this?

Try this diff
CC'ing edwin since he's the neon man of late.

NB: to actually commit this would require a rather large PORTREVISION 
bump of things which I did not spend the time to investigate.


If I had to guess, Tools/scripts/bump_version.pl also needs to look for 
Makefile.common since thats where this was.


Also note, I only compiled this, I didn't *use* it.

cvs diff
Index: Makefile.common
===
RCS file: /home/ncvs/ports/multimedia/gstreamer-plugins/Makefile.common,v
retrieving revision 1.71
diff -u -r1.71 Makefile.common
--- Makefile.common 20 Jun 2008 15:41:52 -  1.71
+++ Makefile.common 10 Jul 2008 19:25:34 -
@@ -320,7 +320,7 @@
${GST_LIB_DIR}/libgstnassink.so

 # neon
-gst_neon_LIB_DEPENDS+= neon.26:${PORTSDIR}/www/neon26
+gst_neon_LIB_DEPENDS+= neon.28:${PORTSDIR}/www/neon28
 gst_neon_CONFIGURE_ENV+=   NEON_CFLAGS="-I${LOCALBASE}/include/neon"
 gst_neon_PLIST_FILES=  ${GST_LIB_DIR}/libgstneonhttpsrc.a \
${GST_LIB_DIR}/libgstneonhttpsrc.la \
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


FreeBSD Port: quagga-0.99.10_3

2008-07-10 Thread Daniel Dvořák
Hi Sergey,

may the problem with "lock pid_file" messages be connected with running 
watchquagga daemon ?

Here is what I have got in rc.conf file:

quagga_enable="YES"
quagga_flags="-d"
quagga_daemons="zebra ospfd ospf6d bgpd" Is this order okay ?
quagga_extralibs_path=""
quagga_delay="10"
watchquagga_enable="YES"
watchquagga_flags="-dz -R '/usr/local/sbin/zebra -d; /usr/local/sbin/ospfd -d; 
/usr/local/sbin/ospf6d -d; /usr/local/sbin/bgpd -d' zebra ospfd ospf6d bgpd" 
< I hope this syntax is right one.

I did upgrading of quagga to the last one and restarting daemons. Error 
messages reappeared.
Important! Watchquagga daemon was running at that time too.

[EMAIL PROTECTED] 0.99.10 /]# egrep lock /var/log/quagga/*
/var/log/quagga/ospfd.log:2008/07/01 13:57:21 errors: OSPF: Could not lock 
pid_file /var/run/quagga/ospfd.pid, exiting
/var/log/quagga/ospfd.log:2008/07/10 17:17:27 errors: OSPF: Could not lock 
pid_file /var/run/quagga/ospfd.pid, exiting
^^
the last restarting
/var/log/quagga/ospf6d.log:2008/07/01 13:57:21 errors: OSPF6: Could not lock 
pid_file /var/run/quagga/ospf6d.pid, exiting
/var/log/quagga/ospf6d.log:2008/07/10 17:17:27 errors: OSPF6: Could not lock 
pid_file /var/run/quagga/ospf6d.pid, exiting
^^
the last restarting
/var/log/quagga/zebra.log:2008/07/01 13:57:21 errors: ZEBRA: Could not lock 
pid_file /var/run/quagga/zebra.pid, exiting
/var/log/quagga/zebra.log:2008/07/10 17:17:27 errors: ZEBRA: Could not lock 
pid_file /var/run/quagga/zebra.pid, exiting
^^
the last restarting
[EMAIL PROTECTED] 0.99.10 /]#

It is interesting that the bgp daemon runs without these errors.

Important! After that, I stopped watchquagga daemon and I restarted quagga 
daemons, no wunder that error messages haven´t been appearing anymore. Voila!

IMHO, the problem is connected with watchquagga daemon deffinitely.

Daniel

-Original Message-
From: Daniel Dvořák [mailto:[EMAIL PROTECTED] 
Sent: Monday, July 07, 2008 4:44 PM
To: 'Sergey Matveychuk'
Cc: 'Boris Kovalenko'; '[EMAIL PROTECTED]'
Subject: RE: FreeBSD Port: quagga-0.99.9_7

And do you use watchquagga in rc.conf ? I do.

Daniel

-Original Message-
From: Sergey Matveychuk [mailto:[EMAIL PROTECTED]
Sent: Monday, July 07, 2008 4:21 PM
To: [EMAIL PROTECTED]
Cc: 'Boris Kovalenko'; [EMAIL PROTECTED]
Subject: Re: FreeBSD Port: quagga-0.99.9_7

Daniel Dvořák wrote:
> VERSION 0.99.10# egrep lock /var/log/quagga/zebra.log ^^^ 
> 2008/06/30 01:38:59 errors: ZEBRA: Could not lock pid_file 
> /var/run/quagga/zebra.pid, exiting
> 2008/07/01 13:57:21 errors: ZEBRA: Could not lock pid_file 
> /var/run/quagga/zebra.pid, exiting
> 
> VERSION 0.99.10# egrep lock /var/log/quagga/ospfd.log 2008/06/30
> 01:38:59 errors: OSPF: Could not lock pid_file 
> /var/run/quagga/ospfd.pid, exiting
> 2008/07/01 13:57:21 errors: OSPF: Could not lock pid_file 
> /var/run/quagga/ospfd.pid, exiting
> 
> VERSION 0.99.10# egrep lock /var/log/quagga/ospf6d.log
> 2008/07/01 13:57:21 errors: OSPF6: Could not lock pid_file 
> /var/run/quagga/ospf6d.pid, exiting
> 

Looks like the daemons tried to run twice and fault. But I can see the problem 
on my boxes.

--
Dixi.
Sem.

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


www/ismail port breaking make index

2008-07-10 Thread Simon Shapiro
www/ismail fails during make index on FreeBSD 6.2, not 7.0 from what  
i can tell.


Generating INDEX-6 - please wait.."Makefile", line 32: Could not find  
bsd.port.options.mk

make: fatal errors encountered -- cannot continue
===> www/ismail failed
*** Error code 1

Ports tree just updated from CVS, this appears to be a new bug  
introduced with the recent update of said port.


-Simon Shapiro

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


Re: Tgz in tgz...!

2008-07-10 Thread Garrett Cooper
On Thu, Jul 10, 2008 at 10:39 AM, Anders Trobäck <[EMAIL PROTECTED]> wrote:
> On Thu, 10 Jul 2008 14:54:15 +0200
> Anders Troback <[EMAIL PROTECTED]> wrote:
>
>> On Thu, 10 Jul 2008 01:54:10 -0800
>> Beech Rintoul <[EMAIL PROTECTED]> wrote:
>>
>> > On Thursday 10 July 2008, Anders Troback said:
>> > > Hi,
>> > >
>> > > I need some tips about a port that I'm working on!
>> > >
>> > > The problem that I have are that the source of the code are in a
>> > > tgz that are in a sub folder in an other tgz! So first I need the
>> > > port to download and extract the first tgz and then extract,
>> > > configure and make the second tgz!
>> > >
>> > > How do I cope with that?
>> > >
>> > > Thanks!
>> >
>> > You can probably extract the second time in post-extract, but
>> > you're going to have to get creative defining the right ${WRKSRC}.
>> > After that it should patch and build normally.
>> >
>> > Beech
>> >
>>
>> OK! Next problem:-]
>>
>> The program that I want to build are under a sub folder of
>> ${WRKSRC}/src so first I need to make the "main" program and then I
>> have to run make in that sub folder! Are there any macros that do
>> things like this or is there some other way?
>>
>> Thanks again!
>>
>
> Is this a "legal" way of solving this issue?
>
> post-build:
>cd ${WRKSRC}/src/extras && make

Wouldn't `gmake -C ${WRKSRC}/src/extras' be better?
-Garrett
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: www/ismail port breaking make index

2008-07-10 Thread Ion-Mihai Tetcu
On Thu, 10 Jul 2008 12:59:04 -0700
Simon Shapiro <[EMAIL PROTECTED]> wrote:

> www/ismail fails during make index on FreeBSD 6.2, not 7.0 from what  
> i can tell.
> 
> Generating INDEX-6 - please wait.."Makefile", line 32: Could not
> find bsd.port.options.mk
> make: fatal errors encountered -- cannot continue
> ===> www/ismail failed
> *** Error code 1
> 
> Ports tree just updated from CVS, this appears to be a new bug  
> introduced with the recent update of said port.

Yes, please update to a supported FreeBSD version.


-- 
IOnut - Un^d^dregistered ;) FreeBSD "user"
  "Intellectual Property" is   nowhere near as valuable   as "Intellect"
FreeBSD committer -> [EMAIL PROTECTED], PGP Key ID 057E9F8B493A297B


signature.asc
Description: PGP signature


Re: Tgz in tgz...!

2008-07-10 Thread Anders Trobäck
On Thu, 10 Jul 2008 13:34:39 -0700
"Garrett Cooper" <[EMAIL PROTECTED]> wrote:

> On Thu, Jul 10, 2008 at 10:39 AM, Anders Trobäck
> <[EMAIL PROTECTED]> wrote:
> > On Thu, 10 Jul 2008 14:54:15 +0200
> > Anders Troback <[EMAIL PROTECTED]> wrote:
> >
> >> On Thu, 10 Jul 2008 01:54:10 -0800
> >> Beech Rintoul <[EMAIL PROTECTED]> wrote:
> >>
> >> > On Thursday 10 July 2008, Anders Troback said:
> >> > > Hi,
> >> > >
> >> > > I need some tips about a port that I'm working on!
> >> > >
> >> > > The problem that I have are that the source of the code are in
> >> > > a tgz that are in a sub folder in an other tgz! So first I
> >> > > need the port to download and extract the first tgz and then
> >> > > extract, configure and make the second tgz!
> >> > >
> >> > > How do I cope with that?
> >> > >
> >> > > Thanks!
> >> >
> >> > You can probably extract the second time in post-extract, but
> >> > you're going to have to get creative defining the right
> >> > ${WRKSRC}. After that it should patch and build normally.
> >> >
> >> > Beech
> >> >
> >>
> >> OK! Next problem:-]
> >>
> >> The program that I want to build are under a sub folder of
> >> ${WRKSRC}/src so first I need to make the "main" program and then I
> >> have to run make in that sub folder! Are there any macros that do
> >> things like this or is there some other way?
> >>
> >> Thanks again!
> >>
> >
> > Is this a "legal" way of solving this issue?
> >
> > post-build:
> >cd ${WRKSRC}/src/extras && make
> 
> Wouldn't `gmake -C ${WRKSRC}/src/extras' be better?
> -Garrett

Yes, much nice and cleaner! I don't need gmake but make was the same!

Thanks!

-- 


Windows: "Where do you want to go today?"
Linux: "Where do you want to go tomorrow?"
FreeBSD: "Are you guys coming, or what?"

Anders Trobäck
http://www.troback.com/
-
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: cvsup after upgrade to 6.3 coredump

2008-07-10 Thread Garrett Cooper
On Thu, Jul 10, 2008 at 11:47 AM, David Southwell <[EMAIL PROTECTED]> wrote:
> On Thursday 10 July 2008 11:43:20 David Southwell wrote:
>> On Thursday 10 July 2008 11:09:23 Wesley Shields wrote:
>> > On Thu, Jul 10, 2008 at 11:20:40AM -0700, David Southwell wrote:
>> > > Can anyone help me out here..
>> > >
>> > > Obviously I have missed something in the upgrade to 6.3 from 6.1
>> > >
>> > > I seem to have a working system but cvsup is falling down.
>> > > Mail is working fine, so is kde.
>> > >
>> > > After upgrade from 6.1 to 6.3 I got a core dump from cvsup
>> > > UNAME:
>> > > [EMAIL PROTECTED] /usr/ports/net/cvsup]# uname -a
>> > > FreeBSD dns1.vizion2000.net 6.3-STABLE FreeBSD 6.3-STABLE #1: Thu Jul
>> > > 10 09:41:47 PDT 2008 root@:/usr/obj/usr/src/sys/GENERIC  amd64
>> > > [EMAIL PROTECTED] /usr/ports/net/cvsup]#
>> > >
>> > > RECOMPILED cvsup after core dump:
>> > > [EMAIL PROTECTED] /usr/ports/net/cvsup]# make clean
>> > > ===>  Cleaning for cvsup-without-gui-16.1h_4
>> > > [EMAIL PROTECTED] /usr/ports/net/cvsup]# make
>> > > [EMAIL PROTECTED] /usr/ports/net/cvsup]# make deinstall
>> > > ===>  Deinstalling for net/cvsup
>> > > ===>   Deinstalling cvsup-without-gui-16.1h_4
>> > > [EMAIL PROTECTED] /usr/ports/net/cvsup]# make reinstall
>> > > [EMAIL PROTECTED] /usr/ports/net/cvsup]# make deinstall
>> > > ===>  Deinstalling for net/cvsup
>> > > ===>   Deinstalling cvsup-without-gui-16.1h_4
>> > > [EMAIL PROTECTED] /usr/ports/net/cvsup]# make reinstall
>> > >
>> > > BUT STILL GOT:
>> > >
>> > > cvsup /var/cvsupconfig/ports-supfile
>> > > Connected to cvsup10.FreeBSD.org
>> > > Bus error: 10 (core dumped)
>> > > [EMAIL PROTECTED] /usr/ports/net/cvsup]#
>> > >
>> > > Can anyone point me in the right direction please
>> >
>> > Not sure if you're cutting out the relevant parts but did you actually
>> > rebuild cvsup (ie: was it cleaned)?  I'm not even sure if that's going
>> > to matter or not.
>> >
>> > Your other option is to just use csup (it's in 6.3).
>>
>> Yes I cleaned (twice) and ran make config before make.
>>
>> This is weird why a core dump & why a Bus error??
>>
>> Strange
>>
>> David
>>
>>
> Humph weirder stil csup is working - no problem
>
> However there must be a problem somewhere for cvsup to fail.. If I ignore it
> it sure will not go away  
>
> David

(Forgive me if the last make targets aren't correct because I don't
have a machine to test with, but the rest of the steps should be
proper).

Try the following...

rm -R /var/obj; cd /usr/src && make cleandir clean && cd
usr.sbin/cvsup && make depend all

... to clean out your object directories, start fresh, and compile
cvsup from scratch.

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


Re: firefox-3.0_2,1 no reactions

2008-07-10 Thread Guido Falsi

Josh Tolbert wrote:



Or, if you're like me and have your workstation's homedir mounted via NFS,
just forget about Firefo3 entirely and stick with Firefox2. Apparently the
version of SQLite they're using internally with Firefox3 doesn't like
non-local file systems. This problem exhibited with OS X and AFP-mounted
homedirs as well. It's fixed in Minefield, but not yet in an official Firefox
release. I haven't got around to seeing if the firefox-devel port has been
updated or trying to build Minefield some other way yet.


I do have NFS home and am also using it with 10 Mbit Wifi and happily 
using firefox3.


The problem is not sqlite, but what it's used for.

I just disabled the attack and forgery site checks(never needed those 
anyway, I have those disabled at the office under windows too) and 
removed the relevant checks. The sqlite DBs just got too big, the 
filesystem is not caching them and they slow down everything(also if you 
have them on local storage).


I understand some people find those features useful, but I think the 
implementation looks not efficient enough for an "on the fly" check.


Don't misunderstand me, I think firefox3 is wonderful! Really a great 
browser, quite fast and efficient in all it's aspects, except this 
one(and, as I read around, because of the elephant size of the DBs)


--
Guido Falsi <[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: FreeBSD Port: mgeupsd-0.3_1

2008-07-10 Thread Peter Jeremy
On 2008-Jul-10 08:53:43 -0400, [EMAIL PROTECTED] wrote:
>I  redo the rc.d script file.

I suggest you submit PRs for each of your patches so they don't get lost.

-- 
Peter Jeremy
Please excuse any delays as the result of my ISP's inability to implement
an MTA that is either RFC2821-compliant or matches their claimed behaviour.


pgp384uqJymMa.pgp
Description: PGP signature


Re: FreeBSD Port: openldap-server-2.4.10

2008-07-10 Thread Mikhail Goriachev

Quoting Xin LI <[EMAIL PROTECTED]>:


I have just committed it as openldap-server-2.4.10_1.  We may want to
revise the way we handle DATABASEDIR, which we used to create
automatically upon installation.  Using values from configuration file
would be definitely better, thanks for your submission!


Thanks a lot for that!

I revised a few things in regard with the DATABASEDIR which led to  
some modifications. It goes like this:


1.- When installing from ports, the DATABASEDIR will be always created  
no matter what the pkg-plist says. However, when installing a packaged  
version, then it is possible to control the creation of the directory.


Patch for "patch-servers::slapd::Makefile.in" disables the automatic  
installation of the DATABASEDIR and makes installation from ports and  
package consistent with one another.


2.- Since automatic creation of the DATABASEDIR has been disabled,  
then the slapd script uses the value of directory from slapd.conf,  
creates the folder, populates it (puts DB_CONFIG) and starts slap  
daemon.


Patch for "slapd.sh.in" automatically handles the DATABASEDIR from the  
"directory" entry located in slapd.conf. Also it quenches the  
following error by placing DB_CONFIG:


bdb_db_open: warning - no DB_CONFIG file found in directory  
/var/db/openldap-data: (2). Expect poor performance for suffix  
"dc=my-domain,dc=com".


3.- When un-installing, a message is shown about deleting the database  
permanently and an example of the "rm" command is displayed.


Patch for "pkg-deinstall.in" detects if alternative or default  
DATABASEDIR is active, formats and displays the message accordingly.


4.- After above modifications, there's no need of creating and  
removing automatically the DATABASEDIR.


Patch for "pkg-plist" disables the creation and deletion of the DATABASEDIR.



Patches:



--- patch-servers::slapd::Makefile.in.orig  2005-09-15 11:47:23.0 
+
+++ patch-servers::slapd::Makefile.in   2008-07-10 15:57:34.0 +
@@ -1,6 +1,6 @@
 servers/slapd/Makefile.in.orig Fri Sep  2 00:28:10 2005
-+++ servers/slapd/Makefile.in  Sun Sep  4 17:34:37 2005
-@@ -372,7 +372,6 @@
+--- servers/slapd/Makefile.in.orig 2008-02-11 23:26:43.0 +
 servers/slapd/Makefile.in  2008-07-10 12:47:36.0 +
+@@ -374,7 +374,6 @@

  install-slapd: FORCE
-$(MKDIR) $(DESTDIR)$(libexecdir)
@@ -8,7 +8,7 @@
$(LTINSTALL) $(INSTALLFLAGS) $(STRIP) -m 755 \
slapd$(EXEEXT) $(DESTDIR)$(libexecdir)
@for i in $(SUBDIRS); do \
-@@ -403,16 +402,18 @@
+@@ -405,16 +404,18 @@
touch all-cffiles

  install-schema: FORCE
@@ -21,22 +21,23 @@
@SD=$(DESTDIR)$(schemadir) ; \
 -  files=`cd $(srcdir)/schema ; echo README *.ldif *.schema` ; \
 +  files=`cd $(srcdir)/schema ; echo README *.ldif` ; \
-+  for i in $$files ; do \
-+  echo $(INSTALL) $(INSTALLFLAGS) -m 444 schema/$$i $$SD/$$i ; \
-+  $(INSTALL) $(INSTALLFLAGS) -m 444 $(srcdir)/schema/$$i $$SD/$$i 
; \
-+  done ; \
-+  files=`cd $(srcdir)/schema ; echo *.schema` ; \
for i in $$files ; do \
echo $(INSTALL) $(INSTALLFLAGS) -m 444 schema/$$i $$SD/$$i ; \
$(INSTALL) $(INSTALLFLAGS) -m 444 $(srcdir)/schema/$$i $$SD/$$i 
; \
++  done ; \
++  files=`cd $(srcdir)/schema ; echo *.schema` ; \
++  for i in $$files ; do \
++  echo $(INSTALL) $(INSTALLFLAGS) -m 444 schema/$$i $$SD/$$i ; \
++  $(INSTALL) $(INSTALLFLAGS) -m 444 $(srcdir)/schema/$$i $$SD/$$i 
; \
 +		$(INSTALL) $(INSTALLFLAGS) -m 444 $(srcdir)/schema/$$i  
$$SD/$$i.default ; \

done

  install-conf: FORCE
-@@ -429,8 +430,6 @@
+@@ -430,9 +431,6 @@
+
  install-db-config: FORCE
@-$(MKDIR) $(DESTDIR)$(localstatedir) $(DESTDIR)$(sysconfdir)
-   @-$(INSTALL) -m 700 -d $(DESTDIR)$(localstatedir)/openldap-data
+-  @-$(INSTALL) -m 700 -d $(DESTDIR)$(localstatedir)/openldap-data
 -  $(INSTALL) $(INSTALLFLAGS) -m 600 $(srcdir)/DB_CONFIG \
 -  $(DESTDIR)$(localstatedir)/openldap-data/DB_CONFIG.example
$(INSTALL) $(INSTALLFLAGS) -m 600 $(srcdir)/DB_CONFIG \







--- slapd.sh.in.orig2008-07-07 20:54:21.0 +
+++ slapd.sh.in 2008-07-10 15:57:51.0 +
@@ -49,6 +49,10 @@
   ""|[Nn][Oo][Nn][Ee]|[Dd][Ee][Ff][Aa][Uu][Ll][Tt])
 ;;
   *)
+if [ ! -d "${DBDIR}" ]; then
+  mkdir -p "${DBDIR}"
+  cp "%%PREFIX%%/etc/openldap/DB_CONFIG.example" "${DBDIR}/DB_CONFIG"
+fi
 chown "$slapd_owner" "%%LDAP_RUN_DIR%%"
 chown -RL "$slapd_owner" "${DBDIR}"
 chmod 700 "${DBDIR}"







--- pkg-deinstall.in.orig   2007-09-05 06:37:13.0 +
+++ pkg-deinstall.in2008-07-10 16:54:29.0 +
@@ -5,6 +5,10 @@

 ECHO_CMD=echo

+if [ -f "%%PREFIX%%/etc/openldap/slapd.conf" ]; then
+  DBDIR=`awk '$1 == "directory" {print $2}'  
"%%PREFIX%%/etc/openldap/slapd.conf"`

+fi
+
 case $2 in
 POST-DEINSTALL)
   

FreeBSD Port: monitord-0.4.1_2

2008-07-10 Thread Daniel Dvořák
Hi all,
 
I needed to resolve the problem with verlihub, which refuses to 
properly run at the start of router. I tried using rcorder various tricks with 
orderring to run verlihub in the background of other processes.
Nothing helped me.

I have decided to use monitord, which monitors whether verlihub run at the 
start of router. For some time it worked well, although verlihub always in the 
first run snaps and the kernel recorded core file to filesystem
as /monitord.core, but monitord always starts up verlihub at the second attempt.

Monitord recently stopped work, and I do not know why.

In addition, continuing the necessary facts and attached gdb backtraced output:
 
[EMAIL PROTECTED] /]# /etc2/rc.d/monitord status
monitord is not running.

[EMAIL PROTECTED] /]# /etc2/rc.d/monitord start
Starting monitord.

[EMAIL PROTECTED] /]# /etc2/rc.d/monitord status
monitord is not running.

[EMAIL PROTECTED] /]# ls -l /monitord.core
-rw---  1 root  wheel  495616 11 čvc 00:29 /monitord.core

[EMAIL PROTECTED] /]# dmesg -a | grep "monitord"
Starting monitord.
pid 1460 (monitord), uid 0: exited on signal 11 (core dumped)
pid 96607 (monitord), uid 0: exited on signal 11 (core dumped)
pid 96625 (monitord), uid 0: exited on signal 11 (core dumped)
pid 96697 (monitord), uid 0: exited on signal 11 (core dumped)
pid 97330 (monitord), uid 0: exited on signal 11 (core dumped)
pid 99878 (monitord), uid 0: exited on signal 11 (core dumped)
[EMAIL PROTECTED] /]#
 
[EMAIL PROTECTED] /]# cat /var/log/messages | grep "monitord"
Jul  7 00:40:03 r kernel: pid 1460 (monitord), uid 0: exited on signal 11 (core 
dumped)
Jul  7 00:40:03 r monitord: restarted "verlihub" using "/etc2/rc.d/verlihub  
start"
Jul  9 21:45:30 r kernel: pid 1481 (monitord), uid 0: exited on signal 11 (core 
dumped)
Jul  9 21:45:30 r monitord: restarted "verlihub" using "/etc2/rc.d/verlihub  
start"
Jul  9 22:38:11 r kernel: pid 1459 (monitord), uid 0: exited on signal 11 (core 
dumped)
Jul  9 22:38:12 r monitord: restarted "verlihub" using "/etc2/rc.d/verlihub  
start"
Jul  9 22:49:25 r kernel: pid 1459 (monitord), uid 0: exited on signal 11 (core 
dumped)
Jul  9 22:49:25 r monitord: restarted "verlihub" using "/etc2/rc.d/verlihub  
start"
Jul  9 22:55:49 r kernel: pid 1460 (monitord), uid 0: exited on signal 11 (core 
dumped)
Jul  9 22:55:49 r monitord: restarted "verlihub" using "/etc2/rc.d/verlihub  
start"
Jul 11 00:19:26 r kernel: pid 96607 (monitord), uid 0: exited on signal 11 
(core dumped)
Jul 11 00:19:33 r kernel: pid 96625 (monitord), uid 0: exited on signal 11 
(core dumped)
Jul 11 00:20:21 r kernel: pid 96697 (monitord), uid 0: exited on signal 11 
(core dumped)
Jul 11 00:23:29 r kernel: pid 97330 (monitord), uid 0: exited on signal 11 
(core dumped)
Jul 11 00:29:51 r kernel: pid 99878 (monitord), uid 0: exited on signal 11 
(core dumped)

[EMAIL PROTECTED] /]# mount
/dev/ad0s1a on / (ufs, NFS exported, local)
devfs on /dev (devfs, local)
/dev/ad0s1e on /jail (ufs, local, read-only)
/dev/ad0s1d on /tmp (ufs, local, soft-updates)
/dev/ad0s1g on /usr (ufs, NFS exported, local, soft-updates)
/dev/ad0s1f on /var (ufs, NFS exported, local, soft-updates)
procfs on /proc (procfs, local)
linprocfs on /usr/compat/linux/proc (linprocfs, local)
devfs on /var/named/dev (devfs, local)
[EMAIL PROTECTED] /]# gdb -c /monitord.core /usr/local/sbin/monitord
GNU gdb 6.1.1 [FreeBSD]
Copyright 2004 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for details.
This GDB was configured as "i386-marcel-freebsd"...(no debugging symbols 
found)...
Core was generated by `monitord'.
Program terminated with signal 11, Segmentation fault.
Reading symbols from /lib/libc.so.6...(no debugging symbols found)...done.
Loaded symbols for /lib/libc.so.6
Reading symbols from /libexec/ld-elf.so.1...(no debugging symbols found)...done.
Loaded symbols for /libexec/ld-elf.so.1
#0  0x28135d61 in strncpy () from /lib/libc.so.6
(gdb) backtrace
#0  0x28135d61 in strncpy () from /lib/libc.so.6
#1  0x08049393 in ?? ()
#2  0xbfbfe4e0 in ?? ()
#3  0x in ?? ()
#4  0x0055 in ?? ()
#5  0x in ?? ()
#6  0x in ?? ()
#7  0x in ?? ()
#8  0x in ?? ()
#9  0x in ?? ()
#10 0x in ?? ()
#11 0x in ?? ()
#12 0x in ?? ()
#13 0x in ?? ()
#14 0x in ?? ()
#15 0x in ?? ()
#16 0x in ?? ()
#17 0x in ?? ()
#18 0x in ?? ()
#19 0x in ?? ()
#20 0x in ?? ()
#21 0x0001 in ?? ()
#22 0x0804d400 in ?? ()
#23 0x0804d000 in ?? ()
#24 0xbfbfdda0 in ?? ()
#25 0x in ?? ()
#26 0x0002 in ?? ()
#27 0x0002 in ?? ()
#28 0x0003 in ?? ()
#29 0x in ?? ()
#30 0x0001 in ?? ()
#31 0x0001 in ?? ()
#32 0x in ?? 

Re: firefox-3.0_2,1 no reactions

2008-07-10 Thread Doug Barton

Guido Falsi wrote:


I just disabled the attack and forgery site checks


Exactly which prefs are you referring to there?

Thanks,

Doug

--

This .signature sanitized for your protection

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


Re: firefox-3.0_2,1 no reactions

2008-07-10 Thread Guido Falsi

Doug Barton wrote:

Guido Falsi wrote:


I just disabled the attack and forgery site checks


Exactly which prefs are you referring to there?



in the security pane, the second and third option, they read:

Tell me if the site I'm visiting is a suspected attack site

and

Tell me if the site I'm visiting is a suspected forgery

--
Guido Falsi <[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: firefox-3.0_2,1 no reactions

2008-07-10 Thread Helko Glathe
Am Freitag 11 Juli 2008 03:05:18 schrieb Guido Falsi:
> Doug Barton wrote:
> > Guido Falsi wrote:
> >> I just disabled the attack and forgery site checks
> >
> > Exactly which prefs are you referring to there?
>
> in the security pane, the second and third option, they read:
>
> Tell me if the site I'm visiting is a suspected attack site
>
> and
>
> Tell me if the site I'm visiting is a suspected forgery

Disabling this options doesn't fix the problem.

-- 
===
Mit freundlichem Gruss
Helko Glathe
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"