- Mark BROKEN on 4.x, does not compile

- Add another mirror site

PR:		ports/100298
Submitted by:	maintainer
This commit is contained in:
Rong-En Fan 2006-07-14 18:19:30 +00:00
parent d5fdef68f4
commit d7fe4d8f9f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=167820
2 changed files with 18 additions and 4 deletions

View File

@ -9,7 +9,8 @@ PORTNAME= sword
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 @@ INSTALLS_SHLIB= yes
SUB_FILES= pkg-message
PKGMESSAGE= ${WRKDIR}/pkg-message
.include <bsd.port.pre.mk>
.if ${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 @@ post-install:
register:
@(cd ${WRKSRC} && make register)
.include <bsd.port.mk>
.include <bsd.port.post.mk>

View File

@ -9,7 +9,8 @@ PORTNAME= sword
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 @@ INSTALLS_SHLIB= yes
SUB_FILES= pkg-message
PKGMESSAGE= ${WRKDIR}/pkg-message
.include <bsd.port.pre.mk>
.if ${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 @@ post-install:
register:
@(cd ${WRKSRC} && make register)
.include <bsd.port.mk>
.include <bsd.port.post.mk>