cvs commit: ports/net-p2p/amule Makefile

2012-01-28 Thread Martin Wilke
miwi2012-01-29 06:48:26 UTC FreeBSD ports repository Modified files: net-p2p/amuleMakefile Log: - Fix build when perl symlink is missing PR: 163188 Submitted by: Jan Beich Approved by:maintainer timeout Revision ChangesPath 1.57

cvs commit: ports/net-p2p/amule Makefile ports/net-p2p/amule-devel Makefile

2011-12-27 Thread Jason Helfman
jgh 2011-12-27 21:09:57 UTC FreeBSD ports repository Modified files: net-p2p/amuleMakefile net-p2p/amule-devel Makefile Log: Pass maintainership to Barbara per email to ports@ http://lists.freebsd.org/pipermail/freebsd-ports/2011-December/072036.html Subm

Re: cvs commit: ports/net-p2p/amule Makefile ports/net-p2p/amule/files patch-configure

2011-12-27 Thread Chris Rees
2011/12/27 Alexey Dokuchaev : > On Tue, Dec 27, 2011 at 10:20:58AM +0100, Alex Dupre wrote: >> Chris Rees ha scritto: >> >I smell a bikeshed starting... >> > >> >but to avoid failures every time a new license is added, it'll need to >> >be under ports/ somewhere... >> >> /usr/ports/Templates/Licens

Re: cvs commit: ports/net-p2p/amule Makefile ports/net-p2p/amule/files patch-configure

2011-12-27 Thread Alexey Dokuchaev
On Tue, Dec 27, 2011 at 10:36:55AM +0100, Alex Dupre wrote: > Alexey Dokuchaev ha scritto: > >>/usr/ports/Templates/Licenses ? > > > >Putting my "lowercase defender" hat > > Trust me, I re-wrote "licenses" three times changing the case before > sending the email, [...] :-) Not doubted in you. .

Re: cvs commit: ports/net-p2p/amule Makefile ports/net-p2p/amule/files patch-configure

2011-12-27 Thread Doug Barton
The whole LICENSE thing is very poorly thought out, even more poorly implemented, and likely to get the project in legal trouble at some point. It should all be ripped out wholesale. -- [^L] Breadth of IT experience, and depth of knowledge in the DNS. Yours for

Re: cvs commit: ports/net-p2p/amule Makefile ports/net-p2p/amule/files patch-configure

2011-12-27 Thread Alex Dupre
Alexey Dokuchaev ha scritto: /usr/ports/Templates/Licenses ? Putting my "lowercase defender" hat Trust me, I re-wrote "licenses" three times changing the case before sending the email, I was undecided. lowercase is ok for me. -- Alex Dupre ___ cv

Re: cvs commit: ports/net-p2p/amule Makefile ports/net-p2p/amule/files patch-configure

2011-12-27 Thread Alexey Dokuchaev
On Tue, Dec 27, 2011 at 10:20:58AM +0100, Alex Dupre wrote: > Chris Rees ha scritto: > >I smell a bikeshed starting... > > > >but to avoid failures every time a new license is added, it'll need to > >be under ports/ somewhere... > > /usr/ports/Templates/Licenses ? Putting my "lowercase defender"

Re: cvs commit: ports/net-p2p/amule Makefile ports/net-p2p/amule/files patch-configure

2011-12-27 Thread Chris Rees
On 27 December 2011 09:20, Alex Dupre wrote: > Chris Rees ha scritto: > >> I smell a bikeshed starting... >> >> but to avoid failures every time a new licence is added, it'll need to >> be under ports/ somewhere... > > > /usr/ports/Templates/Licenses ? That colour will be fine, thank you. I'll g

Re: cvs commit: ports/net-p2p/amule Makefile ports/net-p2p/amule/files patch-configure

2011-12-27 Thread Alex Dupre
Chris Rees ha scritto: I smell a bikeshed starting... but to avoid failures every time a new licence is added, it'll need to be under ports/ somewhere... /usr/ports/Templates/Licenses ? -- Alex Dupre ___ cvs-all@freebsd.org mailing list http://lists

Re: cvs commit: ports/net-p2p/amule Makefile ports/net-p2p/amule/files patch-configure

2011-12-27 Thread Alex Dupre
Alexey Dokuchaev ha scritto: Which is very stupid. One of the reasons to use license framework is to avoid spamming the filesystem with umpteen identical copies of GPL et al. Unless the port installs some proprietary license file, setting LICENSE_FILE should not use needed or used. I may agree

Re: cvs commit: ports/net-p2p/amule Makefile ports/net-p2p/amule/files patch-configure

2011-12-27 Thread Alexey Dokuchaev
On Tue, Dec 27, 2011 at 09:11:10AM +, Chris Rees wrote: > 2011/12/27 Alexey Dokuchaev : > > Yes, ideally, we have to store all common licenses texts in one place, > > and create symlinks over there for each individual port (i.e. under > > $localbase/share/licenses/). > > I smell a bikeshed sta

Re: cvs commit: ports/net-p2p/amule Makefile ports/net-p2p/amule/files patch-configure

2011-12-27 Thread Alex Dupre
Alexey Dokuchaev ha scritto: It's not... but there's no need to specify LICENSE_FILE for a known licence. Right, so perhaps this line should be dropped completely, not just commented out. On a related note, thanks for removing LICENSE_FILE knobs for known standard licenses, we need to cure thi

Re: cvs commit: ports/net-p2p/amule Makefile ports/net-p2p/amule/files patch-configure

2011-12-27 Thread Chris Rees
2011/12/27 Alexey Dokuchaev : > On Tue, Dec 27, 2011 at 08:58:35AM +, Chris Rees wrote: >> 2011/12/27 Alex Dupre : >> > Alexey Dokuchaev ha scritto: >> >> Right, so perhaps this line should be dropped completely, not just >> >> commented out.  On a related note, thanks for removing LICENSE_FILE

