From owner-svn-ports-all@FreeBSD.ORG Wed Oct 16 10:58:14 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 666BEC1B; Wed, 16 Oct 2013 10:58:14 +0000 (UTC) (envelope-from bsam@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 553E42423; Wed, 16 Oct 2013 10:58:14 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r9GAwEAQ053193; Wed, 16 Oct 2013 10:58:14 GMT (envelope-from bsam@svn.freebsd.org) Received: (from bsam@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r9GAwEik053192; Wed, 16 Oct 2013 10:58:14 GMT (envelope-from bsam@svn.freebsd.org) Message-Id: <201310161058.r9GAwEik053192@svn.freebsd.org> From: Boris Samorodov Date: Wed, 16 Oct 2013 10:58:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r330497 - head/russian/d1489/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Oct 2013 10:58:14 -0000 Author: bsam Date: Wed Oct 16 10:58:13 2013 New Revision: 330497 URL: http://svnweb.freebsd.org/changeset/ports/330497 Log: Fix at cross-device build (use "ln -sf" rather "ln -f"): ----- ln: /usr/ports/russian/d1489/work/stage/usr/local/bin/fromdos: Cross-device link ----- Pointed out by: marino (via e-mail) Modified: head/russian/d1489/files/patch-Makefile Modified: head/russian/d1489/files/patch-Makefile ============================================================================== --- head/russian/d1489/files/patch-Makefile Wed Oct 16 10:50:29 2013 (r330496) +++ head/russian/d1489/files/patch-Makefile Wed Oct 16 10:58:13 2013 (r330497) @@ -20,9 +20,9 @@ - cp a2kfcnv ${PREFIX}/bin + cp todos ${DISTDIR}/bin + -rm -f ${DISTDIR}/bin/fromdos ${DISTDIR}/bin/fromwin ${DISTDIR}/bin/towin -+ ln -f ${PREFIX}/bin/todos ${DISTDIR}/bin/fromdos -+ ln -f ${PREFIX}/bin/todos ${DISTDIR}/bin/fromwin -+ ln -f ${PREFIX}/bin/todos ${DISTDIR}/bin/towin ++ ln -sf ${PREFIX}/bin/todos ${DISTDIR}/bin/fromdos ++ ln -sf ${PREFIX}/bin/todos ${DISTDIR}/bin/fromwin ++ ln -sf ${PREFIX}/bin/todos ${DISTDIR}/bin/towin + cp a2kfcnv ${DISTDIR}/bin clean: