Re: cvs commit: ports UPDATING ports/Mk bsd.python.mk ports/biology/pymol Makefile pkg-plist ports/cad/pythoncad Makefile pkg-plist ports/databases/gadfly Makefile pkg-plist ports/databases/skytools

2009-06-09 Thread Rene Ladan
2009/6/9 Martin Wilke : > miwi2009-06-08 22:30:55 UTC > > FreeBSD ports repository > > Modified files: >.UPDATING [...] > Log: > - Update lang/python26 and make Python 2.6.2 to the default Python version > > Tested by: 3 pointyhat runs > Thanks to: pa

Re: [MAINTAINER] devel/apr-gdbm-db42: apr-util 1.3.7 breaks dbd support

2009-06-09 Thread Philip M. Gollucci
Bojan Smojver wrote: > On Tue, 2009-06-09 at 03:18 -0400, Philip M. Gollucci wrote: >> libsvn_fs_base is compiled if BDB support is detected. > > I think it calls Berkeley DB API directly, not via APU. Hence, the fact > that -ldb was part of apu-1-config --libs, was just a historical > accident. >

Re: [MAINTAINER] devel/apr-gdbm-db42: apr-util 1.3.7 breaks dbd support

2009-06-09 Thread Philip M. Gollucci
Bojan Smojver wrote: > So, there are apps out there that specifically depend on -ldb being > returned by apu-1-config? Can you give me an example so that I can get > my head around this better? > > PS. Subversion itself depends on Berkeley DB directly, not through APU, > so passing that to ./confi

Re: [MAINTAINER] devel/apr-gdbm-db42: apr-util 1.3.7 breaks dbd support

2009-06-09 Thread Bojan Smojver
On Tue, 2009-06-09 at 03:35 -0400, Philip M. Gollucci wrote: > Excellent, Bojan, now I've got the history and why, and understand > whats happened. I don't think teaching subversion about this fact > will be sufficient -- > > There are over 56 apps in the freebsd ports tree with over 900 depends

Re: [MAINTAINER] devel/apr-gdbm-db42: apr-util 1.3.7 breaks dbd support

2009-06-09 Thread Branko Čibej
Bojan Smojver wrote: > PS. Subversion itself depends on Berkeley DB directly, not through APU, > so passing that to ./configure there should be sufficient to build it. > At least it worked for me (although the syntax of the argument itself > can be daunting: > --with-berkeley-db=db.h:/path/to/inclu

tcl 8.3 and patches needed

2009-06-09 Thread Randy Bush
ports/135388 is killing me, as i have a lot of devices to monitor with rancid. i gather that, if i can revert tcl to 8.3, it should work. but i am having a hard time finding the source and the ports tree patches. could someone whack me with the clue by four? thanks. randy __

Re: porting: Linux to Freebsd

2009-06-09 Thread Alexander Leidinger
Quoting Robert Huff (from Mon, 8 Jun 2009 16:36:58 -0400): Peter Jeremy writes: >> > for ac_remove_CFLAG in "-O1" "-O2" "-O3" ; do >> > CFLAGS=${CFLAGS//${ac_remove_CFLAG}/} >> > CPPFLAGS=${CPPFLAGS//${ac_remove_CFLAG}/} >> > CXXFLAGS=${CXXFLAGS//${ac_remove

Re: porting: Linux to Freebsd

2009-06-09 Thread Robert Huff
Alexander Leidinger writes: > >> Obvious question but if you edited configure.ac, you did remember to > >> rerun autoconf afterwards didn't you? > > > >Uh ... no. (When I said "complete novice", wasn't kidding. :-) > > Not knowing C/++ when you want to port a C/C++ program makes it

Re: porting: Linux to Freebsd

2009-06-09 Thread Boris Kochergin
Robert Huff wrote: Alexander Leidinger writes: >> Obvious question but if you edited configure.ac, you did remember to >> rerun autoconf afterwards didn't you? > > Uh ... no. (When I said "complete novice", wasn't kidding. :-) Not knowing C/++ when you want to port a C/C++ progra

Re: gnome-screensaver wirdness

2009-06-09 Thread Robert Noland
On Tue, 2009-06-09 at 04:08 +0400, Dmitry Morozovsky wrote: > Dear colleagues, > > on a couple of my workstations, after portupgrading, I've found that > gnome-screensaver after activating renders X unusable, as it shows desktop > with > password dialog box for fraction of second, then blanks i

