From owner-freebsd-ports@FreeBSD.ORG Mon Oct 8 13:13:27 2012 Return-Path: Delivered-To: freebsd-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0EB49106566C; Mon, 8 Oct 2012 13:13:27 +0000 (UTC) (envelope-from bsam@passap.ru) Received: from forward3h.mail.yandex.net (forward3h.mail.yandex.net [IPv6:2a02:6b8:0:f05::3]) by mx1.freebsd.org (Postfix) with ESMTP id 7CB0F8FC0A; Mon, 8 Oct 2012 13:13:26 +0000 (UTC) Received: from smtp1h.mail.yandex.net (smtp1h.mail.yandex.net [84.201.187.144]) by forward3h.mail.yandex.net (Yandex) with ESMTP id 654941361CB2; Mon, 8 Oct 2012 17:13:24 +0400 (MSK) Received: from smtp1h.mail.yandex.net (localhost [127.0.0.1]) by smtp1h.mail.yandex.net (Yandex) with ESMTP id 0311B13400C1; Mon, 8 Oct 2012 17:13:23 +0400 (MSK) Received: from 87.249.28.58.tel.ru (87.249.28.58.tel.ru [87.249.28.58]) by smtp1h.mail.yandex.net (nwsmtp/Yandex) with ESMTP id DNg8IV2P-DNgCOCB6; Mon, 8 Oct 2012 17:13:23 +0400 Message-ID: <5072D16D.6010503@passap.ru> Date: Mon, 08 Oct 2012 17:13:17 +0400 From: =?UTF-8?B?0JHQvtGA0LjRgSDQodCw0LzQvtGA0L7QtNC+0LI=?= User-Agent: Mozilla/5.0 (X11; FreeBSD i386; rv:15.0) Gecko/20120911 Thunderbird/15.0.1 MIME-Version: 1.0 To: "O. Hartmann" , Ports FreeBSD , fjoe@FreeBSD.org References: <5072BBDC.5040209@mail.zedat.fu-berlin.de> In-Reply-To: <5072BBDC.5040209@mail.zedat.fu-berlin.de> Content-Type: multipart/mixed; boundary="------------090503010503050607060201" Cc: Subject: Re: databases/pgadmin3: make: illegal option -- - 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: Mon, 08 Oct 2012 13:13:27 -0000 This is a multi-part message in MIME format. --------------090503010503050607060201 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Hi All, (the port maintainer is CCed) 08.10.2012 15:41, O. Hartmann пишет: > Has anyone any idea what is happening and how to solve? Where to look? I've found it out. When py27-sphinx is installed the databases/pgadmin3 autodetects it and try to build documentation. From the WRKSRC/Makefile: ----- doc: cd $(top_srcdir)/docs/en_US && make -f Makefile.sphinx SPHINXBUILD=${SPHINX_BUILD} htmlhelp ----- Hence the command "make" is used instead of "gmake". The attached patch let you compile the port. PS, as for me I hate those autodetecting schemas... -- WBR, Boris Samorodov (bsam) FreeBSD Committer, http://www.FreeBSD.org The Power To Serve --------------090503010503050607060201 Content-Type: text/plain; charset=UTF-8; name="pgadmin.diff" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="pgadmin.diff" LS0tIC9ob21lL2JzYW0vdG1wL3BvcnRzLXN2bi9kYXRhYmFzZXMvcGdhZG1pbjMvTWFrZWZp bGUJMjAxMi0xMC0wMiAxNjowNDozMy4wNTIyOTg5MjkgKzA0MDAKKysrIE1ha2VmaWxlCTIw MTItMTAtMDggMTY6NDg6MjcuNTQ5MTQyMjYwICswNDAwCkBAIC0zNyw1ICszNyw2IEBACiAJ QCR7UkVJTlBMQUNFX0NNRH0gLWUgJ3MsL3d4LWNvbmZpZywvJHtXWF9DT05GSUc6VH0sJyAk e1dSS1NSQ30vY29uZmlndXJlCiAJQCR7UkVJTlBMQUNFX0NNRH0gLWUgJ3MsL3Vzci9iaW4v eHRlcm0sJHtMT0NBTEJBU0V9L2Jpbi94dGVybSwnICR7V1JLU1JDfS9wbHVnaW5zLmQvcGx1 Z2lucy5pbmkKIAlAJHtSRUlOUExBQ0VfQ01EfSAtZSAncywvYmluL2Jhc2gsL2Jpbi9zaCwn ICR7V1JLU1JDfS9wZ2FkbWluL3Zlcl9zdm4uc2gKKwlAJHtSRUlOUExBQ0VfQ01EfSAtZSAn cywgbWFrZSAtZiAsICQkXHtNQUtFXH0gLWYgLCcgJHtXUktTUkN9L01ha2VmaWxlLmluCiAK IC5pbmNsdWRlIDxic2QucG9ydC5taz4K --------------090503010503050607060201--