DosBox upgrade failed.

2010-05-30 Thread David Marec
Hi all, I got the following issue, upgrading Dosbox to the 0.74 release: === Making all in core_dynrec g++44 -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/usr/local/include - I/usr/local/include/SDL -I/usr/local/include -D_GNU_SOURCE=1 -D_REENTRANT -O2 -pipe -march=native -fno-strict-alias

games/oneko-sakura conflicts with games/oneko

2010-05-28 Thread Demelier David
games/oneko 2. install games/oneko-sakura 3. pkg_delete oneko-1\* (games/oneko) 4. pkg_delete oneko\* pkg_delete: file '/usr/local/man/man6/oneko.6.gz' doesn't exist pkg_delete: file '/usr/local/bin/oneko' doesn't exist ^ Kin

Re: Port request

2010-05-28 Thread David DEMELIER
; than > a port. Haven't tried Fedora 13 "Goddard" yet though. > I agree, personally I would prefer a wpa_supplicant / dhclient graphical user interface instead of the sucky NetworkManager. For the moment there is sysutils/wifimgr iirc but it

x11/slim and /etc/login.conf

2010-05-27 Thread David DEMELIER
ession As described in the sh(1) manpage, the dash after the /bin/sh should be a login shell, but it does not work. I'm guessing if we can do some hack to make the /etc/login.conf used by slim. If you have any ideas, just tell me ! Cheers. --

Re: Users and groups kept after a port deinstallation

2010-05-22 Thread David DEMELIER
2010/5/22 Garrett Cooper : > On Fri, May 21, 2010 at 4:53 PM, RW wrote: >> On Fri, 21 May 2010 16:23:18 +0100 >> Florent Thoumie wrote: >> >>> On Fri, May 21, 2010 at 11:11 AM, David DEMELIER >>> wrote: >>> > Hi, >>> > >

Users and groups kept after a port deinstallation

2010-05-21 Thread David DEMELIER
anymore and they could remove them safely. Ports has the lack of this kind of notification, that's why I would start writing a patch in the ports infrastructure, or maybe someone already proposed something else ? I apologize for my bad english. King regards. -- Demelier

Re: ports-mgmt/portmaster does not have zsh completions anymore ?

2010-05-19 Thread David DEMELIER
2010/5/19 Doug Barton : > On 05/19/10 14:00, David DEMELIER wrote: >> >> mark...@melon ~ $ sudo portmaster - > > Try just: > portmaster - > > Also, see the portmaster man page about setting up PM_SU_CMD. > I guess I'm the problem, I tested with a empty .z

Re: ports-mgmt/portmaster does not have zsh completions anymore ?

2010-05-19 Thread David DEMELIER
2010/5/19 Anonymous : > Demelier David writes: > >> On Wed, May 19, 2010 at 10:27:35AM -0700, Doug Barton wrote: >>> The user reports in private e-mail that the completions file is installed, >>> but it's still not working. Can a zsh user help him out? >>

Re: ports-mgmt/portmaster does not have zsh completions anymore ?

2010-05-19 Thread Demelier David
On Wed, May 19, 2010 at 10:27:35AM -0700, Doug Barton wrote: > The user reports in private e-mail that the completions file is installed, > but it's still not working. Can a zsh user help him out? > Yes, sorry I forgot everytime to answer to all... --

ports-mgmt/portmaster does not have zsh completions anymore ?

2010-05-19 Thread David DEMELIER
completely removed? Cheers. -- Demelier David ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

Re: GPLv3-licensed ports

2010-05-18 Thread David N
bsd-ports-unsubscr...@freebsd.org" > Also, Can you add net/samba33 net/samba34 Cheers David N ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

Re: x11-wm/obconf segfaults

2010-05-12 Thread David DEMELIER
2010/5/12 Yuri Pankov : > On Wed, May 12, 2010 at 04:21:35PM +0200, Demelier David wrote: >> Hi freebsd-ports@, >> >>    Today I wanted to try x11-wm/openbox and its configuration manager called >>    obconf found in x11-wm/obconf. I started it and it just segfaults : &

x11-wm/obconf segfaults

2010-05-12 Thread Demelier David
symbols found)... Program received signal SIGSEGV, Segmentation fault. [Switching to Thread 804e041c0 (LWP 100235)] 0x000800f4ee75 in g_object_type_init () from /usr/X11R6/lib/libgobject-2.0.so.0 King regards. -- Demelier David

Re: UPDATING entry for X.org changes