Re: porting: Linux to Freebsd

2009-06-09 Thread Alexander Leidinger
Quoting Robert Huff (from Tue, 9 Jun 2009 08:34:46 -0400): Alexander Leidinger writes: >> Obvious question but if you edited configure.ac, you did remember to >> rerun autoconf afterwards didn't you? > > Uh ... no. (When I said "complete novice", wasn't kidding. :-) Not knowing

Re: request for exp-run, comments: eliminate USE_X_PREFIX

2009-06-09 Thread Dmitry Marakasov
* Pav Lucistnik (p...@freebsd.org) wrote: > > Here's it: > > http://people.freebsd.org/~amdmi3/xprefix_obliterate.1.patch > > Thank you, queued. Ok, it's already finished and the only failure is x11/libsx which I've mistakingly patched in another working copy. I've checked in and two ports depen

Re: request for exp-run, comments: eliminate USE_X_PREFIX

2009-06-09 Thread Dmitry Marakasov
* Dmitry Marakasov (amd...@hades.panopticon) wrote: > Ok, it's already finished and the only failure is x11/libsx which I've s/already/almost/ -- Dmitry Marakasov . 55B5 0596 FF1E 8D84 5F56 9510 D35A 80DD F9D2 F77D amd...@amdmi3.ru ..: jabber: amd...@jabber.ruhttp://www.amdmi3.ru ___

Re: cvs commit: ports UPDATING ports/Mk bsd.python.mk ports/biology/pymol Makefile pkg-plist ports/cad/pythoncad Makefile pkg-plist ports/databases/gadfly Makefile pkg-plist ports/databases/skytools M

2009-06-09 Thread Wesley Shields
On Tue, Jun 09, 2009 at 09:12:32AM +0200, Rene Ladan wrote: > 2009/6/9 Martin Wilke : > > miwi2009-06-08 22:30:55 UTC > > > > FreeBSD ports repository > > > > Modified files: > >.UPDATING > [...] > > Log: > > - Update lang/python26 and make Python 2.6.2 to the de

Re: request for exp-run, comments: eliminate USE_X_PREFIX

2009-06-09 Thread Pav Lucistnik
Dmitry Marakasov píše v út 09. 06. 2009 v 18:33 +0400: > * Pav Lucistnik (p...@freebsd.org) wrote: > > > > Here's it: > > > http://people.freebsd.org/~amdmi3/xprefix_obliterate.1.patch > > > > Thank you, queued. > > Ok, it's already finished and the only failure is x11/libsx which I've > mistaki

Re: request for exp-run, comments: eliminate USE_X_PREFIX

2009-06-09 Thread Dmitry Marakasov
* Pav Lucistnik (p...@freebsd.org) wrote: > Where are you tracking the progress of it? I'm curious. http://pointyhat.freebsd.org/errorlogs/amd64-7-exp-latest/ Btw, I remember there was some more useful view, something like `previously unknown failures list'. Was there really, and where? > There

Re: request for exp-run, comments: eliminate USE_X_PREFIX

2009-06-09 Thread Pav Lucistnik
Dmitry Marakasov píše v út 09. 06. 2009 v 18:48 +0400: > * Pav Lucistnik (p...@freebsd.org) wrote: > > > Where are you tracking the progress of it? I'm curious. > > http://pointyhat.freebsd.org/errorlogs/amd64-7-exp-latest/ > > Btw, I remember there was some more useful view, something like > `p

Re: gnome-screensaver wirdness

2009-06-09 Thread Joe Marcus Clarke
On Tue, 2009-06-09 at 08:14 -0500, Robert Noland wrote: > On Tue, 2009-06-09 at 04:08 +0400, Dmitry Morozovsky wrote: > > Dear colleagues, > > > > on a couple of my workstations, after portupgrading, I've found that > > gnome-screensaver after activating renders X unusable, as it shows desktop >

Re: porting: Linux to Freebsd

2009-06-09 Thread Robert Huff
Alexander Leidinger writes: > >Quick checking suggests libttf is a Linux-ism, replaced by > > libfreetype. Is this correct, and if so can I just (temporarily) > > make the change in the list of libraries? > > Why not just try it? > > Note, there is/was freetype1 and freetype2...

Re: gnome-screensaver wirdness

