Re: [headsup] call for assistance with ports broken on -current

2009-03-02 Thread Eygene Ryabinkin
Mark, good day. Sun, Mar 01, 2009 at 06:45:39PM -0600, Mark Linimon wrote: > With 8.0 coming up, it's time to take a look at the ports that have > been broken by some recent changes to freebsd-current. I have put > a list of these ports, categorized by which change, on the wiki at > http://wiki.f

Re: [headsup] call for assistance with ports broken on -current

2009-03-02 Thread Florent Thoumie
On Mon, Mar 2, 2009 at 9:34 AM, Eygene Ryabinkin wrote: > Mark, good day. > > Sun, Mar 01, 2009 at 06:45:39PM -0600, Mark Linimon wrote: >> With 8.0 coming up, it's time to take a look at the ports that have >> been broken by some recent changes to freebsd-current.  I have put >> a list of these p

Current unassigned ports problem reports

2009-03-02 Thread FreeBSD bugmaster
(Note: an HTML version of this report is available at http://www.freebsd.org/cgi/query-pr-summary.cgi?category=ports .) The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsol

Re: [headsup] call for assistance with ports broken on -current

2009-03-02 Thread Eygene Ryabinkin
Florent, good day. Mon, Mar 02, 2009 at 11:03:38AM +, Florent Thoumie wrote: > On Mon, Mar 2, 2009 at 9:34 AM, Eygene Ryabinkin wrote: > > Could you or someone else add ports/129881 as the ARPv2 changes > > resolution fix for the ospfd?  I am not eligible to edit the wiki > > pages, so can't

Re: [headsup] call for assistance with ports broken on -current

2009-03-02 Thread Florent Thoumie
2009/3/2 Eygene Ryabinkin : > Florent, good day. > > Mon, Mar 02, 2009 at 11:03:38AM +, Florent Thoumie wrote: >> On Mon, Mar 2, 2009 at 9:34 AM, Eygene Ryabinkin >> wrote: >> > Could you or someone else add ports/129881 as the ARPv2 changes >> > resolution fix for the ospfd?  I am not eligib

Re: [headsup] call for assistance with ports broken on -current

2009-03-02 Thread Gavin Atkinson
On Mon, 2009-03-02 at 08:53 +0100, Hans Petter Selasky wrote: > On Monday 02 March 2009, Mark Linimon wrote: > > http://wiki.freebsd.org/PortsBrokenOnCurrent > > I added this one: > > /usr/ports/graphics/sane-backends > > To whom can we commit patches to fix the broken issues? Best thing to do

Re: [headsup] call for assistance with ports broken on -current

2009-03-02 Thread Ed Schouten
* Mark Linimon wrote: > These changes are: tty changes, jail changes, import of strndup(3), ^^^ > ARP v2, libusb20, and possibly VFS. (libusb20 has not yet been run > through pointyhat, and its list is probably incomplete.) Working on it. -- Ed Schouten WWW: htt

Installing 'config' file with port

2009-03-02 Thread Jerry
I know that is is probably obviously; however, I still can not get it to work. This is the first time I have tried to do this, so bear with me. I am creating a port that will install a 'config' file in the "/usr/local/etc" directory. Reading through the 'Porters Handbook", I cam across this exampl

fresh devel/boost

2009-03-02 Thread Andriy Gapon
I've seen couple of conversations in this list about updating devel/boost to the recent version. As I understand people already have patches but the main issue is getting all ports depending on boost to work with the new version, and testing this. Now I am thinking - why not create a boost-deve

restart a script in etc/rc.d

2009-03-02 Thread Oliver Lehmann
Hi, I've below etc/rc.d bacula-fd and I copied it to bacula-fd2 because I need to run 2 file daemons. I'Ve modified every variable for the 2nd start script to be independent from the first one. It works so far but when I issue etc/rc.d/bacula-fd restart it also stops the process started by bacula-

Re: [headsup] call for assistance with ports broken on -current

2009-03-02 Thread Lars Engels
On Sun, Mar 01, 2009 at 06:45:39PM -0600, Mark Linimon wrote: > FYI, here's what I posted to ports@ yesterday. Any help fixing these > would be appreciated. (We've already knocked off several of the ones > I initially posted.) > > mcl Does someone have problems building net/libdnet? It is list

