From owner-svn-ports-head@freebsd.org Thu Sep 8 19:46:07 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 C5DD9BD1927; Thu, 8 Sep 2016 19:46:07 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from olgeni.olgeni.com (host-156-246-171-31.cloudsigma.net [31.171.246.156]) by mx1.freebsd.org (Postfix) with ESMTP id 8DDF2C58; Thu, 8 Sep 2016 19:46:07 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from olgeni.olgeni (unknown [82.84.81.8]) by olgeni.olgeni.com (Postfix) with ESMTPSA id F0B0AD7918; Thu, 8 Sep 2016 21:37:26 +0200 (CEST) Date: Thu, 8 Sep 2016 21:37:26 +0200 (CEST) From: Jimmy Olgeni X-X-Sender: olgeni@olgeni.olgeni To: Mathieu Arnold cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r421218 - in head/lang: erlang erlang-java erlang-wx In-Reply-To: Message-ID: References: <201609011401.u81E11fu093598@repo.freebsd.org> User-Agent: Alpine 2.20 (BSF 67 2015-01-07) X-OpenPGP-KeyID: 0xFCDB3E82F778D8D7 X-OpenPGP-Fingerprint: EE37 B427 91C5 7707 EC54 064A FCDB 3E82 F778 D8D7 X-OpenPGP-URL: http://olgeni.olgeni.com/~olgeni/pgp/olgeni@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8BIT X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 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, 08 Sep 2016 19:46:07 -0000 Hi, On Thu, 8 Sep 2016, Mathieu Arnold wrote: > Hi, > > Le 01/09/2016 à 16:01, Jimmy Olgeni a écrit : > > Update Erlang ports to version 19.0.5. > > After this update, it is impossible to build WITH=THREADS on 9, 10 and 11: > > pthread/ethread.c: In function 'ethr_setname': > pthread/ethread.c:487:5: error: implicit declaration of function 'pthread_set_name_np' [-Werror=implicit-function-declaration] > pthread_set_name_np(ethr_self(), name); > ^ > cc1: some warnings being treated as errors How did you build it exactly? I saw a patch floating around to fix this, but I'm unable to reproduce it myself so far on poudriere and live boxes. -- jimmy From owner-svn-ports-head@freebsd.org Thu Sep 8 19:57:02 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 DF037BD1BCF; Thu, 8 Sep 2016 19:57:02 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9613928B; Thu, 8 Sep 2016 19:57:02 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u88Jv1lm097780; Thu, 8 Sep 2016 19:57:01 GMT (envelope-from gabor@FreeBSD.org) Received: (from gabor@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u88Jv1LX097778; Thu, 8 Sep 2016 19:57:01 GMT (envelope-from gabor@FreeBSD.org) Message-Id: <201609081957.u88Jv1LX097778@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gabor set sender to gabor@FreeBSD.org using -f From: Gabor Kovesdan Date: Thu, 8 Sep 2016 19:57:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421575 - head/archivers/rar X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 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, 08 Sep 2016 19:57:03 -0000 Author: gabor Date: Thu Sep 8 19:57:01 2016 New Revision: 421575 URL: https://svnweb.freebsd.org/changeset/ports/421575 Log: - Update to 5.4.0 - Add an option for SFX archive support [1] PR: 209365 [1] Submitted by: Naram Oashat Modified: head/archivers/rar/Makefile head/archivers/rar/distinfo Modified: head/archivers/rar/Makefile ============================================================================== --- head/archivers/rar/Makefile Thu Sep 8 18:11:46 2016 (r421574) +++ head/archivers/rar/Makefile Thu Sep 8 19:57:01 2016 (r421575) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= rar -PORTVERSION= 5.3.0 +PORTVERSION= 5.4.0 PORTEPOCH= 3 CATEGORIES= archivers MASTER_SITES= http://www.rarlab.com/rar/ @@ -22,7 +22,10 @@ WRKSRC= ${WRKDIR}/rar PLIST_FILES= bin/rar lib/default.sfx etc/rarfiles.lst man/cat1/rar.1.gz PORTDOCS= license.txt whatsnew.txt order.htm readme.txt -OPTIONS_DEFINE= DOCS +OPTIONS_DEFINE= DOCS SFX +OPTIONS_DEFAULT=SFX + +SFX_DESC= SFX archive support (implies compat9x on FreeBSD 10 and up) .include @@ -37,7 +40,7 @@ IGNORE= requires a kernel with compiled- .endif .endif -.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1000054 +.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1000054 && ${PORT_OPTIONS:MSFX} RUN_DEPENDS+= ${LOCALBASE}/lib/compat/libstdc++.so.6:misc/compat9x .endif Modified: head/archivers/rar/distinfo ============================================================================== --- head/archivers/rar/distinfo Thu Sep 8 18:11:46 2016 (r421574) +++ head/archivers/rar/distinfo Thu Sep 8 19:57:01 2016 (r421575) @@ -1,2 +1,3 @@ -SHA256 (rarbsd-5.3.0.tar.gz) = 54554a9d83d7386d9850d714af375bb30576a72b7a4bcb3242bcc8bf183ccb7a -SIZE (rarbsd-5.3.0.tar.gz) = 1406335 +TIMESTAMP = 1473360405 +SHA256 (rarbsd-5.4.0.tar.gz) = 55698e907dba868c04d3e98e715938cf51999b3f4a5b9af95b2c8f5f60c0a309 +SIZE (rarbsd-5.4.0.tar.gz) = 1602855