2009-06-09 Thread Dmitry Morozovsky
On Tue, 9 Jun 2009, Joe Marcus Clarke wrote: JMC> > > on a couple of my workstations, after portupgrading, I've found that JMC> > > gnome-screensaver after activating renders X unusable, as it shows desktop with JMC> > > password dialog box for fraction of second, then blanks it back. Killing

Re: gnome-screensaver wirdness

2009-06-09 Thread Stephen Montgomery-Smith
Dmitry Morozovsky wrote: On Tue, 9 Jun 2009, Joe Marcus Clarke wrote: JMC> > > on a couple of my workstations, after portupgrading, I've found that JMC> > > gnome-screensaver after activating renders X unusable, as it shows desktop with JMC> > > password dialog box for fraction of second, then

Port of "service" command

2009-06-09 Thread Edwin Shao
Hello, I was wondering if there was a port of the Linux/UNIX service , command? If not, is there any philosophical reason or roadblock to my creating one? Thanks, Edwin ___ fre

Re: Port of "service" command

2009-06-09 Thread Doug Barton
Edwin Shao wrote: > Hello, > > I was wondering if there was a port of the Linux/UNIX service > , > command? If not, is there any > philosophical reason or roadblock to my creating one? I think you'd need to answer the qu

Re: Port of "service" command

2009-06-09 Thread Doug Barton
Doug Barton wrote: > Edwin Shao wrote: >> Hello, >> >> I was wondering if there was a port of the Linux/UNIX service >> , >> command? If not, is there any >> philosophical reason or roadblock to my creating one? > > I thi

Re: Port of "service" command

2009-06-09 Thread Freddie Cash
On Tue, Jun 9, 2009 at 10:46 AM, Edwin Shao wrote: > I was wondering if there was a port of the Linux/UNIX service > , > command? If not, is there any > philosophical reason or roadblock to my creating one? > What's the

Re: Port of "service" command

2009-06-09 Thread Kevin Downey
I have a similar shell function I am rather fond of: rc(){ find /etc/rc.d/"$1" /usr/local/etc/rc.d/"$1" -exec sudo {} `echo "$*"|cut -f 2- -d \ ` \; } kpd eskarina ~% rc ntpd restart Stopping ntpd. Waiting for PIDS: 1151. Starting ntpd. find: /usr/local/etc/rc.d/ntpd: No such file or director

Re: Port of "service" command

2009-06-09 Thread Doug Barton
Kevin Downey wrote: > I have a similar shell function I am rather fond of: > > rc(){ > find /etc/rc.d/"$1" /usr/local/etc/rc.d/"$1" -exec sudo {} `echo > "$*"|cut -f 2- -d \ ` \; > } Wow, that's painful. :) The only reason you don't notice how painful is because those two directories have onl

Re: Port of "service" command

2009-06-09 Thread Steven Kreuzer
On Jun 9, 2009, at 1:46 PM, Edwin Shao wrote: Hello, I was wondering if there was a port of the Linux/UNIX service , command? If not, is there any philosophical reason or roadblock to my creating one? Not to long ag

Re: cvs commit: ports UPDATING ports/Mk bsd.python.mk ports/biology/pymol Makefile pkg-plist ports/cad/pythoncad Makefile pkg-plist ports/databases/gadfly Makefile pkg-plist ports/databases/skytool

2009-06-09 Thread Ion-Mihai Tetcu
On Tue, 9 Jun 2009 10:34:54 -0400 Wesley Shields wrote: > On Tue, Jun 09, 2009 at 09:12:32AM +0200, Rene Ladan wrote: > > 2009/6/9 Martin Wilke : > > > miwi2009-06-08 22:30:55 UTC > > > > > > FreeBSD ports repository > > > > > > Modified files: > > >.UPDATING > >

Re: Port of "service" command

2009-06-09 Thread RW
On Tue, 09 Jun 2009 12:30:44 -0700 Doug Barton wrote: > Kevin Downey wrote: > > I have a similar shell function I am rather fond of: > > > > rc(){ > > find /etc/rc.d/"$1" /usr/local/etc/rc.d/"$1" -exec sudo {} `echo > > "$*"|cut -f 2- -d \ ` \; > > } > > Wow, that's painful. :) The only rea

Re: plans to retire kqemu (poll)