2010-05-07 Thread David Wolfskill
plause > for making this the least painful "X major version upgrade" in recent > memory. Hear, Hear! -- and thanks to you, for portmaster(8)! Peace, david -- David H. Wolfskill da...@catwhisker.org Depriving a girl or boy of an opportunity for

Re: UPDATING entry for X.org changes

2010-05-07 Thread David Wolfskill
ingly. (In my case, that's what I normally use to upgrade ports, absent an applicable UPDATING entry directing other actions.) Peace, david -- David H. Wolfskill da...@catwhisker.org Depriving a girl or boy of an opportunity for education is evil. See http://www.catwhisker.org/~david/publickey.gpg for my public key. pgpkQ8W9t6ODy.pgp Description: PGP signature

Re: mediawiki- file unavailable from ftp.freebsd.org

2010-05-07 Thread David Southwell
> On Fri, 7 May 2010 09:30:41 + > > David Southwell wrote: > > Hi > > Is the a makefile error, resource problem or am I in error? > > dns1# make clean > > ===> Cleaning for mediawiki-1.15.3 > > dns1# make > > ===> Found saved configu

mediawiki- file unavailable from ftp.freebsd.org

2010-05-07 Thread David Southwell
1.15.3.tar.gz: File unavailable (e.g., file not found, no access) => Couldn't fetch it - please try to retrieve this => port manually into /usr/ports/distfiles/ and try again. *** Error code 1 Stop in /usr/ports/www/mediawiki. *** Error code 1 Stop in /usr/ports/www/media

Re: audio/mumble needs devel/protobuf as lib depend.

2010-05-05 Thread Demelier David
The problem was an other missing dependency : databases/qt4-sql-sqlite3 so the fix would be to add sql-sqlite4 to in QT_COMPONENTS too. ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send

audio/mumble needs devel/protobuf as lib depend.

2010-05-05 Thread Demelier David
patch.(see attachment). But there is still a missing dependency (I guess) because if you remove any qt4-* leaves (not depended on) mumble will segfault. Cheers. -- Demelier David --- Makefile.orig 2010-05-05 18:58:01.0 +0200 +++ Makefile 2010-05-05 19:07:09.

Fail to make package in x11-toolkits/gtk20

2010-05-05 Thread Demelier David
cups.so: Cannot stat: No such file or directory tar: Error exit delayed from previous errors. pkg_create: make_dist: tar command failed with code 256 *** Error code 1 King regards. -- Demelier David ___ freebsd-po

Re: Status of Xorg 7.5 and xfce4?

2010-05-05 Thread David DEMELIER
ince updating > Xorg. > >>> >>> BTW, the machine I updated is running amd64; was your successful update >>> amd64 or >>> i386? >> >> Mine's i386. > > OK, a general question then: could anyone running an FreeBSD 8.0 amd64 > kernel/us

Re: [HEADS UP] Xorg 7.5 merge comming tomorrow.

2010-05-02 Thread David Wolfskill
x27;t know that I really use the driver in question, but it might be nice to clean it up. Any information I might provide? I was building under: g1-192(7.3-S)[5] uname -v FreeBSD 7.3-STABLE #103 r207433: Fri Apr 30 05:24:15 PDT 2010 r...@g1-190.catwhisker.org:/common/S2/obj/usr/src/sys/CANARY g1-192(7.3-S)[6] Peace, david -- David H. Wolfskill da...@catwhisker.org Depriving a girl or boy of an opportunity for education is evil. See http://www.catwhisker.org/~david/publickey.gpg for my public key. pgpvpQXKLbyiG.pgp Description: PGP signature

Re: graphics/dri fails to build.

2010-05-02 Thread Demelier David
http://www.freebsd.org/cgi/query-pr.cgi?pr=143723 It seems adding CFLAGS+=-march-=native solved the problem but I don't want to keep this flag everytime in my make.conf How this flag could solve the problem ? I can't understand. Cheers. ___ freebsd-por

graphics/dri fails to build.

2010-05-02 Thread Demelier David
hics/dri/work/Mesa-7.6.1/src/mesa' gmake[1]: *** [subdirs] Error 1 gmake[1]: Leaving directory `/usr/ports/graphics/dri/work/Mesa-7.6.1/src' gmake: *** [default] Error 1 *** Error code 1 I have the same make.conf on the both, only WITHOUT_NOUVEAU=YES defined. What can I

GSoC: Libpkg, package tools

2010-05-01 Thread David Forsythe
Hi all, I'm David Forsythe, and I'll be working on completing libpkg (started during Summer of Code 2009) and putting together some production ready package tools. My mentor will be Tim Kientzle. I started work on the library during last years SoC with Tim as my mentor. I've bee

python can't make package.

2010-04-30 Thread David DEMELIER
thon26. Is it a broken PLIST issue? Cheers. -- Demelier David ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

Re: Samba 34 + LDAP = hang?

2010-04-26 Thread David N
On 12 April 2010 14:06, Daniel O'Connor wrote: > Hi, > I tried updating Samba to 3.4 (from 3.3) as libsmbclient uses it and > that pulls in talloc which conflicts with 3.3.. > > Unfortunately when I tried it, it hung when I tried to use the ldap > passdb backend. I could not really get any useful

net/ekiga3 plist failure ?

2010-04-23 Thread David DEMELIER
ove directory '/usr/local/lib/locale/crh' pkg_delete: file '/usr/local/lib/locale/c...@valencia/LC_MESSAGES' doesn't exist pkg_delete: unable to completely remove directory '/usr/local/lib/locale/c...@valencia/LC_MESSAGES' pkg_delete: file '/usr/local/lib/loc

FreeBSD Port: lightning-0.9_3

2010-04-23 Thread David Probst
Hi, I was wondering if you could tell me if the FreeBSD 8.0 port for lightning 1.0+ to run with Thunderbird 3 is going to be available in the near future. Thank you. David Probst Business System Development ___ freebsd-ports@freebsd.org

FreeBSD Port: lightning-0.9_3

2010-04-23 Thread David Probst
Hi, I was wondering if you could tell me if the FreeBSD 8.0 port for lightning 1.0 to run with Thunderbird 3 is going to be available in the near future. Thank you. David Probst Business System Development ___ freebsd-ports@freebsd.org mailing

FreeBSD Port: lightning-0.9_3

2010-04-23 Thread David Probst
Hi, I was wondering if you could tell me if the FreeBSD 8.0 port for lightning 1.0+ to run with Thunderbird 3 is going to be available in the near future. Thank you. David Probst Business System Development ___ freebsd-ports@freebsd.org

Re: mplayer needs libcdio and libcdio isn't depending on

2010-04-21 Thread David DEMELIER
2010/4/21 Sahil Tandon : > On Mon, 19 Apr 2010, Demelier David wrote: > >> When you install mplayer with libcdio support, if will build and >> install it, but libcdio has no depend and could be detected as leaf >> package. Then pkg_cleanup will ask you to remove it and

Re: games/supertux fails to start.

2010-04-20 Thread David DEMELIER
2010/4/20 Demelier David : > Hi freebsd-ports@, > >   On my 8.0-STABLE amd64 games/supertux just fails to start. > >   Couldn't read /proc/self/exe, using default path: /usr/local/share/supertux >   Datadir: /usr/local/share/supertux >   Warning: No joysticks are availa

audio/sdl_mixer does not pull libmikmod as dependency

2010-04-20 Thread Demelier David
King regards. -- Demelier David ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

games/supertux fails to start.

2010-04-20 Thread Demelier David
ocal/share/supertux/music/SALCON.MOD zsh: abort (core dumped) supertux Is it same for you ? Cheers, -- Demelier David ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send a

mplayer needs libcdio and libcdio isn't depending on

2010-04-19 Thread Demelier David
Is that behavior expected ? I means that libcdio shouldn't be needed by mplayer after the installation. King regards. -- Demelier David ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To u

Missing packages for 9-current

2010-04-16 Thread David O'Brien
$ ftp://FreeBSD.ISC.org/pub/FreeBSD/ports/amd64/packages-9-current/ ftp> ls 229 Entering Extended Passive Mode (|||48484|). 150 Here comes the directory listing. 226 Directory send OK. ftp> This has broken 'pkg_add -r'. Does anyone know when there will be 9-CURRENT packages agai

Re: libwpd needs gconf

2010-04-13 Thread Demelier David
On Wed, Apr 14, 2010 at 09:46:42AM +1100, Dima Panov wrote: > On Wednesday 14 April 2010 07:31:20 Demelier David wrote: > > Hi freebsd-ports, > > > >I never saw that libwpd needs gconf. libwpd actually only needs libgsf > > to build. What including gconf and a

libwpd needs gconf

2010-04-13 Thread Demelier David
Hi freebsd-ports, I never saw that libwpd needs gconf. libwpd actually only needs libgsf to build. What including gconf and all these dependencies in it ? -- Demelier David ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org

[PATCH] removing pulseaudio dependency on gnome-media and gnome-settings-daemon

2010-04-13 Thread Demelier David
lpful. King regards, David. -- Demelier David --- Makefile.orig 2010-03-28 08:31:01.0 +0200 +++ Makefile 2010-04-13 13:56:50.0 +0200 @@ -18,9 +18,11 @@ BUILD_DEPENDS= xml2po:${PORTSDIR}/textproc/gnome-doc-utils LIB_DEPENDS= canberra-gtk.0:${PORTSDIR}/audio/libcan

[PATCH] upgrade Bash port to version 4.1.

2010-04-12 Thread David O'Brien
works on the workstation undermydesk, but maybe not the one underyourdesk. Please let me know in the next few days if you will have trouble with the updated Bash port. thanks, -- -- David (obr...@freebsd.org) Index: Makefile === R

FreeBSD Port: proftpd-1.3.3

2010-04-06 Thread David Ordal
tpd distribution and is a very simple module to add. http://www.proftpd.org/docs/contrib/mod_site_misc.html It includes support for SITE UTIME and a few other [somewhat] commonly used FTP commands. Just $0.02. David ____ David L. Ordal E-mail: da...@ordal.com Phon

koffice-kde4-2.1.0_2 Install error - Unknown media type

2010-03-11 Thread David Southwell
Can anyone tell me how to handle this? Thanks in advance -- Installing: /usr/local/kde4/share/kde4/services/xslt_import.desktop Unknown media type in type 'all/all' Unknown media type in type 'all/allfiles' Unknown media type in type 'uri/mms' Unknown media type in type 'uri/mmst' Unknown med

Re: Kdeutils4 - curious about latest upgrade:

2010-03-07 Thread David Southwell
HI Still getting the same ignored reports even though installed. Can anyone tell me what is happening here? Thanks David > Here are the messages and info from portupgrade -a > > Is there something odd about the port numbering sequence here? > > dns1# portupgrade -a > **

Kdeutils4 - curious about latest upgrade:

2010-03-05 Thread David Southwell
Here are the messages and info from portupgrade -a Is there something odd about the port numbering sequence here? dns1# portupgrade -a ** Listing the failed packages (-:ignored / *:skipped / !:failed) - misc/kdeutils4 (kdeutils-4.3.5) dns1# pkg_info |grep kdeutils

system crash post kde4.3.5 upgrade

2010-03-01 Thread David Southwell
David ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

Keyboard problem on upgraded to kde 4.3.5 with system crash - help

2010-03-01 Thread David Southwell
keyboard but a lot to do with logging out of X and trying to log in again. Does anyone have any clue here? Again this is freebsd 7.2 p3 amd64 on intel quad core. Thanks in advance David ___ freebsd-ports@freebsd.org mailing list http://lists.free

RE: kde4 Upgrade to 4.3.5 -problems -partially solved

2010-03-01 Thread David Southwell
System is freebsd 7.2-RELEASE-p3 generic amd64 on intel quad core > > User script output is shown below: > > Thanks in advance for any help > > David > The main problem was due to errors in compiling kdebase4-runtime. After rebuilding soprano & oxygen-icons I then rebuilt

kde4 Upgrade to 4.3.5 -problems

2010-02-28 Thread david
help David Here is user script output: Script started on Sun Feb 28 16:22:45 2010 You have mail. %startx xauth: creating new authority file /home/[user]/.serverauth.5607 X.Org X Server 1.6.5 Release Date: 2009-10-11 X Protocol

Re: FreeBSD Port: freeradius-2.1.6

2010-02-02 Thread David Wood
ery time consuming port to maintain. It has many files and a large number of dependencies. Once again, my apologies for the collective disappointment. Humbly yours, David -- David Wood da...@wood2.org.uk ___ freebsd-ports@freebsd.org mailing li

Re: [Libmpdclient] upate failed on doxygen call

2010-02-01 Thread David Marec
makefile this should be save Thanks for the tip. The update has completed successfully. Regards, -- David Marec http://user.lamaiziere.net/david/Site FreeBSD: http://www.freebsd.org/fr/ http://www.diablotins.org/ ___ freebsd-ports@freebsd.org mailing

Re: Question about pkg-plist

2010-01-31 Thread david fries
Thanks! I'll go for the second variant then since the LICENSE is installed regardless of NOPORTDOCS. On Sun, 2010-01-31 at 22:04 +0200, Ion-Mihai Tetcu wrote: > On Sun, 31 Jan 2010 20:27:53 +0100 > david fries wrote: > > > Hello everybody > > > > I'm cu

Question about pkg-plist

2010-01-31 Thread david fries
Hello everybody I'm currently working on a tiny little port. It consists of a single binary and an accompanying LICENSE file. When I ran genplist, it generated this in pkg-plist.new: bin/mybinary %%PORTDOCSDOCSDIR%%/LICENSE %%portdoc...@dirrm %%DOCSDIR%% Simple enough. However, I also know t

[Libmpdclient] upate failed on doxygen call

2010-01-31 Thread David Marec
Hi, I tryied to update libmpdclient-2.1 and the build failed on the following errors: /usr/local/bin/doxygen Doxyfile not found and no input file specified! Doxygen version 1.6.2 Copyright Dimitri van Heesch 1997-2008 Any clue to solve this issue ? Regards, -- David Marec http

Re: [SDL-1.2.14] Build fails on the libvlg checking

2010-01-31 Thread David Marec
ly. Which shared library versions of > libvgl are installed (output of find /usr/lib -name "*vgl*") on your > side? david:~>find /usr/lib -name "*vgl*" /usr/lib/libvgl.a /usr/lib/libvgl.so /usr/lib/libvgl_p.a > Did you ever run make delete-old or make delete-old-lib

Re: [SDL-1.2.14] Build fails on the libvlg checking

2010-01-31 Thread David Marec
Le dimanche 31 janvier 2010 14:27:19, Marcus von Appen a écrit : > /usr/lib/libvgl.* should not be available on RELENG_8, amd64 - instead > it should reside in /usr/lib32 only. Did you upgrade from i386 to amd64 > or did you manually link the libvgl.* to /usr/lib? Neither of them. The system is

[SDL-1.2.14] Build fails on the libvlg checking

2010-01-31 Thread David Marec
Running: david:~>uname -p -r 8.0-STABLE amd64 Any idea to get rid of this ? -- david Marec: http://www.diablotins.org ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail

authentication with hardware device identification??

2010-01-15 Thread David Southwell
the required information in encrypted form. If the data is valid then the originating IP address might (for example) be added for a limited time to a pass rule which would then enable the system to connect to the ssh port to login. Is this achievable? D

Re: latest MySql?

2010-01-13 Thread David Southwell
r the time being. I think you may need to adapt any code that does not work on 5.5 to meet your needs. David ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

Re: Call for tester: VirtualBox 3.1.2 for FreeBSD

2010-01-09 Thread David Southwell
> > David Southwell wrote: > > >> Beat Gaetzi wrote: > > >>> Philipp Wuensche wrote: > > >>>> Martin Wilke wrote: > > >>>>> Please report any functionality which was working with previous > > >>>&g

Re: Call for tester: VirtualBox 3.1.2 for FreeBSD

2010-01-09 Thread David Southwell
> David Southwell wrote: > >> Beat Gaetzi wrote: > >>> Philipp Wuensche wrote: > >>>> Martin Wilke wrote: > >>>>> Please report any functionality which was working with previous > >>>>> versions of VirtualBox and no long

Samba33 errors ?

2010-01-07 Thread David Southwell
:23:14, 0] lib/fault.c:dump_core(231) Jan 7 22:23:14 dns1 smbd[3227]: dumping core in /var/log/samba/cores/smbd David ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to

