pkgsrc/devel/libast/Makefile
obache b42cf1f509 Update libast to 0.7.
(CVE-2006-0224 was already fixed by patch-aa in pkgsrc).
XXX: self test failed on NetBSD-5.0.1, but old version also failed.

Changes: The string class is now both an interface and an implementation, so
parallel implementations (e.g., a glib string wrapper) can be created. Detection
of Imlib2 support and a pixmap leak when it was disabled have been fixed. Fixes
have been made for gcc4/newer autotools. This release also contains a fix for
CVE-2006-0224, a buffer overflow which could lead to privilege escalation in set
uid/setgid apps using LibAST's configuration engine.
2009-09-21 06:43:59 +00:00

31 lines
752 B
Makefile

# $NetBSD: Makefile,v 1.26 2009/09/21 06:43:59 obache Exp $
DISTNAME= libast-0.7
CATEGORIES= devel
MASTER_SITES= http://www.eterm.org/download/
MAINTAINER= gendalia@NetBSD.org
HOMEPAGE= http://freshmeat.net/projects/libast/
COMMENT= The Library of Assorted Spiffy Things
PKG_DESTDIR_SUPPORT= user-destdir
USE_LIBTOOL= YES
GNU_CONFIGURE= YES
TEST_TARGET= test
.include "options.mk"
.include "../../mk/bsd.prefs.mk"
.if ${OPSYS} == "SunOS"
LDFLAGS+=-lresolv
.endif
BUILDLINK_DEPMETHOD.libXt?= build
.include "../../devel/pcre/buildlink3.mk"
.include "../../graphics/imlib2/buildlink3.mk"
.include "../../x11/libSM/buildlink3.mk"
.include "../../x11/libX11/buildlink3.mk"
.include "../../x11/libXt/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"