From owner-freebsd-ports@FreeBSD.ORG Tue Sep 11 15:11:01 2012 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 19259106566C for ; Tue, 11 Sep 2012 15:11:01 +0000 (UTC) (envelope-from kron24@gmail.com) Received: from mail-ee0-f54.google.com (mail-ee0-f54.google.com [74.125.83.54]) by mx1.freebsd.org (Postfix) with ESMTP id A261D8FC15 for ; Tue, 11 Sep 2012 15:10:58 +0000 (UTC) Received: by eeke52 with SMTP id e52so570049eek.13 for ; Tue, 11 Sep 2012 08:10:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; bh=NGzL1LTwtlX4YGxd9ZXSlHf4ZKNg13MGnbDiueG1Zd4=; b=y/xN0jOwm63Zcrsy7U/9T9wfmNp/0qn63oxIngiwKsI4FuQtKGFR+h5jpK7dzArA9Y mq79xTmn2rJEXVNSTD9AQpejxJNQDEogDgGUVCGQeElOqoQ2gNzVUKyYb1buYVpoDPno kHvhrkvu/t3wDWzgCDZKkCEUDA/i0fN4PyYR4GYDtbf2632/tmV8qODCSlZHy4wTGyuy 5zJhJufc7/gvgqwJefNbPNRf6iZkcNJcVtkFqc2f4ndLoOO2FVdwDLEoxYSIuH/DAo4E JL3JLwrE975+Lo+Qq685ohrCx+tATONAmy5x9NyJrnMesgF/FnZ5BLNrKBkKfLtFYCXY DL6A== Received: by 10.204.128.65 with SMTP id j1mr4818884bks.93.1347376258141; Tue, 11 Sep 2012 08:10:58 -0700 (PDT) Received: from nbvk.local (uidzr185150.sattnet.cz. [212.96.185.150]) by mx.google.com with ESMTPS id t23sm9944897bks.4.2012.09.11.08.10.56 (version=SSLv3 cipher=OTHER); Tue, 11 Sep 2012 08:10:57 -0700 (PDT) Message-ID: <504F547E.7070403@gmail.com> Date: Tue, 11 Sep 2012 17:10:54 +0200 From: kron User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:15.0) Gecko/20120901 Thunderbird/15.0 MIME-Version: 1.0 To: freebsd-ports@freebsd.org Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: some ports do not build with libxul-10.0.7 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Sep 2012 15:11:01 -0000 Hello, The www/libxul was updated to 10.0. It is mentioned in UPDATING with some instructions for those wanting to stay with 1.9.2. I thought I could go with the new version and updated www/libxul (using portmaster). It went OK. Now I can't build some other ports, for example deskutils/chmsee: /usr/ports/deskutils/chmsee> make chmsee is using libxul19 for gecko support, but you can change that by defining WITH_GECKO to the following values: libxul19 ===> License GPLv2 accepted by the user ===> Extracting for chmsee-1.3.1.1_3 => SHA256 Checksum OK for chmsee-1.3.1.1.tar.gz. ===> Patching for chmsee-1.3.1.1_3 ===> chmsee-1.3.1.1_3 depends on file: /usr/local/lib/libxul/libxul.so - found ... snipped ... -- checking for one of the modules 'mozilla-gtkmozembed-embedding>=1.9;xulrunner-gtkmozembed>=1.9' CMake Error at /usr/local/share/cmake/Modules/FindPkgConfig.cmake:363 (message): None of the required 'mozilla-gtkmozembed-embedding>=1.9;xulrunner-gtkmozembed>=1.9' found Call Stack (most recent call first): CMakeLists.txt:11 (pkg_search_module) -- Configuring incomplete, errors occurred! *** [do-configure] Error code 1 Stop in /usr/ports/deskutils/chmsee. Similar failure happens in www/gecko-mediaplayer. Any suggestions? TIA Oli