Help setting up ports tinderbox?

2009-12-31 Thread David Wolfskill
server, you must perform the next few steps by hand. Else, skip to step 7. So I tried that: g1-119(6.4-S)[39] cd /usr/local/tinderbox/scripts/ g1-119(6.4-S)[40] id uid=1001(david) gid=1001(david) groups=1001(david),0(wheel),20(staff),68(dialer),69(network),1004(cvsupin) g1-119(6.4-S)[41] sudo

Re: mailman web access to archives failure:

2009-12-30 Thread David Southwell
> > David Southwell wrote: > > [...] > > > > >> Hi David, > > >> > > >> This directory has a problem if mailman runs its scripts with uid/gid > > >> of www/www: > > >> > > >> drwxrws--- 10 mailman mailma

Re: mailman web access to archives failure:

2009-12-30 Thread David Southwell
> David Southwell wrote: > [...] > > >> Hi David, > >> > >> This directory has a problem if mailman runs its scripts with uid/gid of > >> www/www: > >> > >> drwxrws--- 10 mailman mailman 512 Dec 28 15:45 > >> /usr/lo

Re: mailman web access to archives failure:

2009-12-29 Thread David Southwell
> David Southwell wrote: > >> David Southwell wrote: > >>>> David Southwell wrote: > >>>> [...] > >>>> > >>>>> Thank you Boris > >>>>> > >>>>> After reading your files I changed

