Date: Fri, 07 Feb 2014 14:12:36 +0100 From: John Marino <freebsd.contact@marino.st> To: Martin Wilke <miwi@FreeBSD.org> Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org Subject: Re: svn commit: r343229 - head/graphics/libgphoto2 Message-ID: <52F4DBC4.1010900@marino.st> In-Reply-To: <201402071306.s17D6ete020177@svn.freebsd.org> References: <201402071306.s17D6ete020177@svn.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On 2/7/2014 14:06, Martin Wilke wrote: > Author: miwi > Date: Fri Feb 7 13:06:39 2014 > New Revision: 343229 > URL: http://svnweb.freebsd.org/changeset/ports/343229 > QAT: https://qat.redports.org/buildarchive/r343229/ > > Log: > - Update to 2.5.3.1 > > PR: 185940 > Submitted by: Ports Fury > > Modified: > head/graphics/libgphoto2/Makefile > head/graphics/libgphoto2/distinfo > > Modified: head/graphics/libgphoto2/Makefile > ============================================================================== > --- head/graphics/libgphoto2/Makefile Fri Feb 7 13:05:57 2014 (r343228) > +++ head/graphics/libgphoto2/Makefile Fri Feb 7 13:06:39 2014 (r343229) > -.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1000040 > +.if ${OPSYS} == "FreeBSD" && ${OSVERSION} < 1000040 > CONFIGURE_ENV+= LIBUSB1_CFLAGS=" " LIBUSB1_LIBS="-lusb" > .endif Was this^^^^ some kind of style violation? The pkgsrc guys get mad if quotes are used where they are not needed. Why were quotes added here where clearly they are optional? John
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?52F4DBC4.1010900>