Commit graph

21 commits

Author SHA1 Message Date
wiz
380b6ec244 xorgproto: use xorgproto instead of separate *proto packages
Remove now obsolete packages.
2018-03-07 11:57:28 +00:00
rillig
17e39f419d 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.
2018-01-07 13:03:53 +00:00
wiz
fe3865512e Updated libXfixes to 5.0.3.
Matthieu Herrb (1):
      libXfixes 5.0.3

Tobias Stoeckmann (1):
      Integer overflow on illegal server response
2016-10-04 21:59:07 +00:00
wiz
a8f424cd89 Updated libXfixes to 5.0.2.
Matt Turner (1):
      libXfixes 5.0.2

Michael Joost (1):
      Remove fallback for _XEatDataWords, require libX11 1.6 for it
2016-05-26 09:04:57 +00:00
agc
d8f09469bb 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-11-04 03:28:24 +00:00
wiz
cda18437be Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +00:00
obache
e9a98fe3e3 libXfixes-5.0.x require fixesproto>=5.0 to build. 2014-07-12 11:24:52 +00:00
obache
794f24045c Prevent to install pre-modular older Xfixes for native modular X.
* stop to use x11/Xfixes if builtin one is newer (xfixes.pc exists)
* add builtin libXfixes detection.

affect to NetBSD-5, builtin libXfixes is 4.0.3, prevent to install Xfixes 2.0.1,
if it is considerd that builtin Xfixes is not sufficient.
2014-04-24 12:18:09 +00:00
wiz
0e1ff21cf6 Update to 5.0.1:
This bug fix release includes the fix for the recently announced
CVE-2013-1983, along with some other cleanups & warning fixes.

Adam Jackson (1):
      configure: Remove AM_MAINTAINER_MODE

Alan Coopersmith (7):
      Strip trailing whitespace
      Replace deprecated Automake INCLUDES variable with AM_CPPFLAGS
      Remove duplicate declaration of XFixesExtensionName in Xfixesint.h
      XFixesFetchRegionAndBounds: use nread in call to XReadPad
      Use _XEatDataWords to avoid overflow of _XEatData calculations
      integer overflow in XFixesGetCursorImage() [CVE-2013-1983]
      libXfixes 5.0.1

Colin Walters (1):
      autogen.sh: Implement GNOME Build API

Peter Hutterer (1):
      man: remove "current", we're way past 1.0.
2013-05-29 22:35:07 +00:00
asau
8aba7e3fbf Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-29 05:06:05 +00:00
wiz
571058487d Update to 5.0:
Pointer barrier support, along with the usual buildsystem updates.
2012-06-03 17:37:56 +00:00
joerg
3af83428be Update to libXfixes-4.0.5: Minor bug and documentation fixes. 2010-09-10 18:46:08 +00:00
tnn
c405a4eba3 Update to libXfixes-4.0.4.
4.0.4:
Add README with pointers to mailing list, bugzilla & git repos
Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS
Replace static ChangeLog with dist-hook to generate from git log
nuke RCS Ids
Janitor: Correct make distcheck and gcc/sparse warnings.
Rename parameters to clarify QueryVersion/QueryExtension.
2010-04-09 08:38:28 +00:00
joerg
b02a0f888e Remove @dirrm entries from PLISTs 2009-06-14 18:24:43 +00:00
joerg
2d1ba244e9 Simply and speed up buildlink3.mk files and processing.
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.
2009-03-20 19:23:50 +00:00
tnn
9f2a42bc6b Switch master site to MASTER_SITE_XORG. 2008-05-24 21:45:14 +00:00
joerg
086f8a4f6e Bah, forgot to commit the portability fix. 2007-01-25 18:23:28 +00:00
joerg
8e7222c7a3 Update to libXfixes-4.0.3 for minor bugfixes. 2007-01-24 13:11:56 +00:00
joerg
68ff4729c6 First step to making modular transparent:
Redirect from the individual modular libraries to the old libs or
mk/x11.buildlink3.mk.
2006-11-05 16:55:28 +00:00
reed
ca73c67197 Fix and improve description. 2006-11-03 22:56:46 +00:00
joerg
5d6a812385 Import libXfixes-4.0.1 from pkgsrc-wip:
Xfixes extension and library of X RandR from the modular X.org X11.
2006-11-03 21:31:40 +00:00