From owner-freebsd-gnome@FreeBSD.ORG Tue May 14 02:32:58 2013 Return-Path: Delivered-To: gnome@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 35FBD30A for ; Tue, 14 May 2013 02:32:58 +0000 (UTC) (envelope-from mi+thun@aldan.algebra.com) Received: from smtp.rcn.com (smtp.rcn.com [69.168.97.78]) by mx1.freebsd.org (Postfix) with ESMTP id E53D4A32 for ; Tue, 14 May 2013 02:32:57 +0000 (UTC) X_CMAE_Category: 0,0 Undefined,Undefined X-CNFS-Analysis: v=2.0 cv=FMqZNpUs c=1 sm=0 a=sCkZyOwU0IjLO1BAXY68/A==:17 a=d8Isu0L9vBEA:10 a=z2fLMUcQMtsA:10 a=YNqtyO0l_hcA:10 a=LaogzpLLAAAA:8 a=4ZKIWQP7blsA:10 a=1VA3lhdxZdOKXw4CooAA:9 a=wPNLvfGTeEIA:10 a=iEmgpdDpKKcrxkBQg6QA:9 a=_W_S_7VecoQA:10 a=AoWISrzrbniEA0k9:21 a=sCkZyOwU0IjLO1BAXY68/A==:117 X-CM-Score: 0 X-Scanned-by: Cloudmark Authority Engine Authentication-Results: smtp01.rcn.cmh.synacor.com header.from=mi+thun@aldan.algebra.com; sender-id=neutral Authentication-Results: smtp01.rcn.cmh.synacor.com smtp.mail=mi+thun@aldan.algebra.com; spf=neutral; sender-id=neutral Authentication-Results: smtp01.rcn.cmh.synacor.com smtp.user=anat; auth=pass (PLAIN) Received-SPF: neutral (smtp01.rcn.cmh.synacor.com: 173.63.211.146 is neither permitted nor denied by domain of aldan.algebra.com) Received: from [173.63.211.146] ([173.63.211.146:29723] helo=[192.168.1.8]) by smtp.rcn.com (envelope-from ) (ecelerity 2.2.3.49 r(42060/42061)) with ESMTPA id C6/1B-24381-852A1915; Mon, 13 May 2013 22:32:56 -0400 Message-ID: <5191A258.5040306@aldan.algebra.com> Date: Mon, 13 May 2013 22:32:56 -0400 From: "Mikhail T." User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/20130209 Thunderbird/17.0.2 MIME-Version: 1.0 To: gnome@freebsd.org Subject: Why does gnome-vfs insist on Kerberos? Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 May 2013 02:32:58 -0000 After I removed the pre-configure target, I was able to build the port without any more trouble... Maybe, this was required some time in the past? The requirement would've been bogus -- relatively few of the FreeBSD users have Kerberos configured. But it does not seem to be needed today in any case... --- Makefile (revision 318136) +++ Makefile (working copy) @@ -93,12 +93,6 @@ @${SED} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \ < ${MASTERDIR}/pkg-deinstall.in > ${PKGDEINSTALL} -pre-configure: -.if defined(WITHOUT_KERBEROS) - @${ECHO_CMD} "${PKGNAME}: KERBEROS is required." - @${FALSE} -.endif - post-install: @${SETENV} PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL Yours, -mi