Date: Mon, 15 May 2017 08:36:57 +0200 From: Koop Mast <kwm@FreeBSD.org> To: Kevin Lo <kevlo@FreeBSD.org>, ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r440907 - head/net-im/telegram-purple Message-ID: <1494830217.76995.6.camel@FreeBSD.org> In-Reply-To: <201705150522.v4F5MvPl032529@repo.freebsd.org> References: <201705150522.v4F5MvPl032529@repo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, 2017-05-15 at 05:22 +0000, Kevin Lo wrote: > Author: kevlo > Date: Mon May 15 05:22:57 2017 > New Revision: 440907 > URL: https://svnweb.freebsd.org/changeset/ports/440907 > > Log: > Remove USE_GCC which is not needed anymore. Hi, it looks like the commit message and the commit itself are not in sync. So which one is correct? -Koop > Modified: > head/net-im/telegram-purple/Makefile > > Modified: head/net-im/telegram-purple/Makefile > ===================================================================== > ========= > --- head/net-im/telegram-purple/Makefile Mon May 15 00:26:40 > 2017 (r440906) > +++ head/net-im/telegram-purple/Makefile Mon May 15 05:22:57 > 2017 (r440907) > @@ -4,7 +4,7 @@ > PORTNAME= telegram-purple > PORTVERSION= 1.3.1 > DISTVERSIONPREFIX= v > -PORTREVISION= 2 > +PORTREVISION= 3 > CATEGORIES= net-im > > MAINTAINER= kevlo@FreeBSD.org > @@ -25,6 +25,7 @@ USES= execinfo gettext gmake > pkgconfig > USE_GNOME= glib20 libxml2 > USE_GCC= yes > GNU_CONFIGURE= yes > +LDFLAGS+= -L${LOCALBASE}/lib > > USE_GITHUB= yes > GH_ACCOUNT= majn:DEFAULT,tgl vysheng:tlparser >
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1494830217.76995.6.camel>