Commit graph

17 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
wiz
6b832439a0 libXcursor: update to 1.2.0.
This release adds ~/.local/share/icons to the front of the default
cursor path in the library in support of the XDG user data dir.

This default can still be overridden at build time using the
--with-cursorpath argument to configure, and at run time using
the XCURSOR_PATH environment variable - if you or your users rely
on either of those, you should consider whether you'd like to
update those overrides to include this path as well.

Alan Coopersmith (3):
      Update README for gitlab migration
      Update configure.ac bug URL for gitlab migration
      libXcursor 1.2.0

Cosimo Cecchi (1):
      Support XDG user data dir location

Philipp Ludwig (1):
      Fix crash when encountering cursor themes with circular dependencies.
2019-03-11 07:09:56 +00:00
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
50253012eb libXcursor: update to 1.1.15.
Alan Coopersmith (4):
      configure: Drop AM_MAINTAINER_MODE
      autogen.sh: Honor NOCONFIGURE=1
      Use strdup() instead of malloc(strlen())+strcpy()
      Fix some clang integer sign/size mismatch warnings

Emil Velikov (1):
      autogen.sh: use quoted string variables

Matthieu Herrb (1):
      libXcursor 1.1.15

Mihail Konev (1):
      autogen: add default patch prefix

Peter Hutterer (1):
      autogen.sh: use exec instead of waiting for configure to finish

Tobias Stoeckmann (1):
      Fix heap overflows when parsing malicious files. (CVE-2017-16612)

shubham shrivastav (1):
      Insufficient memory for terminating null of string in _XcursorThemeInherits
2017-11-28 14:57:20 +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
4e320de053 Update to 1.14:
This release delivers the fix for security vulnerability CVE-2013-2003
and makes the Makefile.am more compatible with future automake releases.

Alan Coopersmith (3):
      Replace deprecated Automake INCLUDES variable with AM_CPPFLAGS
      signedness bug & integer overflow in _XcursorFileHeaderCreate() [CVE-2013-2003]
      libXcursor 1.1.14
2013-05-30 07:05:21 +00:00
asau
8aba7e3fbf Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-29 05:06:05 +00:00
obache
c0c4efb4e5 Require hacks for fixing autoconf + space in variable name issue. 2012-06-09 07:00:46 +00:00
wiz
b8b9107eb3 Update to 1.1.13:
1.1.13:
This release fixes a few bugs, including making the version number
reported in Xcursor.h match that reported in xcursor.pc & configure.

1.1.12:
This bug fix release fixes bugs.

1.1.11:
This minor maintenance release provides the usual recent set of
build configuration improvements and janitorial cleanups.
2012-06-03 17:39:56 +00:00
wiz
cd91004116 Update to 1.1.10:
Just a few packaging changes and cleanups.

Alan Coopersmith (1):
      Add README with pointers to mailing list, bugzilla & git repos

James Cloos (1):
      Replace static ChangeLog with dist-hook to generate from git log

Matthieu Herrb (1):
      nuke RCS Ids

Paulo Cesar Pereira de Andrade (1):
      Janitor: make distcheck, compiler warnings, extra .gitignore files.

Peter Hutterer (1):
      libXcursor 1.1.10
2009-08-29 15:35:51 +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
wiz
1eea87532e Update to 1.1.9:
Changes undocumented, but many more man pages installed.
2008-01-15 23:20:12 +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
joerg
fe0076c0a3 Import libXcursor-1.1.8 from pkgsrc-wip:
This package, libXcursor, provides the client-side cursor loading
library for X.  This cursor management library is a simple library
designed to help locate and load cursors (from files or memory).

This is from the modular X.org project.
2006-11-03 22:27:45 +00:00