From owner-freebsd-ports@FreeBSD.ORG Sat Mar 4 00:01:13 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5265A16A420 for ; Sat, 4 Mar 2006 00:01:13 +0000 (GMT) (envelope-from gogo@cs.uni-sb.de) Received: from uni-sb.de (uni-sb.de [134.96.252.33]) by mx1.FreeBSD.org (Postfix) with ESMTP id A293843D5A for ; Sat, 4 Mar 2006 00:01:07 +0000 (GMT) (envelope-from gogo@cs.uni-sb.de) Received: from mail.cs.uni-sb.de (mail.cs.uni-sb.de [134.96.254.200]) by uni-sb.de (8.13.5/2006012700) with ESMTP id k24016RX005533 for ; Sat, 4 Mar 2006 01:01:06 +0100 (CET) Received: from xantippe (xantippe.cs.uni-sb.de [134.96.240.13]) by mail.cs.uni-sb.de (8.13.5/2006012700) with ESMTP id k2401541028929 for ; Sat, 4 Mar 2006 01:01:05 +0100 (CET) Received: from eugene (localhost) [134.96.240.6] by xantippe with esmtp (Exim 3.35 #1 (Debian))id 1FFKCn-0007C2-00 for ; Sat, 04 Mar 2006 01:01:05 +0100 From: Robert Gogolok To: freebsd-ports@freebsd.org Date: Sat, 4 Mar 2006 01:00:41 +0100 User-Agent: KMail/1.9.1 X-Face: #pF_TnZ9#L; [.-y'~wykoN(+e,8X%SAo1l_]8Enw[roRp|]MPL#}n.pGo&j~-*a; J.GFcB >"c*R_2Chi_VWNWYX?rGJ}RJUd*[@>ITn_2$uZ1bpLSh!/3`w>iO; m:([72!Nzikpu5aUo _FQ\.^s?8z\-Z:^Pu(u/@X'Kf.)2)7%M)2`z?Q%J>'9Jk"i~dV'8[G994u; 8SkD; kS+\3] }WH6I,dHHfA:P'/S?]2MoFX0xe>EQq^624U?zn`: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200603040100.42452.gogo@cs.uni-sb.de> Subject: [PATCH] PR 90484 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: Sat, 04 Mar 2006 00:01:13 -0000 Hi, Here's a patch for bug report http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/90484 --- Makefile.orig Sat Mar 4 00:57:23 2006 +++ Makefile Sat Mar 4 00:57:33 2006 @@ -151,7 +151,7 @@ ${SETENV} ${MAKE_ENV} ${MAKE} lib${PYTHON_VERSION}.so python; \ ${LN} -f lib${PYTHON_VERSION}.so lib${PYTHON_VERSION}.so.1; \ ${LN} -f python ${PYTHON_VERSION:S/thon/thon-shared/} -.if !exists(/usr/bin/rpcgen) # the world with NO_NIS +.if !exists(/usr/bin/ypcat) # the world with NO_NIS ${GREP} -v 'nis.so$$' ${PKGDIR}/pkg-plist > ${PLIST} .else ${CP} ${PKGDIR}/pkg-plist ${PLIST} Robert