From 931ee8126ec52a8df6cabcf5853b65e3413eb8e8 Mon Sep 17 00:00:00 2001 From: cy Date: Tue, 6 Dec 2011 21:19:47 +0000 Subject: Fix build under 9.0. Assume maintainership of this orphan. Feature safe: yes --- net/fspclient/Makefile | 6 +----- net/fspclient/files/patch-bsd-print.c | 15 +++++++++++++++ 2 files changed, 16 insertions(+), 5 deletions(-) create mode 100644 net/fspclient/files/patch-bsd-print.c (limited to 'net') diff --git a/net/fspclient/Makefile b/net/fspclient/Makefile index e49cacc184bc..96fbd66ca039 100644 --- a/net/fspclient/Makefile +++ b/net/fspclient/Makefile @@ -10,7 +10,7 @@ PORTVERSION= 0.93.0 CATEGORIES= net MASTER_SITES= SF -MAINTAINER= ports@FreeBSD.org +MAINTAINER= cy@FreeBSD.org COMMENT= A ftp-like client for the FSP service USE_BZIP2= yes @@ -23,8 +23,4 @@ PLIST_FILES= bin/fsp .include -.if ${OSVERSION} > 900007 -BROKEN= fails to build with new utmpx -.endif - .include diff --git a/net/fspclient/files/patch-bsd-print.c b/net/fspclient/files/patch-bsd-print.c new file mode 100644 index 000000000000..31b402b24d3d --- /dev/null +++ b/net/fspclient/files/patch-bsd-print.c @@ -0,0 +1,15 @@ +--- bsd/print.c.orig 2009-09-15 13:34:20.000000000 -0700 ++++ bsd/print.c 2011-12-06 13:16:42.300321971 -0800 +@@ -27,7 +27,12 @@ + #include "client.h" + #include + #include ++#include ++#if defined(__FreeBSD_version) && __FreeBSD_version > 900007 ++#include ++#else + #include ++#endif + #include + #include "ls.h" + -- cgit