Commit graph

233664 commits

Author SHA1 Message Date
wiz
8de33cfb25 Move py-attic from devel to sysutils, where it belongs. 2015-05-07 12:26:12 +00:00
wiz
df657f7c09 Use full path. Ride bump. 2015-05-07 10:48:27 +00:00
wiz
c47f118f2e Replace PYVERSSUFFIX in FILES (for alternatives).
Bump PKGREVISION.
2015-05-07 10:41:35 +00:00
wiz
48e42cbaf2 Sort. 2015-05-07 10:29:43 +00:00
wiz
48910abd0c Updated x11/libdrm to 2.4.61 2015-05-07 06:31:14 +00:00
wiz
cbd30e24d3 Update to 2.4.61:
Release to fix regression in nouveau in 2.4.60,
but brings lots of android changes and other fixes.

Ben Skeggs (2):
      nouveau: restore check that avoids multiple user bos per kernel bo
      configure.ac: bump version to 2.4.61 for release

Chih-Wei Huang (3):
      android: simplify the including rule of subdirs
      android: get rid of LIBDRM_TOP
      android: remove unnecessary TARGET_OUT_HEADERS variable

Chris Wilson (2):
      mode: Retrieve only the current information for a Connector
      intel: Delay testing for userptr until first use

Connor Behan (1):
      xf86drm: Fix ioctl struct clearing in drmAgpEnable

Damien Lespiau (3):
      RELEASING: Fix releasing instructions to match the latest release.sh
      RELEASING: Fix the step numbering
      RELEASING: Fix annouce typo

Daniel Kurtz (3):
      proptest: install it with --enable-install-test-programs
      tests: add rockchip to modetest, kmstest, vbltest and proptest
      xf86drmMode.h: inline -> __inline for use with gcc -std=c89 -pedantic

Emil Velikov (39):
      android: correcly set LOCAL_EXPORT_C_INCLUDE_DIRS
      android: simplify LOCAL_C_INCLUDES
      android: remove ${srcdir} from the includes
      android: remove LOCAL_COPY_HEADERS* variables
      android: add the missing tag "optional" to libkms
      autotools: remove ${srcdir} from the includes
      android: remove explicit include to libpciaccess
      tests/hash: extract test out of xf86drmHash.c
      tests/hash: misc compilation fixes
      tests/hash: style fixes
      tests/hash: return non-zero on failure
      tests/random: extract test out of xf86drmRandom.c
      tests/random: return non-zero on test failure
      drm: replace HASH_DEBUG with DEBUG
      drm: use correct printf modifiers
      configure.ac: split -fvisibility and __attribute__((visibility)) checks
      radeon: move bof.[ch] out of libdrm_radeon
      radeon: add symbols test
      freedreno: annotate the private symbols
      freedreno: add symbols test
      intel: remove the drm_mm* symbol workarounds
      intel: remove unused mmFindBlock
      intel: annotate the private symbols
      intel: add symbols test
      nouveau: annotate the private symbols
      nouveau: add symbols test
      libkms: annotate private symbols
      libkms: add symbols test
      exynos: add symbols test
      omap: add symbols test
      tegra: add symbols test
      drm: rename libdrm{,_macros}.h
      drm: remove no longer needed VISIBILITY_CFLAGS
      drm: remove drm_public macro
      configure: request/set the compiler in C99 mode
      drm: use c99 __func__ over __FUNCTION__
      man: rework the Makefile.am
      android: set the HAVE_VISIBILITY define
      freedreno: link against CLOCK_LIB

Greg Hackmann (1):
      Add missing <strings.h> includes

Jan Vesely (5):
      Fix unused function warnings
      Remove drmSetDebugMsgFunction and related infrastructure
      tests/exynos: Fix missing static keyword
      drmSL: Fix neighbor lookup
      tests/drmsl: Extract tests out of xf86drmSL.c

Joonyoung Shim (6):
      modetest: fix Segmentation fault
      modetest: make use of drmModeRmFB
      modetest: fix the error path handling
      modetest: clear buffer and framebuffer for planes
      modetest: destroy the cursor bo
      modetest: fix the arguments of the MAKE_RGB_INFO define

