diff options
author | mef <mef@pkgsrc.org> | 2011-10-25 07:30:54 +0000 |
---|---|---|
committer | mef <mef@pkgsrc.org> | 2011-10-25 07:30:54 +0000 |
commit | 2a4681e700e9d293571d5eb7aeab0bcb7a40c4a1 (patch) | |
tree | 4f01634d3460c0fbbac921ada0a577115453f356 | |
parent | e88ef5476dbee9bdd609d3adea9053ceb4f564d7 (diff) | |
download | pkgsrc-2a4681e700e9d293571d5eb7aeab0bcb7a40c4a1.tar.gz |
Based on PR pkg/45463
Update x11/fixesproto 4.1.1 to 5.0
(modular-xorg-server 1.11.1 needs this version)
From ChangeLog:
----------
Date: Mon Feb 28 09:53:30 2011 -0500
fixesproto 5.0
Date: Mon Nov 15 17:09:31 2010 -0500
fixesproto v5: Pointer barriers
v3: Review fixes:
- INT16 not CARD16 for coordinates
- BadDevice not BadMatch
Date: Fri Oct 29 21:01:26 2010 -0700
fixesproto 4.1.2
- Sun's copyrights now belong to Oracle
- config: remove the pkgconfig pc.in file from EXTRA_DIST
Automake always includes it in the tarball.
- Update Sun license notices to current X.Org standard form
- Use $(docdir) for fixesproto.txt install path
- Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES
- Now that the INSTALL file is generated.
Allows running make maintainer-clean.
- INSTALL file is missing or incorrect #24206
- The file is copied from util-macros.
The copy in git is removed.
- README: file created or updated #24206
- Contains a set of URLs to freedesktop.org.
- NEWS: remove empty file #24206
- Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432
- ChangeLog filename is known to Automake and requires no further
coding in the makefile.
- Makefile.am: INSTALL file is missing or incorrect #24206
- The standard GNU file on building/installing tarball is copied
using the XORG_INSTALL macro contained in XORG_DEFAULT_OPTIONS
Add INSTALL target
- configure.ac: deploy the new XORG_DEFAULT_OPTIONS #24242
- This macro aggregate a number of existing macros that sets commmon
X.Org components configuration options. It shields the configuration file from
future changes.
- .gitignore: use common defaults with custom section # 24239
- Using common defaults will reduce errors and maintenance.
Only the very small or inexistent custom section need periodic maintenance
when the structure of the component changes. Do not edit defaults.
-rw-r--r-- | x11/fixesproto/Makefile | 4 | ||||
-rw-r--r-- | x11/fixesproto/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/x11/fixesproto/Makefile b/x11/fixesproto/Makefile index 0889ae374bf..bf1e11440ff 100644 --- a/x11/fixesproto/Makefile +++ b/x11/fixesproto/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.9 2010/04/09 08:15:48 tnn Exp $ +# $NetBSD: Makefile,v 1.10 2011/10/25 07:30:54 mef Exp $ # -DISTNAME= fixesproto-4.1.1 +DISTNAME= fixesproto-5.0 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_XORG:=proto/} EXTRACT_SUFX= .tar.bz2 diff --git a/x11/fixesproto/distinfo b/x11/fixesproto/distinfo index 76fda6d2509..839fe25a3f5 100644 --- a/x11/fixesproto/distinfo +++ b/x11/fixesproto/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.6 2010/04/09 08:15:48 tnn Exp $ +$NetBSD: distinfo,v 1.7 2011/10/25 07:30:54 mef Exp $ -SHA1 (fixesproto-4.1.1.tar.bz2) = fb47920c629e08a56442a51968a02a22733085e5 -RMD160 (fixesproto-4.1.1.tar.bz2) = 83f9663df63a6e02cfe7f362f7848bf5e1b034d8 -Size (fixesproto-4.1.1.tar.bz2) = 91338 bytes +SHA1 (fixesproto-5.0.tar.bz2) = ab605af5da8c98c0c2f8b2c578fed7c864ee996a +RMD160 (fixesproto-5.0.tar.bz2) = e6733c26d84c58ba74263e90c79f2f6a1974c34a +Size (fixesproto-5.0.tar.bz2) = 100886 bytes |