Commit graph

10129 commits

Author SHA1 Message Date
MANTANI Nobutaka
81c120c440 Update to 3.8.2. 2017-09-02 17:01:27 +00:00
MANTANI Nobutaka
51c12c8be6 Fix package build error on current.
PR:		221628
Submitted by:	nobutaka
Approved by:	maintainer timeout (two weeks)
2017-09-02 09:38:21 +00:00
Tobias C. Berner
9c2853c669 Update KDE Frameworks to 5.37.0
PR:		221599
Reviewed by:	rakuco
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D12067
2017-08-29 05:40:51 +00:00
Matthew Rezny
b685cd4a0f Don't pollute lib, install icons in share/pixmaps and config/scripts in etc
PR:		221160
Submitted by:	melanhit@gmail.com
2017-08-27 19:44:16 +00:00
Matthew Rezny
eb72affd4f Set correct $displayname and remove expr GNUisms
PR:		220668
Reported by:	parakleta@darkreality.org, wulf
2017-08-27 19:27:38 +00:00
Alexey Dokuchaev
fb75e50d26 - Make build dependency on `textproc/gtk-doc' 1) optional, and 2) actually
useful (for developers).  Previously, API documentation was never built,
  disabled via CONFIGURE_ARGS; these docs are of no use to general public
  and might be interesting only to application developers working with the
  library, so do not install them by default (just as before)
- While here, deobfuscate one installation command that was obfuscated in
  r406897 (careless commit of Kato's patch) and make the port description
  more accurate and readable
2017-08-25 17:21:13 +00:00
Alexey Dokuchaev
9df53f38c5 - Update `x11/gxkb' to version 0.8.0
- TIMESTAMP (gxkb-0.8.0.tar.gz) = 1503572783

Reported by:	portscout
2017-08-25 15:33:47 +00:00
Steve Wills
40db78cf06 Add missed PORTREVISION bumps after recent poppler update 2017-08-24 15:49:34 +00:00
Steve Wills
cdcf6a67a3 Bump PORTREVISION after recent poppler update 2017-08-24 13:45:13 +00:00
Mathieu Arnold
3d0c1123aa Cleanup ${PORTSDIR}/ from *DEPENDS.
Sponsored by:	Absolight
2017-08-21 16:55:01 +00:00
David Chisnall
31e0b9f12c Update GNUstep core libraries.
Update the default Objective-C compiler.

Fix various build failures in GNUstep ports from newer versions of the GNUstep
core libraries and from changes to GNUstep Make.

Update various ports that use GNUstep and bump the portrevision of the ones
that haven't had a new release.
2017-08-21 13:26:28 +00:00
Dmitry Marakasov
39af52e74b - Update to 0.4.3 2017-08-21 11:48:33 +00:00
Richard Gallamore
176b7be449 X11 window switcher designed for minimalistic window managers (ratpoison,
xmonad and others) or standalone X11 session. It is lightweight and depends
only on basic X11 libs, conforming to the usage of lightweight WM.

WWW: https://github.com/sagb/alttab

PR:		221425
Submitted by:	Dmitri Goutnik (maintainer)
Reviewed by:	matthew (mentor)
Approved by:	matthew (mentor)
Differential Revision:	https://reviews.freebsd.org/D12091
2017-08-20 23:21:18 +00:00
Matthew Rezny
d63a802723 Build with reasonable defaults to avoid passing NULL to unprepared users.
Environment variables still take precedence. Without built-in defaults, NULL
will be returned if the environment is empty. Some consumers fail to check
for this condition and exhibit ill behavior.

While here, remove MAKE_JOBS_UNSAFE as nobody recalls why it was put there
originally and parallel builds work in all my test environments.

Reported by:	tcberner
2017-08-20 16:31:39 +00:00
Steve Wills
6be69eee67 x11/nvidia-settings: add build dep on dbus
Fixes build when cups doesn't pull in dbus

Reported by:	David Wolfskill <david@catwhisker.org>
2017-08-19 23:29:58 +00:00
Joseph Mingrone
9ce6fcc089 x11/cl-clx-sbcl: Re-add after deletion in 2013 2017-08-18 13:50:49 +00:00
Joseph Mingrone
8013c10f84 x11/cl-clx: Switch to upstream used by Quicklisp and take maintainership
Reviewed by:	mat
Differential Revision:	https://reviews.freebsd.org/D12030
2017-08-18 13:21:06 +00:00
Steve Wills
a53b431798 x11/nvidia-xconfig: Update to 384.59
PR:		221019
Submitted by:	kbowling
Approved by:	bland (maintainer timeout, > 2 weeks)
2017-08-17 14:09:14 +00:00
Steve Wills
506df07fe2 x11/nvidia-settings: Update to 384.59
PR:		221018
Submitted by:	kbowling
Approved by:	bland (maintainer timeout, > 2 weeks)
2017-08-17 14:08:26 +00:00
Baptiste Daroussin
42b2ed0e2f Move all X cursors from ${PREFIX}/lib/X11/icons to ${PREFIX}/share/icons
It improves consistency, lots of cursors were already installed in that
directory. The same change was already done for regular fonts.
2017-08-17 08:26:25 +00:00
Steve Wills
f4c622674b Fix pkg-descr typo
Reported by:	linimon, romain
Pointyhat to:	swills
2017-08-14 13:32:08 +00:00
Steve Wills
d03b410218 x11/screen-message: create port
If you just want to disply a word or a short, possilby multi-line, text as
large and as quickly as possible on your screen, then screen-message is the
right too for you.

WWW: http://sm.nomeata.de/

PR:		220261
Submitted by:	mail@dhauck.eu
2017-08-14 02:46:31 +00:00
Tobias Kortkamp
fa2d96d54d Reassign maintainership of x11/swarp
PR:		221392
Submitted by:	Dmitri Goutnik <dg@syrec.org>
Approved by:	Mason Loring Bliss <mason@blisses.org> (maintainer, implicit)
2017-08-10 19:17:14 +00:00
Mathieu Arnold
644f51a79b Fix build for Perl 5.25.6+.
With hat:	perl@
Sponsored by:	Absolight
2017-08-10 15:19:01 +00:00
Richard Gallamore
57dbe01473 DSBAutostart is a Qt program that allows you to manage commands to be executed
at X session start.

WWW: http://freeshell.de/~mk/projects/dsbautostart.html

PR:		221131
Submitted by:	Marcel Kaiser (maintainer)
Reviewed by:	matthew (mentor)
Approved by:	matthew (mentor)
Differential Revision:	https://reviews.freebsd.org/D11902
2017-08-09 00:46:32 +00:00
Richard Gallamore
6315cd12a5 Enventor, which is also known as EDC (Edje Data Collections) Editor, is a EDC
script editor tool that supports text editing and previewing functions for the
EDC source code.

WWW: http://www.enlightenment.org/

PR:		219226
Submitted by:	larca (maintainer)
Reviewed by:	matthew (mentor)
Approved by:	matthew (mentor)
Differential Revision:	https://reviews.freebsd.org/D11890
2017-08-08 18:07:56 +00:00
Tobias C. Berner
25bf018f0f - Update The Glorious Glasgow Haskell Compiler to version 8.0.2
- Simplified port by only suporting GCC, and creating a build.mk file
- Update Pandoc to 1.19.2.1
- Update git-annex to 6.20170520
- Update Darcs to 2.12.5
- Update Gtk2Hs to 0.13.2.2
- Update Agda to 2.5.2

Please note that port revisions for all the Haskell ports without version
changes are bumped.

See the UPDATING file for instructions.

New ports (63):

hs-EdisonAPI                     API for EdisonCore
hs-EdisonCore                    Efficent, purely-functional data structures
hs-ListLike                      Generic support for list-like structures
hs-Only                          Canonical anonymous 1-tuple type
hs-aeson-compat                  Compatibility layer for aeson
hs-attoparsec-iso8601            Parsing of ISO 8601 dates
hs-base-compat                   Compatibility with later versions of base
hs-call-stack                    Support call stacks
hs-clock                         Access to high-resolution clocks and timers
hs-code-page                     Adjusting code pages on Windows
hs-colour                        Data type for colors and transparency
hs-concurrent-output             Ungarble output from several threads
hs-cryptohash-md5                Pure MD5 implementation
hs-cryptohash-sha1               Pure SHA-1 implementation
hs-cryptohash-sha256             Pure SHA-256 implementation
hs-data-endian                   Endian-sensitive data
hs-dbus                          Client for the D-Bus IPC system
hs-disk-free-space               Retrieving information about disk space usage
hs-doctemplates                  Pandoc-style document templates
hs-ed25519                       Ed25519 public-key signature system
hs-fdo-notify                    FreeDesktop.org's Desktop Notifications
hs-fixed                         Signed 15.16 precision fixed point arithmetic
hs-fmlist                        FoldMap lists
hs-foundation                    Custom Prelude
hs-gitrev                        Compile-time git revision info
hs-graphviz                      Binding for the GraphViz library
hs-hackage-security              Tools for securing the Hackage package server
hs-half                          Half-precision floating-point
hs-haskell-lexer                 Fully compliant Haskell 98 lexer
hs-http-api-data                 Converting types to and from HTTP API data
hs-integer-logarithms            Integer logarithms implementation
hs-io-streams                    Easy-to-use primitives for I/O using streams
hs-io-streams-haproxy            HAProxy protocol version 1.5 support
hs-magic                         Binding to the libmagic library
hs-microlens                     Microlens
hs-microlens-th                  Automated generation of lenses
hs-microstache                   Mustache templates
hs-monad-unlift                  Type classes for unlifting monad transformers
hs-monadplus                     Partial maps and filters over MonadPlus
hs-mono-traversable-instances    Extra type classes for mono-traversable
hs-mountpoints                   Listing currently mounted filesystems
hs-newtype-generics              Full replacement of newtype
hs-pretty-show                   Working with derived Show instances
hs-process-extras                Read process input/output as ByteString/Text
hs-psqueues                      Priority Search Queues
hs-readable                      Reading data types from ByteString/Text
hs-refact                        Data type for apply-refact
hs-regex-pcre                    PCRE backend to accompany regex-base
hs-safe-exceptions               Safe, consistent, and easy exception handling
hs-say                           Send messages to handles in a thread-safe way
hs-scanner                       Incremental combinator parser for ByteStrings
hs-skylighting                   Syntax highlighting library binding
hs-terminal-size                 Get terminal window sizes without ncurses
hs-text-short                    Data type for keeping short strings in memory
hs-th-abstraction                Inspecting types via Template Haskell
hs-th-lift                       Derive Template Haskell's Lift class
hs-th-lift-instances             Orphan instances for commonly used types
hs-tls-session-manager           TLS session manager
hs-typed-process                 Launching/interaction with external processes
hs-unexceptionalio               IO without non-error/synchronous exceptions
hs-uri-bytestring                RFC3986 compliant URI parser
hs-uri-bytestring-aeson          Aeson instance for URI.ByteString
hs-wl-pprint-text                Version of wl-pprint to use Text

Updated ports (314):

