MAKE_JOBS_UNSAFE (some more ports)

2009-05-21 Thread David Naylor
Hi,

The following ports failed to build on my system (with a quad core) and 
FORCE_MAKE_JOBS set.  They did success to build once I added 
MAKE_JOBS_UNSAFE=yes to their Makefile's.  

devel/nasm
graphics/libart_lgpl
lang/ocaml
multimedia/mplayer
multimedia/smplayer
security/nss

Is there any effort to mark ports as MAKE_JOBS_SAFE: is it desired for ports 
that are successful with FORCE_MAKE_JOBS to be reported?

Regards

David

P.S. I'm not on the list
P.P.S. editors/openoffice-3 does not obey MAKE_JOBS, it requires MAXMODULES 
and MAXPROCESSES set (should I file a PR?).


signature.asc
Description: This is a digitally signed message part.


Re: MAKE_JOBS_UNSAFE (some more ports)

2009-05-21 Thread Pav Lucistnik
On Thu, 21 May 2009 12:05:22 +0200, David Naylor wrote

 The following ports failed to build on my system (with a quad core)
  and FORCE_MAKE_JOBS set.  They did success to build once I added 
 MAKE_JOBS_UNSAFE=yes to their Makefile's.

Marked in CVS, thank you!

 Is there any effort to mark ports as MAKE_JOBS_SAFE: is it desired 
 for ports that are successful with FORCE_MAKE_JOBS to be reported?

Yes, I believe they should be reported.


--
Pav Lucistnik p...@oook.cz
  p...@freebsd.org

___
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


regression-test

2009-05-21 Thread Philip M. Gollucci

Hi guys,

Can we please change regression-test targets to full-regression-test
(like 1 of the gcc ports did)

I really don't need to spend 1 hour for tcl, 10 minutes for perl
and 30 minutes for gcc.

I doubt pointyhat does either.

thx

email as asked by linimon from #bsdports


Philip M. Gollucci (pgollu...@ridecharge.com)
p: 703.549.2050x206, did: 703.579.6947
Senior System Admin - RideCharge, Inc.  http://ridecharge.com
1024D/DB9B8C1C B90B FBC3 A3A1 C71A 8E70  3F8C 75B8 8FFB DB9B 8C1C

Work like you don't need the money,
love like you'll never get hurt,
and dance like nobody's watching.
___
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


FreeBSD Port: net/p5-Net-Interface

2009-05-21 Thread Mozhaisky Sergei
Hello.

There is a new version of Net::Interface module on CPAN,
but in ports tree is still version 0.11.
See updated port for Net::Interface 1.011 in attach.

-- 

.O. | Sergei Mozhaisky
..O | http://technix.in.ua/
OOO | http://frenzy.org.ua/___
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

bsd.port.options.mk

2009-05-21 Thread Philip M. Gollucci
 +20090521:
 +AUTHOR: port...@freebsd.org
 +
 +  * bsd.port.options.mk is now clear to be widely used.
 +

Are there any existing examples of how one should use this or porters
handbook sections ?

-- 

Philip M. Gollucci (phi...@ridecharge.com)
did: 703.579.6947, o: 703.549.2050x206
Senior System Admin - RideCharge Inc.
http://ridecharge.com
1024D/DB9B8C1C B90B FBC3 A3A1 C71A 8E70  3F8C 75B8 8FFB DB9B 8C1C

Work like you don't need the money,
love like you'll never get hurt,
and dance like nobody's watching.
___
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: port net/openldap24-sasl-client fails to register as dependency

2009-05-21 Thread Panagiotis Christias

Xin LI wrote:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Panagiotis Christias wrote:

Hello,

(I am adding freebsd-ports@ to the thread as you suggested)


Xin LI wrote:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi, Panagiotis,

Panagiotis Christias wrote:

Hello,

I came across another dependency bug. It looks like packages that depend
on net/openldap24-client (e.g. mail/sendmail-ldap, mail/dovecot with
WITH_LDAP=true etc) fail to register the openldap dependency in systems
that have net/openldap24-sasl-client port installed.

I am aware of this problem but I don't have a good solution for it (at
hand), this is an infrastructural issue with the ports dependency
tracking - if two ports installs exactly the same files, there is no way
to distinguish between the two without forcing to install one even if a
conflicting one is already installed.

Hm.. messy. How does lang/perl5.[6,8,10] handle such problems?


Install an entry into /etc/make.conf, I think it's Ok for perl (since
there are a lot of ports depends on it) but not for OpenLDAP...


Ok, then how about dropping the net/openldap24-sasl-client port and adding 
an SASL OPTIONS entry to the net/openldap24-client port, like the server port?


Regards,
Panagiotis

--
Panagiotis J. ChristiasNetwork Management Center
p.christ...@noc.ntua.grNational Technical Univ. of Athens, GREECE
___
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: bsd.port.options.mk

