From owner-svn-ports-head@freebsd.org Thu May 26 13:14:47 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A671CB4B61E; Thu, 26 May 2016 13:14:47 +0000 (UTC) (envelope-from cy.schubert@komquats.com) Received: from smtp-out-so.shaw.ca (smtp-out-so.shaw.ca [64.59.136.138]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "Client", Issuer "CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 5CF0B126B; Thu, 26 May 2016 13:14:46 +0000 (UTC) (envelope-from cy.schubert@komquats.com) Received: from spqr.komquats.com ([96.50.22.10]) by shaw.ca with SMTP id 5v2obFw5oBLFm5v2pbdlso; Thu, 26 May 2016 07:09:48 -0600 X-Authority-Analysis: v=2.2 cv=W5d6blek c=1 sm=1 tr=0 a=jvE2nwUzI0ECrNeyr98KWA==:117 a=jvE2nwUzI0ECrNeyr98KWA==:17 a=L9H7d07YOLsA:10 a=9cW_t1CCXrUA:10 a=s5jvgZ67dGcA:10 a=yrkiwgmsf1kA:10 a=6I5d2MoRAAAA:8 a=BWvPGDcYAAAA:8 a=YxBL1-UpAAAA:8 a=L6ojGp1eg-CS_NoRa9oA:9 a=IjZwj45LgO3ly-622nXo:22 a=pxhY87DP9d2VeQe4joPk:22 a=Ia-lj3WSrqcvXOmTRaiG:22 Received: from slippy.cwsent.com (slippy [10.1.1.91]) by spqr.komquats.com (Postfix) with ESMTPS id EA4C213752; Thu, 26 May 2016 06:09:45 -0700 (PDT) Received: from slippy (localhost [127.0.0.1]) by slippy.cwsent.com (8.15.2/8.15.2) with ESMTP id u4QD9jjV004381; Thu, 26 May 2016 06:09:45 -0700 (PDT) (envelope-from Cy.Schubert@cschubert.com) Message-Id: <201605261309.u4QD9jjV004381@slippy.cwsent.com> X-Mailer: exmh version 2.8.0 04/21/2012 with nmh-1.6 Reply-to: Cy Schubert From: Cy Schubert X-os: FreeBSD X-Sender: cy@cwsent.com X-URL: http://www.cschubert.com/ To: Mathieu Arnold cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r415882 - in head/dns: bind910 bind99 In-Reply-To: Message from Mathieu Arnold of "Thu, 26 May 2016 08:54:58 -0000." <201605260854.u4Q8sw7i050969@repo.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 26 May 2016 06:09:45 -0700 X-CMAE-Envelope: MS4wfEoFITqeJR/kz4QH/Wb8uuQrWVT0AuHN/9uCRQC1VdQN1BiOW7nUlSuNvhAz1Shc4PLEG9qRSJsGWZYjiBoCoElOa0cxi7hrI7XxkvyF2ePtOZdcBywq MgOk3MA2PdtdIo7TK/3HBvO71q6/g3/miCZVe2K8UW3YzqG94c/3PWkbdWkxDWTHKegH0r5D0zwIBesPDbdPHhmzSerztC9axtTokepMYYaP7jQhXr0e6C1u bOo++9E4y028rJ9tLrgYuzVl8gTUFYrT3NdOpLUlZQWzwxwE4F6DHjUUEGrDGgJy X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 May 2016 13:14:47 -0000 In message <201605260854.u4Q8sw7i050969@repo.freebsd.org>, Mathieu Arnold write s: > Author: mat > Date: Thu May 26 08:54:58 2016 > New Revision: 415882 > URL: https://svnweb.freebsd.org/changeset/ports/415882 > > Log: > Update to 9.9.9-P1 and 9.10.4-P1. > > Sponsored by: Absolight > > Modified: > head/dns/bind910/Makefile (contents, props changed) > head/dns/bind910/distinfo (contents, props changed) > head/dns/bind99/Makefile (contents, props changed) > head/dns/bind99/distinfo (contents, props changed) > > Modified: head/dns/bind910/Makefile > ============================================================================= > = > --- head/dns/bind910/Makefile Thu May 26 08:28:17 2016 (r415881) > +++ head/dns/bind910/Makefile Thu May 26 08:54:58 2016 (r415882) > @@ -8,7 +8,7 @@ PORTVERSION= ${ISCVERSION:S/-P/P/:S/b/.b > PORTREVISION= 0 > .else > # dns/bind910 here > -PORTREVISION= 1 > +PORTREVISION= 0 > .endif > CATEGORIES= dns net ipv6 > MASTER_SITES= ISC/bind9/${ISCVERSION} > @@ -29,7 +29,7 @@ COMMENT= BIND DNS suite with updated DNS > LICENSE= ISCL > > # ISC releases things like 9.8.0-P1, which our versioning doesn't like > -ISCVERSION= 9.10.4 > +ISCVERSION= 9.10.4-P1 > > MAKE_JOBS_UNSAFE= yes > > > Modified: head/dns/bind910/distinfo > ============================================================================= > = > --- head/dns/bind910/distinfo Thu May 26 08:28:17 2016 (r415881) > +++ head/dns/bind910/distinfo Thu May 26 08:54:58 2016 (r415882) > @@ -1,2 +1,3 @@ > -SHA256 (bind-9.10.4.tar.gz) = f8d412b38d5ac390275b943bde69f4608f67862a45487e > c854b30e4448fcb056 > -SIZE (bind-9.10.4.tar.gz) = 9318151 > +TIMESTAMP = 1464252479 > +SHA256 (bind-9.10.4-P1.tar.gz) = 7c3b7d1afe48a6bbead8f11f6971fb09eb57fa257dc > 32a088fcc20a0218131a2 > +SIZE (bind-9.10.4-P1.tar.gz) = 9293605 > > Modified: head/dns/bind99/Makefile > ============================================================================= > = > --- head/dns/bind99/Makefile Thu May 26 08:28:17 2016 (r415881) > +++ head/dns/bind99/Makefile Thu May 26 08:54:58 2016 (r415882) > @@ -3,7 +3,7 @@ > > PORTNAME= bind > PORTVERSION= ${ISCVERSION:S/-P/P/:S/b/.b/} > -PORTREVISION= 1 > +PORTREVISION= 0 > CATEGORIES= dns net ipv6 > MASTER_SITES= ISC/bind9/${ISCVERSION} > PKGNAMESUFFIX= 99 > @@ -15,7 +15,7 @@ COMMENT= BIND DNS suite with updated DNS > LICENSE= ISCL > > # ISC releases things like 9.8.0-P1, which our versioning doesn't like > -ISCVERSION= 9.9.9 > +ISCVERSION= 9.9.9-P1 > > MAKE_JOBS_UNSAFE= yes > > > Modified: head/dns/bind99/distinfo > ============================================================================= > = > --- head/dns/bind99/distinfo Thu May 26 08:28:17 2016 (r415881) > +++ head/dns/bind99/distinfo Thu May 26 08:54:58 2016 (r415882) > @@ -1,4 +1,5 @@ > -SHA256 (bind-9.9.9.tar.gz) = 981c95f9702105007ef29764dd086a7c9cf0d01143012ae > 429dd78714dc51871 > -SIZE (bind-9.9.9.tar.gz) = 8781170 > -SHA256 (9.9.9-rpz2+rl.14038.05.patch.xz) = 863808da519dfa9e0f0cc74b2f66f5cfd > 3af564c54c1157b20922d58776d1811 > -SIZE (9.9.9-rpz2+rl.14038.05.patch.xz) = 39300 > +TIMESTAMP = 1464252734 > +SHA256 (bind-9.9.9-P1.tar.gz) = 9bcc76b8cbee2e64210e80fc6b57a8e8ff07780f994f > 87d5a2aa312cdfa24aa4 > +SIZE (bind-9.9.9-P1.tar.gz) = 8758793 > +SHA256 (9.9.9-P1-rpz2+rl.14038.05.patch.xz) = 230ab0dbf30e8cf956ea6557d00046 > 618abe158cb2fc3c2204c021ace58e5588 > +SIZE (9.9.9-P1-rpz2+rl.14038.05.patch.xz) = 39284 > _______________________________________________ > svn-ports-all@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/svn-ports-all > To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org" > > Bind910 fails to build: slippy# make ===> License ISCL accepted by the user ===> Found saved configuration for bind910-9.10.3 ===> bind910-9.10.4P1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by bind910-9.10.4P1 for building ===> Extracting for bind910-9.10.4P1 => SHA256 Checksum OK for bind-9.10.4-P1.tar.gz. ===> Patching for bind910-9.10.4P1 ===> Applying FreeBSD patches for bind910-9.10.4P1 Ignoring previously applied (or reversed) patch. 3 out of 3 hunks ignored--saving rejects to lib/dns/include/dns/rbt.h.rej => Patch patch-bug failed to apply cleanly. => Patch(es) patch-bin_tests_system_dlzexternal_Makefile.in applied cleanly. *** Error code 1 Stop. make[1]: stopped in /usr/ports/dns/bind910 *** Error code 1 Stop. make: stopped in /usr/ports/dns/bind910 slippy# -- Cheers, Cy Schubert or FreeBSD UNIX: Web: http://www.FreeBSD.org The need of the many outweighs the greed of the few.