hs-ALUT                                  2.4.0.0_1        --> 2.4.0.2
hs-Agda                                  2.4.2.3          --> 2.5.2
hs-Agda-stdlib                           0.9_1            --> 0.13
hs-BNFC                                  2.8              --> 2.8.1
hs-Boolean                               0.2.3            --> 0.2.4
hs-DAV                                   1.0.7            --> 1.3.1
hs-DRBG                                  0.5.4            --> 0.5.5
hs-Diff                                  0.3.2            --> 0.3.4
hs-GLURaw                                1.5.0.1          --> 2.0.0.3
hs-GLUT                                  2.7.0.1_1,1      --> 2.7.0.12,1
hs-Glob                                  0.7.5_2          --> 0.8.0
hs-HStringTemplate                       0.8.3            --> 0.8.6
hs-HTTP                                  4000.2.20        --> 4000.3.7
hs-HUnit                                 1.2.5.2_7        --> 1.6.0.0
hs-HaXml                                 1.25.3           --> 1.25.4
hs-HsOpenSSL                             0.11.1.1         --> 0.11.4.9
hs-JuicyPixels                           3.2.6            --> 3.2.8.2
hs-List                                  0.5.2            --> 0.6.0
hs-MemoTrie                              0.6.2_2          --> 0.6.8
hs-MissingH                              1.3.0.1          --> 1.4.0.1
hs-MonadRandom                           0.4              --> 0.5.1
hs-ObjectName                            1.1.0.0          --> 1.1.0.1
hs-OpenAL                                1.7.0.0          --> 1.7.0.4
hs-OpenGL                                2.12.0.1,1       --> 3.0.2.0,1
hs-OpenGLRaw                             2.5.1.0_1        --> 3.2.4.0
hs-QuickCheck                            2.8.1            --> 2.10.0.1
hs-RSA                                   2.1.0.1          --> 2.3.0
hs-ReadArgs                              1.2.2            --> 1.2.3
hs-STMonadTrans                          0.3.3            --> 0.4.3
hs-StateVar                              1.1.0.1          --> 1.1.0.4
hs-TypeCompose                           0.9.10_2         --> 0.9.12
hs-activehs                              0.3.1_12         --> 0.3.2
hs-activehs-base                         0.3.0.2_9        --> 0.3.0.4
hs-adjunctions                           4.2.1            --> 4.3
hs-aeson                                 0.8.0.2          --> 1.2.1.0
hs-aeson-pretty                          0.7.2            --> 0.8.5
hs-alex                                  3.1.4            --> 3.2.1
hs-ansi-terminal                         0.6.2.1          --> 0.6.3.1
hs-asn1-data                             0.7.1_9          --> 0.7.2
hs-asn1-encoding                         0.9.0            --> 0.9.5
hs-asn1-parse                            0.9.1            --> 0.9.4
hs-asn1-types                            0.3.0            --> 0.3.2
hs-async                                 2.0.2            --> 2.1.1.1
hs-atomic-primops                        0.8              --> 0.8.0.4
hs-attoparsec                            0.12.1.6         --> 0.13.1.0
hs-authenticate                          1.3.2.11         --> 1.3.3.2
hs-auto-update                           0.1.2.2          --> 0.1.4
hs-aws                                   0.12.1           --> 0.16
hs-base-orphans                          0.4.4            --> 0.6
hs-basic-prelude                         0.5.0            --> 0.6.1.1
hs-bifunctors                            5                --> 5.4.2
hs-blaze-builder                         0.4.0.1          --> 0.4.0.2
hs-blaze-html                            0.8.1.0          --> 0.9.0.1
hs-blaze-markup                          0.7.0.2          --> 0.8.0.0
hs-brainfuck                             0.1.0.2          --> 0.1.0.3
hs-c2hs                                  0.28.1_1         --> 0.28.2_1
hs-cabal-install                         1.22.6.0         --> 1.24.0.2
hs-cairo                                 0.13.1.0         --> 0.13.3.1
hs-case-insensitive                      1.2.0.4          --> 1.2.0.10
hs-cassava                               0.4.3.1          --> 0.5.0.0
hs-cereal                                0.4.1.1          --> 0.5.4.0
hs-cgi                                   3001.2.2.2,1     --> 3001.3.0.2,1
hs-checkers                              0.4.3            --> 0.4.7
hs-chunked-data                          0.2.0            --> 0.3.0
hs-cipher-aes128                         0.7.0.1          --> 0.7.0.3
hs-classy-prelude                        0.12.1.1         --> 1.2.0.1
hs-classy-prelude-conduit                0.12.0.1         --> 1.2.0
hs-clientsession                         0.9.1.1          --> 0.9.1.2
hs-cmark                                 0.4.0.1          --> 0.5.5.1
hs-cmdargs                               0.10.13          --> 0.10.17
hs-comonad                               4.2.7.2          --> 5.0.1
hs-conduit                               1.2.5            --> 1.2.11
hs-conduit-combinators                   1.0.3            --> 1.1.1
hs-conduit-extra                         1.1.9.1          --> 1.1.16
hs-connection                            0.2.5            --> 0.2.8
hs-constraints                           0.4.1.3          --> 0.9.1
hs-contravariant                         1.3.2            --> 1.4
hs-cookie                                0.4.1.6          --> 0.4.2.1
hs-cpphs                                 1.19             --> 1.20.8
hs-criterion                             1.1.0.0          --> 1.2.1.0
hs-cryptohash                            0.11.6_2         --> 0.11.9
hs-cryptohash-cryptoapi                  0.1.3_2          --> 0.1.4
hs-cryptonite                            0.6              --> 0.24
hs-css-text                              0.1.2.1_2        --> 0.1.2.2
hs-darcs                                 2.10.1           --> 2.12.5
hs-data-default                          0.5.3_7          --> 0.7.1.1
hs-data-default-class                    0.0.1_7          --> 0.1.2.0
hs-data-default-instances-base           0.0.1_7          --> 0.1.0.1
hs-data-lens                             2.10.7           --> 2.11.1
hs-data-lens-template                    2.1.9            --> 2.2
hs-data-pprint                           0.2.4            --> 0.2.4.1
hs-deepseq-generics                      0.1.1.2          --> 0.2.0.0
hs-dia-base                              0.1.1.3          --> 0.1.1.4
hs-directory-tree                        0.12.0_2         --> 0.12.1
hs-distributive                          0.4.4_2          --> 0.5.2
hs-dlist                                 0.7.1.1          --> 0.8.0.3
hs-dlist-instances                       0.1_2            --> 0.1.1.1
hs-dns                                   2.0.0            --> 2.0.10
hs-double-conversion                     2.0.1.0          --> 2.0.2.0
hs-either                                4.4.1            --> 4.4.1.1
hs-ekg                                   0.4.0.8          --> 0.4.0.13
hs-ekg-core                              0.1.1.0          --> 0.1.1.1
hs-ekg-json                              0.1.0.0          --> 0.1.0.5
hs-email-validate                        2.1.3            --> 2.3
hs-enclosed-exceptions                   1.0.1.1          --> 1.0.2
hs-entropy                               0.3.7            --> 0.3.8
hs-equivalence                           0.3.1            --> 0.3.2
hs-errors                                2.0.0            --> 2.2.1
hs-esqueleto                             2.4.1            --> 2.5.3
hs-exceptions                            0.8.0.2          --> 0.8.3
hs-extra                                 1.4.1            --> 1.6
hs-fast-logger                           2.4.1            --> 2.4.10
hs-feed                                  0.3.10.0         --> 0.3.12.0
hs-fgl                                   5.5.2.1          --> 5.5.3.1
hs-file-embed                            0.0.9            --> 0.0.10
hs-filestore                             0.6.1            --> 0.6.3.1
hs-free                                  4.12.1           --> 4.12.4
hs-gconf                                 0.13.0.2         --> 0.13.1.0
hs-generic-deriving                      1.8.0            --> 1.11.2
hs-geniplate-mirror                      0.7.1            --> 0.7.5
hs-ghc-events                            0.4.4.0          --> 0.6.0
hs-gio                                   0.13.1.0         --> 0.13.3.1
hs-git-annex                             5.20150727_1     --> 6.20170520
hs-gitit                                 0.11.1           --> 0.12.2.1
hs-glib                                  0.13.1.1         --> 0.13.4.1
hs-gnuidn                                0.2.1_3          --> 0.2.2
hs-gtk                                   0.13.9           --> 0.14.6
hs-gtk2hs                                0.13,1           --> 0.13.2.2,1
hs-gtk2hs-buildtools                     0.13.0.4_1       --> 0.13.2.2
hs-gtksourceview2                        0.13.1.3         --> 0.13.3.1
hs-haddock                               2.16.1           --> 2.17.5
hs-haddock-api                           2.16.1           --> 2.17.4
hs-haddock-library                       1.2.1            --> 1.4.3
hs-happstack-server                      7.4.4            --> 7.4.6.4
hs-hashable                              1.2.3.3,1        --> 1.2.6.1,1
hs-hashtables                            1.2.0.2          --> 1.2.1.1
hs-haskell-src-exts                      1.16.0.1         --> 1.19.1
hs-hasktags                              0.69.1           --> 0.69.3
hs-hedis                                 0.6.9            --> 0.9.8
hs-heist                                 0.14.1.1         --> 1.0.1.0
hs-hexpat                                0.20.9           --> 0.20.13
hs-highlighting-kate                     0.6              --> 0.6.4
hs-hinotify                              0.3.8.1          --> 0.3.9
hs-hint                                  0.4.2.3          --> 0.7.0
hs-hjsmin                                0.1.5.0          --> 0.2.0.2
hs-hlint                                 1.9.21           --> 2.0.9
hs-hoauth2                               0.4.8            --> 0.5.9
hs-hoogle                                4.2.41           --> 5.0.12
hs-hourglass                             0.2.9            --> 0.2.10
hs-hscolour                              1.23,1           --> 1.24.1,1
hs-hslogger                              1.2.9            --> 1.2.10
hs-hslua                                 0.4.0            --> 0.5.0
hs-hspec                                 2.1.10           --> 2.4.4
hs-hspec-core                            2.1.10           --> 2.4.4
hs-hspec-discover                        2.1.10           --> 2.4.4
hs-hspec-expectations                    0.7.1            --> 0.8.2
hs-html-conduit                          1.2.0            --> 1.2.1.1
hs-http-client                           0.4.20           --> 0.5.7.0
hs-http-client-tls                       0.2.2_2          --> 0.3.5.1
hs-http-conduit                          2.1.8            --> 2.2.3.1
hs-http-reverse-proxy                    0.4.2            --> 0.4.4
hs-http-types                            0.8.6            --> 0.9.1
hs-http2                                 1.0.4            --> 1.6.3
hs-hxt                                   9.3.1.15         --> 9.3.1.16
hs-hxt-regex-xmlschema                   9.2.0.2          --> 9.2.0.3
hs-ieee754                               0.7.6            --> 0.8.0
hs-iproute                               1.5.0            --> 1.7.1
hs-js-jquery                             1.11.3           --> 3.2.1
hs-kan-extensions                        4.2.2            --> 5.0.2
hs-keys                                  3.10.2           --> 3.11
hs-kqueue                                0.1.2.6_2        --> 0.2
hs-language-c                            0.5.0            --> 0.6.1
hs-language-javascript                   0.5.14.2         --> 0.6.0.10
hs-largeword                             1.2.3_2          --> 1.2.5
hs-lens                                  4.12.3           --> 4.15.3
hs-libmpd                                0.9.0.2          --> 0.9.0.6
hs-lifted-async                          0.7.0.1          --> 0.9.3
hs-lifted-base                           0.2.3.6          --> 0.2.3.11
hs-map-syntax                            0.2              --> 0.2.0.2
hs-math-functions                        0.1.5.2_2        --> 0.2.1.0
hs-memory                                0.8              --> 0.14.6
hs-mime-mail                             0.4.9            --> 0.4.13.1
hs-mime-types                            0.1.0.6          --> 0.1.0.7
hs-mmorph                                1.0.4            --> 1.1.0
hs-monad-control                         1.0.0.4          --> 1.0.2.1
hs-monad-logger                          0.3.13.2         --> 0.3.24
hs-monad-par                             0.3.4.7          --> 0.3.4.8
hs-monadcryptorandom                     0.6.1_2          --> 0.7.1
hs-monads-tf                             0.1.0.2_2        --> 0.1.0.3
hs-mono-traversable                      0.9.2.1          --> 1.0.2
hs-mueval                                0.9.1.1.2        --> 0.9.3
hs-murmur-hash                           0.1.0.8          --> 0.1.0.9
hs-mutable-containers                    0.3.2            --> 0.3.3
hs-mwc-random                            0.13.3.2         --> 0.13.6.0
hs-mysql                                 0.1.1.8          --> 0.1.4
hs-network                               2.6.2.1          --> 2.6.3.2
hs-network-info                          0.2.0.7          --> 0.2.0.8
hs-network-multicast                     0.1.0            --> 0.2.0
hs-network-uri                           2.6.0.3          --> 2.6.1.0
hs-nonce                                 1.0.2            --> 1.0.4
hs-oeis                                  0.3.6            --> 0.3.9
hs-optparse-applicative                  0.11.0.2         --> 0.14.0.0
hs-pandoc                                1.15.0.6_1       --> 1.19.2.1
hs-pandoc-citeproc                       0.7.3.1          --> 0.10.5.1
hs-pandoc-types                          1.12.4.5         --> 1.19
hs-pango                                 0.13.1.0         --> 0.13.3.1
hs-parallel                              3.2.0.6          --> 3.2.1.1
hs-parsec                                3.1.9            --> 3.1.11
hs-path-pieces                           0.2.0            --> 0.2.1
hs-pcre-light                            0.4.0.3          --> 0.4.0.4
hs-persistent                            2.2              --> 2.7.0
hs-persistent-sqlite                     2.2              --> 2.6.2
hs-persistent-template                   2.1.3.4          --> 2.5.2
hs-pointed                               4.2.0.2          --> 5
hs-polyparse                             1.11             --> 1.12
hs-prelude-extras                        0.4_2            --> 0.4.0.3
hs-primitive                             0.6              --> 0.6.2.0
hs-probability                           0.2.4.1_2        --> 0.2.5.1
hs-profunctors                           5.1.1            --> 5.2
hs-pureMD5                               2.1.2.1_10       --> 2.1.3
hs-quickcheck-io                         0.1.1_2          --> 0.2.0
hs-reflection                            2                --> 2.1.2
hs-regex-applicative                     0.3.2.1          --> 0.3.3
hs-regex-tdfa                            1.2.0_2          --> 1.2.2
hs-resourcet                             1.1.6            --> 1.1.9
hs-safe                                  0.3.9            --> 0.3.15
hs-sandi                                 0.3.5            --> 0.4.0
hs-scientific                            0.3.3.8          --> 0.3.5.1
hs-semigroupoids                         5.0.0.3          --> 5.2
hs-semigroups                            0.16.2.2         --> 0.18.3
hs-setlocale                             1.0.0.4          --> 1.0.0.5
hs-shake                                 0.15.5           --> 0.15.11
hs-shakespeare                           2.0.5            --> 2.0.13
hs-shelly                                1.6.3.3          --> 1.6.8.3
hs-simple-sendfile                       0.2.21           --> 0.2.25
hs-skein                                 1.0.9.3          --> 1.0.9.4
hs-snap                                  0.14.0.6         --> 1.0.0.1
hs-snap-core                             0.9.7.2          --> 1.0.2.1
hs-snap-server                           0.9.5.1          --> 1.0.2.2
hs-socks                                 0.5.4_2          --> 0.5.5
hs-split                                 0.2.2_7          --> 0.2.3.2
hs-statistics                            0.13.2.3         --> 0.14.0.2
hs-stm                                   2.4.4            --> 2.4.4.1
hs-streaming-commons                     0.1.12.1         --> 0.1.18
hs-svgcairo                              0.13.0.3         --> 0.13.1.1
hs-syb                                   0.5.1            --> 0.7
hs-syb-with-class                        0.6.1.6          --> 0.6.1.7
hs-tagged                                0.8.1            --> 0.8.5
hs-tagsoup                               0.13.3           --> 0.14.1
hs-tar                                   0.4.2.1          --> 0.5.0.3
hs-temporary                             1.2.0.3_2        --> 1.2.1
hs-test-framework-hunit                  0.3.0.1_2        --> 0.3.0.2
hs-test-framework-quickcheck2            0.3.0.3_2        --> 0.3.0.4
hs-texmath                               0.8.3            --> 0.9.4.1
hs-text                                  1.2.1.3          --> 1.2.2.2
hs-threads                               0.5.1.3          --> 0.5.1.4
hs-threadscope                           0.2.7            --> 0.2.8
hs-time-locale-compat                    0.1.1.0          --> 0.1.1.3
hs-timezone-olson                        0.1.7            --> 0.1.8
hs-timezone-series                       0.1.5.1          --> 0.1.8
hs-tls                                   1.3.1            --> 1.3.11
hs-torrent                               10000.0.0        --> 10000.1.1
hs-transformers-compat                   0.4.0.4          --> 0.5.1.4
hs-unix-compat                           0.4.1.4          --> 0.4.3.1
hs-unix-time                             0.3.5            --> 0.3.7
hs-unlambda                              0.1.4.1          --> 0.1.4.2
hs-unordered-containers                  0.2.5.1          --> 0.2.8.0
hs-uri                                   0.1.6.3          --> 0.1.6.4
hs-utf8-string                           1                --> 1.0.1.1
hs-utility-ht                            0.0.10_2         --> 0.0.14_2
hs-uuid                                  1.3.11           --> 1.3.13
hs-uuid-types                            1.0.2            --> 1.0.3
hs-uulib                                 0.9.20           --> 0.9.22
hs-vault                                 0.3.0.4          --> 0.3.0.7
hs-vector                                0.10.12.3        --> 0.12.0.1
hs-vector-binary-instances               0.2.1.0_2        --> 0.2.3.5
hs-vector-instances                      3.3.1            --> 3.4
hs-vector-space                          0.10.2           --> 0.10.4
hs-vector-th-unbox                       0.2.1.2          --> 0.2.1.6
hs-void                                  0.7              --> 0.7.2
hs-vte                                   0.13.0.2         --> 0.13.1.1
hs-wai                                   3.0.3.0          --> 3.2.1.1
hs-wai-app-static                        3.1.1            --> 3.1.6.1
hs-wai-extra                             3.0.10           --> 3.0.20.0
hs-wai-logger                            2.2.4.1          --> 2.3.0
hs-warp                                  3.1.3            --> 3.2.13
hs-warp-tls                              3.1.1            --> 3.2.4
hs-webkit                                0.13.1.3         --> 0.14.2.1
hs-wx                                    0.91.0.0         --> 0.92.3.0
hs-wxc                                   0.91.0.0         --> 0.92.3.0
hs-wxcore                                0.91.0.0         --> 0.92.3.0
hs-wxdirect                              0.91.0.0         --> 0.92.3.0
hs-x509                                  1.6.0            --> 1.6.5
hs-x509-store                            1.6.0            --> 1.6.2
hs-x509-system                           1.6.0            --> 1.6.4
hs-x509-validation                       1.6.0            --> 1.6.5
hs-xml-conduit                           1.3.1            --> 1.5.1
hs-xml-hamlet                            0.4.0.11         --> 0.4.1
hs-xmlhtml                               0.2.3.4          --> 0.2.4
hs-xmobar                                0.24.3           --> 0.24.5
hs-xss-sanitize                          0.3.5.6          --> 0.3.5.7
hs-yaml                                  0.8.13           --> 0.8.23.1
hs-yesod                                 1.4.1.5          --> 1.4.5
hs-yesod-auth                            1.4.6            --> 1.4.17.2
hs-yesod-auth-hashdb                     1.4.2.2          --> 1.6.1
hs-yesod-bin                             1.4.13.3         --> 1.5.2.3
hs-yesod-core                            1.4.13           --> 1.4.35
hs-yesod-form                            1.4.4.1          --> 1.4.12
hs-yesod-persistent                      1.4.0.3          --> 1.4.2
hs-yesod-static                          1.5.0.2          --> 1.5.3
hs-yesod-test                            1.4.3.1          --> 1.5.7
hs-zip-archive                           0.2.3.7          --> 0.3.1.1
hs-zlib                                  0.5.4.2          --> 0.6.1.2
scroll                                   1.20151219       --> 1.20170122