Re: mailman web access to archives failure:

2009-12-29 Thread David Southwell
> David Southwell wrote: > >> David Southwell wrote: > >>>> David Southwell wrote: > >>>>> Boris Kochergin helpfully said: > >>>>>> David Southwell wrote: > >>>>>>> Thank you in advance for replies. The lis

Re: mailman web access to archives failure:

2009-12-29 Thread David Southwell
> David Southwell wrote: > >> David Southwell wrote: > >> [...] > >> > >>> Thank you Boris > >>> > >>> After reading your files I changed the httpd.conf to follow your format > >>> but it still did not work :-(.

Re: mailman web access to archives failure:

2009-12-29 Thread David Southwell
> David Southwell wrote: > >> David Southwell wrote: > >>> Boris Kochergin helpfully said: > >>>> David Southwell wrote: > >>>>> Thank you in advance for replies. The list is now working fine > >>>>> however: From:

Re: mailman web access to archives failure:

2009-12-29 Thread David Southwell
> David Southwell wrote: > [...] > > > Thank you Boris > > > > After reading your files I changed the httpd.conf to follow your format > > but it still did not work :-(. > > > > Here are my entries: > > > > > &g

Re: mailman web access to archives failure:

2009-12-29 Thread David Southwell
> David Southwell wrote: > > Boris Kochergin helpfully said: > >> David Southwell wrote: > >>> Thank you in advance for replies. The list is now working fine however: > >>> From: > >>> http://www.vizion2000.net/mailman/listinfo/bps_comps_print

Re: mailman web access to archives failure:

2009-12-29 Thread David Southwell
Boris Kochergin helpfully said: > David Southwell wrote: > > Thank you in advance for replies. The list is now working fine however: > > From: > > http://www.vizion2000.net/mailman/listinfo/bps_comps_print_announce > > > > On line: > > To see collection o

mailman web access to archives failure:

2009-12-29 Thread David Southwell
Thank you in advance for replies. The list is now working fine however: From: http://www.vizion2000.net/mailman/listinfo/bps_comps_print_announce On line: To see collection of prior postings to the list, visit the clicking link for> bps_comps_print_announce Archives goes to: http://www.vizion2

Re: Call for tester: VirtualBox 3.1.2 for FreeBSD

2009-12-29 Thread David Southwell
gt; (VERR_SUPDRV_COMPONENT_NOT_FOUND)} aWarning=false, preserve=false > 00:00:01.036 Power up failed (vrc=VERR_SUPDRV_COMPONENT_NOT_FOUND, > rc=NS_ERROR_FAILURE (0X80004005)) > Any chance of being able to run snow leopard in an openbox environment? David ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

Re: Mailman - group mismatch error

2009-12-29 Thread David Southwell
> > On Dec 28, 2009, at 3:57 AM, David Southwell wrote: > > > The entry in maillog does not say how to tweak postfix! > > > > Be sure to install mailman from ports and set the make options for > > postfix. > > > > cd /usr/ports/mail/mailman > &g

Re: Mailman - group mismatch error

2009-12-29 Thread David Southwell
> On Dec 28, 2009, at 3:57 AM, David Southwell wrote: > > The entry in maillog does not say how to tweak postfix! > > Be sure to install mailman from ports and set the make options for postfix. > > cd /usr/ports/mail/mailman > sudo make config > > and choose t

Mailman - group mismatch error

2009-12-28 Thread David Southwell
456: to=, relay=local, delay=0, delays=0/0/0/0, dsn=2.0.0, status=sent (delivered to mailbox) Dec 28 09:25:41 dns1 postfix/qmgr[23289]: 18F7434D456: removed Thanks David ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

Re: Ports marked as IGNORE - (cups-pdf) & (urlview) why - how long?

2009-12-24 Thread David Southwell
ion. As that fix was > applied > on the 12th at 19:39 and the last pointyhat test on cups-pdf appears to > have been > on the same day at 20:57 I reckon pointyhat just missed getting the fix for > at least one of its test cases by about >< that much." > > What w

Re: Ports marked as IGNORE - (cups-pdf) & (urlview) why - how long?

2009-12-22 Thread David Southwell
day at 20:57 I reckon pointyhat just missed getting the fix for at least one of its test cases by about >< that much." What we need now is another test on pointyhat to see whether his speculation is accurate. It seems highly probable to me. Time will tell David __

Re: Ports marked as IGNORE - (cups-pdf) & (urlview) why - how long?

2009-12-22 Thread David Southwell
> David Southwell wrote: > >> On Tue, Dec 22, 2009 at 11:23:58AM +, David Southwell wrote: > >> > >> Strange, but you can try to figure out what happening at pointyhat: > >> http://people.freebsd.org/~fenner/errorlogs/si...@olofsson.de-date.html > >

Re: Ports marked as IGNORE - (cups-pdf) & (urlview) why - how long?

2009-12-22 Thread David Southwell
Thierry added his wisdom on 22nd Dec: > Selon David Southwell le Mar 22 déc 12:23:58 2009 : > On Tue, Dec 22, 2009 at 11:23:58AM +, David Southwell wrote: >> > > >David Southwell wrote: > > > >> Hi just curious about: > > > &

Re: Ports marked as IGNORE - (cups-pdf) & (urlview) why - how long?

2009-12-22 Thread David Southwell
> On Tue, Dec 22, 2009 at 11:23:58AM +0000, David Southwell wrote: > > > David Southwell wrote: > > > > Hi just curious about: > > > > > > > > - print/cups-pdf (marked as IGNORE) > > > > - textproc/urlview (marked as IGNORE) &

Re: Ports marked as IGNORE - (cups-pdf) & (urlview) why - how long?

2009-12-22 Thread David Southwell
> David Southwell wrote: > > Hi just curious about: > > > > - print/cups-pdf (marked as IGNORE) > > - textproc/urlview (marked as IGNORE) > > > > Anyone know what is happening with these? Get IGNORE with portupgrade -a. > > $ cd /usr/ports/prin

Ports marked as IGNORE - (cups-pdf) & (urlview) why - how long?

2009-12-21 Thread David Southwell
Hi just curious about: - print/cups-pdf (marked as IGNORE) - textproc/urlview (marked as IGNORE) Anyone know what is happening with these? Get IGNORE with portupgrade -a. Thanks in advance for some info David ___ freebsd-ports@freebsd.org

Re: Attempted upgrade of ghostscript8-8.64_7 -> ghostscript-8.70 failed

2009-12-20 Thread David Wolfskill
not able to build this. I've updated my ports tree which > hasn't helped. Is there anything else I can do to get it to build? I hand-applied the patch in question; re-running portmaster after that allowed the upgrade to succeed in my case. Peace, david -- David H. Wolfskill

Re: Attempted upgrade of ghostscript8-8.64_7 -> ghostscript-8.70 failed

2009-12-20 Thread David Wolfskill
his already for sparc and ia64: > http://lists.freebsd.org/pipermail/freebsd-ports/2009-December/058432.html Ah, yes -- I reall you did... (sorry; I glanced at the note for ia64 and made a silly assumption -- and I know what *that* means). > ... Peace, david -- David H. Wolfskill

Attempted upgrade of ghostscript8-8.64_7 -> ghostscript-8.70 failed

2009-12-20 Thread David Wolfskill
a reality check: g1-119(6.4-S)[4] ls -lT /bkp/ports/print/ghostscript8/work/ghostscript-8.70/base/write* ls: No match. g1-119(6.4-S)[5] (Though I note that /bkp/ports/print/ghostscript8/work/ghostscript-8.70/base/ does seem to be populated with several other files.) Peace, david -- Da

www/epiphany (epiphany-2.28.1_1) Patch error on upgrade

2009-12-18 Thread David Southwell
Hi Just attempted to upgrade - console report follows: As title [Updating the pkgdb in /var/db/pkg ... - 1256 packages found (-0 +1) . done] ---> Upgrading 'epiphany-2.28.1_1' to 'epiphany-2.28.2' (www/epiphany) ---> Building '/usr/ports/www/epiphany' ===> Cleaning for epiphany-2.28.2 ===>

deskutils/calibre make install failure

2009-12-17 Thread David Southwell
The latest upgrade to calibre remedied the download failure however the latest cvsup gives an install failure on my 7.2 p3 amd64 on Intel quad core system. The problem is that calibre does not check whether an upgrade to the following python dependencies is needed: py26-mechanize-0.1.11 py26-c

Re: FreeBSD Port: php5-mhash-5.2.11_1

2009-12-16 Thread David N
> dependency of php5-* > > I'd need some advise how to solve this, maybe any additional testing. > > Regards > Raphael > > -- > Raphael Becker                   http://rabe.uugrn.org/ >                             https:

Re: FreeBSD Port: php5-mhash-5.2.11_1

2009-12-16 Thread David N
.so extension=imap.so extension=sockets.so extension=gd.so extension=curl.so I got it from a website, but i can't find it. Although it doesn't have the mhash module, you might try moving up or down the list to see when it doesn't crash. Regards David N _

Re: [Call for help] identify and fix libraries linked (erroneously) with libthr (that break php)

2009-12-12 Thread David Southwell
> > Hi PHP users, > > if you are using php5 on FreeBSD 7/8 (and not with apache22-worker) and > > are experiencing core dumps, probably you have some extensions linked > > with libthr. A couple of them are mhash and pgsql (for which I already > > have patches). To fix coredumps we need to identify

Re: [Call for help] identify and fix libraries linked (erroneously) with libthr (that break php)

2009-12-12 Thread David Wolfskill
my php extensions) Likewise on FreeBSD 7.2-STABLE #173 r198984 (built 06 Nov 2009). Peace, david -- David H. Wolfskill da...@catwhisker.org Depriving a girl or boy of an opportunity for education is evil. See http://www.catwhisker.org/~david/publickey.gpg for my public key. pgpDkhlMgET5E.pgp Description: PGP signature

