pkgsrc/x11/bitmap/Makefile
wiz 374666a379 Update to 1.0.8:
This minor maintenance release provides the usual set of accumulated
build configuration improvements, compiler & static analyzer warning
fixes, and other janitorial cleanups.

Alan Coopersmith (6):
      Print which option was in error along with usage message
      configure: Drop AM_MAINTAINER_MODE
      autogen.sh: Honor NOCONFIGURE=1
      Stop memory leaks from XtNewString(StripFilename(filename))
      Stop memory leak in XmuWriteBitmapDataToFile()
      bitmap 1.0.8

Eric S. Raymond (1):
      Use table markup in preference to various low-level constructions.

Gaetan Nadon (1):
      config: replace deprecated use of AC_OUTPUT with AC_CONFIG_FILES

Jeremy Huddleston Sequoia (5):
      assert to avoid a NULL dereference
      Avoid shadow declarations
      Silence -Wbad-function-cast
      Demacro modernization of NewSList to plug a memory leak during error handling
      Use '& 7' instead '% 8' to silence clang analyzer warning
2015-01-17 09:10:59 +00:00

21 lines
557 B
Makefile

# $NetBSD: Makefile,v 1.10 2015/01/17 09:10:59 wiz Exp $
DISTNAME= bitmap-1.0.8
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_XORG:=app/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= joerg@NetBSD.org
HOMEPAGE= http://xorg.freedesktop.org/
COMMENT= Bitmap editor and conversion utilities
GNU_CONFIGURE= yes
USE_TOOLS+= pkg-config
MAKE_FLAGS+= appdefaultdir=${PREFIX}/lib/X11/app-defaults
.include "../../meta-pkgs/modular-xorg/hacks.mk"
.include "../../x11/libXaw/buildlink3.mk"
.include "../../x11/xbitmaps/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"