pkgsrc/x11/libXt/Makefile
wiz 7f9654ad13 Update to 1.1.3:
1.1.3:
This regression repair release reverts a regrettable revision.

1.1.2:
This release includes a good number of bug fixes, some initial unit tests
for checking several recent fixes, compiler warning cleanups, and build
configuration improvements.

The included documentation for the libXt API has been transformed into the
DocBook/XML format, to allow processing with the same toolchain as the rest
of the X.Org docs, producing better and more modern output formats, and
providing support for cross-linking with the other X.Org docs.

1.1.1:
This release fixes a longstanding crash on 64bit sparc, and a nasty bug
in the new XtAsprintf function added in 1.1.0.

1.1.0:
This release includes several bug fixes, as well as the usual set of recent
build configuration improvements & janitorial cleanups.  The minor version
was bumped to indicate addition of XtAsprintf to exported API.

1.0.9:
This release includes several bug fixes, as well as the usual set
of recent build configuration improvements & janitorial cleanups.
2012-06-03 17:33:41 +00:00

52 lines
1.4 KiB
Makefile

# $NetBSD: Makefile,v 1.16 2012/06/03 17:33:41 wiz Exp $
#
DISTNAME= libXt-1.1.3
CATEGORIES= x11 devel
MASTER_SITES= ${MASTER_SITE_XORG:=lib/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= joerg@NetBSD.org
HOMEPAGE= http://xorg.freedesktop.org/
COMMENT= X Toolkit Intrinsics library
LICENSE= mit
PKG_INSTALLATION_TYPES= overwrite pkgviews
PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= pkg-config
CONFIGURE_ARGS+= --with-appdefaultdir=${PREFIX}/lib/X11/app-defaults
CONFIGURE_ENV+= APP_MAN_SUFFIX=1 LIB_MAN_SUFFIX=3
PKGCONFIG_OVERRIDE+= xt.pc.in
.include "../../mk/bsd.prefs.mk"
.if ${OPSYS} == "NetBSD"
CONFIGURE_ARGS+= --disable-malloc0returnsnull
.endif
.if !empty(USE_CROSS_COMPILE:M[yY][eE][sS])
MAKE_ENV+= CC_FOR_BUILD=${NATIVE_CC:Q} CPPFLAGS_FOR_BUILD=-I${PREFIX}/include
.endif
CPPFLAGS.OSF1+= -pthread # Required by compiler if including pthread.h
.include "../../mk/compiler.mk"
.if !empty(PKGSRC_COMPILER:Mclang)
BUILD_DEPENDS+= ucpp-[0-9]*:../../devel/ucpp
CONFIGURE_ENV+= ac_cv_path_RAWCPP="${PREFIX}/bin/ucpp -t -c90 -Uunix"
.elif empty(PKGSRC_COMPILER:Mgcc)
CONFIGURE_ENV+= ac_cv_path_RAWCPP="cc -E -Uunix -"
.endif
.include "../../x11/libSM/buildlink3.mk"
.include "../../x11/libICE/buildlink3.mk"
.include "../../x11/libX11/buildlink3.mk"
.include "../../x11/kbproto/buildlink3.mk"
.include "../../x11/xproto/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"