diff options
author | miwi <miwi@FreeBSD.org> | 2010-03-20 13:31:19 +0000 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2010-03-20 13:31:19 +0000 |
commit | 3254ae9810b800b81b68dc596da6fe0fc944aea2 (patch) | |
tree | 68002d1e269690a1163221938b4c44885eee987b | |
parent | 2f1e207f7ac3b7a583004db25bbc29ad770a6d79 (diff) | |
download | FreeBSD-ports-3254ae9810b800b81b68dc596da6fe0fc944aea2.zip FreeBSD-ports-3254ae9810b800b81b68dc596da6fe0fc944aea2.tar.gz |
- Mark BROKEN on HEAD: fails to build with new utmpx
Reported by: pointyhat
-rw-r--r-- | accessibility/yasr/Makefile | 8 | ||||
-rw-r--r-- | lang/squeak-dev/Makefile | 4 | ||||
-rw-r--r-- | lang/squeak/Makefile | 4 | ||||
-rw-r--r-- | net/v6eval/Makefile | 4 | ||||
-rw-r--r-- | x11-toolkits/xview/Makefile | 4 | ||||
-rw-r--r-- | x11/rxvt/Makefile | 4 |
6 files changed, 27 insertions, 1 deletions
diff --git a/accessibility/yasr/Makefile b/accessibility/yasr/Makefile index bb92a08..e9b0937 100644 --- a/accessibility/yasr/Makefile +++ b/accessibility/yasr/Makefile @@ -36,6 +36,12 @@ PLIST_FILES= bin/yasr \ %%NLS%%share/locale/fr/LC_MESSAGES/yasr.mo PLIST_DIRS= %%DATADIR%% +.include <bsd.port.pre.mk> + +.if ${OSVERSION} > 900007 +BROKEN= fails to build with new utmpx +.endif + post-patch: @${REINPLACE_CMD} -e 's|/bin/bash|/bin/csh|' ${WRKSRC}/yasr.conf @@ -48,4 +54,4 @@ post-install: .endif @${ECHO_CMD}; ${CAT} ${PKGMESSAGE}; ${ECHO_CMD} -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/lang/squeak-dev/Makefile b/lang/squeak-dev/Makefile index 98b1bf2..30c26b8 100644 --- a/lang/squeak-dev/Makefile +++ b/lang/squeak-dev/Makefile @@ -49,6 +49,10 @@ OPTIONS+= XIM "XIM support (Implies X)" off .include <bsd.port.pre.mk> +.if ${OSVERSION} > 900007 +BROKEN= fails to build with new utmpx +.endif + ################################################## XIM_PATCH= SqueakImmX11Plugin3a${EXTRACT_SUFX} PLUGIN_IMAGE= SqueakPlugin.zip diff --git a/lang/squeak/Makefile b/lang/squeak/Makefile index 98b1bf2..30c26b8 100644 --- a/lang/squeak/Makefile +++ b/lang/squeak/Makefile @@ -49,6 +49,10 @@ OPTIONS+= XIM "XIM support (Implies X)" off .include <bsd.port.pre.mk> +.if ${OSVERSION} > 900007 +BROKEN= fails to build with new utmpx +.endif + ################################################## XIM_PATCH= SqueakImmX11Plugin3a${EXTRACT_SUFX} PLUGIN_IMAGE= SqueakPlugin.zip diff --git a/net/v6eval/Makefile b/net/v6eval/Makefile index 74ed05f..4dbb1f7 100644 --- a/net/v6eval/Makefile +++ b/net/v6eval/Makefile @@ -30,6 +30,10 @@ SUB_FILES= pkg-message .include <bsd.port.pre.mk> +.if ${OSVERSION} > 900007 +BROKEN= fails to build with new utmpx +.endif + post-install: @${CAT} ${PKGMESSAGE} diff --git a/x11-toolkits/xview/Makefile b/x11-toolkits/xview/Makefile index ae30ea7..3987e48 100644 --- a/x11-toolkits/xview/Makefile +++ b/x11-toolkits/xview/Makefile @@ -44,6 +44,10 @@ X11BASE2FIX= clients/olwmslave/help_file.c lib/libxview/help/help_file.c \ CFLAGS+= -DCOMPAT_43TTY .endif +.if ${OSVERSION} > 900007 +BROKEN= fails to build with new utmpx +.endif + pre-configure: @${REINPLACE_CMD} -e 's+/usr/local+${PREFIX}+;' \ ${WRKSRC}/config/XView.cf diff --git a/x11/rxvt/Makefile b/x11/rxvt/Makefile index 44c52d1..e3ca32b 100644 --- a/x11/rxvt/Makefile +++ b/x11/rxvt/Makefile @@ -40,6 +40,10 @@ PLIST_FILES= bin/rxvt .include <bsd.port.pre.mk> +.if ${OSVERSION} > 900007 +BROKEN= fails to build with new utmpx +.endif + # enable big5 support .if defined(WITH_BIG5) CONFIGURE_ARGS+= --enable-big5 |