Removed ports (5):

hs-MonadCatchIO-mtl                 Deprecated in favor of exceptions
hs-MonadCatchIO-transformers        Deprecated in favor of exceptions
hs-citeproc-hs                      Replaced by pandoc-citeproc
hs-directory                        Part of the packages shipped with GHC
hs-syb-with-class-instances-text    Upstream is unmaintained

This was created together with pgj@.

Reviewed by:		pgj, 6yearold_gmail.com
Differential Revision:	https://reviews.freebsd.org/D11558
2017-08-08 17:21:45 +00:00
Koop Mast
e18e2ae3c0 Update consolekit to 1.2.0.
* Rename consolekit to consolekit2 to reflect that consolekit2 is a new
  project, even if it the continuation of the old consolekit project.
* Expand pkg-descr with some background info.
* Add license
* ConsoleKit2 has been ported to GDbus, so dbus-glib is not anymore required
* Add GObject introspection support for desktops environment such Pantheon or Deepin.
* Thanks to Jesper Schmitz Mouridsen, Ben Woods and Olivier Duchateau for
  assisting with there versions of the port, suggesting changes and testing.

PR:		202269
2017-08-05 10:58:48 +00:00
Ben Woods
ce4ac09b17 x11/lightdm: Update to 1.22.0
- Update PAM file to include system defaults
- Set PATH to default from /etc/login.conf
- Don't pass-through empty PATH from lightdm to X11 (breaks runtime)
2017-08-05 08:17:54 +00:00
MANTANI Nobutaka
0f2fcea35a Update to 3.8.1. 2017-08-05 04:50:49 +00:00
Jose Alonso Cardenas Marquez
0c310fcadd - Pass maintainership to me. marino@ is not part of FreeBSD committers 2017-08-03 23:40:28 +00:00
Alexey Dokuchaev
e245df6524 Update nVidia driver to the recent long lived branch version 384.59.
PR:	221017
2017-08-03 10:04:28 +00:00
Jason E. Hale
952489701a Update math/libqalculate to 1.0.0a
Update math/qalculate to 1.0.0
Bump PORTREVISION on dependent ports (shlib bump in libqalculate)
2017-08-03 07:13:39 +00:00
Boris Samorodov
e615cf2b48 x11/xcm: Update to version 0.5.4. Move to github. Add LICENCE. 2017-08-02 22:31:11 +00:00
Koop Mast
3a0163344d Add missing INSTALLS_ICONS, mate-desktop installs icons which need to
be cached.

Reported by:	poudriere bulk -t
2017-07-30 20:44:23 +00:00
Richard Gallamore
e6c664ecca * Updated 0.5.8
* Added missing depend
* Sorted Uses section for portlint

Changelog: https://github.com/baskerville/sxhkd/compare/0.5.7...0.5.8

PR:		220789
Submitted by:	Oleh Hushchenkov <gor@clogic.com.ua> (maintainer)
Reviewed by:	matthew (mentor), mat
Approved by:	matthew (mentor)
Differential Revision:	https://reviews.freebsd.org/D11754
2017-07-28 18:41:44 +00:00
Dmitry Marakasov
d8eb6b9007 - Update WWW
- Add LICENSE
- Unsilence installation

Approved by:	portmgr blanket
2017-07-27 09:01:07 +00:00
Jason Helfman
a23eb281cd - update to 5.54 2017-07-25 21:44:22 +00:00
Ben Woods
2300533f55 x11/lightdm: Fix locale selection
- Allow locale selection on login screen. First, lightdm must be patched
  to correctly detect utf8 locales, which have a UTF-8 suffix on FreeBSD
  instead of utf8 like on Linux systems. Secondly, we have to use locale
  codes in the language menuitem as FreeBSD doesn't have support for
  locale naming (missing _NL_IDENTIFICATION_LANGUAGE implementation).

- Use @sample for lightdm-gtk-greeter config file to prevent it from
  being overwritten when the package is reinstalled / upgraded.

PR:		220614
Submitted by:	pawel
MFH:		2017Q3
2017-07-24 12:47:45 +00:00
Tobias C. Berner
9d5d212aa1 x11/yakuake depend on x11/konsole.
Submitted by:	Gleb Popov <6yearold@gmail.com>
MFH:		2017Q3
2017-07-24 12:11:29 +00:00
Koop Mast
d566d54fa6 Update GStreamer1 ports to 1.12.2.
Rework the adding of dependancies in Mk/bsd.gstreamer.mk.
Previous when using USE_GSTREAMER[1] it would just add the request modules to BUILD/RUN_DEPENDS. This caused the qa script to complain because the old code didn't implicit depend on the gstreamer1 and gstreamer1-plugins[-bad] ports for the libraries they carried, even if they where present via the plugins! The new code adds implicit depends on these ports so USE_GSTREAMER[1] using ports have all the libraries included.

* The mad mp3 plugin was removed, mpg123 plugin also provides mp3 decoding. Switch over ports that used the gstreamer1 mad plugin.
* gtksink plugin renamed -> gtk
* Hook up the sndio plugin into the framework
* Add some indirect dependacies where needed
* Reorder the plugin list in bsd.gstreamer.mk so only one plugin per line. When changing plugins it doesn't result in multiple lines being changed.
* Remove mentions in bsd.gstreamer.mk of plugins mentions that where removed.
* Depend on libunwind on i386/amd64, GStreamer links to it if it is present.

PR:		220753
Exp-run by:	antoine@
2017-07-22 11:35:44 +00:00
Nicola Vitale
9ea34acf73 - Update to 0.8.10
- Add LICENSE_FILE

ChangeLog:	https://github.com/Guake/guake/releases/tag/0.8.10
2017-07-22 09:49:50 +00:00
Sunpoet Po-Chuan Hsieh
89885dfa47 Update to 3.1.8
- Update WWW

Changes:	https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS
2017-07-15 19:11:32 +00:00
Sunpoet Po-Chuan Hsieh
347b372ac7 Update to 3.1.7
Changes:	https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS
2017-07-14 16:53:58 +00:00
Dmitry Marakasov
fe7dc24bc0 Update X.org WWWs
Approved by:	portmgr blanket
2017-07-14 12:44:57 +00:00
Steve Wills
0d3bbbbdc7 x11/py-pyvirtualdisplay: create port
PyVirtualDisplay is a python wrapper for Xvfb, Xephyr and Xvnc.

WWW: https://github.com/ponty/pyvirtualdisplay

PR:		219830
Submitted by:	Daniel Ylitalo <daniel@blodan.se>
2017-07-12 18:40:59 +00:00
Tobias C. Berner
a3d8ace908 Update KDE Frameworks to 5.36.0
PR:		220579
Exp-run by:	antoine
Reviewed by:	rakuco
Differential Revision:	https://reviews.freebsd.org/D11547
2017-07-12 09:42:50 +00:00
Dmitry Marakasov
8e7fa63762 - Add LICENSE
- Unsilence installation
- Switch to options helpers
- Substitude DOCSDIR/EXAMPLESDIR in plist

Approved by:	portmgr blanket
2017-07-12 09:00:23 +00:00
Matthew Rezny
6bfa9a3f7e Update to 2.0.3
Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D11553
2017-07-10 00:57:22 +00:00
Sunpoet Po-Chuan Hsieh
5d8871e831 Update to 3.1.6
Changes:	https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS
2017-07-09 07:02:19 +00:00
Tijl Coosemans
c9c917bbca Add libX11-common, needed to run Wolfram Mathematica 5.1.
Reported by:	Claude Krantz (via emulation@FreeBSD.org)
2017-07-07 16:49:20 +00:00
Tijl Coosemans
33791d9cd9 Add libX11-common, needed to run Wolfram Mathematica 5.1.
Reported by:	Claude Krantz (via emulation@FreeBSD.org)
2017-07-07 16:33:39 +00:00
Dmitry Marakasov
77a554465f - Remove duplicate dependency
Approved by:	portmgr blanket
2017-07-06 13:03:07 +00:00
Kurt Jaeger
72e2607d39 x11/p5-X11-Xlib: update 0.14 -> 0.15
Changes:	http://search.cpan.org/src/NERDVANA/X11-Xlib-0.15/Changes
2017-07-05 05:12:12 +00:00
Bradley T. Hughes
b2ef031943 multiple ports: Update MAINTAINER
Change udvzsolt@gmail.com to uzsolt@uzsolt.hu on all relevant ports:
audio/musicpc
databases/adminer
deskutils/fet
graphics/mupdf
graphics/timg
graphics/zathura-pdf-mupdf
sysutils/rdiff-backup
textproc/urlview
www/kohana
x11/dzen2
x11-wm/herbstluftwm

PR:		220323
Submitted by:	Zsolt Udvari <uzsolt@uzsolt.hu> (maintainer)
Approved by:	mat (co-mentor)
Differential Revision:	https://reviews.freebsd.org/D11469
2017-07-04 19:41:21 +00:00
Jan Beich
5e4f924b3e x11/libxshmfence: don't leak /tmp/shmfd* files with O_CLOEXEC
- Both mkostemp() and mkstemp() need explicit call to unlink()
- Unobfuscate fallback if both O_TMPFILE and mksotemp() are N/A
- O_TMPFILE (Linux-only) appeared after O_CLOEXEC, no need to check

