Re: Enforcing "DIST_SUBDIR/DISTFILE" uniqueness

2006-08-20 Thread Doug Barton
Andrew Pantyukhin wrote: > On 8/16/06, Andrew Pantyukhin <[EMAIL PROTECTED]> wrote: >> I'd like to propose a policy to enforce a change in >> DIST_SUBDIR whenever a distfile is rerolled in-place, i.e. >> when checksum changes, but name stays unchanged. >> >> Moreover, effort should be made whenever

Re: FreeBSD Port: imp-4.1.3

2006-08-20 Thread Marko Kobal
Hi, Shaun Amott pravi: On Sat, Aug 19, 2006 at 04:58:26PM +0200, Marko Kobal wrote: Any ideas on when (or if at all) MIMP will be available as port? (MIMP is a version of IMP intended for mobile phones/PDAs) I put together a port of MIMP some time ago, but never got around to adding it to t

Re: Enforcing "DIST_SUBDIR/DISTFILE" uniqueness

2006-08-20 Thread Andrew Pantyukhin
On 8/20/06, Doug Barton <[EMAIL PROTECTED]> wrote: Andrew Pantyukhin wrote: > On 8/16/06, Andrew Pantyukhin <[EMAIL PROTECTED]> wrote: >> I'd like to propose a policy to enforce a change in >> DIST_SUBDIR whenever a distfile is rerolled in-place, i.e. >> when checksum changes, but name stays unch

Re: Enforcing "DIST_SUBDIR/DISTFILE" uniqueness

2006-08-20 Thread Andrew Pantyukhin
On 8/20/06, Andrew Pantyukhin <[EMAIL PROTECTED]> wrote: On 8/20/06, Doug Barton <[EMAIL PROTECTED]> wrote: > OTOH, your solution would break the logic that portmaster (and I believe > portupgrade also) uses to detect and delete stale distfiles. AFAICT portmaster's logic still misses the case wh

Re: Enforcing "DIST_SUBDIR/DISTFILE" uniqueness

2006-08-20 Thread Roman Bogorodskiy
Andrew Pantyukhin wrote: > I'd like to propose a policy to enforce a change in > DIST_SUBDIR whenever a distfile is rerolled in-place, i.e. > when checksum changes, but name stays unchanged. > > Moreover, effort should be made whenever possible to > make the old file available for download from

Re: Enforcing "DIST_SUBDIR/DISTFILE" uniqueness

2006-08-20 Thread Andrew Pantyukhin
On 8/19/06, Roman Bogorodskiy <[EMAIL PROTECTED]> wrote: Andrew Pantyukhin wrote: > I'd like to propose a policy to enforce a change in > DIST_SUBDIR whenever a distfile is rerolled in-place, i.e. > when checksum changes, but name stays unchanged. > > Moreover, effort should be made whenever p

Re: Problem with 7-CURRENT build