Re: [headsup] call for assistance with ports broken on -current

2009-03-02 Thread Wesley Shields
On Mon, Mar 02, 2009 at 04:52:28PM +0100, Lars Engels wrote: > On Sun, Mar 01, 2009 at 06:45:39PM -0600, Mark Linimon wrote: > > FYI, here's what I posted to ports@ yesterday. Any help fixing these > > would be appreciated. (We've already knocked off several of the ones > > I initially posted.) >

Re: fresh devel/boost

2009-03-02 Thread Alexander Sack
On Mon, Mar 2, 2009 at 9:30 AM, Andriy Gapon wrote: > > I've seen couple of conversations in this list about updating devel/boost to > the > recent version. As I understand people already have patches but the main > issue is > getting all ports depending on boost to work with the new version, an

[PATCH] Make graphics/sane-backends work on -CURRENT

2009-03-02 Thread Mel Flynn
>Submitter-Id: current-users >Originator:Mel Flynn >Confidential: no >Synopsis: [PATCH] Make graphics/sane-backends work on -CURRENT >Severity: serious >Priority: medium >Category: ports >Class: sw-bug >Release: FreeBSD 8.0-CURRENT i386 >Environment: System

Re: Installing 'config' file with port

2009-03-02 Thread Torfinn Ingolfsen
Hello, On Mon, Mar 2, 2009 at 3:02 PM, Jerry wrote: > I am creating a port that will install a 'config' file in the > "/usr/local/etc" directory. Reading through the 'Porters Handbook", I > cam across this example. > > post-install: >   �...@if [ ! -f ${PREFIX}/etc/orbit.conf ]; then \ >        $

proposal: multiple maintainers for ports

2009-03-02 Thread Policemen Policemen
I've been reading this list's archives and this has come up once or twice in the past. I have a simple idea: Add a line to any ports Makefile "EXTRA_MAINTAINER = any other maintainers" Any of the maintainers have the right to approve an update to the port. The person listed as MAINTAINER deci

Re: Installing 'config' file with port

2009-03-02 Thread Wesley Shields
On Mon, Mar 02, 2009 at 06:58:57PM +0100, Torfinn Ingolfsen wrote: > Hello, > > On Mon, Mar 2, 2009 at 3:02 PM, Jerry wrote: > > I am creating a port that will install a 'config' file in the > > "/usr/local/etc" directory. Reading through the 'Porters Handbook", I > > cam across this example. > >

INDEX build failed for 6.x

2009-03-02 Thread Erwin Lansing
INDEX build failed with errors: Generating INDEX-6 - please wait..pkg_info: not found pkg_info: not found pkg_info: not found pkg_info: not found Done. make_index: py25-pyxfce-4.4.0_2: no entry for /usr/ports/x11/libxfce4mcs make_index: py25-pyxfce-4.4.0_2: no entry for /usr/ports/x11/libxfce4mcs

Re: restart a script in etc/rc.d

2009-03-02 Thread Doug Barton
On Mon, 2 Mar 2009, Oliver Lehmann wrote: Hi, I've below etc/rc.d bacula-fd and I copied it to bacula-fd2 because I need to run 2 file daemons. I'Ve modified every variable for the 2nd start script to be independent from the first one. It works so far but when I issue etc/rc.d/bacula-fd restart

Re: restart a script in etc/rc.d

2009-03-02 Thread Oliver Lehmann
Hi Doug, Doug Barton wrote: > Also, the assignment of pidfile should really come after the defaults are > set. > > If you do all that and it still doesn't work, send a diff of your two rc.d > scripts to the list. PROVIDE is in both cases "utility" (probably a generic unchanged default) - I'v

