diff options
author | erwin <erwin@FreeBSD.org> | 2009-05-24 23:20:16 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2009-05-24 23:20:16 +0800 |
commit | bd42be31b1d6352bab12a4fe2f9db920f6e65488 (patch) | |
tree | 3d4a83efaad9ddcc9b06177d590764c65b01f7e3 | |
parent | 2c8c9ca0d998cf25ffdb255ac51077667a66cc79 (diff) | |
download | freebsd-ports-gnome-bd42be31b1d6352bab12a4fe2f9db920f6e65488.tar.gz freebsd-ports-gnome-bd42be31b1d6352bab12a4fe2f9db920f6e65488.tar.zst freebsd-ports-gnome-bd42be31b1d6352bab12a4fe2f9db920f6e65488.zip |
Mark BROKEN on 8.x: does not build.
-rw-r--r-- | graphics/ophoto/Makefile | 8 | ||||
-rw-r--r-- | graphics/phpsview/Makefile | 8 | ||||
-rw-r--r-- | graphics/qcamview/Makefile | 8 | ||||
-rw-r--r-- | graphics/snx101util/Makefile | 8 | ||||
-rw-r--r-- | graphics/spcaview/Makefile | 8 | ||||
-rw-r--r-- | graphics/vid/Makefile | 8 | ||||
-rw-r--r-- | graphics/white_dune/Makefile | 8 |
7 files changed, 49 insertions, 7 deletions
diff --git a/graphics/ophoto/Makefile b/graphics/ophoto/Makefile index e88c30f149e8..bd94c06a8430 100644 --- a/graphics/ophoto/Makefile +++ b/graphics/ophoto/Makefile @@ -20,4 +20,10 @@ PLIST_FILES= bin/ophoto do-install: ${INSTALL_PROGRAM} ${WRKSRC}/ophoto ${PREFIX}/bin -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 800064 +BROKEN= does not build +.endif + +.include <bsd.port.post.mk> diff --git a/graphics/phpsview/Makefile b/graphics/phpsview/Makefile index e96f97abf78d..999517c88ae5 100644 --- a/graphics/phpsview/Makefile +++ b/graphics/phpsview/Makefile @@ -49,4 +49,10 @@ do-install: post-install: @${CAT} ${PKGMESSAGE} -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 800064 +BROKEN= does not build +.endif + +.include <bsd.port.post.mk> diff --git a/graphics/qcamview/Makefile b/graphics/qcamview/Makefile index 3b3bdecde83f..579bb70f059a 100644 --- a/graphics/qcamview/Makefile +++ b/graphics/qcamview/Makefile @@ -46,4 +46,10 @@ do-install: @(cd ${INSTALL_WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} Makefile.${component} ${MAKE_ARGS} ${INSTALL_TARGET}) .endfor -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 800064 +BROKEN= does not build +.endif + +.include <bsd.port.post.mk> diff --git a/graphics/snx101util/Makefile b/graphics/snx101util/Makefile index b82a718fef95..51d6a1b057e4 100644 --- a/graphics/snx101util/Makefile +++ b/graphics/snx101util/Makefile @@ -37,4 +37,10 @@ do-install: @(cd ${INSTALL_WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} Makefile.${component} ${MAKE_ARGS} ${INSTALL_TARGET}) .endfor -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 800064 +BROKEN= does not build +.endif + +.include <bsd.port.post.mk> diff --git a/graphics/spcaview/Makefile b/graphics/spcaview/Makefile index 31df864c6b63..4afd14e77720 100644 --- a/graphics/spcaview/Makefile +++ b/graphics/spcaview/Makefile @@ -44,4 +44,10 @@ do-install: @(cd ${INSTALL_WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} Makefile.${component} ${MAKE_ARGS} ${INSTALL_TARGET}) .endfor -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 800064 +BROKEN= does not build +.endif + +.include <bsd.port.post.mk> diff --git a/graphics/vid/Makefile b/graphics/vid/Makefile index 698777347714..79e03718930d 100644 --- a/graphics/vid/Makefile +++ b/graphics/vid/Makefile @@ -26,4 +26,10 @@ ALL_TARGET= do-install: ${INSTALL_PROGRAM} ${WRKSRC}/vid ${PREFIX}/bin -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 800064 +BROKEN= does not build +.endif + +.include <bsd.port.post.mk> diff --git a/graphics/white_dune/Makefile b/graphics/white_dune/Makefile index f784b3fb2af6..caeef5f22126 100644 --- a/graphics/white_dune/Makefile +++ b/graphics/white_dune/Makefile @@ -46,4 +46,10 @@ do-install: @cd ${WRKSRC}/docs/&&${COPYTREE_SHARE} . ${DOCSDIR}/ .endif -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 800064 +BROKEN= does not build +.endif + +.include <bsd.port.post.mk> |