aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia/k9copy
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2011-12-06 01:29:39 +0800
committerpav <pav@FreeBSD.org>2011-12-06 01:29:39 +0800
commit9389b4cb2f5aaa7a057745c7693837939d062a99 (patch)
tree67a9d19d905c8877d39b7c6ef1484f6d8b66d67a /multimedia/k9copy
parent4005db7670d64b39035c37ccd66a0c2ad5e39efe (diff)
downloadfreebsd-ports-gnome-9389b4cb2f5aaa7a057745c7693837939d062a99.tar.gz
freebsd-ports-gnome-9389b4cb2f5aaa7a057745c7693837939d062a99.tar.zst
freebsd-ports-gnome-9389b4cb2f5aaa7a057745c7693837939d062a99.zip
- Mark BROKEN on FreeBSD 9.X:
k3bscsicommand_bsd.cpp:96: error: 'struct scsi_sense_data' has no member named 'flags' k3bscsicommand_bsd.cpp:97: error: 'struct scsi_sense_data' has no member named 'add_sense_code' k3bscsicommand_bsd.cpp:98: error: 'struct scsi_sense_data' has no member named 'add_sense_code_qual' [..] Reported by: pointyhat Feature safe: yes
Diffstat (limited to 'multimedia/k9copy')
-rw-r--r--multimedia/k9copy/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/multimedia/k9copy/Makefile b/multimedia/k9copy/Makefile
index 139477d790c3..1c56248449b6 100644
--- a/multimedia/k9copy/Makefile
+++ b/multimedia/k9copy/Makefile
@@ -25,6 +25,12 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
USE_LDCONFIG= yes
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 900044
+BROKEN= does not compile on FreeBSD 9.X
+.endif
+
post-patch:
@${REINPLACE_CMD} -e 's,-O2,,g ; \
s,-lpthread,${PTHREAD_LIBS},g' ${WRKSRC}/${CONFIGURE_SCRIPT}
@@ -35,4 +41,4 @@ post-patch:
's,^kde includedir,# kde includedir,' \
${WRKSRC}/libk9copy/Makefile.in
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
s-gnome/commit/editors/textroom?id=472387c1864e149c8de23f290e91793ad7fbf8ca'>- Remove MAKE_JOBS_SAFE variableak2013-08-151-1/+0 * - Update to 7.31.0sunpoet2013-07-121-2/+2 * - Update historical headerjgh2013-05-072-17/+5 * - Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4miwi2012-06-061-2/+1 * - update png to 1.5.10dinoex2012-06-011-1/+1 * - Update devel/sdl12 to 1.2.15mva2012-02-181-1/+1 * Fix build with hunspell 1.3bapt2011-07-221-1/+1 * - update to 1.3.2bapt2011-07-191-1/+2 * - Connect textproc/hunspell to the buildjlaffaye2011-07-191-1/+1 * - Update to 0.8.2beat2011-02-18