diff options
author | pav <pav@FreeBSD.org> | 2007-07-03 03:01:04 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2007-07-03 03:01:04 +0800 |
commit | 8eba96b36ad4230e29c29044a42608050210a1f7 (patch) | |
tree | 1ded10deafb806a07b1bf673070f413ce7ec1884 /textproc | |
parent | 487e44169b5eab1086657b11b255d372dbb4abee (diff) | |
download | freebsd-ports-graphics-8eba96b36ad4230e29c29044a42608050210a1f7.tar.gz freebsd-ports-graphics-8eba96b36ad4230e29c29044a42608050210a1f7.tar.zst freebsd-ports-graphics-8eba96b36ad4230e29c29044a42608050210a1f7.zip |
- Mark these unmaintained ports BROKEN on HEAD: do not compile with GCC 4.2
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/ruby-libxml/Makefile | 8 | ||||
-rw-r--r-- | textproc/ruby-xtemplate/Makefile | 8 | ||||
-rw-r--r-- | textproc/xmlwrapp/Makefile | 4 |
3 files changed, 18 insertions, 2 deletions
diff --git a/textproc/ruby-libxml/Makefile b/textproc/ruby-libxml/Makefile index a94cd856e42..4cc3ddae767 100644 --- a/textproc/ruby-libxml/Makefile +++ b/textproc/ruby-libxml/Makefile @@ -26,4 +26,10 @@ USE_RUBY_EXTCONF= yes INSTALL_TARGET= site-install -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 700042 +BROKEN= Does not compile with GCC 4.2 +.endif + +.include <bsd.port.post.mk> diff --git a/textproc/ruby-xtemplate/Makefile b/textproc/ruby-xtemplate/Makefile index 69ad3f2d494..c3f55ed3e23 100644 --- a/textproc/ruby-xtemplate/Makefile +++ b/textproc/ruby-xtemplate/Makefile @@ -26,6 +26,12 @@ CONFIGURE_ARGS= --with-ext DOCS_EN= CHANGES README STATUS TUTORIAL +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 700042 +BROKEN= Does not compile with GCC 4.2 +.endif + post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${RUBY_MODEXAMPLESDIR} @@ -36,4 +42,4 @@ post-install: .endfor .endif -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/textproc/xmlwrapp/Makefile b/textproc/xmlwrapp/Makefile index 5c5af810dea..b8d678e8801 100644 --- a/textproc/xmlwrapp/Makefile +++ b/textproc/xmlwrapp/Makefile @@ -27,6 +27,10 @@ CFLAGS+= -fPIC .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 700042 +BROKEN= Does not compile with GCC 4.2 +.endif + .if ${HAVE_GNOME:Mlibxslt}!="" USE_GNOME+= libxslt .else |