something wrong with LICENSEs

2011-09-20 Thread Sergey V. Dyatko
Hi,

CCd eadler@ as he did last commit. 

When I'm trying update x11/xbitmaps x11/xtrans and other xorg-related(?)
ports  I got:

===  License not correctly defined: for unknown licenses, defining
LICENSE_PERMS is mandatory (otherwise use a known LICENSE)

with DISABLE_LICENSES all works fine, sure.

Not so long ago was a great practice - 'freeze' for ports tree, but it
was abandoned, so sad.

Eitan, does x11/xbitmaps (for example) build fine for you?

-- 
wbr, tiger
___
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: something wrong with LICENSEs

2011-09-20 Thread Ruslan Mahmatkhanov

Sergey V. Dyatko wrote on 20.09.2011 11:06:

Hi,

CCd eadler@ as he did last commit.

When I'm trying update x11/xbitmaps x11/xtrans and other xorg-related(?)
ports  I got:

===   License not correctly defined: for unknown licenses, defining
LICENSE_PERMS is mandatory (otherwise use a known LICENSE)

with DISABLE_LICENSES all works fine, sure.

Not so long ago was a great practice - 'freeze' for ports tree, but it
was abandoned, so sad.

Eitan, does x11/xbitmaps (for example) build fine for you?



There is no x11 in Mk/bsd.licenses.db.mk

--
Regards,
Ruslan

Tinderboxing kills... the drives.
___
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: something wrong with LICENSEs

2011-09-20 Thread Sergey V. Dyatko
On Tue, 20 Sep 2011 11:42:17 +0400
Ruslan Mahmatkhanov cvs-...@yandex.ru wrote:

 Sergey V. Dyatko wrote on 20.09.2011 11:06:
  Hi,
 
  CCd eadler@ as he did last commit.
 
  When I'm trying update x11/xbitmaps x11/xtrans and other
  xorg-related(?) ports  I got:
 
  ===   License not correctly defined: for unknown licenses, defining
  LICENSE_PERMS is mandatory (otherwise use a known LICENSE)
 
  with DISABLE_LICENSES all works fine, sure.
 
  Not so long ago was a great practice - 'freeze' for ports tree, but
  it was abandoned, so sad.
 
  Eitan, does x11/xbitmaps (for example) build fine for you?
 
 
 There is no x11 in Mk/bsd.licenses.db.mk
 

Exactly. thats why
quote 
Eitan, does x11/xbitmaps (for example) build fine for you?
/quote

-- 
wbr, tiger
___
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: something wrong with LICENSEs

2011-09-20 Thread Baptiste Daroussin
On Tue, Sep 20, 2011 at 11:13:38AM +0300, Sergey V. Dyatko wrote:
 On Tue, 20 Sep 2011 11:42:17 +0400
 Ruslan Mahmatkhanov cvs-...@yandex.ru wrote:
 
  Sergey V. Dyatko wrote on 20.09.2011 11:06:
   Hi,
  
   CCd eadler@ as he did last commit.
  
   When I'm trying update x11/xbitmaps x11/xtrans and other
   xorg-related(?) ports  I got:
  
   ===   License not correctly defined: for unknown licenses, defining
   LICENSE_PERMS is mandatory (otherwise use a known LICENSE)
  
   with DISABLE_LICENSES all works fine, sure.
  
   Not so long ago was a great practice - 'freeze' for ports tree, but
   it was abandoned, so sad.
  
   Eitan, does x11/xbitmaps (for example) build fine for you?
  
  
  There is no x11 in Mk/bsd.licenses.db.mk
  
 
 Exactly. thats why
 quote 
 Eitan, does x11/xbitmaps (for example) build fine for you?
 /quote

This is fixed now,

regards,
Bapt


pgpOCtqW5OMu7.pgp
Description: PGP signature


Re: Circular dependency in devel/doxygen?

