diff options
author | itetcu <itetcu@FreeBSD.org> | 2008-07-18 05:05:42 +0800 |
---|---|---|
committer | itetcu <itetcu@FreeBSD.org> | 2008-07-18 05:05:42 +0800 |
commit | c6bb92173c16adaee23e809ea6f7cba2d0436405 (patch) | |
tree | 1c9435e76e0c6df824651b3b613ac9bcbe4840e0 | |
parent | f1936627819db16b3961f2bc1aaadc0eefd19362 (diff) | |
download | freebsd-ports-gnome-c6bb92173c16adaee23e809ea6f7cba2d0436405.tar.gz freebsd-ports-gnome-c6bb92173c16adaee23e809ea6f7cba2d0436405.tar.zst freebsd-ports-gnome-c6bb92173c16adaee23e809ea6f7cba2d0436405.zip |
Mark broken: depends on apr-db42-1.3.2 and apr-1.3.2 which conflict with each
other.
Prompted by: QA Tindy run
-rw-r--r-- | devel/rapidsvn/Makefile | 2 | ||||
-rw-r--r-- | devel/ruby-subversion/Makefile | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/devel/rapidsvn/Makefile b/devel/rapidsvn/Makefile index 9261101656c5..5e87c7ae697a 100644 --- a/devel/rapidsvn/Makefile +++ b/devel/rapidsvn/Makefile @@ -15,6 +15,8 @@ MASTER_SITES= http://www.rapidsvn.org/download/release/${PORTVERSION}/ MAINTAINER= kuriyama@FreeBSD.org COMMENT= Cross-platform GUI front-end for the Subversion revision system +BROKEN= depends on apr-db42-1.3.2 and apr-1.3.2 which conflict with each other + BUILD_DEPENDS= apr-1-config:${PORTSDIR}/devel/apr-svn \ neon-config:${PORTSDIR}/www/neon26 \ svn:${PORTSDIR}/devel/subversion \ diff --git a/devel/ruby-subversion/Makefile b/devel/ruby-subversion/Makefile index ed0703a1854f..3f936fe5e4a2 100644 --- a/devel/ruby-subversion/Makefile +++ b/devel/ruby-subversion/Makefile @@ -10,6 +10,8 @@ PKGNAMEPREFIX= ruby- MAINTAINER= lev@FreeBSD.org COMMENT= Ruby bindings for version control system +BROKEN= depends on apr-db42-1.3.2 and apr-1.3.2 which conflict with each other + MASTERDIR= ${.CURDIR}/../../devel/subversion PKGDIR= ${.CURDIR} |