pkgsrc/x11/libXfont/Makefile
wiz 60913d9cca Updated libXfont to 1.5.2.
Maintenance branch release, primarily for bdftopcf's benefit as it's
the only thing that really needs the Xfont1 API. (xfs uses it too, I
believe, but could be ported to Xfont2). If someone wanted to step up
and merge Xfont1 into bdtopcf directly, that'd be great.

Adam Jackson (1):
      libXfont 1.5.2

Alan Coopersmith (1):
      doc: add a couple olinks to fsproto & xfs-design docs

Benjamin Tissoires (1):
      bdfReadCharacters: Allow negative DWIDTH values

Jeremy Huddleston Sequoia (6):
      stubs: Add missing externs for declarations in the NO_WEAK_SYMBOLS && PIC stubs resolution
      Use NO_WEAK_SYMBOLS instead of -flat_namespace
      FreeType: Correct an allocation size
      bitmap: Bail out on invalid input to FontFileMakeDir instead of calling calloc for 0 bytes
      fserve: Silence a -Wformat warning
      fserve: Fix a buffer read overrun in _fs_client_access

Keith Packard (1):
      Fix warnings

Thomas Klausner (1):
      Fix is*() usage.
2016-08-31 20:28:28 +00:00

32 lines
897 B
Makefile

# $NetBSD: Makefile,v 1.36 2016/08/31 20:28:28 wiz Exp $
DISTNAME= libXfont-1.5.2
CATEGORIES= x11 devel fonts
MASTER_SITES= ${MASTER_SITE_XORG:=lib/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= joerg@NetBSD.org
HOMEPAGE= http://xorg.freedesktop.org/
COMMENT= X font Library
LICENSE= mit AND modified-bsd
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
USE_TOOLS+= pkg-config
PKGCONFIG_OVERRIDE+= xfont.pc.in
CONFIGURE_ARGS+= --disable-devel-docs
.include "../../meta-pkgs/modular-xorg/hacks.mk"
.include "../../devel/zlib/buildlink3.mk"
.include "../../graphics/freetype2/buildlink3.mk"
.include "../../x11/fontcacheproto/buildlink3.mk"
.include "../../fonts/libfontenc/buildlink3.mk"
BUILDLINK_API_DEPENDS.fontsproto+= fontsproto>=2.1.3
.include "../../x11/fontsproto/buildlink3.mk"
.include "../../x11/xproto/buildlink3.mk"
.include "../../x11/xtrans/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"