From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jul 14 16:10:44 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4F21216A4DA for ; Fri, 14 Jul 2006 16:10:44 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0B0C843D64 for ; Fri, 14 Jul 2006 16:10:36 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k6EGAZg0003058 for ; Fri, 14 Jul 2006 16:10:35 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k6EGAZ4N003057; Fri, 14 Jul 2006 16:10:35 GMT (envelope-from gnats) Resent-Date: Fri, 14 Jul 2006 16:10:35 GMT Resent-Message-Id: <200607141610.k6EGAZ4N003057@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Thomas Abthorpe Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0624716A4DF for ; Fri, 14 Jul 2006 16:03:26 +0000 (UTC) (envelope-from tabthorpe@stthomasanglican.org) Received: from tbaytel.net (front2-drytel.tbaytel.net [216.211.26.165]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5D0F843D5E for ; Fri, 14 Jul 2006 16:03:19 +0000 (GMT) (envelope-from tabthorpe@stthomasanglican.org) Received: from stjames.stthomasanglican.org ([216.211.102.214] verified) by front2.tbaytel.net (CommuniGate Pro SMTP 5.0.8) with ESMTPS id 54015814; Fri, 14 Jul 2006 12:03:18 -0400 Received: from stjames.stthomasanglican.org (localhost [127.0.0.1]) by stjames.stthomasanglican.org (8.13.7/8.13.7) with ESMTP id k6EG1vXG022676 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 14 Jul 2006 12:01:58 -0400 (EDT) (envelope-from tabthorpe@stjames.stthomasanglican.org) Received: (from tabthorpe@localhost) by stjames.stthomasanglican.org (8.13.7/8.13.7/Submit) id k6EG1uHV022675; Fri, 14 Jul 2006 12:01:56 -0400 (EDT) (envelope-from tabthorpe) Message-Id: <200607141601.k6EG1uHV022675@stjames.stthomasanglican.org> Date: Fri, 14 Jul 2006 12:01:56 -0400 (EDT) From: Thomas Abthorpe To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: thomas@goodking.ca Subject: ports/100298: [MAINTAINER] misc/sword: Mark as broken under FreeBSD 4.X X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Jul 2006 16:10:44 -0000 >Number: 100298 >Category: ports >Synopsis: [MAINTAINER] misc/sword: Mark as broken under FreeBSD 4.X >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Fri Jul 14 16:10:35 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Thomas Abthorpe >Release: FreeBSD 6.1-RELEASE-p2 i386 >Organization: GoodKing.Ca >Environment: System: FreeBSD stjames.stthomasanglican.org 6.1-RELEASE-p2 FreeBSD 6.1-RELEASE-p2 #27: Sat Jun 24 23:38:22 EDT 2006 >Description: - mark as broken under FreeBSD 4.X, http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.4.2006071303/sword-1.5.8.log - add another mirror site, while I am here Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- sword-1.5.8.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/misc/sword/Makefile,v retrieving revision 1.18 diff -u -r1.18 Makefile --- Makefile 13 Jul 2006 01:50:57 -0000 1.18 +++ Makefile 14 Jul 2006 15:52:11 -0000 @@ -9,7 +9,8 @@ PORTVERSION= 1.5.8 CATEGORIES= misc MASTER_SITES= ftp://ftp.crosswire.org/pub/sword/source/v1.5/ \ - http://www.goodking.ca/pub/files/ + http://www.goodking.ca/pub/files/ \ + ftp://stjames.stthomasanglican.org/pub/files/ MAINTAINER= thomas@goodking.ca COMMENT= A project framework for manipulating Bible texts @@ -23,6 +24,12 @@ SUB_FILES= pkg-message PKGMESSAGE= ${WRKDIR}/pkg-message +.include + +.if (${OSVERSION} >= 400000) && (${OSVERSION} < 500000) +BROKEN=Fails to compile under FreeBSD 4.X +.endif + .if defined(WITHOUT_CURL) CONFIGURE_ARGS+= --without-curl PLIST_SUB+= INSTALLMGR="@comment " @@ -53,4 +60,4 @@ register: @(cd ${WRKSRC} && make register) -.include +.include --- sword-1.5.8.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: