diff options
author | kwm <kwm@FreeBSD.org> | 2015-12-11 06:13:58 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2015-12-11 06:13:58 +0800 |
commit | 5e0bc9c7fd66cf1f8f925dab7769c5080531cda0 (patch) | |
tree | daabc6f4f878fbc04f9c28f1afe6afb317ffe79f /misc | |
parent | e2ce47dd5947536f38d47f863e65f835a0dbea41 (diff) | |
download | freebsd-ports-gnome-5e0bc9c7fd66cf1f8f925dab7769c5080531cda0.tar.gz freebsd-ports-gnome-5e0bc9c7fd66cf1f8f925dab7769c5080531cda0.tar.zst freebsd-ports-gnome-5e0bc9c7fd66cf1f8f925dab7769c5080531cda0.zip |
Update freetype2 to 2.6.2. [1]
Mark magicpoint broken, maintainer is notified.
Exp-runs run by antoine@
This version also fixes shadowing of TYPEOF in ftconfig.h [2]
PR: 203554 [1], 202083 [2]
Submitted by: rhurlin@gwdg.de [2]
Diffstat (limited to 'misc')
-rw-r--r-- | misc/magicpoint/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/misc/magicpoint/Makefile b/misc/magicpoint/Makefile index d598942996ac..7247da10a094 100644 --- a/misc/magicpoint/Makefile +++ b/misc/magicpoint/Makefile @@ -10,6 +10,8 @@ MASTER_SITES= ftp://sh.wide.ad.jp/WIDE/free-ware/mgp/ MAINTAINER= dinoex@FreeBSD.org COMMENT= X11-based presentation tool +BROKEN= Doesn't build with freetype2 2.6.1 or higher + LICENSE= BSD3CLAUSE LIB_DEPENDS+= libpng.so:${PORTSDIR}/graphics/png \ |