aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--devel/nemiver/Makefile6
-rw-r--r--emulators/open-vm-tools/Makefile2
-rw-r--r--net/mpich2/Makefile2
3 files changed, 6 insertions, 4 deletions
diff --git a/devel/nemiver/Makefile b/devel/nemiver/Makefile
index d1b7cc41155a..ae3f903c8a90 100644
--- a/devel/nemiver/Makefile
+++ b/devel/nemiver/Makefile
@@ -24,6 +24,8 @@ LIB_DEPENDS= boost_unit_test_framework:${PORTSDIR}/devel/boost-libs \
BUILD_DEPENDS= gdb74:${PORTSDIR}/devel/gdb
RUN_DEPENDS= gdb74:${PORTSDIR}/devel/gdb
+BROKEN= does not package
+
OPTIONS= GHEX "Enable memory view" off
GNU_CONFIGURE= yes
@@ -39,10 +41,6 @@ MAN1= nemiver.1
.include <bsd.port.pre.mk>
-.if ${OSVERSION} <= 604100
-BROKEN= Does not compile on 6.x
-.endif
-
.if defined(WITH_GHEX) && !defined(WITHOUT_GHEX)
CONFIGURE_ARGS+=--enable-memoryview
PLIST_SUB+= GHEX=""
diff --git a/emulators/open-vm-tools/Makefile b/emulators/open-vm-tools/Makefile
index 689d43b1d2e2..489d55f3ae4a 100644
--- a/emulators/open-vm-tools/Makefile
+++ b/emulators/open-vm-tools/Makefile
@@ -17,6 +17,8 @@ COMMENT?= Open VMware tools for FreeBSD VMware guests
LICENSE= LGPL21
LICENSE_FILE= ${WRKSRC}/COPYING
+BROKEN= does not package
+
RELEASE_VER= 8.8.0
BUILD_VER= 471268
diff --git a/net/mpich2/Makefile b/net/mpich2/Makefile
index 7890c8e2bde7..d81382e606a9 100644
--- a/net/mpich2/Makefile
+++ b/net/mpich2/Makefile
@@ -33,6 +33,8 @@ LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
LICENSE_NAME= MPICH
LICENSE_FILE= ${WRKSRC}/COPYRIGHT
+BROKEN= does not package
+
.if defined(MAINTAINER_MODE)
WITH_RECV_TIMEOUT?= 100
.else