From owner-cvs-all@FreeBSD.ORG Tue Oct 3 13:32:46 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4495C16A407; Tue, 3 Oct 2006 13:32:46 +0000 (UTC) (envelope-from stas@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F396643D49; Tue, 3 Oct 2006 13:32:45 +0000 (GMT) (envelope-from stas@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k93DWjZf004587; Tue, 3 Oct 2006 13:32:45 GMT (envelope-from stas@repoman.freebsd.org) Received: (from stas@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k93DWj5E004583; Tue, 3 Oct 2006 13:32:45 GMT (envelope-from stas) Message-Id: <200610031332.k93DWj5E004583@repoman.freebsd.org> From: Stanislav Sedov Date: Tue, 3 Oct 2006 13:32:44 +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/www/elinks Makefile ports/www/elinks/files patch-configure X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Oct 2006 13:32:46 -0000 stas 2006-10-03 13:32:44 UTC FreeBSD ports repository Modified files: www/elinks Makefile Added files: www/elinks/files patch-configure Log: - Doesn't build when asciidoc is installed because of typo in configure. Fix that. - Doesn't build when libexecinfo installed as it tryes to use bactrace functions but doesn't gets linked against it. Explicitly link it. - Fix typo in OPTIONS. PR: ports/103342 Submitted by: me (stas) Approved by: maintainer timeout (2 weeks), sem (mentor) Revision Changes Path 1.42 +9 -1 ports/www/elinks/Makefile 1.1 +11 -0 ports/www/elinks/files/patch-configure (new)