Re: cvs commit: ports/net-p2p/amule Makefile ports/net-p2p/amule/files patch-configure

2011-12-27 Thread Alexey Dokuchaev
On Tue, Dec 27, 2011 at 08:58:35AM +, Chris Rees wrote: > 2011/12/27 Alex Dupre : > > Alexey Dokuchaev ha scritto: > >> Right, so perhaps this line should be dropped completely, not just > >> commented out.  On a related note, thanks for removing LICENSE_FILE > >> knobs for known standard licen

Re: cvs commit: ports/net-p2p/amule Makefile ports/net-p2p/amule/files patch-configure

2011-12-27 Thread Chris Rees
2011/12/27 Alex Dupre : > Alexey Dokuchaev ha scritto: > >>> It's not... but there's no need to specify LICENSE_FILE for a known >>> licence. >> >> >> Right, so perhaps this line should be dropped completely, not just >> commented >> out.  On a related note, thanks for removing LICENSE_FILE knobs f

Re: cvs commit: ports/net-p2p/amule Makefile ports/net-p2p/amule/files patch-configure

2011-12-25 Thread Alexey Dokuchaev
On Sun, Dec 25, 2011 at 10:27:48PM +, Chris Rees wrote: > On 25 December 2011 19:46, Jan Beich wrote: > > Rene Ladan writes: > > > >>   FreeBSD ports repository > >> > >>   Modified files: > >>     net-p2p/amule        Makefile > >>   Added files: > >>     net-p2p/amule/files  patch-configure

Re: cvs commit: ports/net-p2p/amule Makefile ports/net-p2p/amule/files patch-configure

2011-12-25 Thread Chris Rees
On 25 December 2011 19:46, Jan Beich wrote: > Rene Ladan writes: > >>   FreeBSD ports repository >> >>   Modified files: >>     net-p2p/amule        Makefile >>   Added files: >>     net-p2p/amule/files  patch-configure >>   Log: >>   Fix libpng check in configure script, fixed upstream in r10694

cvs commit: ports/net-p2p/amule Makefile ports/net-p2p/amule-devel Makefile

2011-12-25 Thread Rene Ladan
rene2011-12-25 20:26:04 UTC FreeBSD ports repository Modified files: net-p2p/amuleMakefile net-p2p/amule-devel Makefile Log: Use a better fix for LICENSE_FILE_GPLv2 from portlints point of view. Submitted by: Jan Beich Revision ChangesPath 1.5

Re: cvs commit: ports/net-p2p/amule Makefile

2011-12-25 Thread Jan Beich
Rene Ladan writes: > FreeBSD ports repository > > Modified files: > net-p2p/amuleMakefile > Log: > Forced commit to note that the previous commit also fixed some portlint > issues. It's a workaround. A fix would be to move LICENSE_FILE_GPLv2 or teach portlint about multi/du

cvs commit: ports/net-p2p/amule Makefile

2011-12-25 Thread Rene Ladan
rene2011-12-25 19:58:02 UTC FreeBSD ports repository Modified files: net-p2p/amuleMakefile Log: Forced commit to note that the previous commit also fixed some portlint issues. Noticed by: Jan Beich via email Revision ChangesPath 1.52 +0 -0

Re: cvs commit: ports/net-p2p/amule Makefile ports/net-p2p/amule/files patch-configure

2011-12-25 Thread Jan Beich
Rene Ladan writes: > FreeBSD ports repository > > Modified files: > net-p2p/amuleMakefile > Added files: > net-p2p/amule/files patch-configure > Log: > Fix libpng check in configure script, fixed upstream in r10694. > > PR: ports/163182 > Submitted

cvs commit: ports/net-p2p/amule Makefile ports/net-p2p/amule/files patch-configure

2011-12-25 Thread Rene Ladan
rene2011-12-25 19:03:09 UTC FreeBSD ports repository Modified files: net-p2p/amuleMakefile Added files: net-p2p/amule/files patch-configure Log: Fix libpng check in configure script, fixed upstream in r10694. PR: ports/163182 Submitted by:

cvs commit: ports/net-p2p/amule Makefile Makefile.man distinfo pkg-plist ports/net-p2p/amule/files patch-src-ObservableQueue.h patch-src-utils-wxCas-src-wxcasframe.cpp

2011-11-30 Thread Rene Ladan
rene2011-11-30 21:20:54 UTC FreeBSD ports repository Modified files: net-p2p/amuleMakefile Makefile.man distinfo pkg-plist Added files: net-p2p/amule/files patch-src-ObservableQueue.h Removed files: net-p2p/amule/files patch-src-utils-wxCas-src-wxcasframe.c

cvs commit: ports/net-p2p/amule Makefile ports/net-p2p/amule-devel Makefile

2010-10-18 Thread Philip M. Gollucci
pgollucci2010-10-19 05:35:32 UTC FreeBSD ports repository Modified files: net-p2p/amuleMakefile net-p2p/amule-devel Makefile Log: - Update CONFLICTS for dynamic PKGNAME PR: ports/150985 Submitted by: swel...@gmail.com (maintainer) Revision

cvs commit: ports/net-p2p/amule Makefile Makefile.man distinfo pkg-plist ports/net-p2p/amule-devel Makefile Makefile.man distinfo pkg-plist

2010-10-18 Thread Philip M. Gollucci
pgollucci2010-10-19 05:28:07 UTC FreeBSD ports repository Modified files: net-p2p/amuleMakefile Makefile.man distinfo pkg-plist net-p2p/amule-devel Makefile Makefile.man distinfo pkg-plist Log: - Split amule into amule and amule-devel PR: ports/1509