PR:		217676 (for tracking)
MFH:		2017Q3 2017Q2
2017-07-04 13:47:46 +00:00
Koop Mast
0a7668c133 Update the mate desktop to 1.18.
* The MATE DE is now GTK+3 based
* mate-calc has come back.
* New USE_MATE=mixer macro

* Add license
* Review dependancies
* Swich to USES=localbase
* atril/eom options reworked into option helper

Thanks to Eric Turgeon for submitting the bulk of this MATE update.

Obtained from:	gnome devel repo
2017-07-04 11:44:30 +00:00
Tobias Kortkamp
b0aaad873b Update to 1.3.1
- Remove I3 option: i3 has had native EWMH support for a while now so
  the i3 workarounds are no longer needed with rofi >= 1.2.0

Changes:	https://github.com/DaveDavenport/rofi/releases
PR:		218397
Approved by:	mat (mentor), nomoo@nomoo.ru (maintainer)
Differential Revision:	https://reviews.freebsd.org/D11437
2017-07-03 13:40:04 +00:00
Baptiste Daroussin
8857a2980f Update to 2.9.1 2017-06-30 15:24:15 +00:00
Dmitry Marakasov
0ff41fe3b9 - Add missing run-dependency on dbus
- Add a note on linprocfs requirement

Submitted by:	olivier@
2017-06-28 12:35:26 +00:00
Dmitry Marakasov
904e7d73e4 - Switch to USES=localbase
- Unsilence installation

Approved by:	portmgr blanket
2017-06-27 09:00:10 +00:00
Tobias C. Berner
5e373eaa92 Make ninja opt-out in cmake.mk
Using ninja instead of make (1) can lead to significant speed ups while building.
Therefore switch from having the ninja generator opt-in to having it opt-out.

Previously cmake-ports that wanted to use ninja could set
    CMAKE_NINJA=yes
now, ports that do not work with ninja can set
    cmake:<existing args>,noninja
Note, that needing this should be an exception and most often points to a broken
cmake of the port.

The ports using cmake were modified
* removed USES=gmake, if ninja is used
* removed MAKE_ARGS, if ninja is used
* added the cmake-argument noninja if necessary

PR:		219629
PR:		213331
Exp-run by:	antoine
Reviewed by:	rakuco
Differential Revision:	https://reviews.freebsd.org/D10748
2017-06-25 21:07:58 +00:00
Tobias Kortkamp
773791da06 New port: x11/alacritty
Alacritty is the fastest terminal emulator in existence.  Using the
GPU for rendering enables optimizations that simply aren't possible in
other emulators.

Alacritty is focused on simplicity and performance.  The performance
goal means it should be faster than any other terminal emulator
available.  The simplicity goal means that it doesn't have many
features like tabs or scroll back as in other terminals.  Instead, it
is expected that users of Alacritty make use of a terminal multiplexer
such as tmux.

WWW: https://github.com/jwilm/alacritty

Approved by:	mat (mentor)
Differential Revision:	https://reviews.freebsd.org/D11162
2017-06-21 16:28:50 +00:00
Emanuel Haupt
cbd5675a4d Update to 330
http://invisible-island.net/xterm/xterm.log.html#xterm_330

PR:		219800 (based on)
Submitted by:	jakub_lach@mailplus.pl
2017-06-21 05:57:43 +00:00
Dmitry Marakasov
6fe6080531 A super lightweight, beautiful, and simple terminal. Comes with
sane defaults, browser-class tabs, sudo paste protection, smart
copy/paste, and little to no configuration.

WWW: https://github.com/elementary/terminal
2017-06-20 13:05:41 +00:00
Dmitry Marakasov
86c6b97fd4 - Add LICENSE_FILE
- Switch to USES=localbase
- Simplify installation, cosmetic fixes
- Update WWW
2017-06-20 09:01:27 +00:00
Alexey Dokuchaev
2af5bc2229 A program for measuring the pixel size of on-screen elements. Intended for
GUI debugging to verify widget separations and sizes, though may also be
used for general computer graphics debugging purposes, including measuring
pixel distances of images, web applications, etc.

You can easily make copies of the ruler and reoriented it via either the
keyboard or mouse.

WWW: http://seriss.com/people/erco/fltk/flruler/
2017-06-19 14:08:34 +00:00
Tobias C. Berner
3ce91e9a7b Update KDE Frameworks to 5.35
PR:		219950
Submitted by:	Adriaan de Groot <groot@kde.org>
Exp-Run by:	antoine
2017-06-17 18:42:42 +00:00
Bryan Drewery
8a9ce6af61 Fix wrong PKGNAME dependency.
Spotted by:	Poudriere
With hat:	portmgr
2017-06-17 03:01:56 +00:00
Koop Mast
5c7fb53b92 Chase evolution-data-server shared library bump. 2017-06-13 08:14:34 +00:00
Emanuel Haupt
01f8a74af9 Provide a patch to fix building when the non default option SIXEL is enabled
without the REGIS option. This does not affect default options and therefore
no PORTREVISION bump is required. This regression does not affect the quarterly
branch therefore no MFH is required.

PR:		219945 (based on)
Submitted by:	ashish@FreeBSD.org, Thomas Dickey <dickey@his.com> (author)
2017-06-13 06:59:20 +00:00
Emanuel Haupt
50427f2c84 Update to 329 2017-06-12 09:41:59 +00:00
Dmitry Marakasov
9137273143 - Update WWW 2017-06-06 09:01:17 +00:00
Tobias C. Berner
4440fb81d4 Fix qt4 ports on armv6.
Due to a misspelling in GCC [1] (probably) the check for the ARMv6KZ platform
used ARM_ARCH_6ZK instead of ARM_ARCH_6KZ.

[1] https://gcc.gnu.org/ml/gcc-patches/2015-06/msg01679.html

PR:		210027
Submitted by:	Mikaël Urankar <mikael.urankar@gmail.com>
Reviewed by:	rakuco
Differential Revision:	https://reviews.freebsd.org/D8322
2017-06-06 05:00:56 +00:00
Matthew Rezny
0b76c42e72 Update to 2.21
Reviewed by:	kwm
Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D11064
2017-06-05 21:24:45 +00:00
Tobias Kortkamp
5f530e8273 Update to 4.7
Changes:	http://lists.suckless.org/dev/1705/31705.html
PR:		219162
Approved by:	lme (mentor), schot@a-eskwadraat.nl (maintainer timeout, 3 weeks)
Differential Revision:	https://reviews.freebsd.org/D10994
2017-06-05 19:39:19 +00:00
Tobias C. Berner
ecd3ee4e10 Fix ambiguity of qFuzzyCompare on armv6
PR:		217079
Submitted by:	Mikaël Urankar <mikael.urankar@gmail.com>
2017-06-02 19:36:45 +00:00
Tobias C. Berner
4126f01665 Fix ambiguity of qFuzzyCompare on armv6
PR:		217078
Submitted by:	Mikaël Urankar <mikael.urankar@gmail.com>
2017-06-02 19:14:43 +00:00
Mark Linimon
4ba19e7015 Mark some ports failing on powerpc64. These ports are either new
ports, or had been recently unblocked.

While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
2017-06-02 15:49:34 +00:00
Koop Mast
5c3b51e8c9 Update babl to 0.1.28.
* Add license
* regen patch with make makepatch
2017-06-02 08:52:58 +00:00
Emanuel Haupt
e24e12c0fc Update to 328
Changelog:
http://invisible-island.net/xterm/xterm.log.html#xterm_328
2017-06-01 11:28:45 +00:00
Dmitry Marakasov
f905321698 - Update WWW 2017-06-01 09:01:21 +00:00
Sunpoet Po-Chuan Hsieh
ff8ac54352 Update to 3.1.4
Changes:	https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS
2017-05-31 14:55:55 +00:00
Tobias Kortkamp
7c1842389d Update to 1.5
Approved by:	lme (mentor)
Differential Revision:	https://reviews.freebsd.org/D10786
2017-05-30 16:22:14 +00:00
Alexey Dokuchaev
03c7e5dec9 Add a port of XkbInd, minimal keyboard layout indicator program.
WWW: http://xkbind.sourceforge.net/

TIMESTAMP (xkbind-2010.05.20.tar.gz) = 1275127318
2017-05-30 09:44:52 +00:00
Mark Linimon
6aa4d5b23b Mark broken on armv6. 2017-05-27 21:24:00 +00:00
Baptiste Daroussin
cccf542019 Update to 2.9 2017-05-27 16:41:21 +00:00
Alexey Dokuchaev
9056a15c1f - Switch WWW to follow direct to a newish landing page which has a link
to the project's GitHub (there is a good amount of information there
  and not very much so on the SF.net page)
- While here, improve port description text: fix a bogosity and make it
  more detailed

Suggested by:	adamw
2017-05-27 14:58:43 +00:00
Alexey Dokuchaev
aea68ca7e6 Add another GTK+ 2.0 based X11 keyboard layout indicator and switcher.
WWW: http://sourceforge.net/projects/gxkb/