Neil Roberts (1):
      intel: Merge latest i915_drm.h

Rob Clark (2):
      modeprint: add missing encoder/connector type names
      modetest: fix allocation for yuv420/yvu420

Tobias Jakobi (1):
      modetest: initialize handles/pitches in set_plane()

Tvrtko Ursulin (1):
      intel: Leak the userptr test bo
2015-05-07 06:31:06 +00:00
mef
6c884ed408 Updated sysutils/coreutils to 8.23
Updated misc/gnuls to 8.23
2015-05-07 00:26:31 +00:00
mef
141f7426a8 (pkgsrc)
- Drop patches/patch-lib_parse-datetime.c (the comment of the patch was)
      | Fix CVE-2014-9471 TZ parsing bug.
      | Via https://debbugs.gnu.org/cgi/bugreport.cgi?bug=16872
  - Set MAKE_JOBS_SAFE= no, to avoid following problem
      # --- man/chroot.1 ---
      #   GEN      man/chroot.1
      # help2man: can't get `--help' info from chroot.td/chroot
      # Try `--no-discard-stderr' if option outputs to stderr
      # *** [man/chroot.1] Error code 127
(upstream)
  - update to 8.23
------------------
* Noteworthy changes in release 8.23 (2014-07-18) [stable]

** Bug fixes

  chmod -Rc no longer issues erroneous warnings for files with special bits set.
  [bug introduced in coreutils-6.0]

  cp -a, mv, and install --preserve-context, once again set the correct SELinux
  context for existing directories in the destination.  Previously they set
  the context of an existing directory to that of its last copied descendent.
  [bug introduced in coreutils-8.22]

  cp -a, mv, and install --preserve-context, no longer seg fault when running
  with SELinux enabled, when copying from file systems that return an error
  when reading the SELinux context for a file.
  [bug introduced in coreutils-8.22]

  cp -a and mv now preserve xattrs of symlinks copied across file systems.
  [bug introduced with extended attribute preservation feature in coreutils-7.1]

  date could crash or go into an infinite loop when parsing a malformed TZ="".
  [bug introduced with the --date='TZ="" ..' parsing feature in coreutils-5.3.0]

  dd's ASCII and EBCDIC conversions were incompatible with common practice and
  with POSIX, and have been corrected as follows.  First, conv=ascii now
  implies conv=unblock, and conv=ebcdic and conv=ibm now imply conv=block.
  Second, the translation tables for dd conv=ascii and conv=ebcdic have been
  corrected as shown in the following table, where A is the ASCII value, W is
  the old, wrong EBCDIC value, and E is the new, corrected EBCDIC value; all
  values are in octal.

      A   W   E
     041 117 132
     133 112 255
     135 132 275
     136 137 232
     174 152 117
     176 241 137
     313 232 152
     325 255 112
     345 275 241

  [These dd bugs were present in "the beginning".]

  df has more fixes related to the newer dynamic representation of file systems:
  Duplicates are elided for virtual file systems like tmpfs.
  Details for the correct device are output for points mounted multiple times.
  Placeholder values are output for inaccessible file systems, rather than
  than error messages or values for the wrong file system.
  [These bugs were present in "the beginning".]

  df now outputs all appropriate entries in the presence of bind mounts.
  On some systems, entries would have been incorrectly elided due to
  them being considered "dummy" mounts.
  [bug introduced in coreutils-8.22]

  du now silently ignores directory cycles introduced with bind mounts.
  Previously it would issue a warning and exit with a failure status.
  [bug introduced in coreutils-8.1]

  head --bytes=-N and --lines=-N now handles devices more
  consistently, not ignoring data from virtual devices like /dev/zero,
  or on BSD systems data from tty devices.
  [bug introduced in coreutils-5.0.1]

  head --bytes=-N - no longer fails with a bogus diagnostic when stdin's
  seek pointer is not at the beginning.
  [bug introduced with the --bytes=-N feature in coreutils-5.0.1]

  head --lines=-0, when the input does not contain a trailing '\n',
  now copies all input to stdout.  Previously nothing was output in this case.
  [bug introduced with the --lines=-N feature in coreutils-5.0.1]

  id, when invoked with no user name argument, now prints the correct group ID.
  Previously, in the default output format, it would print the default group ID
  in the password database, which may be neither real nor effective.  For e.g.,
  when run set-GID, or when the database changes outside the current session.
  [bug introduced in coreutils-8.1]

  ln -sf now replaces symbolic links whose targets can't exist.  Previously
  it would display an error, requiring --no-dereference to avoid the issue.
  [bug introduced in coreutils-5.3.0]

  ln -sr '' F no longer segfaults.  Now works as expected.
  [bug introduced with the --relative feature in coreutils-8.16]

  numfmt now handles blanks correctly in all unibyte locales.  Previously
  in locales where character 0xA0 is a blank, numfmt would mishandle it.
  [bug introduced when numfmt was added in coreutils-8.21]

  ptx --format long option parsing no longer falls through into the --help case.
  [bug introduced in TEXTUTILS-1_22i]

  ptx now consistently trims whitespace when processing multiple files.
  [This bug was present in "the beginning".]

  seq again generates correct output with start or end values = -0.
  [bug introduced in coreutils-8.20.]

  shuf --repeat no longer dumps core if the input is empty.
  [bug introduced with the --repeat feature in coreutils-8.22]

  sort when using multiple threads now avoids undefined behavior with mutex
  destruction, which could cause deadlocks on some implementations.
  [bug introduced in coreutils-8.6]

  tail -f now uses polling mode for VXFS to cater for its clustered mode.
  [bug introduced with inotify support added in coreutils-7.5]