Re: [Call for help] identify and fix libraries linked (erroneously) with libthr (that break php)

2009-12-12 Thread David Southwell
> Hi PHP users, > if you are using php5 on FreeBSD 7/8 (and not with apache22-worker) and > are experiencing core dumps, probably you have some extensions linked > with libthr. A couple of them are mhash and pgsql (for which I already > have patches). To fix coredumps we need to identify the ports

CUPS/PAM configuration authentication problem.

2009-12-11 Thread David Southwell
Hi Thanks to some help from people on the freebsd-questions lists I have finally succeeded in getting cups the server to communicate with my printer and print. HOWEVER!! One minor niggling problem remains. I still cannot communicate with the cups management interface on http://localhost:63

FreeBSD Port: memcached-1.4.1

2009-12-09 Thread David P. Discher
. It's unclear to me if there ever was a valid linking problem. Can one of your verify this, and remove the broken tag ? Thanks ! --- David P. Discher d...@bitgravity.com * AIM: bgDavidDPD BITGRAVITY * http://www.bitgravity.com ___ freeb

x11/kdelibs4 (kdelibs-4.3.4) compile file (bad C++ code) on portupgrade

2009-12-07 Thread David Southwell
Freebsd 7.2 p3 amd64 on intel quadcore system Thanks in advance for advice on this one Console error report: /usr/local/include/qptrlist.h:54: error: 'const class QPtrListStdIterator' has no member named 'node' /usr/local/include/qptrlist.h: In member function 'QPtrListStdIterator QPtrListStdIte

Re: Updating x11/kdelibs4 compile failure

2009-12-02 Thread David Southwell
> On Wed, 2 Dec 2009 10:36:42 +0000, David Southwell wrote: > > > > /usr/local/include/qt4/QtDBus/qdbusextratypes.h:181: instantiated > > > > from here /usr/local/include/qptrlist.h:69: error: type 'QGList' is > > > > not a direct base of 'QP

Re: Updating x11/kdelibs4 compile failure

2009-12-02 Thread David Southwell
> > On Wed, 2 Dec 2009 10:10:42 +, David Southwell wrote: > > > Is this a problem with qt4 dependencies??? > > > > > > Has anyone a fix for this? > > > Thanks in advance > > > > > > This is on amd64 Freebsd 7.2 p3 system: > >

Re: Updating x11/kdelibs4 compile failure

2009-12-02 Thread David Southwell
> On Wed, 2 Dec 2009 10:10:42 +0000, David Southwell wrote: > > Is this a problem with qt4 dependencies??? > > > > Has anyone a fix for this? > > Thanks in advance > > > > This is on amd64 Freebsd 7.2 p3 system: > > > > /usr/ports/x11/kdelibs

<    5   6   7   8   9   10   11   12   13   14   >