Path to this page:
NOTICE: This package has been removed from pkgsrc./
x11/fixesproto,
Fixes extension headers from X.org
Branch: CURRENT,
Version: 5.0,
Package name: fixesproto-5.0,
Maintainer: joergThis provides the Fixes extension headers from modular X.org X11
project.
Required to build:[
x11/xproto] [
x11/inputproto] [
x11/xextproto] [
pkgtools/cwrappers]
Master sites: (Expand)
SHA1: ab605af5da8c98c0c2f8b2c578fed7c864ee996a
RMD160: e6733c26d84c58ba74263e90c79f2f6a1974c34a
Filesize: 98.521 KB
Version history: (Expand)
- (2018-03-08) Package deleted from pkgsrc
- (2012-06-11) Package has been reborn
- (2012-06-11) Package deleted from pkgsrc
- (2011-10-25) Updated to version: fixesproto-5.0
- (2010-04-09) Updated to version: fixesproto-4.1.1
- (2009-07-24) Updated to version: fixesproto-4.0
CVS history: (Expand)
2018-01-07 14:04:44 by Roland Illig | Files touched by this commit (583) |
Log message:
Fix indentation in buildlink3.mk files.
The actual fix as been done by "pkglint -F */*/buildlink3.mk", and was
reviewed manually.
There are some .include lines that still are indented with zero spaces
although the surrounding .if is indented. This is existing practice.
|
2015-11-04 04:29:14 by Alistair G. Crooks | Files touched by this commit (670) |
Log message:
Add SHA512 digests for distfiles for x11 category
Problems found locating distfiles:
Package modular-xorg-server: missing distfile xorg-server-1.17.4.tar.bz2
Package py-qt4: missing distfile PyQt-mac-gpl-4.11.1.tar.gz
Package xservers: missing distfile xservers-3.3.6.5.tar.bz2
Package xview-clients: missing distfile xview3.2p1-X11R6.tar.gz
Package xview-lib: missing distfile xview3.2p1-X11R6.tar.gz
Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden). All existing
SHA1 digests retained for now as an audit trail.
|
2015-06-18 23:48:52 by Jonathan Perkin | Files touched by this commit (2) |
Log message:
Look for native fixesproto.pc in ${X11BASE}/share/pkgconfig, fixing
detection and bulk build impossibilities on EL6 and clones.
|
2014-07-21 11:12:03 by OBATA Akio | Files touched by this commit (1) |
Log message:
Use detected fixesproto.pc.
|
2014-07-18 07:25:42 by OBATA Akio | Files touched by this commit (2) |
Log message:
Fixes for old native modular X, as NetBSD-5.
* go to buildlink with fixesproto4 if using monolithic X.
* bump API_DEPENDS, older will be handled by fixesproto4.
* set xextprot requirement if using fixesproto from pkgsrc (XXX >=5.0).
* simplify builtin.mk, older will be handled by fixesproto4.
|
2012-10-29 06:07:25 by Aleksej Saushev | Files touched by this commit (563) |
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
|
2011-10-25 09:30:54 by Makoto Fujiwara | Files touched by this commit (2) | |
Log message:
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.
|
2010-04-09 10:15:48 by Tobias Nygren | Files touched by this commit (3) |
Log message:
Update to fixesproto-4.1.1.
4.1.1:
New requirement: xorg-macros 1.3
Add README with pointers to mailing lists, bugzilla, & git
Hide/ShowCursor works on all master pointers in XI2.
Document behaviour of CursorNotifies with XI2 servers.
Require macros 1.3 for XORG_DEFAULT_OPTIONS
Remove RCS tags
4.1:
renamed: .cvsignore -> .gitignore
Update XFixes protocol spec to match XFixes 4.0
Typo fixes in XFixes protocol spec
Move fixes protocol description to the new canonical location/name.
fixesproto: adjust to split xext headers
ChangeSaveSet with map=Unmap means 'unmap', not 'don't remap'
Janitor: Correct make distcheck and dont distribute autogen.sh
|