TIMESTAMP (gxkb-0.7.9.tar.gz) = 1490048003
2017-05-27 03:16:40 +00:00
Tijl Coosemans
6f2d2ee5e4 Fix checksum of libXvMC src rpm.
PR:		219576
2017-05-26 19:53:14 +00:00
Tijl Coosemans
e6b80f8333 Update to CentOS 6.9.
PR:		218732
Submitted by:	Piotr Kubaj <pkubaj@anongoth.pl>
2017-05-26 10:26:39 +00:00
Guido Falsi
0ca79c016c Update x11/tint to 0.14.5
PR:		219532
Submitted by:	yamagi@yamagi.org (maintainer)
2017-05-25 17:01:03 +00:00
Dmitry Marakasov
aaaaa8cece - Update WWW 2017-05-25 09:00:39 +00:00
Alexey Dokuchaev
292470b9d6 Update `x11/nvidia-driver' to version 375.66, which fixes multiple
vulnerabilities in the kernel mode layer handler.

Security:	f52e3a8d-3f7e-11e7-97a9-a0d3c19bfa21
PR:		219465
Submitted by:	Andrew Marks
2017-05-24 16:37:37 +00:00
Dmitry Marakasov
240004a501 - Update to 0.93.0 2017-05-23 13:12:14 +00:00
Matthew Rezny
b760897dde Revision bump of all ports with USE_GL after consolidation of mesa-libs
Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D10845
2017-05-23 05:03:14 +00:00
Mark Linimon
197f08abf4 Mark some ports failing on power64. In cases where the error message
was a stub, provide a real one.

While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
Reported by:	swills
2017-05-22 22:29:17 +00:00
Raphael Kubo da Costa
59a3a35861 Switch to an out-of-source CMake build. 2017-05-21 17:05:32 +00:00
Raphael Kubo da Costa
30ac28ea58 Declare some dependencies that were being pulled in implicitly. 2017-05-21 17:05:13 +00:00
Tobias C. Berner
99c421b481 Update KDE Frameworks to 5.34.0
PR:		219314
Reviewed by:	rakuco
Exp-run by:	antoine
Approved by:	rakuco (mentor, implicit)
Differential Revision:	https://reviews.freebsd.org/D10747
2017-05-20 10:24:35 +00:00
Jochen Neumeister
1fb713c40e Pass MAINTAINER'ship to submitter
- Pass MAINTAINER'ship to submitter

PR:	219361
Reported by:	Jesper Schmitz Mouridsen <jesper@schmitz.computer>
Approved by:	miwi (mentor)
Differential Revision:	https://review.freebsd.org/D10812
2017-05-19 10:09:57 +00:00
Koop Mast
b72444443c Chase evolution-data-server shlib bump 2017-05-17 09:48:28 +00:00
Koop Mast
b000e825de Chase evolution-data-server shlib bumps. 2017-05-17 09:45:20 +00:00
Alex Kozlov
6c6594c075 - Add XGETDEFAULT option
PR:	217619
Submitted by:	Terry Kennedy <terry-freebsd@glaver.org> (original vesrion)
Submitted by:	Chris Hutchinson <portmaster@bsdforge.com> (maintainer)
2017-05-16 18:55:25 +00:00
Koop Mast
dd0e9e7708 Update gnome-shell to 3.18.5.
* Add license
* Switch to USES=localbase

While here:
* Review dependancies
* Drop obsolete configure_args and post-patch lines
* Remove mention of 9.x from pkg-message, and tell users how to
  add users to the video group.

PR:		218982 (based on)
Submitted by:	cpm@
2017-05-15 21:36:27 +00:00
Koop Mast
2bc3cceb05 Update gnome-terminal to 3.24.2.
* Add license
* Make nautilus a option
* Review all dependancies
* Drop unneeded post-patch
2017-05-15 19:53:15 +00:00
Mark Linimon
17509a431f Mark some ports failing on power64. In cases where the error message
was a stub, provide a real one.

While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
2017-05-13 23:50:49 +00:00
Matthew Rezny
e6acde078c Consolidate the Mesa ports, update to 17.0.4, and add Wayland option
* libGL, libEGL, libglesv2, libglapi, and gbm have been moved into mesa-libs,
  graphics/dri has been renamed to mesa-dri, and USE_GL has been adjusted
* mesa-libs has a new WAYLAND option that enables platform support in libEGL
* mesa-dri now depends on graphics/s2tc for compressed texture support [1]
* re-remove obsolete dependency on makedepends [2]
* correct sed fix backported from 17.1 [3]

PR:		218799 (exp-run), 212762 [1], 218552 [2], 218562 [3]
Submitted by:	dbn [1], jbeich [2,3]
Reported by:	afiskon@devzen.ru [1]
Reviewed by:	kwm, johalun0@gmail.com
Approved by:	portmgr, swills (mentor)
Differential Revision:  https://reviews.freebsd.org/D10448
2017-05-12 18:46:53 +00:00
Matthew Rezny
6538c93db2 Update to 1.4.0
Reviewed by:	bapt
Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D10638
2017-05-12 17:04:06 +00:00
Koop Mast
6432be8114 Fix the build fix. Copy paste fat finger, the copy buffer contained the incorrect
version of the fix. And I didn't check the paste.

Reported by:	Thomas Gellekum <thomas.gellekum@netaachen.de>
2017-05-12 08:58:38 +00:00
Koop Mast
c667ee3850 Don't error out on warnings during introspection build. 2017-05-11 12:14:31 +00:00
Tobias C. Berner
59152311a4 Add upstream fixes for CVE-2017-8422 to x11/kdelibs4 and devel/kf5-kauth
KAuth contains a logic flaw in which the service invoking dbus
is not properly checked.

This allows spoofing the identity of the caller and with some
carefully crafted calls can lead to gaining root from an
unprivileged account.

https://www.kde.org/info/security/advisory-20170510-1.txt

Reviewed by:	rakuco
Approved by:	rakuco (mentor)
Obtained from:	https://www.kde.org/info/security/advisory-20170510-1.txt
MFH:		2017Q2
Security:	CVE-2017-8422
Differential Revision:	https://reviews.freebsd.org/D10660
2017-05-10 12:03:58 +00:00
Danilo G. Baio
f8cc2c102f Update my email address
Approved by:	garga (mentor)
Differential Revision:	https://reviews.freebsd.org/D10648
2017-05-08 17:21:49 +00:00
Danilo Egea Gondolfo
d607e97e9c - Update to 0.39.0 2017-05-07 19:37:55 +00:00
Koop Mast
38b32f9aeb Update yelp to 3.22.0.
Record indirect dependancies.

Obtained from:	gnome devel repo
2017-05-06 19:47:41 +00:00
Tobias C. Berner
d19bfcf990 Fix shebangs
Reviewed by:		mat
Approved by:		mat (mentor)
Differential Revision:	https://reviews.freebsd.org/D10527
2017-05-04 05:26:56 +00:00
Raphael Kubo da Costa
3dedc399d8 Update to 0.12.7.
Changes from 0.12.6:
 * Translation improvements
 * Fix notification trigger when they should not. Bug #377419
 * Fix popup menu text when resuming/suspending via dbus. Bug #378918
 * Show/hide the relax popup when suspending/resuming. Bug #378995
2017-05-03 21:34:17 +00:00
Tobias Kortkamp
6aef1b1194 Update to 1.1
simplestroke 1.1 adds a small daemon that listens for mouse button
clicks and removes the need to start simplestroke from e.g. xbindkeys.

Approved by:	lme (mentor)
Differential Revision:	https://reviews.freebsd.org/D10549
2017-05-02 11:59:36 +00:00
Jan Beich
b324ade02d devel/boost-*: update to 1.64.0
Changes:	http://www.boost.org/users/history/version_1_64_0.html
PR:		218835
Approved by:	office (bapt)
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D10472
2017-05-02 06:48:10 +00:00
Larry Rosenman
6840168813 2017-04-30 devel/stormlib-ghost++: Unfetchable for more than six months (google code has gone away)
2017-04-30 devel/py-coil: Unfetchable for more than six months (google code has gone away)
2017-04-30 devel/py-cmdln: Unfetchable for more than six months (google code has gone away)
2017-04-30 devel/privman: Unfetchable for more than six months (google code has gone away)
2017-04-30 devel/c-unit: Unfetchable for more than six months (google code has gone away)
2017-04-30 devel/py-px: Unfetchable for more than six months (google code has gone away)
2017-04-30 devel/nglogc: Unfetchable for more than six months (google code has gone away)
2017-04-30 devel/bncsutil-ghost++: Unfetchable for more than six months (google code has gone away)
2017-04-30 devel/liblouisxml: Unfetchable for more than six months (google code has gone away)
2017-04-30 devel/nxt-python: Unfetchable for more than six months (google code has gone away)
2017-04-30 devel/spdict: Unfetchable for more than six months (google code has gone away)
2017-04-30 devel/guiloader-c++: Unfetchable for more than six months (google code has gone away)
2017-04-30 devel/streamhtmlparser: Unfetchable for more than six months (google code has gone away)
2017-04-30 devel/winpdb: Unfetchable for more than six months (google code has gone away)
2017-04-30 net/opendpi: Unfetchable for more than six months (google code has gone away)
2017-04-30 net/py-pybeanstalk: Unfetchable for more than six months (google code has gone away)
2017-04-30 net-im/qwit: Unfetchable for more than six months (google code has gone away)
2017-04-30 net-im/linux-instantbird: Unfetchable for more than six months (google code has gone away)
2017-04-30 net-im/jabber-pyicq: Unfetchable for more than six months (google code has gone away)
2017-04-30 net-im/qwit-devel: Unfetchable for more than six months (google code has gone away)
2017-04-30 net-im/naim: Unfetchable for more than six months (google code has gone away)
2017-04-30 net-im/pwytter: Unfetchable for more than six months (google code has gone away)
2017-04-30 sysutils/sievelog: Unfetchable for more than six months (google code has gone away)
2017-04-30 sysutils/ldapenter: Unfetchable for more than six months (google code has gone away)
2017-04-30 sysutils/py-danzfs: Unfetchable for more than six months (google code has gone away)
2017-04-30 sysutils/plasma-applet-apcups: Unfetchable for more than six months (google code has gone away)
2017-04-30 sysutils/scanmem: Unfetchable for more than six months (google code has gone away)
2017-04-30 sysutils/pdsh: Unfetchable for more than six months (google code has gone away)
2017-04-30 deskutils/superswitcher: Unfetchable for more than six months (google code has gone away)
2017-04-30 deskutils/plasma-applet-playwolf: Unfetchable for more than six months (google code has gone away)
2017-04-30 deskutils/nagaina: Unfetchable for more than six months (google code has gone away)
2017-04-30 deskutils/vboxgtk: Unfetchable for more than six months (google code has gone away)
2017-04-30 deskutils/libgcal: Unfetchable for more than six months (google code has gone away)
2017-04-30 math/carve: Unfetchable for more than six months (google code has gone away)
2017-04-30 math/foma: Unfetchable for more than six months (google code has gone away)
2017-04-30 math/libjbigi: Unfetchable for more than six months (google code has gone away)
2017-04-30 multimedia/gcap: Unfetchable for more than six months (google code has gone away)
2017-04-30 multimedia/freetuxtv: Unfetchable for more than six months (google code has gone away)
2017-04-30 multimedia/bangarang: Unfetchable for more than six months (google code has gone away)
2017-04-30 multimedia/opencinematools: Unfetchable for more than six months (google code has gone away)
2017-04-30 multimedia/vstream-client: Unfetchable for more than six months (google code has gone away)
2017-04-30 biology/treeviewx: Unfetchable for more than six months (google code has gone away)
2017-04-30 www/pylot: Unfetchable for more than six months (google code has gone away)
2017-04-30 www/xpi-pencil: Unfetchable for more than six months (google code has gone away)
2017-04-30 www/mod_myvhost: Unfetchable for more than six months (google code has gone away)
2017-04-30 www/feedonfeeds: Unfetchable for more than six months (google code has gone away)
2017-04-30 www/mod_jail: Unfetchable for more than six months (google code has gone away)
2017-04-30 www/jspacker: Unfetchable for more than six months (google code has gone away)
2017-04-30 www/cocoon: Overly complex port with no maintainer since 2008, requires openjdk 1.6
2017-04-30 www/mod_authz_unixgroup24: Unfetchable for more than six months (google code has gone away)
2017-04-30 www/trac-down: Upstream is gone
www/tengine
2017-04-30 www/arora: Unfetchable for more than six months (google code has gone away)
2017-04-30 www/py-postmarkup: Unfetchable for more than six months (google code has gone away)
2017-04-30 www/py-dotcloud.cli: deprecated in upstream
2017-04-30 www/closure-linter: Unfetchable for more than six months (google code has gone away)
2017-04-30 www/httpsqs: Unfetchable for more than six months (google code has gone away)
2017-04-30 www/sventon: Unfetchable for more than six months (google code has gone away)
2017-04-30 www/mod_authnz_external22: Unfetchable for more than six months (google code has gone away)
2017-04-30 www/mod_authn_otp: Unfetchable for more than six months (google code has gone away)
2017-04-30 www/php-plurk-api: Unfetchable for more than six months (google code has gone away)
2017-04-30 www/py-django-app-plugins: Unfetchable for more than six months (google code has gone away)
2017-04-30 www/mod_authz_unixgroup22: Unfetchable for more than six months (google code has gone away)
2017-04-30 www/squidstats: Unfetchable for more than six months (google code has gone away)
2017-04-30 www/mod_log_firstbyte: Unfetchable for more than six months (google code has gone away)
2017-04-30 www/gaeo: Unfetchable for more than six months (google code has gone away)
2017-04-30 www/xpi-pentadactyl: Unfetchable for more than six months (google code has gone away)
2017-04-30 net-mgmt/py-flowtools: Unfetchable for more than six months (google code has gone away)
2017-04-30 chinese/ydict: Unfetchable for more than six months (google code has gone away)
2017-04-30 chinese/py-cconv: Unfetchable for more than six months (google code has gone away)
2017-04-30 chinese/fqterm: Unfetchable for more than six months (google code has gone away)
2017-04-30 chinese/libgooglepinyin: Unfetchable for more than six months (google code has gone away)
2017-04-30 chinese/p5-cconv: Unfetchable for more than six months (google code has gone away)
2017-04-30 chinese/fcitx-googlepinyin: Unfetchable for more than six months (google code has gone away)
2017-04-30 chinese/php-cconv: Unfetchable for more than six months (google code has gone away)
2017-04-30 chinese/ibus-table-chinese: Unfetchable for more than six months (google code has gone away)
2017-04-30 databases/jdbm2: Unfetchable for more than six months (google code has gone away)
2017-04-30 databases/akonadi-googledata: Unfetchable for more than six months (google code has gone away)
2017-04-30 lang/ofc: Unfetchable for more than six months (google code has gone away)
2017-04-30 comms/esmska: Unfetchable for more than six months (google code has gone away)
2017-04-30 x11/keynav: Unfetchable for more than six months (google code has gone away)
2017-04-30 x11/hotwire-shell: Unfetchable for more than six months (google code has gone away)
2017-04-30 security/fuzzdb: Unfetchable for more than six months (google code has gone away)
2017-04-30 security/truecrack: Unfetchable for more than six months (google code has gone away)
2017-04-30 security/skipfish: Unfetchable for more than six months (google code has gone away)
2017-04-30 security/py-yara-editor: Unfetchable for more than six months (google code has gone away)
2017-04-30 security/nmapsi4: Unfetchable for more than six months (google code has gone away)
2017-04-30 security/cmd5checkpw: Unfetchable for more than six months (google code has gone away)
2017-04-30 net-p2p/unworkable: Unfetchable for more than six months (google code has gone away)
2017-04-30 net-p2p/rtgui: Unfetchable for more than six months (google code has gone away)
2017-04-30 audio/xpi-musicpm: Unfetchable for more than six months (google code has gone away)
2017-04-30 audio/pidgin-musictracker: Unfetchable for more than six months (google code has gone away)
2017-04-30 audio/logitechmediaserver-superdatetime: Unfetchable for more than six months (google code has gone away)
2017-04-30 audio/last-cmus: Unfetchable for more than six months (google code has gone away)
2017-04-30 audio/mehdiaplayer: Unfetchable for more than six months (google code has gone away)
2017-04-30 japanese/nhocr: Unfetchable for more than six months (google code has gone away)
2017-04-30 misc/xsw: Unfetchable for more than six months (google code has gone away)
2017-04-30 dns/py-adns: Unfetchable for more than six months (google code has gone away)
2017-04-30 dns/py-bonjour: Unfetchable for more than six months (google code has gone away)
2017-04-30 games/robocalypto: Unfetchable for more than six months (google code has gone away)
2017-04-30 games/libfov: Unfetchable for more than six months (google code has gone away)
2017-04-30 games/dcross: Unfetchable for more than six months (google code has gone away)
2017-04-30 games/lostfeathers: Unfetchable for more than six months (google code has gone away)
2017-04-30 games/hexglass: Unfetchable for more than six months (google code has gone away)
2017-04-30 textproc/ibus-table: Unfetchable for more than six months (google code has gone away)
2017-04-30 textproc/chm2pdf: Unfetchable for more than six months (google code has gone away)
2017-04-30 textproc/dtdinst: Unfetchable for more than six months (google code has gone away)
2017-04-30 textproc/py-xmltv: Unfetchable for more than six months (google code has gone away)
2017-04-30 textproc/ibus-m17n: Unfetchable for more than six months (google code has gone away)
2017-04-30 textproc/libroxml: Unfetchable for more than six months (google code has gone away)
2017-04-30 mail/gnome-gmail-notifier: Unfetchable for more than six months (google code has gone away)
2017-04-30 irc/py-gozerbot: Unfetchable for more than six months (google code has gone away)
2017-04-30 irc/tircd: Unfetchable for more than six months (google code has gone away)
2017-04-30 graphics/qiviewer: Unfetchable for more than six months (google code has gone away)
2017-04-30 graphics/py-gchartwrapper: Unfetchable for more than six months (google code has gone away)
2017-04-30 graphics/svgfig: Unfetchable for more than six months (google code has gone away)
2017-04-30 graphics/iulib: Unfetchable for more than six months (google code has gone away)
2017-04-30 graphics/seam-carving-gui: Unfetchable for more than six months (google code has gone away)
2017-04-30 graphics/py-pyggel: Unfetchable for more than six months (google code has gone away)
2017-04-30 graphics/rubygem-gemojione2: Use graphics/rubygem-gemojione instead
2017-04-30 15:47:51 +00:00
Sunpoet Po-Chuan Hsieh
7d3a967cfb Update to 0.6.0
- Bump PORTREVISION for dependent ports

Changes:	https://chromium.googlesource.com/webm/libwebp/+/master/NEWS
2017-04-30 12:50:54 +00:00
Sunpoet Po-Chuan Hsieh
ffa134e44c Update to 3.1.3
Changes:	https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS
2017-04-28 20:44:33 +00:00
Martin Wilke
3f73c2534f - After the recent update from gtk30 3.18.8_4 to gtk30 3.22.12
xfce4-terminal would no longer observe its Default size settings,
  only launching to its minimum size in the center of the desktop.
  Recompiling solved the issue

- Bump PORTREVISION

Reported by:	Robert Burmeister
2017-04-25 17:45:44 +00:00
Alexey Dokuchaev
baf7cd758e Apparently, Google is not only archiving the distfiles, but projects'
landing pages as well, thus redirect WWW: lines in pkg-descr to them.
2017-04-25 16:34:47 +00:00
Alexey Dokuchaev
4ee7865694 - Unbreak by pointing to archived distfile in Google Cloud Storage
- Remove WWW: line from the port description for the time being
2017-04-25 13:50:06 +00:00
Thomas Zander
b50a4186ce Chase ffmpeg 3.3 update (ABI changes)
PR:		218658
Submitted by:	riggs
2017-04-25 08:20:30 +00:00
Guido Falsi
fb75bb4f4e - Update x11/trayer to 1.1.7
- Add dependencies reported by stage-qa
- Sort USE_GNOME options
2017-04-22 14:01:39 +00:00
Kurt Jaeger
27088bad4d x11/p5-X11-Xlib: update 0.11 -> 0.14
Changes:	http://cpansearch.perl.org/src/NERDVANA/X11-Xlib-0.14/Changes
2017-04-21 15:22:30 +00:00
Matthew Rezny
46f74373e6 Update to 2.0.2
- add shebangfix for the cups forwarder [1]

PR:		218649 [1]
Submitted by:	jbeich [1]
Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D10436
2017-04-20 18:52:57 +00:00
Dmitry Marakasov
a04e738c55 - Add LICENSE_FILE
- Fix shebangs
- Switch to USES=localbase
2017-04-20 14:33:04 +00:00
Tobias C. Berner
a569971012 Add shebangfix.
Reported by:	rezny
Approved by:	rakuco (mentor)
2017-04-20 08:11:27 +00:00
Tobias C. Berner
99425922de Update KDE Frameworks to 5.33.0
PR:		218524
Exp-run by:	antoine
Reviewed by:	mat, rakuco
Approved by:	rakuco (mentor)
Differential Revision:	https://reviews.freebsd.org/D10331
2017-04-19 14:59:40 +00:00
Dmitry Marakasov
9c6fa03c85 - Remove always true/false OSVERSION conditions
Approved by:	portmgr blanket
2017-04-18 14:45:00 +00:00
Jan Beich
d764059958 graphics/opencv: back out r423216 and r423063 (replaying r423316)
Renaming didn't help to unblock 3.x progress as co-existence with 2.x
was no less complex than simply fixing consumers. This commit also
restores directory-level history accidentally lost via git-svn.

PR:		210505
Pointy hat to:	jbeich (should've discussed first)
2017-04-14 05:30:25 +00:00
Ben Woods
1c5651c00b x11/lightdm: Use correct replacement for clearenv()
The previous patch to replace the Linux clearenv(3) function did not
actually clear the environment, but instead created a new environment
variable named environ with the value "NULL".

PR:		218564
Reported by:	jbeich
Obtained from:	FreeBSD env(1) command
MFH:		2017Q2
2017-04-12 15:44:24 +00:00
Dmitry Marakasov
6fe79145bf - Always check OPSYS along with OSVERSION
Approved by:	portmgr blanket
2017-04-12 10:25:28 +00:00
Rene Ladan
dff653b375 Remove expired ports:
2017-02-05 sysutils/puppet38: Upstream support ended, see http://tinyurl.com/puppet3eol
2017-03-31 editors/libreoffice4: Deprecated by upstream
2017-03-31 databases/rubygem-redis-actionpack4: Use databases/rubygem-redis-actionpack instead
2017-03-31 devel/rubygem-nio4r1: Use devel/rubygem-nio4r instead
2017-03-31 devel/liborcus07: Deprecated by upstream, use devel/liborcus
2017-03-31 devel/mdds0: Deprecated by upstream, use devel/mdds
2017-03-31 security/openvpn23-polarssl: Replaced by new upstream relesae 2.4.x
2017-03-31 security/openvpn23: Replaced by new upstream relesae 2.4.x
2017-03-31 textproc/p5-XML-XSH: Deprecated by upstream
2017-03-31 www/rubygem-jquery-atwho-rails-rails4: Use www/rubygem-jquery-atwho-rails instead
2017-03-31 www/p5-Catalyst-Plugin-Singleton: Deprecated by upstream
2017-04-01 x11/lumina-i18n: Obsolete, i18n files included in x11/lumina
2017-04-01 sysutils/jail2: Starting with 10.0 functionality has been merged into base.
2017-04-01 sysutils/iocage-devel: Outdated version. Please use sysutils/py-iocage instead
2017-04-01 sysutils/iocage: Outdated version. Please use sysutils/py-iocage instead
2017-04-05 databases/puppetdb: Depends on expired sysutils/puppet38, use puppetdb[34] instead
2017-04-05 databases/puppetdb-terminus: Depends on expired sysutils/puppet38, use puppetdb-terminus[34]
2017-04-08 databases/pglesslog: Does not build with recent PostgreSQL versions
2017-04-08 textproc/go-text: Go libraries should not be packaged
2017-04-08 devel/go-pretty: Go libraries should not be packaged
2017-04-08 databases/godis: Go libraries should not be packaged
2017-04-10 www/moodle29: Upstream support EoL, please migrate to moodle32
2017-04-10 17:11:46 +00:00
Emanuel Haupt
c02e482160 - Update to 30
- Provide examples
2017-04-10 07:55:34 +00:00
Matthew Rezny
5d51e9186d Update to 2.0.1
Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D10276
2017-04-07 19:15:03 +00:00
Kurt Jaeger
a4d248f681 x11/p5-X11-Xlib: update 0.03 -> 0.11
Changes:	http://cpansearch.perl.org/src/NERDVANA/X11-Xlib-0.11/Changes
2017-04-07 09:13:24 +00:00
Raphael Kubo da Costa
fbb904c849 Drop x11-themes/kde4-icons-oxygen in favor of x11-themes/kf5-oxygen-icons5.
Despite the name, kf5-oxygen-icons5 does not depend on Qt5 and just contains
the Oxygen icon set without any architecture-dependent files.

As such, we can make all ports depend on it and remove kde4-icons-oxygen
altogether and avoid having two conflicting ports for KDE4 and KF5.

x11-themes/kf5-oxygen-icons5 was adjusted to have its dependencies reduced even
further:
- The dependencies on qt5-core and qt5-testlib were removed, as they were only
  needed to build tests.
- We're also passing some CMake arguments to avoid looking for qt5-core
  altogether.

With the changes above, the only port kf5-oxygen-icons5 depends on at runtime
is devel/kf5-extra-cmake-modules, which itself does not depend on anything
else.

Reviewed by:	tcberner
Differential Revision:	https://reviews.freebsd.org/D10237
2017-04-03 12:28:59 +00:00
Alexey Dokuchaev
ec0dc75091 Update nVidia drivers to their most recent versions: 375.39 (long lived
branch); legacy versions: 340.102 and 304.135.

PR:	216574, 217341
2017-04-03 12:08:32 +00:00
Baptiste Daroussin
d4c7b7b7d0 Fix build with newer sigc++20 2017-04-03 10:29:45 +00:00
Baptiste Daroussin
74949491c4 Fix build with new sigc++20 2017-04-03 10:01:05 +00:00
Baptiste Daroussin
af5a45f416 Fix build with new sigc++20 2017-04-03 06:37:05 +00:00
Baptiste Daroussin
534a7d9e34 Update to vte 0.48.1
Chase the updates into vala ports as now the vte vala binding are also
exposing a Regex interface like GLib interface
2017-04-02 20:44:49 +00:00
Baptiste Daroussin
3afa70f0e1 Chase gtk-doc update 2017-04-02 13:43:54 +00:00
Baptiste Daroussin
2b9f497d83 Fix plist after update of gtk-doc 2017-04-02 08:50:04 +00:00
Baptiste Daroussin
b8812b9f34 Remove some old gnome2 ports not depend on anymore and not maintained upstream 2017-04-01 20:15:11 +00:00
Gerald Pfeifer
04d6f52202 Bump PORTREVISIONs for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using using Mk/bsd.octave.mk which in turn has USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
   c++11-lang, c++0x, c11, or gcc-c++11-lib.

PR:		216707
2017-04-01 15:23:30 +00:00
Mathieu Arnold
21c9ca161e Fix people using LICENSE_DISTFILES in the wrong way.
Sponsored by:	Absolight
2017-03-31 14:09:38 +00:00
Jan Beich
d7860866e5 x11/controllermap: add new port
controllermap helps to map buttons on Xbox 360 style gamepad for use
with SDL_GameController API. The output can be appended into an
existing gamecontrollerdb.txt file or to SDL_GAMECONTROLLERCONFIG.

Based on:	AUR package
2017-03-31 07:18:57 +00:00
Matthew Rezny
8a36c9788a Revert previous; in this one case there is a runtime dependency on
pthread-stubs.pc because it is referenced in xcb.pc, which would be
better handled as part of USE_XORG=xcb, but a quick fix is required.

PR:		218015
Approved by:	feld (mentor)
2017-03-29 20:05:09 +00:00
Matthew Rezny
7116a990aa Update to 4.11.22, the last release from KDE.org
Drop obsolete patches, add one to fix build, and rename a few patches.

Reviewed by:	rakuco, tcberner, mat
Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D10148
2017-03-29 19:18:34 +00:00
Kurt Jaeger
883e6ded6f x11/xscreensaver: update 5.35 -> 5.36
- Add MIT License

PR:		213575
Changes:	https://www.jwz.org/xscreensaver/changelog.html
Submitted by:	Piotr Kubaj <pkubaj@anongoth.pl>
Approved by:	zeising (maintainer timeout)
2017-03-29 17:32:59 +00:00
Matthew Rezny
13e199ef7d Update to 2.0
- libjpeg-turbo is used for better performance
- WEBP and XVID removed due to poor performance and instability
- Cython, OpenCL, and OpenCV scalers removed due to poor performance

Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D10115
2017-03-29 16:37:28 +00:00
Matthew Rezny
9c33a9eabd Remove the no longer valid RUN_DEPENDS on libpthread-stubs
PR:		218015
Reported by:	freebsd@charles.lecklider.org
Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D10182
2017-03-29 13:46:20 +00:00
Ashish SHUKLA
9cba0ef67a - Update devel/libpthread-stubs to 0.4
- Chase libpthread-stubs update, and also switch to BUILD_DEPENDS
  from LIB_DEPENDS, as port is now only .pc file

PR:		218015
Submitted by:	rezny
2017-03-29 06:50:28 +00:00
Raphael Kubo da Costa
0d6c77015d Unbreak after r436971 with the PULSEAUDIO option on.
Use CMake to look for libcanberra so its entire path is passed to the linker
instead of just "-lcanberra", which currently fails because we do not pass
-L${LOCALBASE} to the linker.

Reported by:	Michael Butler <imb@protected-networks.net>
2017-03-28 18:03:23 +00:00
Raphael Kubo da Costa
a28ef45ac9 Fix paths in patch-git_0f43493. 2017-03-27 16:09:37 +00:00
Raphael Kubo da Costa
d3eb9c545f Unbreak after r436971.
Import some commits from kde-workspace's git repository, and add another one to
make sure we are linking against the full path to libXss.so and not just
passing "-lXss" to the linker.

rezny@ has a patch to update kde-workspace to its latest (and last) release in
Phabricator, but I'm landing this one to unbreak the build in the meantime.
2017-03-27 15:46:08 +00:00
Raphael Kubo da Costa
a3a8af27f4 Set NO_ARCH=yes.
The port does not install any arch-specific files, as reported by Poudriere.
2017-03-27 11:05:43 +00:00
Raphael Kubo da Costa
63c9b0bb36 Set NO_ARCH=yes.
The port only installs some .py/.pyc/.pyo files.
2017-03-27 11:04:59 +00:00
Raphael Kubo da Costa
3aa3521637 Ressurrect patch-cmake_modules_PythonMacros.cmake.
It was deleted in the kdelibs4 update from r436971, but it contained some
FreeBSD-specific code to build and install .pyo files. This should unbreak
Python-based ports that use kdelibs4, such as devel/py-pykde.
2017-03-27 10:49:43 +00:00
Raphael Kubo da Costa
85dbd6bedd Update x11/kde4-runtime to to 16.12.3.
This is the latest stable release, which incorporates a CVE patch we were
carrying. While here, add missing dependencies reported by Poudriere.

Reviewed by:	tcberner
2017-03-26 19:52:53 +00:00
Raphael Kubo da Costa
6ea36a12f8 Update x11/kdelibs4 to 4.14.30.
This is the latest stable release, and contains many of the patches we kept in
files/. The exception is patch-mimetypes_kde.xml, which just did not seem
necessary any longer: area51 r8180 mentions it was working around issues in
shared-mime-info, which has since been updated. While here, add several
dependencies that were reported by Poudriere's checks.

Bump PORTREVISION in ports that use %%KDE4_KDELIBS_VERSION%% in pkg-plist.

Reviewed by:	tcberner
2017-03-26 15:45:23 +00:00
Antoine Brodin
8fb879105d Switch default version of samba from 4.3 to 4.4
With hat:	portmgr
Differential Revision:	https://reviews.freebsd.org/D10131
2017-03-25 23:37:05 +00:00
Bartek Rutkowski
3d00950442 x11/xkb-switch: update 1.4.0.20170217 -> 1.5.0
PR:		217851
Submitted by:	Dmitri Goutnik <dg@syrec.org> (maintainer)
2017-03-22 11:55:48 +00:00
Antoine Brodin
7cfe69b584 - Add USES=samba to handle dependency on samba
Valid ARGS:  build, env, lib, run (default: build,run)
- Add SAMBA_DEFAULT to bsd.default-versions.mk (default: 4.3)
- Remove obsolete samba36 ports
- Modify samba4x ports to install libsmbclient
- Convert the ports tree to USES=samba

Reviewed by:	mat
Differential Revision:	https://reviews.freebsd.org/D8919
2017-03-21 21:59:31 +00:00
Jason Helfman
f1c1098a4d - update to version 5.51
- address issue with fortune [1]
- address master_sites for distribution as main site is no longer operational
- attach xorg library dependencies
- attach license
- adjust make_args for destdir support

PR:		217182 [1]
Reported by:>>>>Richard Narron <comet.berkeley@gmail.com>
2017-03-21 17:37:09 +00:00
Rene Ladan
c1da7c8cad Take in olivierd@'s commit bit on his request.
Submitted by:	olivierd@
With hat:	portmgr-secretary
2017-03-19 14:02:23 +00:00
Alexey Dokuchaev
e122a29f2c Add `x11/dmenu2', a fork of classic dmenu with many enhancements and
additional options.