Re: restart a script in etc/rc.d

2009-03-02 Thread Doug Barton
Oliver Lehmann wrote: > Hi Doug, > > Doug Barton wrote: > >> Also, the assignment of pidfile should really come after the defaults are >> set. >> >> If you do all that and it still doesn't work, send a diff of your two rc.d >> scripts to the list. > > PROVIDE is in both cases "utility" (probab

Re: amule 2.2.3 port - ready for test

2009-03-02 Thread Torfinn Ingolfsen
Hello, On Sun, Mar 1, 2009 at 2:50 PM, Bernhard Fröhlich wrote: > On Thu, February 26, 2009 12:22 am, Torfinn Ingolfsen wrote: >> Hello, >> >> On Wed, Feb 25, 2009 at 2:08 PM, Bernhard Fröhlich >> wrote: >>> I've tried to build it in my tinderbox and it looks like the ftp/curl >>> dependency is

Re: restart a script in etc/rc.d

2009-03-02 Thread Oliver Lehmann
Doug Barton writes: You missed the bit where I said that this should come after the assignment of the defaults below. Ok, but... Have you confirmed that the two pid files exist, and that they contain the right information? Yes they both exists (probably because I define the variable in rc

Re: restart a script in etc/rc.d

2009-03-02 Thread Doug Barton
Oliver Lehmann wrote: > Doug Barton writes: >> You missed the bit where I said that this should come after the >> assignment of the defaults below. > > Ok, but... >> Have you confirmed that the two pid files exist, and that they contain >> the right information? > > Yes they both exists (probably

Re: restart a script in etc/rc.d

2009-03-02 Thread Glen Barber
On Mon, Mar 2, 2009 at 2:25 PM, Oliver Lehmann wrote: > Hi Doug, > > Doug Barton wrote: > >> Also, the assignment of pidfile should really come after the defaults are >> set. >> >> If you do all that and it still doesn't work, send a diff of your two rc.d >> scripts to the list. > > PROVIDE is in

Re: restart a script in etc/rc.d

2009-03-02 Thread Glen Barber
On Mon, Mar 2, 2009 at 4:10 PM, Glen Barber wrote: > On Mon, Mar 2, 2009 at 2:25 PM, Oliver Lehmann wrote: >> Hi Doug, >> >> Doug Barton wrote: >> >>> Also, the assignment of pidfile should really come after the defaults are >>> set. >>> >>> If you do all that and it still doesn't work, send a di

INDEX build failed for 6.x

2009-03-02 Thread Erwin Lansing
INDEX build failed with errors: Generating INDEX-6 - please wait..pkg_info: not found pkg_info: not found pkg_info: not found pkg_info: not found Done. make_index: py25-pyxfce-4.4.0_2: no entry for /usr/ports/x11/libxfce4mcs make_index: py25-pyxfce-4.4.0_2: no entry for /usr/ports/x11/libxfce4mcs

Re: restart a script in etc/rc.d

2009-03-02 Thread Artis Caune
2009/3/2 Artis Caune : > 2009/3/2 Oliver Lehmann : >> r...@nudel rc.d> grep bacula_fd /etc/rc.conf >> bacula_fd_enable="YES" >> bacula_fd2_enable="YES" >> bacula_fd2_flags=" -u root -g wheel -v -c /usr/local/etc/bacula-fd2.conf" >> bacula_fd2_pidfile="/var/run/bacula-fd.9104.pid" > > can you try wi

Re: restart a script in etc/rc.d

2009-03-02 Thread Artis Caune
2009/3/2 Oliver Lehmann : > r...@nudel rc.d> grep bacula_fd /etc/rc.conf > bacula_fd_enable="YES" > bacula_fd2_enable="YES" > bacula_fd2_flags=" -u root -g wheel -v -c /usr/local/etc/bacula-fd2.conf" > bacula_fd2_pidfile="/var/run/bacula-fd.9104.pid" can you try with: bacula_fd_pidfile="/var/r

Re: restart a script in etc/rc.d

2009-03-02 Thread Doug Barton
Artis Caune wrote: > 2009/3/2 Artis Caune : >> 2009/3/2 Oliver Lehmann : >>> r...@nudel rc.d> grep bacula_fd /etc/rc.conf >>> bacula_fd_enable="YES" >>> bacula_fd2_enable="YES" >>> bacula_fd2_flags=" -u root -g wheel -v -c /usr/local/etc/bacula-fd2.conf" >>> bacula_fd2_pidfile="/var/run/bacula-fd.9

Re: Dead projects in ports tree

2009-03-02 Thread David E. Thiel
On Sat, Feb 28, 2009 at 04:05:56PM -0800, Garrett Cooper wrote: > > multimedia/openquicktime - no movement in CVS / SVN for 1+ years; no > > releases in the past 3 years > > > >    I'll continue posting more items to this thread as I find them... > > Thanks, > > -Garrett > > xmms looks completely

Re: Dead projects in ports tree

2009-03-02 Thread Mark Linimon
On Mon, Mar 02, 2009 at 02:35:38PM -0801, David E. Thiel wrote: > I would like to hear what people feel the best method for getting rid > of unused and irrelevant ports, though -- bump portrevision and mark > BROKEN for a few months? How about marking them DEPRECATED and with an EXPIRATION_DATE, a

Re: Dead projects in ports tree

2009-03-02 Thread David E. Thiel
On Mon, Mar 02, 2009 at 05:30:46PM -0600, Mark Linimon wrote: > On Mon, Mar 02, 2009 at 02:35:38PM -0801, David E. Thiel wrote: > > I would like to hear what people feel the best method for getting rid > > of unused and irrelevant ports, though -- bump portrevision and mark > > BROKEN for a few mon

Re: Dead projects in ports tree

2009-03-02 Thread Beech Rintoul
On Monday 02 March 2009 13:36:38 David E. Thiel wrote: > On Sat, Feb 28, 2009 at 04:05:56PM -0800, Garrett Cooper wrote: > > > multimedia/openquicktime - no movement in CVS / SVN for 1+ years; no > > > releases in the past 3 years > > > > > >    I'll continue posting more items to this thread as I

Re: [headsup] call for assistance with ports broken on -current

2009-03-02 Thread Michael Proto
On Sun, Mar 1, 2009 at 7:45 PM, Mark Linimon wrote: > FYI, here's what I posted to ports@ yesterday.  Any help fixing these > would be appreciated.  (We've already knocked off several of the ones > I initially posted.) > > mcl > > - Forwarded message from Mark Linimon - > > From: Mark Lin

Re: Dead projects in ports tree

2009-03-02 Thread Paul Schmehl
--On Monday, March 02, 2009 16:36:38 -0600 "David E. Thiel" wrote: While I'm in favor of removing useless ports, there are several projects which are simply "done", and lack of development doesn't mean they're obsolete or useless. I completely agree. So long as a port is being used and peopl

INDEX now builds successfully on 6.x

2009-03-02 Thread Erwin Lansing
___ 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: INDEX build failed for 6.x

2009-03-02 Thread army.of.root
ignore this ___ 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: restart a script in etc/rc.d

2009-03-02 Thread Scot Hetzel
On Mon, Mar 2, 2009 at 4:23 PM, Doug Barton wrote: > I have "on my list" making this pidfile assignment internal to rc.subr > and therefore removing one more bullet from the foot-shooting gun, but > that would only help people who have the latest version of rc.subr, > which means that even if I fi

Re: restart a script in etc/rc.d

2009-03-02 Thread Oliver Lehmann
Doug Barton wrote: > Artis Caune wrote: > > There is logic error in bacula rc.d script. It should first set > > default variables and only then use them. > > pidfile="${bacula_fd_pidfile}" > > : ${bacula_fd_pidfile="/var/run/bacula-fd.9102.pid"} > > > > If you don't set pidfile in rc.conf