2009-06-09 Thread Juergen Lock
In article you write: >Sound a bit stupid to retire it in favor of options such as Xen or VirtualBox. >Kqemu is non-obtrusive,C tested,C and easily ported between systems. For some >of us, good hardware or new hardware is not an option. Yeah I don't really like those plans either, tho this is p

emulators/open-vm-tools fails to build

2009-06-09 Thread Josh Rickmar
The latest update of open-vm-tools is not compiling for me. Here's the error: mv -f .deps/pointer.Tpo .deps/pointer.Po c++ -DPACKAGE_NAME=\"open-vm-tools\" -DPACKAGE_TARNAME=\"open-vm-tools\" -DPACKAGE_VERSION=\"2009.05.22\" -DPACKAGE_STRING=\"open-vm-tools\ 2009.05.22\" -DPACKAGE_BUGREPORT=\"

Re: Port of "service" command

2009-06-09 Thread Edwin Shao
Thanks for all the replies. It just gets annoying doing the whole /etc/rc.d or /usr/local/etc/rc.d dance. I was loathe to create my own script because it seemed such details as where the rc.d / init.d / etc. directories were located should be abstracted to the operating system, and thus, the opera

Re: AW: emulators/open-vm-tools fails to build

2009-06-09 Thread Josh Rickmar
On Tue, 9 Jun 2009, Josh Rickmar wrote: On Wed, 10 Jun 2009, Blapp, Martin wrote: Hi, You forgot to mention some things: OS-Version and Level ? Port (NO-X11 or normal version) ? Ah, right. Sorry about that. % uname -a FreeBSD FGD135.localdomain 7.2-RELEASE FreeBSD 7.2-RELEASE #0: Tue May

Re: New port: sysutils/megacli waiting to commit

2009-06-09 Thread Doug Ambrisko
Sean McAfee writes: | Frank J. Laszlo wrote: | > Philip M. Gollucci wrote: | >> Vladimir Ermakov wrote: | >> | >>> Hi, all. | >>> please appreciate my port *megacli* | >>> | >>> http://www.freebsd.org/cgi/query-pr.cgi?pr=133655 | >>> | >> | >> Is that different from this the port, is it an u

Re: AW: AW: emulators/open-vm-tools fails to build

2009-06-09 Thread Josh Rickmar
On Wed, 10 Jun 2009, Blapp, Martin wrote: Hi, Strange. I sucessfully built the port on 7.2. Do you have any special /etc/make.conf settings ? Special gcc flags ? The only setting in my /etc/make.conf is that I'm building to a prescott processor. I'll try building the -nox11 version to see i

Re: AW: AW: emulators/open-vm-tools fails to build

2009-06-09 Thread Josh Rickmar
On Tue, 9 Jun 2009, Josh Rickmar wrote: On Wed, 10 Jun 2009, Blapp, Martin wrote: Hi, Strange. I sucessfully built the port on 7.2. Do you have any special /etc/make.conf settings ? Special gcc flags ? The only setting in my /etc/make.conf is that I'm building to a prescott processor. I'l

Re: emulators/open-vm-tools fails to build

2009-06-09 Thread Ion-Mihai Tetcu
On Tue, 9 Jun 2009 19:20:29 -0400 (EDT) Josh Rickmar wrote: > On Tue, 9 Jun 2009, Josh Rickmar wrote: > > > On Wed, 10 Jun 2009, Blapp, Martin wrote: > > > >> Hi, > >> > >> Strange. I sucessfully built the port on 7.2. > >> > >> Do you have any special /etc/make.conf settings ? Special > >> gc

FreeBSD Port: x11/kdebase4 not compiling

2009-06-09 Thread martinko
Hi, I've just tried to update KDE 4.2.3 to 4.2.4 and got the following: Linking CXX executable nspluginviewer [ 44%] Built target nspluginviewer 1 error *** Error code 2 1 error *** Error code 1 Stop in /usr/ports/x11/kdebase4. ** Command failed [exit code 1]: /usr/bin/script -qa /tmp/portupgra

Re: ports/131442: new port: audio/xmms-timidity

2009-06-09 Thread pgollucci
Synopsis: new port: audio/xmms-timidity Responsible-Changed-From-To: freebsd-ports->pgollucci Responsible-Changed-By: pgollucci Responsible-Changed-When: Wed Jun 10 06:57:25 UTC 2009 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=131442