Date: Fri, 14 Jul 2006 12:01:56 -0400 (EDT) From: Thomas Abthorpe <thomas@goodking.ca> To: FreeBSD-gnats-submit@FreeBSD.org Cc: thomas@goodking.ca Subject: ports/100298: [MAINTAINER] misc/sword: Mark as broken under FreeBSD 4.X Message-ID: <200607141601.k6EG1uHV022675@stjames.stthomasanglican.org> Resent-Message-ID: <200607141610.k6EGAZ4N003057@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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 <bsd.port.pre.mk> + +.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 <bsd.port.mk> +.include <bsd.port.post.mk> --- sword-1.5.8.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200607141601.k6EG1uHV022675>