cvs commit: ports/irc/inspircd Makefile

Chris Rees crees at freebsd.org
Thu Jul 7 14:41:49 UTC 2011


On 7 Jul 2011 15:32, "Wesley Shields" <wxs at 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


More information about the cvs-all mailing list