summaryrefslogtreecommitdiff
path: root/x11/fixesproto
AgeCommit message (Collapse)AuthorFilesLines
2015-06-18Look for native fixesproto.pc in ${X11BASE}/share/pkgconfig, fixingjperkin2-3/+5
detection and bulk build impossibilities on EL6 and clones.
2014-07-21Use detected fixesproto.pc.obache1-2/+2
2014-07-18Fixes for old native modular X, as NetBSD-5.obache2-58/+24
* 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-29Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2011-10-25Based on PR pkg/45463mef2-6/+6
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-09Update to fixesproto-4.1.1.tnn3-8/+8
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
2009-07-23Downgrade to 4.0 -- 4.1 needs xextproto-7.0.99.1 and I'm not preparedwiz3-8/+7
to go there yet. Noted by hasso.
2009-07-23Update to 4.1:wiz3-7/+8
Adam Jackson (1): fixesproto 4.1 Alan Coopersmith (3): renamed: .cvsignore -> .gitignore Update XFixes protocol spec to match XFixes 4.0 Typo fixes in XFixes protocol spec Eric Anholt (1): Move fixes protocol description to the new canonical location/name. Julien Cristau (1): fixesproto: adjust to split xext headers Keith Packard (1): ChangeSaveSet with map=Unmap means 'unmap', not 'don't remap' Paulo Cesar Pereira de Andrade (1): Janitor: Correct make distcheck and dont distribute autogen.sh
2009-06-14Remove @dirrm entries from PLISTsjoerg1-2/+1
2009-03-20Simply and speed up buildlink3.mk files and processing.joerg1-14/+6
This changes the buildlink3.mk files to use an include guard for the recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS, BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of enter/exit marker, which can be used to reconstruct the tree and to determine first level includes. Avoiding := for large variables (BUILDLINK_ORDER) speeds up parse time as += has linear complexity. The include guard reduces system time by avoiding reading files over and over again. For complex packages this reduces both %user and %sys time to half of the former time.
2008-10-05Merge cube-native-xorg, so that pkgsrc-current can be used with the nativecube1-1/+3
X.Org found in NetBSD-current. Thanks a lot to all who helped, especially Matthias Scheler who did repeated tests on Mac OS X and older versions of NetBSD to make sure the support for those platforms wouldn't be broken (or at least, not fatally, as I would still expect a few hiccups here and there, because there is only so much one can test in such limited time). On the infrastructure side, this branch brings pkgconfig-builtin.mk, in order to write very easily new builtin.mk files. It can actually handle more than just pkgconfig files, but it will provide a version if it finds such a file. x11.builtin.mk has also been made more useful and now all existing (and future!) native-X11-related builtin.mk files should include it.
2008-05-24Switch master site to MASTER_SITE_XORG.tnn1-2/+2
2008-01-07Unbreak build of a lot of X11 packages on systems which use native X11tron1-7/+1
(e.g. NetBSD with bundled XFree86). Checking whether "X11_TYPE" is "xorg" is obsolete and *not* equivalent to checking whether we are not using modular X.org.
2008-01-06Since X11_TYPE cannot be "xorg", there's no point in checking for thatrillig1-2/+2
condition. What was really meant is X11_TYPE != "modular".
2007-02-22Whitespace cleanup, courtesy of pkglint.wiz1-2/+2
Patch provided by Sergey Svishchev in private mail.
2006-12-16For reasons beyond my compressions, (b)make handlesjoerg1-2/+4
.if foo || bar BAZ= no .else BAZ= yes .endif different from .if foo BAZ= no .elif bar BAZ= no .else BAZ= yes .endif in some situations exposed in this builtin.mk. Workaround this for now.
2006-12-15Don't assume that we have a builtin version of the X11 proto packages,joerg1-2/+2
if LOCALBASE and X11BASE are identical.
2006-12-12Replace mk/bsd.prefs.mk includes with bsd.fast.prefs.mk includes.joerg1-2/+2
The redundant parsing of bsd.prefs.mk is mostly avoided now and parse time e.g. for x11/kdebase3 gets reduced by up to 10%.
2006-12-01Removed a trailing empty line, which had disturbed pkglint.rillig1-2/+1
2006-11-03Support DESTDIR. Take maintainership.joerg1-3/+4
2006-10-10Update to fixesproto-4.0.reed2-7/+7
Needed for libXfixes in pkgsrc-wip. I tested with x11/Xfixes with "native" XFree86 on NetBSD too. From ChangeLog: 2006-3-13 Deron Johnson <deron.johnson@sun.com> * configure.ac * xfixesproto.h * /xfixeswire.h Xfixes Version 4.0: XFixesHideCursor, XFixesShowCursor
2006-07-22Added "c" to USE_LANGUAGES for packages that use GNU configure scripts,rillig1-2/+2
since they always need a C compiler, even when the source code is completely in C++. For some other packages, stated in the comment that a C compiler is really not needed.
2006-07-11Don't use the builtin framework for the various Xorg componentsjoerg1-1/+9
when X11_TYPE=xorg. Let them include x11.buildlink3.mk directly. Remove the manual USE_BUILTIN declarations from xorg-libs/b3.mk. This fixes a symmetry in the dependency list depending on whether xorg-libs is installed already or not. Discussed with jlam@
2006-07-11Update to fixesproto-3.0.2nb1:abs1-1/+3
Fix "ERROR: iconv is not installed; can't buildlink files." by adding libiconv/buildlink3.mk
2006-07-08Change the format of BUILDLINK_ORDER to contain depth information as well,jlam1-2/+2
and add a new helper target and script, "show-buildlink3", that outputs a listing of the buildlink3.mk files included as well as the depth at which they are included. For example, "make show-buildlink3" in fonts/Xft2 displays: zlib fontconfig iconv zlib freetype2 expat freetype2 Xrender renderproto
2006-07-08Track information in a new variable BUILDLINK_ORDER that informs usjlam1-1/+2
of the order in which buildlink3.mk files are (recursively) included by a package Makefile.
2006-04-19Check before redefining the target for creating symlink.reed1-1/+6
(Noticed warning that it was redefined in x11-links.)
2006-04-18Add buildlink target so old pkg-config name fixesext.pc will be available.reed1-1/+13
2006-04-18Import fixesproto from pkgsrc-wip.reed6-0/+115
This will replace the fixesext package. This provides the Fixes extension headers from modular X.org X11 project.