1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-20 08:27:15 +00:00

- Mark BROKEN: does not package

Reported by:	pointyhat
This commit is contained in:
Pav Lucistnik 2012-02-15 23:09:25 +00:00
parent 1728f43023
commit 4ac48ce5ae
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=291486
3 changed files with 6 additions and 4 deletions

View File

@ -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=""

View File

@ -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

View File

@ -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