svn commit: r343559 - head/net-p2p/litecoin

Baptiste Daroussin bapt at FreeBSD.org
Mon Feb 10 07:52:41 UTC 2014


On Mon, Feb 10, 2014 at 01:17:22AM +0000, Steve Wills wrote:
> On Sun, Feb 09, 2014 at 11:29:17PM +0000, John Marino wrote:
> > Author: marino
> > Date: Sun Feb  9 23:29:16 2014
> > New Revision: 343559
> > URL: http://svnweb.freebsd.org/changeset/ports/343559
> > QAT: https://qat.redports.org/buildarchive/r343559/
> > 
> > Log:
> >   net-p2p/litecoin: Fix DragonFly (broken by OSVERSION)
> >   
> >   Limit OSVERSION-based modifications to FreeBSD.  This port suddenly
> >   broken and the use of OSVERSION without OPSYS was the cause.
> > 
> > Modified:
> >   head/net-p2p/litecoin/Makefile
> > 
> > Modified: head/net-p2p/litecoin/Makefile
> > ==============================================================================
> > --- head/net-p2p/litecoin/Makefile	Sun Feb  9 23:18:17 2014	(r343558)
> > +++ head/net-p2p/litecoin/Makefile	Sun Feb  9 23:29:16 2014	(r343559)
> > @@ -75,7 +75,7 @@ QMAKE_USE_DBUS=	0
> >  PLIST_FILES+=	share/applications/litecoin-qt.desktop share/pixmaps/litecoin64.png
> >  .endif
> >  
> > -.if ${OSVERSION} >= 1000054
> > +.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1000054
> >  EXTRA_PATCHES+=	${FILESDIR}/extra-patch-endian
> >  .endif
> >  
> 
> Shouldn't this have required maintainer approval? Or am I confused?
> 
I do not think that requires an approval, as for FreeBSD this change is no-op,
It is also no intrusive and just "fixes" building of that port for Dragonfly.

My 2ct,
Bapt
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 196 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-ports-all/attachments/20140210/885a7089/attachment.sig>


More information about the svn-ports-all mailing list