2011-09-20 Thread mueller6...@bellsouth.net
 Hey everyone, I maintain devel/doxygen (sorry I didn't add my 2 cents
 earlier, I've been a bit busy) and was looking at this particular thread.  I
 know someone filed a PR regarding the circular dependency, stating that it
 might be best to split apart doxygen so one port builds just the program and
 another port build just the documentation.  I am not sure if that is the
 best thing to do or not. I've been wanting to push out an update to doxygen
 but this has been a stopping block for me.
  
 Naram Qashat

It seems strange to me that doxygen would have audio dependencies, or is 
doxygen supposed to work with a speech synthesizer?

What dependencies would doxygen documentation have?  Anything circular?

I see abiword and abiword-docs are split in two separate ports.

Tom

___
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


problem with port x11/xbitmaps in Current and 7.4 stable.

2011-09-20 Thread Edwin L. Culp W.
Checked UPDATING and there isn't any mention.  I get:

x11/xbitmaps # make
===  Vulnerability check disabled, database not found
===  License not correctly defined: for unknown licenses, defining
LICENSE_PERMS is mandatory (otherwise use a known LICENSE)
*** Error code 1

Stop in /usr/ports/x11/xbitmaps.

Not a big deal, I've not seen that message before, that I rememver anyway.

ed
___
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: problem with port x11/xbitmaps in Current and 7.4 stable.

2011-09-20 Thread Chris Rees
On 20 Sep 2011 13:10, Edwin L. Culp W. edwinlc...@gmail.com wrote:

 Checked UPDATING and there isn't any mention.  I get:

 x11/xbitmaps # make
 ===  Vulnerability check disabled, database not found
 ===  License not correctly defined: for unknown licenses, defining
 LICENSE_PERMS is mandatory (otherwise use a known LICENSE)
 *** Error code 1

 Stop in /usr/ports/x11/xbitmaps.

 Not a big deal, I've not seen that message before, that I rememver anyway.


Please csup and try again.

Has a nice ring, doesn't it ;)

Chris
___
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: something wrong with LICENSEs

2011-09-20 Thread Sahil Tandon
On Sep 20, 2011, at 4:23 AM, Baptiste Daroussin b...@freebsd.org wrote:

 On Tue, Sep 20, 2011 at 11:13:38AM +0300, Sergey V. Dyatko wrote:
 On Tue, 20 Sep 2011 11:42:17 +0400
 Ruslan Mahmatkhanov cvs-...@yandex.ru wrote:
 
 Sergey V. Dyatko wrote on 20.09.2011 11:06:
 Hi,
 
 CCd eadler@ as he did last commit.
 
 When I'm trying update x11/xbitmaps x11/xtrans and other
 xorg-related(?) ports  I got:
 
 ===   License not correctly defined: for unknown licenses, defining
 LICENSE_PERMS is mandatory (otherwise use a known LICENSE)
 
 with DISABLE_LICENSES all works fine, sure.
 
 Not so long ago was a great practice - 'freeze' for ports tree, but
 it was abandoned, so sad.
 
 Eitan, does x11/xbitmaps (for example) build fine for you?
 
 
 There is no x11 in Mk/bsd.licenses.db.mk
 
 
 Exactly. thats why
 quote 
 Eitan, does x11/xbitmaps (for example) build fine for you?
 /quote
 
 This is fixed now,

This was my fault and oversight; I am sorry.  I know that will not allay some 
of your collective ire, so please direct all hatemail to me.

--
Sahil Tandon___
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: something wrong with LICENSEs

2011-09-20 Thread Ruslan Mahmatkhanov

Sahil Tandon wrote on 20.09.2011 16:41:

On Sep 20, 2011, at 4:23 AM, Baptiste Daroussinb...@freebsd.org  wrote:


On Tue, Sep 20, 2011 at 11:13:38AM +0300, Sergey V. Dyatko wrote:

On Tue, 20 Sep 2011 11:42:17 +0400
Ruslan Mahmatkhanovcvs-...@yandex.ru  wrote:


Sergey V. Dyatko wrote on 20.09.2011 11:06:

Hi,

CCd eadler@ as he did last commit.

When I'm trying update x11/xbitmaps x11/xtrans and other
xorg-related(?) ports  I got:

===License not correctly defined: for unknown licenses, defining
LICENSE_PERMS is mandatory (otherwise use a known LICENSE)

with DISABLE_LICENSES all works fine, sure.

Not so long ago was a great practice - 'freeze' for ports tree, but
it was abandoned, so sad.

Eitan, does x11/xbitmaps (for example) build fine for you?



There is no x11 in Mk/bsd.licenses.db.mk



Exactly. thats why
quote
Eitan, does x11/xbitmaps (for example) build fine for you?
/quote


This is fixed now,


This was my fault and oversight; I am sorry.  I know that will not allay some 
of your collective ire, so please direct all hatemail to me.

--
Sahil Tandon


Hi, Sahil :)

Maybe you prefer to commit http://bugs.freebsd.org/160434 as an 
punishment for that :)? It's new license adding, and Wen have some 
connection problem right now.


--
Regards,
Ruslan

Tinderboxing kills... the drives.
___
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: problem with port x11/xbitmaps in Current and 7.4 stable.

2011-09-20 Thread Edwin L. Culp W.
On Tue, Sep 20, 2011 at 7:13 AM, Chris Rees utis...@gmail.com wrote:

 On 20 Sep 2011 13:10, Edwin L. Culp W. edwinlc...@gmail.com wrote:

 Checked UPDATING and there isn't any mention.  I get:

 x11/xbitmaps # make
 ===  Vulnerability check disabled, database not found
 ===  License not correctly defined: for unknown licenses, defining
 LICENSE_PERMS is mandatory (otherwise use a known LICENSE)
 *** Error code 1

 Stop in /usr/ports/x11/xbitmaps.

 Not a big deal, I've not seen that message before, that I rememver anyway.


 Please csup and try again.

 Has a nice ring, doesn't it ;)

 Chris

:)

Thanks, Chris.

I've got a daily csup crontab.  Should be ok in the morning.

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