diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2003-05-07 00:12:29 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2003-05-07 00:12:29 +0000 |
commit | 488b2131831ae04c9871c69e45a79e378dbc4bf7 (patch) | |
tree | b3fd8f063fd877cf92b7c9c5856691f8fc8aafd7 /devel | |
parent | 10dd0a6b4815105a91d553a547faf3e8f9a4a27e (diff) |
Notes
Diffstat (limited to 'devel')
-rw-r--r-- | devel/ptl/Makefile | 2 | ||||
-rw-r--r-- | devel/py-omniorb/Makefile | 2 | ||||
-rw-r--r-- | devel/uds/Makefile | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/devel/ptl/Makefile b/devel/ptl/Makefile index 276ed847df7e..d7ca5190f695 100644 --- a/devel/ptl/Makefile +++ b/devel/ptl/Makefile @@ -16,6 +16,8 @@ DISTNAME= ${PORTNAME:U}-${PORTVERSION} MAINTAINER= knu@FreeBSD.org COMMENT= A user level multi-thread library based on POSIX 1003.1c API +BROKEN= "Does not compile" + BUILD_DEPENDS= autoconf:${PORTSDIR}/devel/autoconf PATCH_SITES= ${MASTER_SITES} diff --git a/devel/py-omniorb/Makefile b/devel/py-omniorb/Makefile index db3c1f997cbf..5eeb11952c6f 100644 --- a/devel/py-omniorb/Makefile +++ b/devel/py-omniorb/Makefile @@ -16,6 +16,8 @@ DISTNAME= omniORBpy-${PORTVERSION} MAINTAINER= ak03@gte.com COMMENT= Python bindings for omniORB4, a CORBA 2.6 ORB +BROKEN= "Does not compile" + LIB_DEPENDS= omniORB4.0:${PORTSDIR}/devel/omniORB RUN_DEPENDS= omniidl:${PORTSDIR}/devel/omniORB # parts of omniORB4 source tree is required to build omniORBpy; diff --git a/devel/uds/Makefile b/devel/uds/Makefile index 2eb22db9bdfc..3bf122edd644 100644 --- a/devel/uds/Makefile +++ b/devel/uds/Makefile @@ -14,6 +14,8 @@ MASTER_SITES= http://frost.flewid.de/dist/ MAINTAINER= ports@FreeBSD.org COMMENT= UDS (Useful Development Stuff) Collection +BROKEN= "Does not compile" + USE_REINPLACE= yes USE_GCC= 3.1 USE_GMAKE= yes |