** New features

  od accepts a new option: --endian=TYPE to handle inputs with different byte
  orders, or to provide consistent output on systems with disparate endianness.

  configure accepts the new option --enable-single-binary to build all the
  selected programs in a single binary called "coreutils".  The selected
  programs can still be called directly using symlinks to "coreutils" or
  shebangs with the option --coreutils-prog= passed to this program.  The
  install behavior is determined by the option --enable-single-binary=symlinks
  or --enable-single-binary=shebangs (the default).  With the symlinks option,
  you can't make a second symlink to any program because that will change the
  name of the called program, which is used by coreutils to determine the
  desired program.  The shebangs option doesn't suffer from this problem, but
  the /proc/$pid/cmdline file might not be updated on all the platforms.  The
  functionality of each program is not affected but this single binary will
  depend on all the required dynamic libraries even to run simple programs.
  If you desire to build some tools outside the single binary file, you can
  pass the option --enable-single-binary-exceptions=PROG_LIST with the comma
  separated list of programs you want to build separately.  This flag
  considerably reduces the overall size of the installed binaries which makes
  it suitable for embedded system.

** Changes in behavior

  chroot with an argument of "/" no longer implicitly changes the current
  directory to "/", allowing changing only user credentials for a command.

  chroot --userspec will now unset supplemental groups associated with root,
  and instead use the supplemental groups of the specified user.

  cut -d$'\n' again outputs lines identified in the --fields list, having
  not done so in v8.21 and v8.22.  Note using this non portable functionality
  will result in the delayed output of lines.

  ls with none of LS_COLORS or COLORTERM environment variables set,
  will now honor an empty or unknown TERM environment variable,
  and not output colors even with --colors=always.

** Improvements

  chroot has better --userspec and --group look-ups, with numeric IDs never
  causing name look-up errors.  Also look-ups are first done outside the chroot,
  in case the look-up within the chroot fails due to library conflicts etc.

  install now allows the combination of the -D and -t options.

  numfmt supports zero padding of numbers using the standard printf
  syntax of a leading zero, for example --format="%010f".
  Also throughput was improved by up to 800% by avoiding redundant processing.

  shred now supports multiple passes on GNU/Linux tape devices by rewinding
  the tape before each pass, avoids redundant writes to empty files,
  uses direct I/O for all passes where possible, and attempts to clear
  inode storage used for small files on some file systems.

  split avoids unnecessary input buffering, immediately writing input to output
  which is significant with --filter or when writing to fifos or stdout etc.

  stat and tail work better with HFS+, HFSX, LogFS and ConfigFS.  stat -f
  --format=%T now reports the file system type, and tail -f now uses inotify,
  rather than the default of issuing a warning and reverting to polling.
