From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Aug 1 18:41:23 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 D413F16A4DE for ; Tue, 1 Aug 2006 18:41:23 +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 0E84F43D5E for ; Tue, 1 Aug 2006 18:40:23 +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 k71IeNDj043924 for ; Tue, 1 Aug 2006 18:40:23 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k71IeNP0043920; Tue, 1 Aug 2006 18:40:23 GMT (envelope-from gnats) Resent-Date: Tue, 1 Aug 2006 18:40:23 GMT Resent-Message-Id: <200608011840.k71IeNP0043920@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 9C70916A4DF for ; Tue, 1 Aug 2006 18:33:54 +0000 (UTC) (envelope-from tabthorpe@stthomasanglican.org) Received: from tbaytel.net (front1-drytel.tbaytel.net [216.211.26.155]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7973043D6B for ; Tue, 1 Aug 2006 18:33:44 +0000 (GMT) (envelope-from tabthorpe@stthomasanglican.org) Received: from stjames.stthomasanglican.org ([216.211.55.62] verified) by front1.tbaytel.net (CommuniGate Pro SMTP 5.0.8) with ESMTPS id 52210314; Tue, 01 Aug 2006 14:33:43 -0400 Received: from stjames.stthomasanglican.org (localhost [127.0.0.1]) by stjames.stthomasanglican.org (8.13.7/8.13.7) with ESMTP id k71IXXs7047505 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 1 Aug 2006 14:33:34 -0400 (EDT) (envelope-from tabthorpe@stjames.stthomasanglican.org) Received: (from tabthorpe@localhost) by stjames.stthomasanglican.org (8.13.7/8.13.7/Submit) id k71IXXlq047504; Tue, 1 Aug 2006 14:33:33 -0400 (EDT) (envelope-from tabthorpe) Message-Id: <200608011833.k71IXXlq047504@stjames.stthomasanglican.org> Date: Tue, 1 Aug 2006 14:33:33 -0400 (EDT) From: Thomas Abthorpe To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: thomas@goodking.ca Subject: ports/101208: [MAINTAINER] misc/bibletime: Mark as broken on 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: Tue, 01 Aug 2006 18:41:24 -0000 >Number: 101208 >Category: ports >Synopsis: [MAINTAINER] misc/bibletime: Mark as broken on 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: Tue Aug 01 18:40:22 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: - Fails to compile under FreeBSD 4.X Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- bibletime-1.5.3.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/misc/bibletime/Makefile,v retrieving revision 1.16 diff -u -r1.16 Makefile --- Makefile 15 Jul 2006 00:10:53 -0000 1.16 +++ Makefile 1 Aug 2006 18:32:09 -0000 @@ -23,8 +23,14 @@ USE_BZIP2= yes INSTALLS_ICONS= yes +.include + +.if ${OSVERSION} < 500000 +BROKEN= Fails to compile under FreeBSD 4.X +.endif + post-patch: @${REINPLACE_CMD} -e "s^-lpthread^${PTHREAD_LIBS}^g" ${WRKSRC}/configure @${REINPLACE_CMD} -e "s^-lpthread^${PTHREAD_LIBS}^g" ${WRKSRC}/bibletime/Makefile.in -.include +.include --- bibletime-1.5.3.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: