Date: Sun, 19 May 2019 12:03:06 +0200 From: "Tobias C. Berner" <tcberner@gmail.com> To: Bryan Drewery <bdrewery@freebsd.org> Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r501985 - in head/devel/ccache: . files Message-ID: <CAOshKtfyrApsR0UgjbZ6QQ==z3joH%2BTK_VRtbOnNynDRBRhLQQ@mail.gmail.com> In-Reply-To: <201905182153.x4ILr5Gw075812@repo.freebsd.org> References: <201905182153.x4ILr5Gw075812@repo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Hi there This needs to be reverted/fixed. It introduces a dependency loop on ccache: These packages depend on each other: ccache-3.7.1 gmake-4.2.1_3 indexinfo-0.3.1 These packages depend on each other: ccache-3.7.1 gmake-4.2.1_3 These packages depend on each other: ccache-3.7.1 gmake-4.2.1_3 gettext-runtime-0.19.8.1_2 mfg Tobias On Sat, 18 May 2019 at 23:53, Bryan Drewery <bdrewery@freebsd.org> wrote: > Author: bdrewery > Date: Sat May 18 21:53:04 2019 > New Revision: 501985 > URL: https://svnweb.freebsd.org/changeset/ports/501985 > > Log: > Update ccache to 3.7.1 > > Changes: https://ccache.dev/releasenotes.html#_ccache_3_7_1 > > ccache-memcached is not updated in this commit. > > PR: 234971 > > Deleted: > head/devel/ccache/files/extra-patch-configure.ac > Modified: > head/devel/ccache/Makefile > head/devel/ccache/distinfo > > Modified: head/devel/ccache/Makefile > > ============================================================================== > --- head/devel/ccache/Makefile Sat May 18 21:47:30 2019 (r501984) > +++ head/devel/ccache/Makefile Sat May 18 21:53:04 2019 (r501985) > @@ -3,9 +3,9 @@ > > PORTNAME= ccache > #PORTVERSION must be set later due to depending on PORT_OPTIONS. > -PORTREVISION= 1 > +PORTREVISION= 0 > CATEGORIES= devel > -MASTER_SITES= https://www.samba.org/ftp/ccache/ \ > +MASTER_SITES= > https://github.com/ccache/ccache/releases/download/v${DISTVERSION}/ \ > LOCAL/bdrewery > > MAINTAINER= bdrewery@FreeBSD.org > @@ -33,13 +33,13 @@ LLVMLINK_DESC= Create llvm compiler links if llvm > is i > TINDERBOX_DESC= Create tarball for tinderbox usage > MEMCACHED_DESC= Build in experimental Memcached support > > -USES= compiler > +USES= compiler gmake > > MEMCACHED_EXTRA_PATCHES= \ > ${FILESDIR}/ > extra-patch-memcached-configure.ac \ > > ${FILESDIR}/extra-patch-memcached-Makefile.in > MEMCACHED_CONFIGURE_ENABLE= memcached > -MEMCACHED_USES= autoreconf gmake pkgconfig > +MEMCACHED_USES= autoreconf pkgconfig > MEMCACHED_LIB_DEPENDS= libmemcached.so:databases/libmemcached > MEMCACHED_LDFLAGS= -L${LOCALBASE}/lib > MEMCACHED_CFLAGS= -I${LOCALBASE}/include > @@ -80,9 +80,7 @@ ALL_TARGET= all docs > PLIST_FILES+= man/man1/ccache.1.gz > .endif > .else > -PORTVERSION= 3.4.3 > -# Only needed pre-3.5 > -EXTRA_PATCHES+= ${FILESDIR}/extra-patch-configure.ac > +PORTVERSION= 3.7.1 > .endif > > .include <bsd.port.pre.mk> > > Modified: head/devel/ccache/distinfo > > ============================================================================== > --- head/devel/ccache/distinfo Sat May 18 21:47:30 2019 (r501984) > +++ head/devel/ccache/distinfo Sat May 18 21:53:04 2019 (r501985) > @@ -1,3 +1,3 @@ > -TIMESTAMP = 1538593366 > -SHA256 (ccache-3.4.3.tar.gz) = > 6ee63d919274da937cbcb2870da16a3b386e100f7f942ea8b7f081652df3d00b > -SIZE (ccache-3.4.3.tar.gz) = 466575 > +TIMESTAMP = 1558214189 > +SHA256 (ccache-3.7.1.tar.gz) = > e562fcdbe766406b6fe4bf97ce5c001d2be8a17465f33bcddefc9499bbb057d8 > +SIZE (ccache-3.7.1.tar.gz) = 498581 > >
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAOshKtfyrApsR0UgjbZ6QQ==z3joH%2BTK_VRtbOnNynDRBRhLQQ>