Commit graph

24 commits

Author SHA1 Message Date
rillig
b686dd9180 all: migrate several HOMEPAGEs to https
pkglint --only "https instead of http" -r -F

With manual adjustments afterwards since pkglint 19.4.4 fixed a few
indentations in unrelated lines.

This mainly affects projects hosted at SourceForce, as well as
freedesktop.org, CTAN and GNU.
2020-01-18 23:30:43 +00:00
rillig
121d00ed27 x11: align variable assignments
pkglint -Wall -F --only aligned --only indent -r

No manual corrections.
2019-11-03 09:14:06 +00:00
wiz
380b6ec244 xorgproto: use xorgproto instead of separate *proto packages
Remove now obsolete packages.
2018-03-07 11:57:28 +00:00
wiz
26e926e2ea Updated libXtst to 1.2.3.
Matthieu Herrb (1):
      libXtst 1.2.3

Michael Joost (1):
      Remove fallback for _XEatDataWords, require libX11 1.6 for it

Tobias Stoeckmann (1):
      Out of boundary access and endless loop in libXtst
2016-10-04 22:02:50 +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
b8826b0bbc Fix .so usage. Bump PKGREVISION. 2014-06-10 19:50:11 +00:00
jperkin
9d5b1e7ac2 Search for pkgconfig files in lib${LIBABISUFFIX} and share directories
as appropriate.  This is required for X11_TYPE=native on Red Hat Linux.
2014-03-10 11:05:51 +00:00
wiz
ca3d8bd5d3 Update to 1.2.2:
This release provides the fix for the recently announced security issue
CVE-2013-2063, along with a number of fixes to the build configuration.

Adam Jackson (1):
      configure: Remove AM_MAINTAINER_MODE

Alan Coopersmith (5):
      Move -I flags from AM_CFLAGS to AM_CPPFLAGS
      Add xextproto & xi to Requires.private
      Use _XEatDataWords to eat data in error cases
      integer overflow in XRecordGetContext() [CVE-2013-2063]
      libXtst 1.2.2

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

Julien Cristau (1):
      COPYING: add copyright notices and licenses from the manpages and specs
2013-05-31 08:30:24 +00:00
asau
8aba7e3fbf Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-29 05:06:05 +00:00
wiz
2c72a9f0b9 Remove xextproto/buildlink3.mk in most cases where it occurs with
libXext/buildlink3.mk, now that it is included there.
Leave the places where its API version is set or variables from it
are used directly (about 3 packages).
2012-10-23 10:24:02 +00:00
obache
c0c4efb4e5 Require hacks for fixing autoconf + space in variable name issue. 2012-06-09 07:00:46 +00:00
wiz
e9cd1d616c Update to 1.2.1:
1.2.1:
This release builds on the DocBook/XML conversion of the API documentation
included in the previous release with cleanups & improvements to make the
documentation more useful and usable.

1.2.0:
This release adds the specification documents for the API's for both
extensions, converted from the original troff format to DocBook/XML.
It also includes the usual recent rounds of build configuration improvements
and janitorial cleanups.
2012-06-03 17:46:22 +00:00
drochner
9f99649cbf propagate xextproto dependency, installed header uses it 2012-02-10 17:19:02 +00:00
minskim
191a5acea8 Tighten dependencies as configure requires. 2010-10-12 19:34:00 +00:00
tnn
aca0a9e12b override xmlto(1) configure test 2010-04-10 23:22:49 +00:00
tnn
ee34f143e6 revert bl3.mk changes since there were problems with native X11. 2010-04-10 21:09:20 +00:00
tnn
8eb69a7923 Update to libXtst-1.1.0.
1.1.0:
Just two changes, increasing the requires for libXext to what it really is
and the usual xorg-macros change.

1.0.99.2:
Xlib headers from the recordproto module have moved to here.
The new requirement is thus recordproto 1.13.99.2
No other interesting changes.

1.0.99.1:
The first libXtst release for nearly two years and boy, aren't we glad it's
here. 1.0.99.1 contains various build system fixes and a new header file
that previouly resided in the xextproto module.
This version requires xextproto 7.0.99.3 or later to avoid conflicts with
header files.
2010-04-09 08:41:23 +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
cube
d49befb95d Builtinify libXtst. 2008-12-04 04:16:41 +00:00
tnn
9f2a42bc6b Switch master site to MASTER_SITE_XORG. 2008-05-24 21:45:14 +00:00
wiz
c8865719cc Update to 1.0.3:
Version bump: 1.0.3

    libXtst man pages generation fails if srcdir != builddir
2008-01-15 23:24:33 +00:00
joerg
afd4426b6a Update to libXtst-1.0.1: Fix a memory leak after failing allocations
and add man pages.
2007-07-12 13:40:33 +00:00
joerg
b7853208fd Cleanup and redirect to mk/x11.b3.mk for non-modular case. 2006-12-17 18:05:13 +00:00
joerg
20bdde31c3 Import libXtst-1.0.1.
This package provides the X Tst Library from the modular X.org X11
project.

Approved during freeze by agc@ and schmonz@.
2006-12-17 18:03:55 +00:00