While original upstream is https://bitbucket.org/melek/dmenu2, prefer
more up-to-date GitHub repo which was forked from it (and because of
our nice USE_GITHUB support for fetching the distfiles).

PR:		209391
Submitted by:	Timothy Beyer
2017-03-18 15:42:22 +00:00
Tobias C. Berner
86a1cc0a58 Update KDE Frameworks to 5.32
* While here, set the MASTER_SITES for the portingAids separately.
* Stop to couple kirigamis' distfiles with kf5 until it's actually a part of it.

PR:		217709
Exp-Run by:	antoine
Reviewed by:	rakuco
Approved by:	rakuco (mentor)
Differential Revision:	https://reviews.freebsd.org/D9959
2017-03-17 06:27:30 +00:00
Raphael Kubo da Costa
86ecedb46d Remove patch-kdecore__util__kshareddatacache_p.h
All supported FreeBSD releases have posix_fallocate(2).
2017-03-16 17:22:07 +00:00
Mathieu Arnold
e51bbb58a4 Remove all _USE=openssl occurrences.
Sponsored by:	Absolight
2017-03-15 14:45:54 +00:00
Mathieu Arnold
a28f0f7f7f Remove all USE_OPENSSL occurrences.
Sponsored by:	Absolight
2017-03-15 14:45:30 +00:00
Matthew Rezny
a9123725fe Update to 1.0.4
Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D9967
2017-03-14 14:37:20 +00:00
Bartek Rutkowski
a5334ace88 x11/tint: update 0.12.12 -> 0.13
PR:		217583
Submitted by:	Yamagi <yamagi@yamagi.org> (maintainer)
2017-03-14 09:20:42 +00:00
Tobias C. Berner
2386fe188b Take maintainership of x11/yakuake-kde4
Approved by:	rakuco (mentor)
Differential Revision:	https://reviews.freebsd.org/D9972
2017-03-13 21:54:16 +00:00
Raphael Kubo da Costa
9931f2a953 Rename x11/rsibreak-kde4 to x11/rsibreak and update to 0.12.6.
Update to the latest release, which is based on KDE Frameworks 5. Consequently,
rename the port and adjust its dependencies.

