diff options
author | tnn <tnn@pkgsrc.org> | 2010-01-15 18:58:44 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2010-01-15 18:58:44 +0000 |
commit | 8451dae55af372b309e8bc343c2a2413239dde0f (patch) | |
tree | 082abbadc32e1ff5c6df562cea17662db1b014ae /devel/xorg-util-macros/Makefile | |
parent | 45c3bc2c6fe585da8d18424e9f0b97a852c883d6 (diff) | |
download | pkgsrc-8451dae55af372b309e8bc343c2a2413239dde0f.tar.gz |
Update to xorg-util-macros-1.4.1. Changes:
1.4.1:
Install the .pc file in $(datadir)
Don't mention libdir in the .pc file
util-macros 1.4.1
1.4.0:
macros 1.4.0
Install .pc file in $libdir where it belongs (not $datadir).
ChangeLog: generated file not cleaned from the dist directory #24278
configuration: update, fix warnings, apply global maintenance #24450
Lower version from 2.63 to 2.60 Tinderbox failed
gitignore: use common defaults with custom section # 24239
INSTALL file missing/incorrect #24206
Add an XORG_INSTALL macro to allow comps to copy the INSTALL file #24206
Add an XORG_INSTALL macro to allow comps to copy the INSTALL file #24206
xorg-macros.pc.in: create a meta data file for util-macros
1.3.0:
Version bump: 1.3.0
Fix obsolete macro warnings for AC_HELP_STRING #23628
Add XORG_STRICT_OPTION macro for strict compilation option
Add AM_SILENT_RULES to default XORG_CWARNFLAGS
Add XORG_DEFAULT_OPTIONS meta-macro.
Diffstat (limited to 'devel/xorg-util-macros/Makefile')
-rw-r--r-- | devel/xorg-util-macros/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/xorg-util-macros/Makefile b/devel/xorg-util-macros/Makefile index 67aa3b7d064..00b87e22603 100644 --- a/devel/xorg-util-macros/Makefile +++ b/devel/xorg-util-macros/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.5 2009/07/08 20:22:54 hasso Exp $ +# $NetBSD: Makefile,v 1.6 2010/01/15 18:58:44 tnn Exp $ # -DISTNAME= util-macros-1.2.2 +DISTNAME= util-macros-1.4.1 PKGNAME= xorg-${DISTNAME} CATEGORIES= devel x11 MASTER_SITES= ${MASTER_SITE_XORG:=util/} @@ -15,5 +15,6 @@ PKG_DESTDIR_SUPPORT= user-destdir GNU_CONFIGURE= yes USE_TOOLS+= pkg-config +PKGCONFIG_OVERRIDE+= xorg-macros.pc.in .include "../../mk/bsd.pkg.mk" |