2006-08-20 Thread Kris Kennaway
On Sat, Aug 19, 2006 at 10:00:24PM -0800, Beech Rintoul wrote: > I just recently adopted the port gtkjournal. The port builds fine in 6.1, but > I get the following error when trying to build in -CURRENT: > > Making all in aolib > gmake[3]: Entering directory > `/usr/ports/deskutils/gtkjournal.o

Re: Problem with 7-CURRENT build

2006-08-20 Thread Simon L. Nielsen
On 2006.08.20 07:18:55 -0400, Kris Kennaway wrote: > On Sat, Aug 19, 2006 at 10:00:24PM -0800, Beech Rintoul wrote: > > I just recently adopted the port gtkjournal. The port builds fine in 6.1, > > but > > I get the following error when trying to build in -CURRENT: > > > > Making all in aolib >

Re: Problem with 7-CURRENT build

2006-08-20 Thread Beech Rintoul
On Sunday 20 August 2006 03:40, Simon L. Nielsen wrote: > On 2006.08.20 07:18:55 -0400, Kris Kennaway wrote: > > On Sat, Aug 19, 2006 at 10:00:24PM -0800, Beech Rintoul wrote: > > > I just recently adopted the port gtkjournal. The port builds fine in > > > 6.1, but I get the following error when tr

CalculiX port wish: acis to fbd converter perl script

2006-08-20 Thread pfgshield-freebsd
Hi; I wanted to do a couple of things related to cad/calculix but I'm stuck so I'll post them JIC someone wants to take over: - I'm no perl expert, but there is a simple acis to fbd converter at the end of this page http://www.dhondt.de/ . It would be good to have a port, as several commercial CA

Re: Enforcing "DIST_SUBDIR/DISTFILE" uniqueness

2006-08-20 Thread Doug Barton
I'm combining both of your responses to save time. Andrew Pantyukhin wrote: > On 8/20/06, Doug Barton <[EMAIL PROTECTED]> wrote: >> Andrew Pantyukhin wrote: >> > On 8/16/06, Andrew Pantyukhin <[EMAIL PROTECTED]> wrote: >> >> I'd like to propose a policy to enforce a change in >> >> DIST_SUBDIR whe

Re: Enforcing "DIST_SUBDIR/DISTFILE" uniqueness

2006-08-20 Thread NAKATA Maho
In Message-ID: <[EMAIL PROTECTED]> Andrew Pantyukhin <[EMAIL PROTECTED]> wrote: > On 8/16/06, Andrew Pantyukhin <[EMAIL PROTECTED]> wrote: > > I'd like to propose a policy to enforce a change in > > DIST_SUBDIR whenever a distfile is rerolled in-place, i.e. > > when checksum changes, but name sta

Re: Enforcing "DIST_SUBDIR/DISTFILE" uniqueness

2006-08-20 Thread NAKATA Maho
In Message-ID: <[EMAIL PROTECTED]> Doug Barton <[EMAIL PROTECTED]> wrote: > I recently added logic to portmaster to handle this kind of situation > transparently for the user. A more general solution to this part of the > problem could be had by improving the logic in the 'make checksum' target.

Possible bug

2006-08-20 Thread Matias Surdi
[EMAIL PROTECTED] /home/msurdi]# portsdb -U Updating the ports index ... Generating INDEX.tmp - please wait.."/var/db/ports/php5-mbstring/options", line 1: Need an operator "/var/db/ports/php5-mbstring/options", line 2: Need an operator "/var/db/ports/php5-mbstring/options", line 3: Need an operat

Re: Enforcing "DIST_SUBDIR/DISTFILE" uniqueness

2006-08-20 Thread Andrew Pantyukhin
On 8/21/06, Doug Barton <[EMAIL PROTECTED]> wrote: I'm combining both of your responses to save time. Andrew Pantyukhin wrote: > On 8/20/06, Doug Barton <[EMAIL PROTECTED]> wrote: >> Andrew Pantyukhin wrote: >> > On 8/16/06, Andrew Pantyukhin <[EMAIL PROTECTED]> wrote: >> >> I'd like to propose

Re: Enforcing "DIST_SUBDIR/DISTFILE" uniqueness

2006-08-20 Thread Doug Barton
NAKATA Maho wrote: > In Message-ID: <[EMAIL PROTECTED]> > Doug Barton <[EMAIL PROTECTED]> wrote: > >> I recently added logic to portmaster to handle this kind of situation >> transparently for the user. A more general solution to this part of the >> problem could be had by improving the logic in

Re: Possible bug

2006-08-20 Thread Mark Linimon
Let me guess. Running 4.x, x < 10? mcl ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: Enforcing "DIST_SUBDIR/DISTFILE" uniqueness

2006-08-20 Thread NAKATA Maho
In Message-ID: <[EMAIL PROTECTED]> Doug Barton <[EMAIL PROTECTED]> wrote: > NAKATA Maho wrote: > > In Message-ID: <[EMAIL PROTECTED]> > > Doug Barton <[EMAIL PROTECTED]> wrote: > > > >> I recently added logic to portmaster to handle this kind of situation > >> transparently for the user. A more