KDE users: do not worry, everything works fine in a KDE4 desktop.

Also assign maintainership to kde@, as agreed upon by avg@.

PR:		217710
Approved by:	avg (former maintainer)
2017-03-11 22:09:16 +00:00
Raphael Kubo da Costa
764393921f Add patch for CVE-2016-7787 in kdesu.
MFH:		2017Q1
Security:	41fe4724-06a2-11e7-8e3e-5453ed2e2b49
2017-03-11 21:42:56 +00:00
Matthew Rezny
68e0373275 - Set the shared memory directory to /tmp to prevent polluting /var/tmp [1]
- Strip the installed library

PR:		217676 [1]
Submitted by:	jbeich [1]
Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D9951
2017-03-11 21:24:29 +00:00
Raphael Kubo da Costa
364cd4e34e Point WWW to the current website.
rsibreak.org leads to something unrelated to the program; point to the KDE
UserBase wiki entry instead.
2017-03-11 19:37:04 +00:00
Tobias C. Berner
a6e4c01e82 Adress CVE-2017-6410 in devel/kf5-kio and x11/kdelibs4
Using a malicious PAC file, and then using exfiltration methods in the PAC
function FindProxyForURL() enables the attacker to expose full https URLs.

This is a security issue since https URLs may contain sensitive
information in the URL authentication part (user:password@host), and in the
path and the query (e.g. access tokens).

This attack can be carried out remotely (over the LAN) since proxy settings
allow ``Detect Proxy Configuration Automatically''
This setting uses WPAD to retrieve the PAC file, and an attacker who has access
to the victim's LAN can interfere with the WPAD protocols (DHCP/DNS+HTTP)
and inject his/her own malicious PAC instead of the legitimate one.

Reviewed by:	mat, rakuco
Approved by:	rakuco (mentor), mat (mentor)
Obtained from:	https://marc.info/?l=kde-announce&m=148831226706885&w=2
MFH:		2017Q1
Security:	CVE-2017-6410
Differential Revision:	https://reviews.freebsd.org/D9908
2017-03-11 10:28:37 +00:00
Steve Wills
2d5d084bcf x11/rubygem-gnome2: update to 3.1.1
Update x11/rubygem-gnome2 and friends to 3.1.1
2017-03-10 22:01:16 +00:00
Dmitry Marakasov
90dfbf45d6 - Update to 1.4.0.20170217
PR:		217564
Submitted by:	dg@syrec.org (maintainer)
2017-03-10 16:12:11 +00:00
Dmitry Marakasov
8d59de6851 - Add LICENSE
- Pet portlint
- Regenerate patches
2017-03-09 09:19:21 +00:00
Olivier Duchateau
a5c0636e06 Update to 0.3.2 2017-03-06 16:39:52 +00:00
Alexander Nedotsukov
4c65ac1dff Update to 378.13 2017-03-05 00:34:27 +00:00
Alexander Nedotsukov
3aa1fe10b5 Update to 378.13 2017-03-04 06:25:26 +00:00
Mathieu Arnold
bebf3178ae Mark the remaining ports depending on Google Code as DEPRECATED, with an
EXPIRATION_DATE at the end of April 2017.

In the past six months, about a third of the ports marked BROKEN because
they were hosted on Google Code have been fixed.  The remaining must not
be of use to anyone.

With hat:	portmgr
Sponsored by:	Absolight
2017-03-03 16:00:19 +00:00
Tobias C. Berner
6d9e4c7566 Update x11-wm/hs-xmonad and x11-wm/hs-xmonad-contirb to 0.13
* Update xmonad to 0.13
* New required ports devel/hs-directory
* Required update of x11/hs-X11 to 0.13

PR:             217012
Reviewed by:    mat
Approved by:    maintainer timeout (2 weeks), rakcuo (mentor)
Differential Revision:  https://reviews.freebsd.org/D9548
2017-03-02 18:02:57 +00:00
Olivier Duchateau
dd917796b4 Update to 1.7.1 2017-03-01 16:55:25 +00:00
Mark Linimon
9dfca69216 Also mark as broken on armv6.
Note: this port is unmaintained, and there has been no upstream release
since 2008.

Approved by:	portmgr (tier-2 blanket)
2017-03-01 01:57:56 +00:00
Matthew Rezny
219539d204 Update to 1.1.1
Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D9840
2017-02-28 22:54:12 +00:00
Steve Wills
562fb15fe1 x11/pipeglade: create port
Pipeglade is a helper program that displays graphical user interfaces
for other programs.  It renders the GUI definition found in a
GtkBuilder file (created using the Glade Interface Designer), and
communicates with the main program solely via pipes or fifos.

WWW: http://pipeglade.boundp.org

PR:		203523
Submitted by:	Bert Burgemeister <trebbu@googlemail.com> (with modifications)
2017-02-27 21:24:53 +00:00
Matthew Rezny
fb043f585b Cleanup: convert to USES=localbase, drop what bsd.xorg.mk already provides
Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D9443
2017-02-27 17:47:25 +00:00
Matthew Rezny
740d480a90 Add missing USE_XORG entries identified by stage-qa
Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D9442
2017-02-27 17:42:11 +00:00
Matthew Rezny
a6952a2e99 Uodate to 1.6.5
Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D9825
2017-02-27 17:40:43 +00:00
Grzegorz Blach
f70ce30965 Update to 1.0.0 2017-02-25 23:08:39 +00:00
Matthew Rezny
c48ecad3ef Fixes for Konsole
* Increase the limit of the disk-backed "unlimited" scrollback option via
  use of 64bit ints and file offset. This remedies the problem where the
  recent history was not stored once the file reached 2GB, which manifested
  as a blank window when scrolling up.