2015-05-07 00:24:59 +00:00
wiz
927fdccff2 Updated x11/xf86-video-cirrus to 1.5.3 2015-05-06 21:28:49 +00:00
wiz
707fb436ea Update to 1.5.3:
Adam Jackson (1):
      configure: Drop AM_MAINTAINER_MODE

Alan Coopersmith (1):
      Skip building xaa files when XAA is not supported

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

Dave Airlie (1):
      cirrus: don't use pciTag

Julien Cristau (1):
      cirrus 1.5.3
2015-05-06 21:28:41 +00:00
tonio
b3abe9be46 Update textproc/hevea to 2.23, patch kindly provided by J. Lewis Muir 2015-05-06 20:47:01 +00:00
tonio
0f05397e35 Update textproc/hevea to 2.23
Patch kindly provided by J. Lewis Muir

Changes include:
- a huge pile of bugfixes
- support for more latex packages (cleverref, comment,...)
- html 5.0 output
2015-05-06 20:45:43 +00:00
wiz
0078e85686 Add tex-arsclassica. 2015-05-06 18:28:54 +00:00
wiz
7e022bcc79 + tex-arsclassica* 2015-05-06 18:06:42 +00:00
wiz
aa3b24b848 Set LICENSE 2015-05-06 18:06:25 +00:00
wiz
58b6d7b070 Added print/tex-arsclassica-doc version 4.0.3 2015-05-06 18:06:11 +00:00
wiz
31b15003d5 Import tex-arsclassica-doc-4.0.3 as print/tex-arsclassica-doc.
Documentation for tex-arsclassica.
2015-05-06 18:05:45 +00:00
wiz
02642228aa Added print/tex-arsclassica version 4.0.3 2015-05-06 18:05:06 +00:00
wiz
14ef784015 Import tex-arsclassica-4.0.3 as print/tex-arsclassica.
The package changes some typographical points of the
ClassicThesis style, by Andre Miede. It enables the user to
reproduce the look of the guide The art of writing with LaTeX
(the web page is in Italian).
2015-05-06 18:04:57 +00:00
wiz
3535a51163 Updated meta-pkgs/texlive-collection-htmlxml to 2014pre2 2015-05-06 18:01:34 +00:00
wiz
8aed62dcb1 + tex-classpack 2015-05-06 18:01:25 +00:00
wiz
443f8e3bd3 more tex packages. 2015-05-06 18:00:00 +00:00
wiz
99706e6fbf Added print/tex-classpack-doc version 0.77 2015-05-06 17:59:06 +00:00
wiz
f5c4e55d30 Import tex-classpack-doc-0.77 as print/tex-classpack-doc.
Documentation for tex-classpack.
2015-05-06 17:58:46 +00:00
wiz
be0f1164eb Added print/tex-classpack version 0.77 2015-05-06 17:58:10 +00:00
wiz
5ae88e2fe1 Import tex-classpack-0.77 as print/tex-classpack.
The package provides an experiment in using XML (specifically
DocBook 5) to mark up and maintain LaTeX classes and packages.
XSLT 2 styleheets generate the .dtx and .ins distribution files
expected by end users.
2015-05-06 17:58:02 +00:00
wiz
01eed9610a Updated net/filezilla to 3.10.3 2015-05-06 17:02:03 +00:00
wiz
8579fcaced Update to 3.10.3:
3.10.3 (2015-03-29)

- Fixed crash if changing number of simultaneous transfers while
  transferring files
- Fixed local filelist statusbar regression introduced in 3.10.3-beta2

3.10.3-rc1 (2015-03-21)

