aboutsummaryrefslogtreecommitdiff
path: root/devel/gdcm
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2011-01-27 08:35:30 +0000
committerPav Lucistnik <pav@FreeBSD.org>2011-01-27 08:35:30 +0000
commitaebf0eb754c8c273345aa6fc52bb094181515b5a (patch)
treedda136c5176c09f57ba2b8b576fd1398ee942416 /devel/gdcm
parent6ac0076929902a77f38f134b82488cd0f744bfe9 (diff)
downloadports-aebf0eb754c8c273345aa6fc52bb094181515b5a.tar.gz
ports-aebf0eb754c8c273345aa6fc52bb094181515b5a.zip
- Disallow from 7.x builds on pointyhat due to hangs
Feature safe: yes
Notes
Notes: svn path=/head/; revision=268279
Diffstat (limited to 'devel/gdcm')
-rw-r--r--devel/gdcm/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/devel/gdcm/Makefile b/devel/gdcm/Makefile
index b1c1d262cd17..b2883c09c259 100644
--- a/devel/gdcm/Makefile
+++ b/devel/gdcm/Makefile
@@ -45,7 +45,13 @@ post-install:
CMAKE_ARGS+= -DGDCM_DOCUMENTATION:BOOL=NO
.endif
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} <= 701000
+MANUAL_PACKAGE_BUILD= hangs on pointyhat
+.endif
+
post-patch:
${REINPLACE_CMD} -e 's| NAMELINK_SKIP||; s| NAMELINK_ONLY||' ${WRKSRC}/CMakeLists.txt
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>