aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorsat <sat@FreeBSD.org>2006-05-31 19:30:46 +0800
committersat <sat@FreeBSD.org>2006-05-31 19:30:46 +0800
commit510ee51a42a5a3087ba232455674ef119b8234e3 (patch)
treeecf8bcce746b029c6fb0204587b5fa6d8c1ba20d /www
parentf969f5ed1428f97f00b1be1c77e64d467cb05b5d (diff)
downloadfreebsd-ports-gnome-510ee51a42a5a3087ba232455674ef119b8234e3.tar.gz
freebsd-ports-gnome-510ee51a42a5a3087ba232455674ef119b8234e3.tar.zst
freebsd-ports-gnome-510ee51a42a5a3087ba232455674ef119b8234e3.zip
- Mark broken on 4.x
Reported by: pointyhat via kris Approved by: krion (mentor, implicit)
Diffstat (limited to 'www')
-rw-r--r--www/aria2/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/www/aria2/Makefile b/www/aria2/Makefile
index 621f035bc1ee..3e6a7d0fecbb 100644
--- a/www/aria2/Makefile
+++ b/www/aria2/Makefile
@@ -28,7 +28,13 @@ PLIST_FILES= bin/aria2c \
share/locale/de/LC_MESSAGES/aria2c.mo \
share/locale/ja/LC_MESSAGES/aria2c.mo
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 500000
+BROKEN= Does not build on 4.x
+.endif
+
post-patch:
@${REINPLACE_CMD} -e 's/SA_ONESHOT/SA_RESETHAND/g' ${WRKSRC}/src/main.cc
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>