- If saving passwords is disabled, don't ask for the password again
  after connecting via the quickconnect bar and then starting a
  download via drag&drop.
- Small performance improvements

3.10.3-beta2 (2015-03-16)

- Minimum timeout value is now 10 seconds, up from 5 seconds to
  prevent timeouts uploading to servers with slow storage
- Fixed an assert with invalid file sizes
- Small performance improvements

3.10.3-beta1 (2015-03-14)

+ Added option to enable SFTP compression

3.10.2 (2015-03-02)

- When finding the local name of a remote file to be edited, use
  case-insensitive comparison
- Updated SFTP components from PuTTY
- MSW: Cleaned up runtime dependencies
- Fix crash introduced in rc2 when there is no password element
  for a saved item

3.10.2-rc2 (2015-02-25)

+ MSW: The installer configures Windows Error Reporting to save
  minidumps in %LOCALAPPDATA%\CrashDumps if filezilla.exe crashes
+ The updater now submits CPU capabilities when checking for updates.
  In a future version support for CPUs without SSE2 support will be
  dropped
+ In the XML files, passwords are now base64 encoded
- Fix HTTP proxy handshake if no proxy username is set
- Fix state of filter toolbar button if dismissing filter dialog
- At the end of transfers, errors writing all downloaded data to
  disk were not always detected

3.10.2-rc1 (2015-02-21)

+ When reopening files already being edited, preselect the previously
  used selection
+ The subject area in the certificate verification can now be
  scrolled if the certificate contains many alternative names
+ Many performance improvements
- Fixed display of total transfer size in message log for SFTP
  transfers
- MSW: Fixed sorting of sites in Site Manager
- MSW: Fix initial focus after starting FileZilla to be in the
  quickconnect bar again
- Fixed bug in GnuTLS where the AES-NI instruction set wasn't always
  used when available
- Refresh directory trees if sort mode changes
- Fix potential crash if disconnecting during ongoing transfers
- Fix updating the transfer progress bar when uploading files via
  SFTP with a low speed limit set

3.10.1.1 (2015-02-01)

- Fix editing of files with the same name in different directories

3.10.1 (2015-01-31)

- Don't override proxy settings if loading an implicit session from
  PuTTY
- Silently delete junk files left behind by some editors in the
  temporary directory

3.10.1-rc1 (2015-01-24)

+ Fixed wording of some error messages when using FTP over TLS
+ Display subject alternative names in certificate verification
  dialog
+ If re-editing multiple files already being edited, add a checkbox
  to apply action to all selected file
- Editing the same local file multiple times no longer results in
  an error message
- Display SHA-256 fingerprints in certificate verification dialog,
  no longer display MD5 fingerprints.
- Disable insecure RC4 algorithm in FTP over TLS
- *nix: Fix assertion when opening the file exists dialog on some
  multi-display systems
- Deleting items in the Site Manager now correctly upates the
  right-hand side of the dialog
- Dragging items in the Site Manager no longer makes the default
  port appear in the port input box
