diff options
author | linimon <linimon@FreeBSD.org> | 2003-12-23 13:45:34 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2003-12-23 13:45:34 +0800 |
commit | 8fe4de78a60b17f62ec3452863e1d3ce2164c4d7 (patch) | |
tree | d4046af48be580d7edb62b940ec5784c4dc12a11 /sysutils/bkpupsd | |
parent | 28ff31da729a103ca33434683b68e94f17822904 (diff) | |
download | freebsd-ports-gnome-8fe4de78a60b17f62ec3452863e1d3ce2164c4d7.tar.gz freebsd-ports-gnome-8fe4de78a60b17f62ec3452863e1d3ce2164c4d7.tar.zst freebsd-ports-gnome-8fe4de78a60b17f62ec3452863e1d3ce2164c4d7.zip |
Mark as broken on recent versions of 5.x due to gcc3.3 having
deprecated varargs.h. Notified maintainer.
Diffstat (limited to 'sysutils/bkpupsd')
-rw-r--r-- | sysutils/bkpupsd/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/sysutils/bkpupsd/Makefile b/sysutils/bkpupsd/Makefile index e1b1a0751db4..6a6ea714e266 100644 --- a/sysutils/bkpupsd/Makefile +++ b/sysutils/bkpupsd/Makefile @@ -15,4 +15,10 @@ COMMENT= A simple UPS daemon for APC BK Pro(TM) MAN8= bkpupsd.8 -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 500113 +BROKEN= "Does not compile due to deprecation of varargs.h" +.endif + +.include <bsd.port.post.mk> |