Date: Thu, 7 Jul 2011 15:41:48 +0100 From: Chris Rees <crees@freebsd.org> To: Wesley Shields <wxs@freebsd.org> Cc: Chris Rees <crees@freebsd.org>, cvs-ports@freebsd.org, cvs-all@freebsd.org, ports-committers@freebsd.org Subject: Re: cvs commit: ports/irc/inspircd Makefile Message-ID: <CADLo838d_osq=PCgQk=VzV_30hcD%2BZHiJwDHXb1ZgcjHqoM-NQ@mail.gmail.com> In-Reply-To: <20110707143526.GA84803@atarininja.org> References: <201107061751.p66HpOAS092353@repoman.freebsd.org> <20110707143526.GA84803@atarininja.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On 7 Jul 2011 15:32, "Wesley Shields" <wxs@freebsd.org> wrote: > > On Wed, Jul 06, 2011 at 05:51:24PM +0000, Chris Rees wrote: > > crees 2011-07-06 17:51:24 UTC > > > > FreeBSD ports repository > > > > Modified files: > > irc/inspircd Makefile > > Log: > > Oops, ${PORTSDIR}/Mk isn't in the search path of course... > > > > Submitted by: rene > > Approved by: rene (mentor, implicit) > > > > Revision Changes Path > > 1.17 +1 -1 ports/irc/inspircd/Makefile > > http://cvsweb.FreeBSD.org/ports/irc/inspircd/Makefile.diff?r1=1.16&r2=1.17 > > | --- ports/irc/inspircd/Makefile 2011/07/05 21:22:51 1.16 > > | +++ ports/irc/inspircd/Makefile 2011/07/06 17:51:24 1.17 > > | @@ -2,7 +2,7 @@ > > | # Date created: 25 August 2006 > > | # Whom: brain > > | # > > | -# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/irc/inspircd/Makefile,v 1.16 2011/07/05 21:22:51 crees Exp $ > > | +# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/irc/inspircd/Makefile,v 1.17 2011/07/06 17:51:24 crees Exp $ > > | # > > | > > | PORTNAME= inspircd > > | @@ -98,7 +98,7 @@ PLIST_SUB+= GNUTLS="@comment " > > | .endif > > | > > | .if defined(WITH_OPENSSL) && !defined(WITHOUT_OPENSSL) > > | -.include <bsd.openssl.mk> > > | +.include <${PORTSDIR}/Mk/bsd.openssl.mk> > > Other ports that do this use the quoted syntax. Probably want to do so > here too. See lang/php4 as an example. That was a quick fix, I've got a PR with USE_OPENSSL=yes and using bsd.options.mk for maintainer approval. Thanks! Chris
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CADLo838d_osq=PCgQk=VzV_30hcD%2BZHiJwDHXb1ZgcjHqoM-NQ>