diff options
-rw-r--r-- | audio/workman/Makefile | 8 | ||||
-rw-r--r-- | editors/textedit/Makefile | 8 | ||||
-rw-r--r-- | graphics/xbarcode/Makefile | 8 | ||||
-rw-r--r-- | misc/xdf/Makefile | 8 | ||||
-rw-r--r-- | x11-servers/XttXF86srv-common/Makefile | 4 | ||||
-rw-r--r-- | x11-wm/olvwm/Makefile | 8 | ||||
-rw-r--r-- | x11/props/Makefile | 8 |
7 files changed, 46 insertions, 6 deletions
diff --git a/audio/workman/Makefile b/audio/workman/Makefile index d00501fa2f70..78ab3ad215ee 100644 --- a/audio/workman/Makefile +++ b/audio/workman/Makefile @@ -23,7 +23,13 @@ MAN1= workman.1 MAN5= workmandb.5 XFREE86_HTML_MAN=no +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 502000 +BROKEN= "Does not compile" +.endif + post-install: ${GZIP_CMD} ${X11BASE}/man/man5/workmandb.5 -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/editors/textedit/Makefile b/editors/textedit/Makefile index e22359922520..293788a9f263 100644 --- a/editors/textedit/Makefile +++ b/editors/textedit/Makefile @@ -21,4 +21,10 @@ USE_IMAKE= yes MAN1= textedit.1 PLIST_FILES= bin/textedit -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 502000 +BROKEN= "Does not compile" +.endif + +.include <bsd.port.post.mk> diff --git a/graphics/xbarcode/Makefile b/graphics/xbarcode/Makefile index 0894f5751248..67dc0a6c92fe 100644 --- a/graphics/xbarcode/Makefile +++ b/graphics/xbarcode/Makefile @@ -22,9 +22,15 @@ MLINKS= XBarcode.1 bar.1 ALL_TARGET= XBarcode USE_XLIB= yes +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 502000 +BROKEN= "Does not compile" +.endif + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/XBarcode ${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/bar ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/XBarcode.1 ${MAN1PREFIX}/man/man1 -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/misc/xdf/Makefile b/misc/xdf/Makefile index 3560424da6d6..23011feef695 100644 --- a/misc/xdf/Makefile +++ b/misc/xdf/Makefile @@ -21,7 +21,13 @@ USE_XLIB= yes USE_X_PREFIX= yes USE_GMAKE= yes +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 502000 +BROKEN= "Does not compile" +.endif + post-install: ${STRIP_CMD} ${PREFIX}/bin/xdf -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/x11-servers/XttXF86srv-common/Makefile b/x11-servers/XttXF86srv-common/Makefile index b5d2fcceaa06..4e271563293a 100644 --- a/x11-servers/XttXF86srv-common/Makefile +++ b/x11-servers/XttXF86srv-common/Makefile @@ -67,6 +67,10 @@ PATCH_DIST_STRIP= -p1 .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 502000 +BROKEN= "Does not compile" +.endif + .if ${XFREE86_VERSION} == 4 BUILD_DEPENDS+= xmkmf:${PORTSDIR}/devel/imake-4 .endif diff --git a/x11-wm/olvwm/Makefile b/x11-wm/olvwm/Makefile index a4b03586c40c..ce2e0d7b0b3e 100644 --- a/x11-wm/olvwm/Makefile +++ b/x11-wm/olvwm/Makefile @@ -30,4 +30,10 @@ USE_XPM= yes MAN1= olvwm.1 olvwmrc.1 XFREE86_HTML_MAN= no -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 502000 +BROKEN= "Does not compile" +.endif + +.include <bsd.port.post.mk> diff --git a/x11/props/Makefile b/x11/props/Makefile index 958022b91a87..0d338b2519ba 100644 --- a/x11/props/Makefile +++ b/x11/props/Makefile @@ -19,8 +19,14 @@ LIB_DEPENDS= xview.3:${PORTSDIR}/x11-toolkits/xview WRKSRC= ${WRKDIR}/props USE_IMAKE= yes +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 502000 +BROKEN= "Does not compile" +.endif + post-install: ${MKDIR} ${X11BASE}/lib/X11/locale/C/props; \ ${INSTALL_DATA} ${WRKSRC}/C/* ${X11BASE}/lib/X11/locale/C/props -.include <bsd.port.mk> +.include <bsd.port.post.mk> |