2015-05-06 17:01:52 +00:00
markd
3c1c9d794c Addition/renaming of texlive-collection-* packages. 2015-05-06 11:09:15 +00:00
markd
0edefddf45 rm tex-collection-* (moved to meta-pkgs/texlive-collection-*) 2015-05-06 10:55:42 +00:00
markd
b5d1d5f3f3 rm tex-collection* (moved to meta-pkgs/texlive-collection*) 2015-05-06 10:49:49 +00:00
markd
b63d9a8ee5 rm tex-collection-* 2015-05-06 10:48:25 +00:00
markd
a5f1b551cb Add texlive-collection-* 2015-05-06 10:45:55 +00:00
markd
1fe1adfad5 Add texlive-collection-bibtexextra 2014pre1
Add texlive-collection-binextra 2014pre1
Add texlive-collection-context 2014pre1
Add texlive-collection-fontsextra 2014pre1
Add texlive-collection-fontutils 2014pre1
Add texlive-collection-formatsextra 2014pre1
Add texlive-collection-games 2014pre1
Add texlive-collection-genericextra 2014pre1
Add texlive-collection-htmlxml 2014pre1
Add texlive-collection-langafrican 2014pre1
Add texlive-collection-langarabic 2014pre1
Add texlive-collection-langchinese 2014pre1
Add texlive-collection-langcjk 2014pre1
Add texlive-collection-langcyrillic 2014pre1
Add texlive-collection-langczechslovak 2014pre1
Add texlive-collection-langenglish 2014pre1
Add texlive-collection-langeuropean 2014pre1
Add texlive-collection-langfrench 2014pre1
Add texlive-collection-langgerman 2014pre1
Add texlive-collection-langgreek 2014pre1
Add texlive-collection-langindic 2014pre1
Add texlive-collection-langitalian 2014pre1
Add texlive-collection-langjapanese 2014pre1
Add texlive-collection-langkorean 2014pre1
Add texlive-collection-langother 2014pre1
Add texlive-collection-langpolish 2014pre1
Add texlive-collection-langportuguese 2014pre1
Add texlive-collection-langspanish 2014pre1
Add texlive-collection-latexextra 2014pre1
Add texlive-collection-luatex 2014pre1
Add texlive-collection-mathextra 2014pre1
Add texlive-collection-metapost 2014pre1
Add texlive-collection-music 2014pre1
Add texlive-collection-omega 2014pre1
Add texlive-collection-pictures 2014pre1
Add texlive-collection-plainextra 2014pre1
Add texlive-collection-pstricks 2014pre1
Add texlive-collection-publishers 2014pre1
Add texlive-collection-science 2014pre1
Add texlive-collection-xetex 2014pre1

Meta-packages corresponding to texlive collections.
Currently the collections are incomplete as not all texlive packages are
in pkgsrc - hence the 2014pre1 version.
2015-05-06 10:41:42 +00:00
markd
17e34822bf Rename of texlive collections. 2015-05-06 10:27:54 +00:00
markd
8f7b4cb63b s/tex-collection-latex/texlive-collection-latex/ 2015-05-06 10:25:40 +00:00
markd
fe58c6bde9 Deal with rename of texlive collections. 2015-05-06 10:23:42 +00:00
markd
d0e349575e s/tex/texlive/ 2015-05-06 10:15:58 +00:00
markd
ca0aaf5a02 Reimport fonts/tex-collection-fontsrecommended* as
meta-pkgs/texlive-collection-fontsrecommended*
2015-05-06 10:12:01 +00:00
markd
45ba9f72c0 Reimport print/tex-collection-* as meta-pkgs/texlive-collection-*. 2015-05-06 10:10:27 +00:00
wiz
f11e8ff8b1 Updated print/teTeX3-texmf to 3.0nb51 2015-05-06 10:04:29 +00:00
wiz
811f7b640f Replace obsolete qfonts with tex-gyre and obsolete antp with poltawski.
Bump PKGREVISION.
2015-05-06 10:04:20 +00:00
wiz
65fc4d684a + tex-tex-gyre-math-doc. 2015-05-06 09:37:40 +00:00
wiz
7b4040d5c2 Added fonts/tex-tex-gyre-math-doc version 2014 2015-05-06 09:37:12 +00:00
wiz
afb59ff54a Import tex-tex-gyre-math-doc-2014 as fonts/tex-tex-gyre-math-doc.
Documentation for tex-tex-gyre-math.
2015-05-06 09:37:04 +00:00
wiz
6ce6e5b541 Add HOMEPAGE. 2015-05-06 09:35:18 +00:00
wiz
b32d7b6b6f Set HOMEPAGE, LICENSE. 2015-05-06 09:33:38 +00:00
wiz
7a10398c6a Added print/tex-poltawski-doc version 1.101 2015-05-06 09:26:20 +00:00
wiz
133dfb5f1e Import tex-poltawski-doc-1.101 as print/tex-poltawski-doc.
Documentation for tex-poltawski.
2015-05-06 09:26:12 +00:00
wiz
10e488aa09 Added print/tex-poltawski version 1.101 2015-05-06 09:26:09 +00:00