* correct width of blinking cursor for wide characters (KDE bug #318453)

Reviewed by:	tcberner
Approved by:	swills (mentor)
Obtained from:	KDE (cursor fix)
Differential Revision:	https://reviews.freebsd.org/D9758
2017-02-25 17:52:25 +00:00
Matthew Rezny
918ceb933b Multiple enhancements to components of kde4-workspaces
KInfoCenter:
* obey user's unit preferences (IEC vs JEDEC) when displaying PCI info
* correct the units, someone forgot about terabytes
KSysGuard:
* make plotter obey user's unit preferences (status bar was correct)
* change tooltip to use same or adjacent unit scale as the plot
* support a description different from the sensor name for use as the label
* add an additional step to label widths so horizontal resize is smoother
* change status bar elements from fixed layout to proportional layout
* space permitting, show more detailed memory stats in the status bar
* replace simplistic (app) memory & swap graph with a detailed graph
Plasma Desktop:
* hide the Desktop Toolbox (aka "the cashew") when widgets are locked

NB: KSysGuard caches the layouts, delete ~/.kde4/share/apps/ksysguard/*
    when upgrading so the new layout (detailed memory graph) is used

Reviewed by:	tcberner
Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D9760
2017-02-25 15:55:49 +00:00
Kirill Ponomarev
00d6b428b3 Update x11/slock to 1.4
PR:		217270
Submitted by:	pkubaj@anongoth.pl
Approved by:	mat (mentor), maintainer
Differential Revision:	https://reviews.freebsd.org/D9783
2017-02-24 17:14:38 +00:00
MANTANI Nobutaka
53ca39280a Update to 3.8.0. 2017-02-24 15:00:21 +00:00
Olivier Duchateau
7dc890babd Fix patch (it was malformed in revision r434478) 2017-02-20 22:59:38 +00:00
Olivier Duchateau
78d279c367 - Switch to Gtk2 (otherwise xfce4-taskmanager crashes when it kills
an application)
- Fix memory usage [1]
- Remove unneeded patch
- Bump PORTREVISION

PR:		217241
Submitted by:	<rozhuk.im@gmail.com> [1]
2017-02-20 17:59:01 +00:00
Tobias C. Berner
01128f34c7 Update KDE Frameworks to 5.31
* New port: x11-toolkits/kirigami2

PR:		216797
Exp-Run by:	antoine
Reviewed by:	rakuco, mat
Approved by:	rakuco (mentor)
Differential Revision:	https://reviews.freebsd.org/D9554
2017-02-18 19:56:12 +00:00
Tobias C. Berner
f3c180c343 Update Qt5 to 5.7.1, and unify the Qt4 and Qt5 ports some more
* Update Qt5 to 5.7.1
* Move Qt4 binaries to lib/qt4/bin
* Move Qt5 libraries to lib/qt5/lib
  By moving the libraries we should finally be able to get rid of the inplace
  upgrade bug (see ports bugs 194088, 195105 and 198720):  when Qt5's libraries
  were lying in /usr/local/lib, which would often get added by pkgconfig to the
  linker paths via dependencies, the already installed libraries were linked
  against, instead of the ones that were being built. This forced us to make
  sure, that -L${WRKSRC}/lib was always coming before -L/usr/local/lib in the
  linker flags. With this change this should no longer be the case.
* Rename some ports to match the rest (foo-qtX -> qtX-foo)
* Depend on new port misc/qtchooser [see UPDATING & CHANGES]

There are several new Qt5 ports which all have been created by Marie Loise Nolden
<nolden@kde.org>. Thanks again.

PR:		216797
Exp-Run by:	antoine
Reviewed by:	rakuco, mat, groot_kde.org
Approved by:	rakuco (mentor)
Differential Revision:	https://reviews.freebsd.org/D9213
2017-02-18 19:48:05 +00:00
Tobias Kortkamp
98058b8684 Update MAINTAINER to tobik@FreeBSD.org for my ports
Approved by:	mat (mentor)
Differential Revision:	https://reviews.freebsd.org/D9610
2017-02-15 12:28:29 +00:00
Tobias C. Berner
e439d69263 Update x11/tint to 0.12.12
Slightly modified version of the one originally submitted in the PR.

PR:		216996
Submitted by:	yamagi@yamagi.org
Reported by:	yamagi@yamagi.org
Approved by:	yamagi@yamagi.org (maintainer), rakuco (mentor)
2017-02-14 19:34:41 +00:00
Matthew Rezny
de0ba2723a Update to 1.0.3
Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D9566
2017-02-14 00:06:09 +00:00
Tobias C. Berner
e9fb2a5e9b Update x11/hs-xmobar to 0.24.3
PR:		214505
Submitted by:	Armin Gruner
Reported by:	Armin Gruner
Approved by:	maintainer timeout (3 months), rakuco (mentor)
2017-02-13 19:08:20 +00:00
Olivier Duchateau
aa4b09a04d - Update to 1.2.0 2017-02-12 17:00:38 +00:00
Ben Woods
25ea7cceab x11/lightdm: Improve rc script to use daemon(8)
This fixes an issue noticed when sysutils/bsdstats was installed and
enabled at runtime in /etc/rc.conf, but for whatever reason was failing
to send the updated statistics. Upon failing, the lightdm process would
receive a SIGHUP, causing it to stop seconds after the login screen was
displayed (before the user even had a chance to login).
2017-02-12 16:36:59 +00:00
Matthew Rezny
6a77d5e20c Update to 1.0.2
PR:		205864
Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D9546
2017-02-12 14:27:49 +00:00
Ben Woods
1ecfa8ea32 Fix typo in Xsession file introduced in r433837 2017-02-12 14:10:53 +00:00
Koop Mast
6135b0bf4d Unbreak the build of nvidia-driver-304, which I broke in r433892 [1]
While here add += to the SUB_LIST lines so we don't accidently overwrite
other SUB_LIST if they should be added later.

Reported by:	Walter Schwarzenfeld <w.schwarzenfeld@utanet.at> [1]
2017-02-12 11:55:51 +00:00
Matthew Rezny
8d886de4ae Update to 1.6.0
Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D9542
2017-02-11 17:51:19 +00:00
Baptiste Daroussin
81fae01c50 Add license 2017-02-11 17:05:42 +00:00
Koop Mast
50a34a0774 Now that all supported FreeBSD versions support libmap.conf files installed
from ports, remove the symlink dance with libGL/libEGL/libgles and the
nvidia-driver ports.

* Revert libGL/libEGL/libglesv2 ports to normal.
* Rename the conflicting libraries from the nvidia-driver ports with a
  -NVIDIA prefix and install a libmap.conf file to map to these versions.
* Remove the special case from Mk/Scripts/qa.sh for libGL and libEGL.
* Sadly the symlink dance between nvidia-driver and xorg-server for glx.so
  need to stay, due to xorg-server opening that file with dlopen(3).

Approved by:	portmgr@ (mat@ (prio version))
Differential Revision:	https://reviews.freebsd.org/D7848
2017-02-11 16:43:11 +00:00
Ben Woods
eae391e7b3 x11/lightdm: Make Xsession check for more system-wide config files
Xresources, Xkbmap and Xmodmap will now be read if they are found in
%%LOCALBASE%%/etc/X11/ or %%LOCALBASE%%/etc/X11/xinit/
with or without a "." prefix.

User-specific versions are still also found in $HOME/ with a "." prefix.
2017-02-11 07:09:56 +00:00
Mahdi Mokhtari
e87d9e532d Updating the ports I maintain to my FreeBSD.org address.
Submitted by:	mmokhi
Reviewed by:	feld, mat
Approved by:	feld, mat (mentors)
Differential Revision:	https://reviews.freebsd.org/D9498
2017-02-11 04:44:43 +00:00
Antoine Brodin
0767e076d4 Mark BROKEN: fails to install, conflicts with its run depends 2017-02-08 09:59:36 +00:00
Nicola Vitale
efa902ed67 - Update to 0.8.8
Changes:	https://github.com/Guake/guake/releases/tag/0.8.8
2017-02-07 11:03:56 +00:00
Baptiste Daroussin
8c69185dc5 Update to 2.20
Update WWW
2017-02-06 21:22:37 +00:00
Baptiste Daroussin
51824d277b Update to 1.0.7 2017-02-06 21:18:38 +00:00
Baptiste Daroussin
6dc312169e Update to 1.0.10
plug to the test framework
unGNUify the testsuite
2017-02-06 21:16:17 +00:00
Baptiste Daroussin
8f254c3a31 Update to 0.23 2017-02-06 20:23:49 +00:00
Olivier Duchateau
c0829f402d Update to 0.8.4 2017-02-06 20:01:36 +00:00
Raphael Kubo da Costa
fa44cb04bf Update to 1.10.16.
https://raw.githubusercontent.com/rcaelers/workrave/v1_10_16/NEWS

PR:		216321
Submitted by:	Tobias Kortkamp <t@tobik.me> (maintainer)
2017-02-05 17:20:06 +00:00
Sunpoet Po-Chuan Hsieh
a9c2ade8fc Move devel/libcheck to devel/check
- Bump PORTREVISION for dependent ports
2017-02-05 11:14:37 +00:00
Olivier Duchateau
c5a93f76f8 Update to 1.7.0 2017-02-01 19:18:01 +00:00
Jan Beich
63e76b312d x11/antimicro: unbreak with clang 4.0
src/mainwindow.cpp:367:19: error: ordered comparison between pointer and zero ('QMap<SDL_JoystickID, InputDevice *> *' (aka 'QMap<int, InputDevice *> *') and 'int')
    if (joysticks > 0)
        ~~~~~~~~~ ^ ~

PR:		216358
Reported by:	antoine (via exp-run)
2017-02-01 05:27:46 +00:00
Tijl Coosemans
d0d15cc5cd Enable i386 support to Linux CentOS 7 ports.
PR:		216646
2017-01-31 20:32:46 +00:00
Tijl Coosemans
6140d3c6aa - Autodetect the installed linux_base port and use LINUX_DEFAULT only as
a last resort.
- Construct a list of DISTFILES for every architecture (amd64, i386).
  Select one list for regular make and all lists for make makesum so linux
  ports can have one combined distinfo file.
- Set DIST_SUBDIR?=centos so there's only one copy of common distfiles.
- Use MASTER_SITES and DISTFILES groups so make fetch is a bit smarter.
- Regenerate all distinfo files.
- For linux_base-c6 (just like linux_base-c7 already does) turn bin, lib,
  lib64 and sbin into symbolic links to the same directory under usr.
  This fixes the problem where some programs/libraries exist under / on
  FreeBSD and /usr on Linux or vice versa and then depending on the order
  of search paths Linux programs may run/load FreeBSD programs/libraries
  and fail.
- Turn usr/share/icons into a symbolic link to LOCALBASE/share/icons so
  Linux programs can find desktop theme icons.  This eliminates the need
  for x11-themes/linux*-hicolor-icon-theme.
- Rename pkg-plist.x86_64 to pkg-plist.amd64.
- Regenerate all pkg-plist files.
- Add @preexec to linux_base pkg-plist that moves existing files in bin,
  lib, lib64, sbin and icons to the new destination before the directories
  are turned into symbolic links.
- Remove several empty directories from linux_base ports.
- Sweep over all linux ports: use consistent style, remove old CONFLICTS,
  remove unused pkg-descr files, add NLS option,...
- Remove old linux arts, esound and openssl-compat ports.
2017-01-31 16:54:21 +00:00
Alexey Dokuchaev
bdc03b086f Update CATEGORIES after r432934. 2017-01-31 16:31:08 +00:00
Alexey Dokuchaev
4e7c76aee4 Move to a better category (alongside with `x11/xsetroot', for example). 2017-01-31 16:29:42 +00:00
Jan Beich
411b31edb6 x11/slim: unbreak build with clang/libc++ 4.0
PR:		216633
Submitted by:	Henry Hu <henry.hu.sh@gmail.com> (maintainer)
2017-01-31 02:44:48 +00:00
Matthew Rezny
02915a3d0c Change the MAINTAINER line to my FreeBSD.org address in the ports I maintain
Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D9380
2017-01-30 14:55:08 +00:00
Baptiste Daroussin
7f7beef06c Fix the deciKelvin to Celsius conversion 2017-01-30 08:08:46 +00:00
Baptiste Daroussin
f421b382a2 libinput is a library to handle input devices in Wayland compositors and
to provide a generic X.Org input driver. It provides device detection,
device handling, input device event processing and abstraction so
minimize the amount of custom input code compositors need to provide
the common set of functionality that users expect.

WWW: http://www.freedesktop.org/wiki/Software/libinput/

Obtained from:	FreeBSDDesktop github
2017-01-29 23:48:20 +00:00
Baptiste Daroussin
554a154364 Libwacom is a new library to help implement Wacom tablet settings.
It is intended to be used by client-programs that need model
identification.

WWW: http://linuxwacom.sourceforge.net/wiki/index.php/Libwacom

Obtained from:	FreeBSDDesktop github
2017-01-29 23:40:31 +00:00
Baptiste Daroussin
d1c750c44b Chase wayland move 2017-01-29 23:26:13 +00:00
Rodrigo Osorio
b8ec4e51a0 Upgrade tilda from 1.3.1 to 3.1.3
Submitted by:	rodrigo (maintainer)
2017-01-29 16:22:03 +00:00
Baptiste Daroussin
fa8422c28e Update to 1.1 2017-01-28 19:21:32 +00:00
Baptiste Daroussin
1fe5ec3514 Update to 0.7.1 2017-01-28 19:19:12 +00:00
Baptiste Daroussin
647bbb6fdc Update to 1.7.9 2017-01-28 19:17:35 +00:00
Baptiste Daroussin
fd350628ad Update to 2.11 2017-01-28 19:13:34 +00:00
Rene Ladan
a8d756b01f Remove expired ports:
2017-01-28 databases/ruby-rdbc1: Upstream no longer active
2017-01-28 databases/ruby-sybct: Upstream no longer active
2017-01-28 databases/ruby-o_dbm: Upstream no longer active
2017-01-28 databases/ruby-cdb: Upstream no longer active
2017-01-28 devel/ruby-rbison: Does not work on modern ruby
2017-01-28 devel/ruby-property: Upstream no longer exists
2017-01-28 devel/ruby-dialogs: Upstream no longer active
2017-01-28 devel/ruby-byaccr: Upstream no longer active
2017-01-28 devel/ruby-aspectr: Use rubygem-aspectr instead
2017-01-28 devel/ruby-locale: No longer useful
2017-01-28 devel/ruby-wirble: Upstream no longer active
2017-01-28 devel/ruby-tzfile: Upstream no longer exists
2017-01-28 devel/ruby-rreadline: Upstream no longer exists
2017-01-28 devel/ruby-intl: Use devel/rubygem-gettext instead
2017-01-28 graphics/ruby-imlib2: Upstream no longer active
2017-01-28 graphics/ruby-image_size: Upstream no longer active
2017-01-28 graphics/ruby-svg: Use graphics/rubygem-rsvg2 instead
2017-01-28 irc/ruby-rice: Upstream no longer active
2017-01-28 irc/ruby-rica: Upstream no longer active
2017-01-28 irc/ruby-irc: Upstream no longer active
2017-01-28 japanese/ruby-usersguide: Does not exist upstream
2017-01-28 japanese/ruby-mecab: Upstream no longer active
2017-01-28 mail/ruby-rmail: Upstream no longer active
2017-01-28 mail/ruby-rfilter: Upstream no longer active
2017-01-28 math/ruby-algebra: Use rubygem-algebra instead
2017-01-28 net/ruby-tserver: Upstream no longer active
2017-01-28 net/ruby-tcpsocketpipe: Upstream no longer active
2017-01-28 net/ruby-icmp: Upstream no longer active
2017-01-28 net/ruby-dict: Upstream no longer active
2017-01-28 palm/palmos-sdk: Upstream no longer exists
2017-01-28 security/ruby-hmac: Use www/rubygem-ruby-hmac instead
2017-01-28 security/ruby-tcpwrap: Upstream no longer active
2017-01-28 security/ruby-password: Upstream no longer active
2017-01-28 sysutils/ruby-quota: Upstream no longer active
2017-01-28 textproc/ruby-rss.alt: Upstream no longer active
2017-01-28 textproc/ruby-rss: Upstream no longer exists
2017-01-28 textproc/ruby-htmlrepair: Upstream no longer exists
2017-01-28 textproc/ruby-xmlscan: Upstream no longer active
2017-01-28 textproc/ruby-xml-configfile: Upstream no longer exists
2017-01-28 textproc/ruby-htmlsplit: Upstream no longer exists
2017-01-28 www/ruby-google: Upstream no longer active
2017-01-28 archivers/ruby-lha: Upstream no longer active
2017-01-28 x11/ruby-X11: Upstream no longer active
2017-01-28 audio/ruby-audiofile: Broken on modern versions of Ruby
2017-01-28 audio/ruby-mp3tag: Upstream no longer active
2017-01-28 converters/ruby-dump.rb: Upstream no longer active
2017-01-28 11:18:44 +00:00
Alexey Dokuchaev
4cf2e5863e Cosmetic change: reword comments to improve consistency and readability:
quote type and structure names and drop extra `SVN' word when referring
to a particular code revision.
2017-01-27 11:09:16 +00:00