From owner-cvs-ports@FreeBSD.ORG Fri Aug 19 23:16:47 2011 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DDDD71065670; Fri, 19 Aug 2011 23:16:47 +0000 (UTC) (envelope-from flo@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id B7A2B8FC0A; Fri, 19 Aug 2011 23:16:47 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p7JNGlMC048687; Fri, 19 Aug 2011 23:16:47 GMT (envelope-from flo@repoman.freebsd.org) Received: (from flo@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p7JNGlqZ048686; Fri, 19 Aug 2011 23:16:47 GMT (envelope-from flo) Message-Id: <201108192316.p7JNGlqZ048686@repoman.freebsd.org> From: Florian Smeets Date: Fri, 19 Aug 2011 23:16:47 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/Mk bsd.gecko.mk X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Aug 2011 23:16:48 -0000 flo 2011-08-19 23:16:47 UTC FreeBSD ports repository Modified files: Mk bsd.gecko.mk Log: fix installation of gecko ports after 1.34. On FreeBSD versions < 800081 libarchive has a bug in the s modifier of -s where it would not rewrite symlinks e.g. /usr/local/bin/firefox would still point to /usr/ports/www/firefox/work/fake/lib/firefox/firefox Instead of forcing a dependency on archivers/libarchive use a creative workaround and rewrite the symlinks. This workaround should be removed once we drop support for FreeBSD 7 Reported by: naddy Submitted by: Revision Changes Path 1.37 +8 -1 ports/Mk/bsd.gecko.mk