diff options
author | rafan <rafan@FreeBSD.org> | 2006-07-15 02:19:30 +0800 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2006-07-15 02:19:30 +0800 |
commit | f02b0d96f7427ce9fc73ff70ad8153593b96dbe1 (patch) | |
tree | 70ac9ec5f739699551bbd502190198097bf8c126 /misc | |
parent | c32eae161413fedf1f6221b6df9699cdc26ec9a0 (diff) | |
download | freebsd-ports-gnome-f02b0d96f7427ce9fc73ff70ad8153593b96dbe1.tar.gz freebsd-ports-gnome-f02b0d96f7427ce9fc73ff70ad8153593b96dbe1.tar.zst freebsd-ports-gnome-f02b0d96f7427ce9fc73ff70ad8153593b96dbe1.zip |
- Mark BROKEN on 4.x, does not compile
- Add another mirror site
PR: ports/100298
Submitted by: maintainer
Diffstat (limited to 'misc')
-rw-r--r-- | misc/sword/Makefile | 11 | ||||
-rw-r--r-- | misc/sword15/Makefile | 11 |
2 files changed, 18 insertions, 4 deletions
diff --git a/misc/sword/Makefile b/misc/sword/Makefile index 3a64eff493b9..185bb1d2f687 100644 --- a/misc/sword/Makefile +++ b/misc/sword/Makefile @@ -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> diff --git a/misc/sword15/Makefile b/misc/sword15/Makefile index 3a64eff493b9..185bb1d2f687 100644 --- a/misc/sword15/Makefile +++ b/misc/sword15/Makefile @@ -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> |