Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 8 Jul 2014 16:45:55 -0400
From:      Adam Weinberger <adamw@adamw.org>
To:        Steve Wills <swills@freebsd.org>
Cc:        svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, Adam Weinberger <adamw@freebsd.org>, ports-committers@freebsd.org
Subject:   Re: svn commit: r361286 - head/devel/boehm-gc
Message-ID:  <BF1C88E4-A47B-40BB-86C6-0E160097B560@adamw.org>
In-Reply-To: <20140708203836.GC33736@mouf.net>
References:  <201407082000.s68K0kWX063845@svn.freebsd.org> <20140708203836.GC33736@mouf.net>

next in thread | previous in thread | raw e-mail | index | archive | help
That=92s definitely strange. I can=92t replicate that... I=92m =
interested to see what qat has to say, though it looks like its backlog =
is at least a week or two. What is line 16867 of the configure script? =
On my 10-STABLE machine, it is a comment.

# Adam


--=20
Adam Weinberger
adamw@adamw.org
http://www.adamw.org

On 8 Jul, 2014, at 16:38, Steve Wills <swills@freebsd.org> wrote:

> Hi,
>=20
> This seems to fail to configure for me:
>=20
> =
https://jenkins.freebsd.org/pci/head-amd64/poudriere/data/headamd64-defaul=
t/594/logs/errors/boehm-gc-7.4.2.log
> =
https://jenkins.freebsd.org/pci/head-i386/poudriere/data/headi386-default/=
594/logs/errors/boehm-gc-7.4.2.log
>=20
> Maybe it's just me?
>=20
> Thanks,
> Steve
>=20
> On Tue, Jul 08, 2014 at 08:00:46PM +0000, Adam Weinberger wrote:
>> Author: adamw
>> Date: Tue Jul  8 20:00:45 2014
>> New Revision: 361286
>> URL: http://svnweb.freebsd.org/changeset/ports/361286
>> QAT: https://qat.redports.org/buildarchive/r361286/
>>=20
>> Log:
>>  Update to 7.4.2, and pass maintainership to submitter.
>>=20
>>  PR:		191338
>>  Submitted by:	Carlos Jacobo Puga Medina
>>=20
>> Modified:
>>  head/devel/boehm-gc/Makefile
>>  head/devel/boehm-gc/distinfo
>>  head/devel/boehm-gc/pkg-plist
>>=20
>> Modified: head/devel/boehm-gc/Makefile
>> =
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D
>> --- head/devel/boehm-gc/Makefile	Tue Jul  8 19:57:36 2014	=
(r361285)
>> +++ head/devel/boehm-gc/Makefile	Tue Jul  8 20:00:45 2014	=
(r361286)
>> @@ -2,8 +2,7 @@
>> # $FreeBSD$
>>=20
>> PORTNAME=3D	gc
>> -PORTVERSION=3D	7.2e
>> -PORTREVISION?=3D	0
>> +PORTVERSION=3D	7.4.2
>> CATEGORIES=3D	devel
>> MASTER_SITES=3D	http://www.hboehm.info/gc/gc_source/
>> PKGNAMEPREFIX=3D	boehm-
>> @@ -11,17 +10,21 @@ PKGNAMEPREFIX=3D	boehm-
>> PKGNAMESUFFIX=3D	-${GC_VARIANT}
>> .endif
>>=20
>> -MAINTAINER=3D	ports@FreeBSD.org
>> +MAINTAINER=3D	cjpugmed@gmail.com
>> COMMENT=3D	Garbage collection and memory leak detection for C and =
C++
>>=20
>> LICENSE=3D	BDWGC
>> LICENSE_NAME=3D	Boehm-Demers-Weiser Garbage Collector License
>> -LICENSE_FILE=3D	${WRKSRC}/doc/README
>> +LICENSE_TEXT=3D	License can be found at =
http://www.hboehm.info/gc/license.txt
>> LICENSE_PERMS=3D	dist-mirror dist-sell pkg-mirror pkg-sell =
auto-accept
>>=20
>> +BUILD_DEPENDS=3D	=
${LOCALBASE}/lib/libatomic_ops.a:${PORTSDIR}/devel/libatomic_ops
>> +
>> GNU_CONFIGURE=3D	yes
>> -USES=3D		pathfix
>> +USES=3D		libtool pathfix
>> +USE_AUTOTOOLS=3D	aclocal autoconf libtoolize
>> USE_LDCONFIG=3D	yes
>> +INSTALL_TARGET=3D	install-strip
>> CONFIGURE_ARGS=3D	--enable-cplusplus --disable-static
>> MAKE_JOBS_UNSAFE=3D	yes
>>=20
>> @@ -60,10 +63,6 @@ CONFIGURE_ARGS+=3D--enable-gc-debug
>> PKGNAMESUFFIX:=3D	${PKGNAMESUFFIX}+fulldebug
>> .endif
>>=20
>> -.if ! ${PORT_OPTIONS:MDOCS}
>> -CONFIGURE_ARGS+=3D--datarootdir=3D${WRKDIR}/doc
>> -.endif
>> -
>> .if defined(GC_VARIANT) && ${GC_VARIANT} =3D=3D "threaded"
>> . if ${PORT_OPTIONS:MPARALLEL_MARK}
>> CONFIGURE_ARGS+=3D--enable-parallel-mark
>> @@ -88,8 +87,8 @@ do-install:
>> .endfor
>> 	${INSTALL_DATA} ${WRKSRC}/bdw-gc.pc \
>> 		=
${STAGEDIR}${PREFIX}/libdata/pkgconfig/bdw-gc-${GC_VARIANT}.pc
>> -
>> .else # ! GC_VARIANT
>> +
>> post-patch:
>> 	@${REINPLACE_CMD} -e "s|%%PREFIX%%|${PREFIX}|g" =
${WRKSRC}/doc/gc.man
>> 	@${REINPLACE_CMD} \
>> @@ -98,6 +97,8 @@ post-patch:
>>=20
>> post-install:
>> 	${INSTALL_MAN} ${WRKSRC}/doc/gc.man =
${STAGEDIR}${MAN3PREFIX}/man/man3/gc.3
>> +	@${MKDIR} ${STAGEDIR}${DOCSDIR}
>> +	(cd ${WRKSRC}/doc && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR})
>>=20
>> .endif
>>=20
>>=20
>> Modified: head/devel/boehm-gc/distinfo
>> =
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D
>> --- head/devel/boehm-gc/distinfo	Tue Jul  8 19:57:36 2014	=
(r361285)
>> +++ head/devel/boehm-gc/distinfo	Tue Jul  8 20:00:45 2014	=
(r361286)
>> @@ -1,2 +1,2 @@
>> -SHA256 (gc-7.2e.tar.gz) =3D =
09315b48a82d600371207691126ad058c04677281ac318d86fa84c98c3c9af4b
>> -SIZE (gc-7.2e.tar.gz) =3D 1291186
>> +SHA256 (gc-7.4.2.tar.gz) =3D =
63320ad7c45460e4a40e03f5aa4c6893783f21a16416c3282b994f933312afa2
>> +SIZE (gc-7.4.2.tar.gz) =3D 1082597
>>=20
>> Modified: head/devel/boehm-gc/pkg-plist
>> =
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D
>> --- head/devel/boehm-gc/pkg-plist	Tue Jul  8 19:57:36 2014	=
(r361285)
>> +++ head/devel/boehm-gc/pkg-plist	Tue Jul  8 20:00:45 2014	=
(r361286)
>> @@ -2,10 +2,10 @@ include/gc.h
>> include/gc/cord.h
>> include/gc/gc.h
>> include/gc/gc_allocator.h
>> -include/gc/gc_amiga_redirects.h
>> include/gc/gc_backptr.h
>> include/gc/gc_config_macros.h
>> include/gc/gc_cpp.h
>> +include/gc/gc_disclaim.h
>> include/gc/gc_gcj.h
>> include/gc/gc_inline.h
>> include/gc/gc_mark.h
>> @@ -13,16 +13,18 @@ include/gc/gc_pthread_redirects.h
>> include/gc/gc_tiny_fl.h
>> include/gc/gc_typed.h
>> include/gc/gc_version.h
>> +include/gc/javaxfc.h
>> include/gc/leak_detector.h
>> -include/gc/new_gc_alloc.h
>> include/gc/weakpointer.h
>> include/gc_cpp.h
>> lib/libcord.so
>> lib/libcord.so.1
>> +lib/libcord.so.1.0.3
>> lib/libgc.so
>> lib/libgc.so.1
>> +lib/libgc.so.1.0.3
>> lib/libgccpp.so
>> lib/libgccpp.so.1
>> +lib/libgccpp.so.1.0.3
>> libdata/pkgconfig/bdw-gc.pc
>> man/man3/gc.3.gz
>> -@dirrmtry include/gc




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?BF1C88E4-A47B-40BB-86C6-0E160097B560>