diff options
author | tnn <tnn> | 2010-01-15 18:58:44 +0000 |
---|---|---|
committer | tnn <tnn> | 2010-01-15 18:58:44 +0000 |
commit | 7d26c3eabc97dc48a9ecf2d8d2810ef15bd85610 (patch) | |
tree | 082abbadc32e1ff5c6df562cea17662db1b014ae /devel | |
parent | 328a47ba806cf1e7778ca55686047968027cf79c (diff) | |
download | pkgsrc-7d26c3eabc97dc48a9ecf2d8d2810ef15bd85610.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')
-rw-r--r-- | devel/xorg-util-macros/Makefile | 5 | ||||
-rw-r--r-- | devel/xorg-util-macros/PLIST | 4 | ||||
-rw-r--r-- | devel/xorg-util-macros/distinfo | 8 |
3 files changed, 10 insertions, 7 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" diff --git a/devel/xorg-util-macros/PLIST b/devel/xorg-util-macros/PLIST index 3e5e3b0b4bf..9a58d6b0cac 100644 --- a/devel/xorg-util-macros/PLIST +++ b/devel/xorg-util-macros/PLIST @@ -1,2 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2009/05/18 18:16:14 hasso Exp $ +@comment $NetBSD: PLIST,v 1.3 2010/01/15 18:58:44 tnn Exp $ share/aclocal/xorg-macros.m4 +share/doc/util-macros/INSTALL +share/pkgconfig/xorg-macros.pc diff --git a/devel/xorg-util-macros/distinfo b/devel/xorg-util-macros/distinfo index 8d6a7bc81b9..d10c6af64de 100644 --- a/devel/xorg-util-macros/distinfo +++ b/devel/xorg-util-macros/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2009/07/08 20:22:54 hasso Exp $ +$NetBSD: distinfo,v 1.5 2010/01/15 18:58:44 tnn Exp $ -SHA1 (util-macros-1.2.2.tar.bz2) = ecec7d56466f8701603bba1f7bb4781b380f7ddc -RMD160 (util-macros-1.2.2.tar.bz2) = 5e9ea54cbd73aa5f5a04ab2a909a2ccc181ae65f -Size (util-macros-1.2.2.tar.bz2) = 49552 bytes +SHA1 (util-macros-1.4.1.tar.bz2) = d74f7bd4473c8f8f0a7fb739570935dc8982caa9 +RMD160 (util-macros-1.4.1.tar.bz2) = 0287950f631c673acf4499c7754e70351adad3f4 +Size (util-macros-1.4.1.tar.bz2) = 58812 bytes |