2009-05-21 Thread Scot Hetzel
On Thu, May 21, 2009 at 9:34 PM, Philip M. Gollucci
pgollu...@p6m7g8.com wrote:
 +20090521:
 +AUTHOR: port...@freebsd.org
 +
 +  * bsd.port.options.mk is now clear to be widely used.
 +

 Are there any existing examples of how one should use this or porters
 handbook sections ?


The comments in bsd.port.options.mk shows how to use it:

#-*- mode: Fundamental; tab-width: 4; -*-
# ex:ts=4
#
# bsd.port.options.mk - Allow OPTIONS to determine dependencies
#
# usage:
#
#   .include bsd.port.options.mk
#   deal with user options
#   .include bsd.port.pre.mk
#   other work, including adjusting dependencies
#   .include bsd.port.post.mk
#
# Created by: Shaun Amott sh...@inerd.com
#
# $FreeBSD: ports/Mk/bsd.port.options.mk,v 1.2 2007/05/24 22:13:55 pav Exp $
#

Scot
___
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: bsd.port.options.mk

2009-05-21 Thread Ion-Mihai Tetcu
On Thu, 21 May 2009 22:30:35 -0500
Scot Hetzel swhet...@gmail.com wrote:

 On Thu, May 21, 2009 at 9:34 PM, Philip M. Gollucci
 pgollu...@p6m7g8.com wrote:
  +20090521:
  +AUTHOR: port...@freebsd.org
  +
  +  * bsd.port.options.mk is now clear to be widely used.
  +
 
  Are there any existing examples of how one should use this or
  porters handbook sections ?
 
 
 The comments in bsd.port.options.mk shows how to use it:
 
 #-*- mode: Fundamental; tab-width: 4; -*-
 # ex:ts=4
 #
 # bsd.port.options.mk - Allow OPTIONS to determine dependencies
 #
 # usage:
 #
 # .include bsd.port.options.mk
 # deal with user options
 # .include bsd.port.pre.mk
 # other work, including adjusting dependencies
 # .include bsd.port.post.mk
 #
 # Created by: Shaun Amott sh...@inerd.com
 #
 # $FreeBSD: ports/Mk/bsd.port.options.mk,v 1.2 2007/05/24 22:13:55 pav Exp $ #

Which I've always found incomprehensible.

Anyway, I'm using it for some time in sysutils/apcupsd


-- 
IOnut - Un^d^dregistered ;) FreeBSD user
  Intellectual Property is   nowhere near as valuable   as Intellect
FreeBSD committer - ite...@freebsd.org, PGP Key ID 057E9F8B493A297B


signature.asc
Description: PGP signature


Re: MAKE_JOBS_UNSAFE (some more ports)

2009-05-21 Thread Ion-Mihai Tetcu
On Thu, 21 May 2009 12:05:22 +0200
David Naylor naylor.b.da...@gmail.com wrote:

 P.P.S. editors/openoffice-3 does not obey MAKE_JOBS, it requires
 MAXMODULES and MAXPROCESSES set (should I file a PR?).

Anything reducing OOo build time would be great :-)

-- 
IOnut - Un^d^dregistered ;) FreeBSD user
  Intellectual Property is   nowhere near as valuable   as Intellect
FreeBSD committer - ite...@freebsd.org, PGP Key ID 057E9F8B493A297B


signature.asc
Description: PGP signature


Re: MAKE_JOBS_UNSAFE (some more ports)

2009-05-21 Thread Maho NAKATA
Dear,

I appriciate David or Ion-Mihai make a patch for that.
just seetting MAXMODULE=4 and/or MAXPROCESSES=4 or something like that.

But note that sometimes it's broken :-( by missing dependencey.

From: Ion-Mihai Tetcu ite...@freebsd.org
Subject: Re: MAKE_JOBS_UNSAFE (some more ports)
Date: Fri, 22 May 2009 08:03:42 +0300

 On Thu, 21 May 2009 12:05:22 +0200
 David Naylor naylor.b.da...@gmail.com wrote:

 P.P.S. editors/openoffice-3 does not obey MAKE_JOBS, it requires
 MAXMODULES and MAXPROCESSES set (should I file a PR?).

 Anything reducing OOo build time would be great :-)

 --
 IOnut - Un^d^dregistered ;) FreeBSD user
   Intellectual Property is   nowhere near as valuable   as Intellect
 FreeBSD committer - ite...@freebsd.org, PGP Key ID 057E9F8B493A297B


pgp1hsNptFU86.pgp
Description: PGP signature


Re: port net/openldap24-sasl-client fails to register as dependency

2009-05-21 Thread Uwe Laverenz

Panagiotis Christias schrieb:

I am already using that. Without it portinstall/upgrade would try every 
time to install net/openldap24-client (and fail). But it still does not 
register the dependency.


There is a knob for this problem that should help you, please add

WANT_OPENLDAP_SASL=YES

to your /etc/make.conf.

I also ran into this problem and this solved it for me. There are more 
options for openldap (documented in /usr/ports/Mk/bsd.port.mk).


Uwe
___
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