From owner-freebsd-ports@freebsd.org Thu May 3 15:20:39 2018 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3C9E2FAE3C9 for ; Thu, 3 May 2018 15:20:39 +0000 (UTC) (envelope-from mpp302@gmail.com) Received: from mail-lf0-f42.google.com (mail-lf0-f42.google.com [209.85.215.42]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A05107AD1E for ; Thu, 3 May 2018 15:20:38 +0000 (UTC) (envelope-from mpp302@gmail.com) Received: by mail-lf0-f42.google.com with SMTP id f18-v6so917943lfc.5 for ; Thu, 03 May 2018 08:20:38 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=THVFUWiKQ1Jgz4VaqfS96NPWMVZOSYWL2u9tj9xh+2Y=; b=nJSQXaKnta0sAzCqfUJNjhF+6R6tOTUHHC3Rw1paaEcKpBlovoovu0JZe+HLp9QfTJ FJ0VbbjKqwuPpBaNgNL94y+ym7iNjQM2ArmT710sPJ+lW8abEDawIeospGh0XQ27Dzfr qK5htbbS63KjLUCdk1Hi47zs4ruaLBUNylFWCfp9uT+5sFHmIgW41JAMDb/NvRchaSMS egJ+28jDruz4XFWIb3l4gfqlzbf0uu001mGmfVdUffx3lf9+iKoPblW9f8uViQ4veydy QF3y0veaw7xH4XJ+Ifwx/ucxradpw8yWt4jCHrVt2VdNb4opu+JQI2R6JGbFBC0nQv6D Wb+Q== X-Gm-Message-State: ALQs6tA4pizw3VGbzlZjHXfDRPpVM2dwEWZs8kK6GcIjLlqFLIvAV1f7 9W/d/jQepnSH6c837/ucDbA= X-Google-Smtp-Source: AB8JxZqLWMY0cCw/s9WHuM9fImQtrdHg83vBjjU+RgvMSSLylzyaJU7wFtjhT96HHrQGqm85g5JyLw== X-Received: by 2002:a2e:880a:: with SMTP id x10-v6mr16166858ljh.45.1525360520958; Thu, 03 May 2018 08:15:20 -0700 (PDT) Received: from oxy (89-76-8-18.dynamic.chello.pl. [89.76.8.18]) by smtp.gmail.com with ESMTPSA id x67-v6sm1652276lfd.11.2018.05.03.08.15.20 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Thu, 03 May 2018 08:15:20 -0700 (PDT) Date: Thu, 3 May 2018 17:16:16 +0200 From: Mateusz Piotrowski <0mp@FreeBSD.org> To: "Ronald Klop" Cc: freebsd-ports@freebsd.org Subject: Re: port x11-wm/icewm does not have a pkg? Message-ID: <20180503171616.1ec678de@oxy> In-Reply-To: References: X-Mailer: Claws Mail 3.16.0 (GTK+ 2.24.32; amd64-portbld-freebsd12.0) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 May 2018 15:20:39 -0000 Hello, On Thu, 03 May 2018 12:50:24 +0200 "Ronald Klop" wrote: >I can't install a pkg of x11-wm/icewm. But I can't see in the port >why. It seems to have a proper license GPLv2 and is distributable. It looks like it's simply broken because it does not compile probably due to the switch to a C++11. I've opened an issue on Bugzilla for this.[1] It seems to require some minor fixes but I don't have time for this unfortunatelly at the moment. You may look at those errors on your own. Just download the ports[2] and then run # cd /usr/ports/x11-wm/icewm # make If you would like to work on this issue and write some patches then I'm ready to assist you. Cheers, Mateusz [1]: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227951 [2]: https://www.freebsd.org/doc/handbook/ports-using.html