/x11-fonts/freefonts/

aboutsummaryrefslogtreecommitdiffstats
path: root/archivers
Commit message (Collapse)AuthorAgeFilesLines
* archivers/zopfli is not jobs safemarino2015-09-101-0/+2
| | | | | | | This port has failed a few times on me. Looking at the log, it appears to attempt to create libzopflipng.so way before all the object files are created in a multijob environment, so the makefile is probably missing the prerequisite definitions.
* It turned out -fPIC is required on sparc64 as well: it dumps core withoutdanfe2015-09-091-0/+1
| | | | | | | | | it on extraction, which turn breaks e.g. `sysutils/namefix' port. Do not bump port revision again as it was bumped just couple of hours ago, which is just too small in Tier-2 land for which we do not produce any packages anyways. Tested on: flame
* Compile with -fPIC on PowerPC, otherwise resulting binaries are broken:danfe2015-09-091-1/+2
| | | | | | Can't load '/usr/local/bin/../libexec/p7zip/7z.dll' (/usr/local/bin/../libexec/p7zip/7z.so: Unsupported relocation type 10 in non-PLT relocations)
* - Add an upstream patch for archivers/py-lz4 to export its version number.jkim2015-09-053-1/+32
| | | | - Remove a local hack for x11/xpra to properly detect LZ4 version.
* Update file-roller to 3.16.4.kwm2015-09-043-18/+3
| | | | Remove 8.x patch.
* - Add LICENSEsunpoet2015-09-042-28/+26
| | | | | | | | - Respect PORTEXAMPLES - Convert to new options target helper - Use BROKEN_RUBY21 and BROKEN_RUBY22 - Use USES=tar:tgz - Sort PLIST
* - Update to 1.1.12farrokhi2015-09-032-6/+5
| | | | | | | - Take maintainership Approved by: mat Differential Revision: https://reviews.freebsd.org/D3558
* Update devel/tbb to 4.4.0 and bump dependent ports' revisionsmartymac2015-09-031-1/+1
| | | | | PR: 202777 Submitted by: oleksii.tsai@gmail.com
* - Bump PORTREVISION after libzip updatemakc2015-08-281-0/+1
|
* archivers/libzip:makc2015-08-287-47/+57
| | | | | - Update to 1.0.1 - Remove obsolete patches
* - Update to 1.50sunpoet2015-08-272-3/+3
| | | | Changes: http://search.cpan.org/dist/Archive-Zip/Changes
* - Add some NO_ARCH'esamdmi32015-08-268-0/+8
| | | | Approved by: portmgr blanket
* Remove FreeBSD 8 specific checkbapt2015-08-241-7/+0
|
* archives/ocaml-bz2 is not jobs safemarino2015-08-221-0/+2
| | | | | I've been carrying the patch in dports for 2 years, but forgot to transfer it to ports (revealed when port became unmaintained)
* - Update The Glorious Glasgow Haskell Compiler to version 7.10.2pgj2015-08-219-18/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Include a patch for addressing timer issues [1] - Add support for building both GHC and Haskell ports with Clang, either from ports or the base system - Discontinue supporting Haskell Platform, use Stackage instead as a reference - Drop support for FreeBSD 8.x, optimize bootstrap compiler tarballs - Update Gtk2Hs to version 0.13 [2] - Update Pandoc to version 1.15.0.6 - Update git-annex to version 5.20150727 - Update Darcs to 2.10 [3] - Unbreak wxHaskell ports Please note that port revisions for all the Haskell ports without version changes are bumped. New ports (48): converters/hs-aeson-pretty JSON pretty-printing library and command-line tool converters/hs-sandi Data encoding library devel/hs-StateVar State variables devel/hs-base-orphans Backwards-compatible orphan instances for base devel/hs-bytestring-mmap Mmap support for strict ByteStrings devel/hs-constraints Constraint manipulation devel/hs-data-ordlist Set and bag operations on ordered lists devel/hs-easy-file Cross-platform File handling devel/hs-extra Extra functions devel/hs-geniplate-mirror Use Template Haskell to generate Uniplate-like functions devel/hs-haddock-api Documentation-generation tool for Haskell libraries devel/hs-hex Convert strings into hexadecimal and back devel/hs-hourglass Simple performant time related library devel/hs-hsb2hs Preprocesses a file, adding blobs from files as string literals devel/hs-hspec-core Testing Framework for Haskell devel/hs-hspec-discover Automatically discover and run Hspec tests devel/hs-js-flot Obtain minified flot code devel/hs-js-jquery Obtain minified jQuery code devel/hs-lifted-async Run lifted IO operations asynchronously and wait for their results devel/hs-map-syntax Syntax sugar for defining maps devel/hs-memory Memory and related abtraction stuff devel/hs-mutable-containers Abstactions and concrete implementations of mutable containers devel/hs-newtype Typeclass and set of functions for working with newtypes devel/hs-old-locale Locale library devel/hs-old-time Time library devel/hs-preprocessor-tools Framework for extending Haskell's syntax via quick-and-dirty preprocessors devel/hs-time-locale-compat Compatibility of TimeLocale between old-locale and time-1.5 devel/hs-uuid-types Type definitions for Universally Unique Identifiers math/hs-Agda-stdlib Agda standard library math/hs-adjunctions Adjunctions and representable functors math/hs-kan-extensions Kan extensions, Kan lifts, various forms of the Yoneda lemma, and (co)density (co)monads net-im/hs-haskell-xmpp Haskell XMPP library based on HaXml & STM net-p2p/hs-torrent BitTorrent file parser and generater net/hs-aws Amazon Web Services (AWS) for Haskell net/hs-network-uri URI manipulation security/hs-cryptonite Cryptography Primitives sink security/hs-nonce Generate cryptographic nonces shells/hs-shelly Shell-like (systems) programming in Haskell sysutils/hs-ekg-json JSON encoding of ekg metrics textproc/hs-bencode Parser and printer for bencoded data textproc/hs-cassava CSV parsing and encoding library textproc/hs-cmark Fast, accurate CommonMark (Markdown) parser and renderer textproc/hs-pandoc-citeproc Supports using pandoc with citeproc textproc/hs-regex-applicative Regex-based parsing with applicative interface textproc/hs-regex-compat-tdfa Unicode Support version of Text.Regex, using regex-tdfa textproc/hs-rfc5051 Simple unicode collation as per RFC5051 www/hs-http2 HTTP/2.0 library including frames and HPACK www/hs-multipart HTTP multipart split out of the cgi package Updated ports (317): archivers/hs-tar 0.4.0.1_8 --> 0.4.2.1 archivers/hs-zip-archive 0.2.3.4_1 --> 0.2.3.7 archivers/hs-zlib 0.5.4.1_6 --> 0.5.4.2 archivers/hs-zlib-bindings 0.1.1.3_7 --> 0.1.1.5 audio/hs-ALUT 2.3.0.1_2 --> 2.4.0.0 audio/hs-OpenAL 1.6.0.0_1 --> 1.7.0.0 audio/hs-libmpd 0.8.0.5_1 --> 0.9.0.2 benchmarks/hs-criterion 0.8.1.0_1 --> 1.1.0.0 converters/hs-aeson 0.7.0.6_1 --> 0.8.0.2 converters/hs-json 0.7_8 --> 0.9.1 databases/hs-esqueleto 1.4.4_1 --> 2.4.1 databases/hs-hedis 0.6.5 --> 0.6.9 databases/hs-mysql 0.1.1.6_1 --> 0.1.1.8 databases/hs-persistent 1.3.1.1_1 --> 2.2 databases/hs-persistent-sqlite 1.3.0.5_1 --> 2.2 databases/hs-persistent-template 1.3.1.4_1 --> 2.1.3.4 devel/hs-BNFC 2.6.0.3_8 --> 2.8 devel/hs-Boolean 0.2.1_1 --> 0.2.3 devel/hs-ConfigFile 1.1.2_1 --> 1.1.4 devel/hs-List 0.5.1_8 --> 0.5.2 devel/hs-MissingH 1.2.1.0_1 --> 1.3.0.1 devel/hs-MonadCatchIO-transformers 0.3.1.0_1 --> 0.3.1.3 devel/hs-MonadRandom 0.1.13_1 --> 0.4 devel/hs-ObjectName 1.0.0.0_14 --> 1.1.0.0 devel/hs-QuickCheck 2.6_6 --> 2.8.1 devel/hs-ReadArgs 1.2.1_8 --> 1.2.2 devel/hs-STMonadTrans 0.3.2_1 --> 0.3.3 devel/hs-ShellCheck 0.3.5 --> 0.3.8 devel/hs-Stream 0.4.7.1_1 --> 0.4.7.2 devel/hs-alex 3.1.3_1 --> 3.1.4 devel/hs-ansi-terminal 0.6.1.1_1 --> 0.6.2.1 devel/hs-ansi-wl-pprint 0.6.7.1_1 --> 0.6.7.3 devel/hs-asn1-encoding 0.8.1.3_1 --> 0.9.0 devel/hs-asn1-parse 0.8.1_1 --> 0.9.1 devel/hs-asn1-types 0.2.3_1 --> 0.3.0 devel/hs-async 2.0.1.5_1 --> 2.0.2 devel/hs-atomic-primops 0.6.0.6_1 --> 0.8 devel/hs-auto-update 0.1.0.0_1 --> 0.1.2.2 devel/hs-basic-prelude 0.3.8_1 --> 0.5.0 devel/hs-bifunctors 4.1.1.1_1 --> 5 devel/hs-blaze-builder 0.3.3.2_1 --> 0.4.0.1 devel/hs-blaze-builder-enumerator 0.2.0.6_1 --> 0.2.1.0 devel/hs-blaze-textual 0.2.0.9_1 --> 0.2.1.0 devel/hs-bloomfilter 2.0.0.0_1 --> 2.0.1.0 devel/hs-boxes 0.1.3_1 --> 0.1.4 devel/hs-bytestring-lexing 0.4.3.2 --> 0.5.0.2 devel/hs-c2hs 0.17.2_1 --> 0.26.1 devel/hs-cabal-install 1.18.0.5_1 --> 1.22.6.0 devel/hs-cereal 0.4.0.1_1 --> 0.4.1.1 devel/hs-checkers 0.3.2_1 --> 0.4.3 devel/hs-chunked-data 0.1.0.1_1 --> 0.2.0 devel/hs-classy-prelude 0.9.3_1 --> 0.12.1.1 devel/hs-classy-prelude-conduit 0.9.3_1 --> 0.12.0.1 devel/hs-cmdargs 0.10.9_1 --> 0.10.13 devel/hs-conduit 1.1.7_1 --> 1.2.5 devel/hs-conduit-combinators 0.2.8.2_1 --> 1.0.3 devel/hs-conduit-extra 1.1.3_1 --> 1.1.9.1 devel/hs-convertible 1.1.0.0_1 --> 1.1.1.0 devel/hs-cpphs 1.18.5_1 --> 1.19 devel/hs-darcs 2.8.5 --> 2.10.1 devel/hs-data-hash 0.2.0.0_1 --> 0.2.0.1 devel/hs-data-pprint 0.2.3_1 --> 0.2.4 devel/hs-datetime 0.2.1_12 --> 0.3.1 devel/hs-deepseq-generics 0.1.1.1_1 --> 0.1.1.2 devel/hs-dlist 0.7.1_1 --> 0.7.1.1 devel/hs-edit-distance 0.2.1.2_7 --> 0.2.2.1 devel/hs-either 4.3.0.1_1 --> 4.4.1 devel/hs-enclosed-exceptions 1.0.0.2_1 --> 1.0.1.1 devel/hs-equivalence 0.2.5_1 --> 0.3.1 devel/hs-errors 1.4.7_1 --> 2.0.0 devel/hs-exceptions 0.6.1_1 --> 0.8.0.2 devel/hs-fast-logger 2.2.0_1 --> 2.4.1 devel/hs-fgl 5.5.0.1_1 --> 5.5.2.1 devel/hs-file-embed 0.0.7_1 --> 0.0.9 devel/hs-filemanip 0.3.6.2_8 --> 0.3.6.3 devel/hs-filestore 0.6.0.3_1 --> 0.6.1 devel/hs-free 4.9_1 --> 4.12.1 devel/hs-fsnotify 0.1.0.3_1 --> 0.2.1 devel/hs-gconf 0.12.5.0_1 --> 0.13.0.2 devel/hs-generic-deriving 1.6.3_1 --> 1.8.0 devel/hs-ghc-events 0.4.3.0_1 --> 0.4.4.0 devel/hs-gio 0.12.5.3_1 --> 0.13.1.0 devel/hs-git-annex 5.20140817_1 --> 5.20150727 devel/hs-glib 0.12.5.4_1 --> 0.13.1.1 devel/hs-gtk2hs-buildtools 0.12.5.2_2 --> 0.13.0.4 devel/hs-haddock 2.14.3_1 --> 2.16.1 devel/hs-haddock-library 1.1.0_1 --> 1.2.1 devel/hs-happy 1.19.4_1 --> 1.19.5 devel/hs-hashable 1.2.2.0_1,1 --> 1.2.3.3,1 devel/hs-hashtables 1.1.2.1_1 --> 1.2.0.2 devel/hs-haskell-src 1.0.1.6_1 --> 1.0.2.0 devel/hs-haskell-src-exts 1.15.0.1_1 --> 1.16.0.1 devel/hs-hasktags 0.69.0_1 --> 0.69.1 devel/hs-hastache 0.6.0_1 --> 0.6.1 devel/hs-hinotify 0.3.7_1 --> 0.3.8.1 devel/hs-hint 0.4.2.0_1 --> 0.4.2.3 devel/hs-hlint 1.9.3_1 --> 1.9.21 devel/hs-hoogle 4.2.34_1 --> 4.2.41 devel/hs-hslogger 1.2.4_1 --> 1.2.9 devel/hs-hslua 0.3.13_1 --> 0.4.0 devel/hs-hspec 1.11.0_1 --> 2.1.10 devel/hs-hspec-expectations 0.6.0.1_1 --> 0.7.1 devel/hs-keys 3.10.1_1 --> 3.10.2 devel/hs-language-c 0.4.5_1 --> 0.4.7 devel/hs-language-javascript 0.5.13_1 --> 0.5.14.2 devel/hs-lens 4.3.3_1 --> 4.12.3 devel/hs-lifted-base 0.2.3.0_1 --> 0.2.3.6 devel/hs-mmorph 1.0.3_1 --> 1.0.4 devel/hs-monad-control 0.3.3.0_1 --> 1.0.0.4 devel/hs-monad-logger 0.3.7.1_1 --> 0.3.13.2 devel/hs-monad-loops 0.4.2.1_1 --> 0.4.3 devel/hs-monad-par 0.3.4.6_1 --> 0.3.4.7 devel/hs-mono-traversable 0.6.1_1 --> 0.9.2.1 devel/hs-mtl 2.1.3.1_1 --> 2.2.1 devel/hs-mueval 0.9.1.1_1 --> 0.9.1.1.2 devel/hs-murmur-hash 0.1.0.7_1 --> 0.1.0.8 devel/hs-optparse-applicative 0.9.1.1_1 --> 0.11.0.2 devel/hs-parallel 3.2.0.4_1 --> 3.2.0.6 devel/hs-pcre-light 0.4.0.2_1 --> 0.4.0.3 devel/hs-primitive 0.5.2.1_1 --> 0.6 devel/hs-profunctors 4.2.0.1_1 --> 5.1.1 devel/hs-project-template 0.1.4.1_1 --> 0.2.0 devel/hs-random 1.0.1.1_10 --> 1.1 devel/hs-reflection 1.5.1_1 --> 2 devel/hs-resource-pool 0.2.3.0_1 --> 0.2.3.2 devel/hs-resourcet 1.1.2.3_1 --> 1.1.6 devel/hs-safe 0.3.7_1 --> 0.3.9 devel/hs-scientific 0.3.3.0_1 --> 0.3.3.8 devel/hs-securemem 0.1.3_1 --> 0.1.9 devel/hs-setenv 0.1.1.1_1 --> 0.1.1.3 devel/hs-shake 0.13.2_1 --> 0.15.5 devel/hs-silently 1.2.4.1_7 --> 1.2.5 devel/hs-stm 2.4.2_6 --> 2.4.4 devel/hs-stm-chans 3.0.0.2_1 --> 3.0.0.4 devel/hs-streaming-commons 0.1.4.1_1 --> 0.1.12.1 devel/hs-syb 0.4.1_1 --> 0.5.1 devel/hs-syb-with-class 0.6.1.5_1 --> 0.6.1.6 devel/hs-system-fileio 0.3.14_1 --> 0.3.16.3 devel/hs-system-filepath 0.4.12_1 --> 0.4.13.4 devel/hs-tagged 0.7.2_1 --> 0.8.1 devel/hs-test-framework 0.8.0.3_1 --> 0.8.1.1 devel/hs-text 1.1.0.0_1 --> 1.2.1.3 devel/hs-text-icu 0.6.3.7_2 --> 0.7.0.1 devel/hs-threads 0.5.1.2_1 --> 0.5.1.3 devel/hs-threadscope 0.2.4_1 --> 0.2.7 devel/hs-timezone-olson 0.1.4_1 --> 0.1.7 devel/hs-timezone-series 0.1.3_1 --> 0.1.5.1 devel/hs-transformers-base 0.4.2_1 --> 0.4.4 devel/hs-transformers-compat 0.3.3.4_1 --> 0.4.0.4 devel/hs-unix-compat 0.4.1.3_1 --> 0.4.1.4 devel/hs-unix-time 0.3.3_1 --> 0.3.5 devel/hs-unordered-containers 0.2.4.0_1 --> 0.2.5.1 devel/hs-utf8-string 0.3.8_1 --> 1 devel/hs-uuagc 0.9.51_1 --> 0.9.52.1 devel/hs-uuagc-cabal 1.0.5.0_1 --> 1.0.6.0 devel/hs-uuid 1.3.3_1 --> 1.3.11 devel/hs-uulib 0.9.16_1 --> 0.9.20 devel/hs-vault 0.3.0.3_1 --> 0.3.0.4 devel/hs-vector 0.10.9.1_1 --> 0.10.12.3 devel/hs-vector-algorithms 0.6.0.3_1 --> 0.7.0.1 devel/hs-vector-instances 3.3_1 --> 3.3.1 devel/hs-vector-th-unbox 0.2.1.0_1 --> 0.2.1.2 devel/hs-void 0.6.1_1 --> 0.7 devel/hs-word8 0.1.1_1 --> 0.1.2 dns/hs-dns 1.4.2_1 --> 2.0.0 graphics/hs-JuicyPixels 3.1.6.1_1 --> 3.2.6 graphics/hs-cairo 0.12.5.3_1 --> 0.13.1.0 graphics/hs-dia-base 0.1.1.2_8 --> 0.1.1.3 graphics/hs-dia-functions 0.2.1.3_8 --> 0.2.1.4 graphics/hs-svgcairo 0.12.5.2_1 --> 0.13.0.3 lang/hs-brainfuck 0.1_15 --> 0.1.0.2 lang/hs-unlambda 0.1.3_8 --> 0.1.4.1 mail/hs-email-validate 2.0.1_1 --> 2.1.3 mail/hs-mime 0.4.0.1_1 --> 0.4.0.2 mail/hs-mime-mail 0.4.5.2_1 --> 0.4.9 mail/hs-mime-types 0.1.0.4_1 --> 0.1.0.6 math/hs-Agda 2.4.0.2_1 --> 2.4.2.3 math/hs-NumInstances 1.3_6 --> 1.4 math/hs-categories 1.0.6_1 --> 1.0.7 math/hs-comonad 4.2.2_1 --> 4.2.7.2 math/hs-contravariant 1.1_1 --> 1.3.2 math/hs-data-lens 2.10.5_1 --> 2.10.7 math/hs-data-lens-template 2.1.8_1 --> 2.1.9 math/hs-ieee754 0.7.3_10 --> 0.7.6 math/hs-mwc-random 0.13.1.2_1 --> 0.13.3.2 math/hs-pointed 4.1_1 --> 4.2.0.2 math/hs-semigroupoids 4.0.4_1 --> 5.0.0.3 math/hs-semigroups 0.15.2_1 --> 0.16.2.2 math/hs-statistics 0.13.2.1_1 --> 0.13.2.3 math/hs-vector-space 0.8.7_1 --> 0.10.2 net/hs-connection 0.2.3_1 --> 0.2.5 net/hs-gsasl 0.3.5_1 --> 0.3.6 net/hs-hoauth2 0.4.3 --> 0.4.8 net/hs-iproute 1.3.1_1 --> 1.5.0 net/hs-network 2.4.2.3_1 --> 2.6.2.1 net/hs-network-info 0.2.0.5_1 --> 0.2.0.7 net/hs-network-multicast 0.0.11_1 --> 0.1.0 net/hs-network-protocol-xmpp 0.4.6_2 --> 0.4.8 net/hs-simple-sendfile 0.2.15_1 --> 0.2.21 print/hs-hscolour 1.20.3_8,1 --> 1.23,1 security/hs-DRBG 0.5.2_1 --> 0.5.4 security/hs-HsOpenSSL 0.11_2 --> 0.11.1.1 security/hs-RSA 2.0.0_1 --> 2.1.0.1 security/hs-SHA 1.6.4.1_1 --> 1.6.4.2 security/hs-cipher-aes 0.2.8_1 --> 0.2.11 security/hs-cipher-aes128 0.6.4_1 --> 0.7.0.1 security/hs-clientsession 0.9.0.3_1 --> 0.9.1.1 security/hs-cprng-aes 0.5.2_1 --> 0.6.1 security/hs-crypto-api 0.13_1 --> 0.13.2 security/hs-crypto-conduit 0.5.4_1 --> 0.5.5 security/hs-crypto-numbers 0.2.3_1 --> 0.2.7 security/hs-crypto-pubkey 0.2.4_1 --> 0.2.8 security/hs-crypto-pubkey-types 0.4.2.2_1 --> 0.4.3 security/hs-crypto-random 0.0.7_1 --> 0.0.9 security/hs-entropy 0.3.2_1 --> 0.3.7 security/hs-gnutls 0.1.5_1 --> 0.2 security/hs-pwstore-fast 2.4.1_1 --> 2.4.4 security/hs-skein 1.0.9_1 --> 1.0.9.3 security/hs-tls 1.2.8_1 --> 1.3.1 security/hs-x509 1.4.11_1 --> 1.6.0 security/hs-x509-store 1.4.4_1 --> 1.6.0 security/hs-x509-system 1.4.5_1 --> 1.6.0 security/hs-x509-validation 1.5.0_1 --> 1.6.0 sysutils/hs-angel 0.5.0_1 --> 0.6.2 sysutils/hs-ekg 0.4.0.1_1 --> 0.4.0.8 sysutils/hs-ekg-core 0.1.0.1_1 --> 0.1.1.0 textproc/hs-Diff 0.3.0_1 --> 0.3.2 textproc/hs-HStringTemplate 0.7.3_1 --> 0.8.3 textproc/hs-HaXml 1.24.1_1 --> 1.25.3 textproc/hs-attoparsec 0.10.4.0_7 --> 0.12.1.6 textproc/hs-attoparsec-enumerator 0.3.3_1 --> 0.3.4 textproc/hs-blaze-html 0.7.0.2_1 --> 0.8.1.0 textproc/hs-blaze-markup 0.6.1.0_1 --> 0.7.0.2 textproc/hs-case-insensitive 1.1.0.3_1 --> 1.2.0.4 textproc/hs-citeproc-hs 0.3.9_1 --> 0.3.10 textproc/hs-double-conversion 0.2.0.6_7 --> 2.0.1.0 textproc/hs-feed 0.3.9.2_1 --> 0.3.10.0 textproc/hs-hexpat 0.20.6_1 --> 0.20.9 textproc/hs-highlighting-kate 0.5.11.1 --> 0.6 textproc/hs-hs-bibutils 5.0_6 --> 5.5 textproc/hs-html-conduit 1.1.0.5_1 --> 1.2.0 textproc/hs-hxt 9.3.1.4_1 --> 9.3.1.15 textproc/hs-hxt-charproperties 9.1.1.1_1 --> 9.2.0.1 textproc/hs-hxt-regex-xmlschema 9.1.0_7 --> 9.2.0.2 textproc/hs-hxt-unicode 9.0.2.2_1 --> 9.0.2.4 textproc/hs-lhs2tex 1.18.1_8 --> 1.19 textproc/hs-pandoc 1.13.2 --> 1.15.0.6 textproc/hs-pandoc-types 1.12.4.1_1 --> 1.12.4.5 textproc/hs-parsec 3.1.5_1 --> 3.1.9 textproc/hs-polyparse 1.9_6 --> 1.11 textproc/hs-stringsearch 0.3.6.5_1 --> 0.3.6.6 textproc/hs-tagsoup 0.13.1_1 --> 0.13.3 textproc/hs-tagstream-conduit 0.5.5.1_1 --> 0.5.5.3 textproc/hs-texmath 0.8.0.1 --> 0.8.3 textproc/hs-uri 0.1.6.2_1 --> 0.1.6.3 textproc/hs-xml 1.3.13_6 --> 1.3.14 textproc/hs-xml-conduit 1.2.1_1 --> 1.3.1 textproc/hs-xml-hamlet 0.4.0.9_1 --> 0.4.0.11 textproc/hs-xml-types 0.3.4_1 --> 0.3.6 textproc/hs-xmlhtml 0.2.3.2_1 --> 0.2.3.4 textproc/hs-yaml 0.8.8.4_1 --> 0.8.13 www/hs-DAV 1.0.1_1 --> 1.0.7 www/hs-HTTP 4000.2.10_1 --> 4000.2.20 www/hs-authenticate 1.3.2.9_1 --> 1.3.2.11 www/hs-cgi 3001.1.8.5_1,1 --> 3001.2.2.2,1 www/hs-cookie 0.4.1.2_1 --> 0.4.1.6 www/hs-gitit 0.10.6.1_1 --> 0.11.1 www/hs-hS3 0.5.8_1 --> 0.5.9 www/hs-happstack-server 7.3.7_1 --> 7.4.4 www/hs-heist 0.13.1.2_1 --> 0.14.1.1 www/hs-hjsmin 0.1.4.7_1 --> 0.1.5.0 www/hs-http-client 0.3.6.1_1 --> 0.4.20 www/hs-http-conduit 2.1.4_1 --> 2.1.8 www/hs-http-date 0.0.4_8 --> 0.0.6.1 www/hs-http-reverse-proxy 0.4.0.1_1 --> 0.4.2 www/hs-http-server 1.0.4_1 --> 1.0.6 www/hs-http-types 0.8.5_1 --> 0.8.6 www/hs-oeis 0.3.5_1 --> 0.3.6 www/hs-path-pieces 0.1.4_1 --> 0.2.0 www/hs-recaptcha 0.1.0.2_1 --> 0.1.0.3 www/hs-shakespeare 2.0.1.1_1 --> 2.0.5 www/hs-snap 0.13.2.8_1 --> 0.14.0.6 www/hs-snap-core 0.9.6.3_1 --> 0.9.7.2 www/hs-snap-server 0.9.4.5_1 --> 0.9.5.1 www/hs-wai 3.0.1.1_1 --> 3.0.3.0 www/hs-wai-app-static 3.0.0_1 --> 3.1.1 www/hs-wai-extra 3.0.1.2_1 --> 3.0.10 www/hs-wai-logger 2.2.0_1 --> 2.2.4.1 www/hs-warp 3.0.0.5_1 --> 3.1.3 www/hs-warp-tls 3.0.0_1 --> 3.1.1 www/hs-webkit 0.12.6.1_1 --> 0.13.1.3 www/hs-xss-sanitize 0.3.5.2_1 --> 0.3.5.6 www/hs-yesod 1.2.6.1_1 --> 1.4.1.5 www/hs-yesod-auth 1.3.4_1 --> 1.4.6 www/hs-yesod-auth-hashdb 1.3.0.1_1 --> 1.4.2.2 www/hs-yesod-bin 1.2.12.3_1 --> 1.4.13.3 www/hs-yesod-core 1.2.19_1 --> 1.4.13 www/hs-yesod-form 1.3.14_1 --> 1.4.4.1 www/hs-yesod-persistent 1.2.3_1 --> 1.4.0.3 www/hs-yesod-static 1.2.4_1 --> 1.5.0.2 www/hs-yesod-test 1.2.3.2_1 --> 1.4.3.1 x11-toolkits/hs-GLURaw 1.4.0.1_1 --> 1.5.0.1 x11-toolkits/hs-GLUT 2.5.1.1_1,1 --> 2.7.0.1,1 x11-toolkits/hs-OpenGL 2.9.2.0_1,1 --> 2.12.0.1,1 x11-toolkits/hs-OpenGLRaw 1.5.0.0_1 --> 2.5.1.0 x11-toolkits/hs-gtk 0.12.5.7_1 --> 0.13.9 x11-toolkits/hs-gtk2hs 0.12.5_1,1 --> 0.13,1 x11-toolkits/hs-gtksourceview2 0.12.5.0_1 --> 0.13.1.3 x11-toolkits/hs-pango 0.12.5.3_1 --> 0.13.1.0 x11-toolkits/hs-vte 0.12.5.0_1 --> 0.13.0.2 x11-toolkits/hs-wx 0.90.1.0_1 --> 0.91.0.0 x11-toolkits/hs-wxc 0.90.1.1_1 --> 0.91.0.0 x11-toolkits/hs-wxcore 0.90.1.1_1 --> 0.91.0.0 x11-toolkits/hs-wxdirect 0.90.1.1_1 --> 0.91.0.0 x11-wm/hs-xmonad 0.11_10 --> 0.11.1 x11-wm/hs-xmonad-contrib 0.11.3_2 --> 0.11.4 x11/hs-xmobar 0.21_1 --> 0.23.1 Removed ports (14): devel/hs-MaybeT Support for computations with failures (deprecated) devel/hs-geniplate Use template Haskell to generate Uniplate-like functions (upstream support is discontinued) devel/hs-glade Binding to the glade library (upstream support is discontinued) devel/hs-haskell-platform The Haskell Platform (it is not tracked any more) devel/hs-ranges Ranges and various functions on them (deprecated) devel/hs-testpack Test Utility Pack for HUnit and QuickCheck (upstream is unmaintained) graphics/hs-soegtk GUI functions as used in the book "The Haskell School of Expression" (upstream support is discontinued) lang/hs-epic Compiler for a simple functional language (it is not needed any more) math/hs-nats Natural numbers (it has been merged into the base library of GHC) multimedia/hs-gstreamer Binding to the GStreamer open source multimedia framework (upstream support is discontinued) [2] www/hs-scgi Haskell library for writing SCGI programs (deprecated) www/hs-yesod-platform Meta package for Yesod (upstream support is discontinued) www/hs-yesod-routes Effective routing for Yesod (upstream support is discontinued) x11-toolkits/hs-gtkglext Binding to the GTK+ OpenGL Extension (upstream support is discontinued) PR: 181049 [1] PR: 197925 [2] PR: 200684 [3] Submitted by: arrowdodger <6yearold@gmail.com> [1] Obtained from: FreeBSD Haskell
* - Add missing option, fixing buildamdmi32015-08-201-1/+1
| | | | Approved by: portmgr blanket
* - New port: archivers/peazipacm2015-08-209-0/+240
| | | | | | | | | | | | PeaZip, free archiver utility, Open Source WinRar / WinZip alternative for Windows, Linux and FreeBSD. Compress to 7Z, ARC, BZ2, GZip, PAQ, PEA, self-extracting archives, TAR, WIM, XZ, ZIP files. Open 150+ file types, including ACE, CAB, DMG, ISO, RAR, UDF, ZIPX format. Extract, create and convert archives, split / join files, strong encryption, encrypted password manager, secure delete, find duplicate files, compute hash, export job definition as script to automate backup / restore. WWW: http://www.peazip.org
* Convert ports to use the options helpers in categories [abc]*, and minor fixes.mat2015-08-193-19/+4
| | | | | Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D3412?
* - Remove USE_FPC_RUN. It is not necessary hereacm2015-08-181-2/+1
|
* - Convert to system libzopflidanilo2015-08-161-0/+6
| | | | | PR: 201935 Submitted by: jbeich
* - Update to version 1.11pawel2015-08-162-5/+7
| | | | | | | | - Take maintainership, add LICENSE - Sort USES PR: 202160 Submitted by: Chris Hutchinson <portmaster@bsdforge.com>
* archivers/pigz: convert to system libzopfli and respect CC/CFLAGS/LDFLAGSjbeich2015-08-162-12/+13
| | | | | PR: 201895 Approved by: delphij (maintainer)
* archivers/zopfli: update to 1.0.0.31 (snapshot)jbeich2015-08-163-11/+49
| | | | | | Changes: https://github.com/google/zopfli/compare/zopfli-1.0.0...6ff3ba2 PR: 201894 Approved by: maintainer timeout (2 weeks)
* - Update WWWsunpoet2015-08-161-1/+1
|
* - Update WWWsunpoet2015-08-161-1/+1
|
* - Update WWWsunpoet2015-08-161-1/+1
|
* Add explicit USES=iconv, libarchive was linking against libiconv/libcharsetantoine2015-08-151-3/+11
| | | | when they were found and dependency was not registered
* - Remove MASTER_SITE_SUBDIRsunpoet2015-08-141-1/+0
|
* - Remove MASTER_SITE_SUBDIRsunpoet2015-08-141-1/+0
|
* - Remove MASTER_SITE_SUBDIRsunpoet2015-08-141-1/+0
|
* - Remove MASTER_SITE_SUBDIRsunpoet2015-08-141-1/+0
|
* - Remove MASTER_SITE_SUBDIRsunpoet2015-08-141-1/+0
|
* - Remove MASTER_SITE_SUBDIRsunpoet2015-08-141-1/+0
|
* - Remove MASTER_SITE_SUBDIRsunpoet2015-08-141-1/+0
|
* - Add some NO_ARCH'esamdmi32015-08-1113-1/+14
| | | | Approved by: portmgr blanket
* Add missing run dependencyantoine2015-08-101-1/+2
| | | | | | Reported via devel/fpc-fpmkunit: Compiling src/fpmkunit.pp Fatal: Can't find unit crc used by gzio
* Adds -fPIC to CFLAGS_aarch64 to a number of ports that already have itandrew2015-08-101-0/+1
| | | | | | | in the amd64 CFLAGS and are failing to build. Approved by: bapt Differential Revision: https://reviews.freebsd.org/D3321
* - editors/lazarus update to 1.4.2acm2015-08-093-3/+3
| | | | | | | | | | - Add USE_FPC_RUN to bsd.fpc.mk. It add fpc units like run dependencies. Otherwise fpc units only are added like build dependencies (less dependencies registered when they are installed with pkg). - Remove GTK1 obsolete dependencies - Bump all ports with dependencies of fpc-* units - Bump all ports with dependencies of lazarus ports - Clean up
* Update to version 1.18.2pawel2015-08-093-9/+4
|
* The FreeBSD GNOME team proudly presents GNOME 3.16 for FreeBSD.kwm2015-08-068-7/+84
| | | | | | | | | | | | | | | | | | The offical GNOME 3.16 release notes can be found at https://help.gnome.org/misc/release-notes/3.16/ Upgrade instructions for port users: Delete the old tracker package with: # pkg delete -f tracker And user port upgrade tool of choice to upgrade. Thanks to Antoine Brodin for running the exp-runs. This release was made possible by the following people: Gustau Perez Ting-Wei_Lan PR: 201980
* Remove unneeded MASTER_SITES=GH entries.mat2015-08-041-1/+0
| | | | Sponsored by: Absolight
* Horde package update:mm2015-08-032-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | comms/pear-Horde_ActiveSync 2.28.5 -> 2.28.6 devel/pear-Horde_Alarm 2.2.4 -> 2.2.5 security/pear-Horde_Auth 2.1.8 -> 2.1.10 www/pear-Horde_Browser 2.0.9 -> 2.0.10 archivers/pear-Horde_Compress 2.1.2 -> 2.1.3 devel/pear-Horde_Core 2.20.5 -> 2.20.8 security/pear-Horde_Crypt 2.5.3 -> 2.6.0 www/pear-Horde_Css_Parser 1.0.6 -> 1.0.7 devel/pear-Horde_Data 2.1.2 -> 2.1.3 devel/pear-Horde_Date 2.1.0 -> 2.1.1 devel/pear-Horde_Exception 2.0.5 -> 2.0.6 www/pear-Horde_Form 2.0.9 -> 2.0.11 devel/pear-Horde_History 2.3.4 -> 2.3.5 devel/pear-Horde_Icalendar 2.1.0 -> 2.1.1 graphics/pear-Horde_Image 2.3.1 -> 2.3.2 mail/pear-Horde_Imap_Client 2.29.0 -> 2.29.1 devel/pear-Horde_LoginTasks 2.0.4 -> 2.0.5 mail/pear-Horde_Mail 2.6.0 -> 2.6.2 mail/pear-Horde_Mime_Viewer 2.1.0 -> 2.1.1 security/pear-Horde_Perms 2.1.4 -> 2.1.5 devel/pear-Horde_Prefs 2.7.3 -> 2.7.4 net/pear-Horde_Rpc 2.1.4 -> 2.1.5 devel/pear-Horde_Serialize 2.0.3 -> 2.0.4 devel/pear-Horde_Support 2.1.3 -> 2.1.4 textproc/pear-Horde_Text_Filter 2.3.1 -> 2.3.2 devel/pear-Horde_Util 2.5.5 -> 2.5.6 sysutils/pear-Horde_Vfs 2.2.2 -> 2.3.0 www/horde-ansel 3.0.2 -> 3.0.3 ftp/horde-gollem 3.0.3 -> 3.0.4 www/horde-base 5.2.6 -> 5.2.7 mail/horde-imp 6.2.9 -> 6.2.10 mail/horde-ingo 3.2.5 -> 3.2.6 deskutils/horde-kronolith 4.2.8 -> 4.2.9 deskutils/horde-mnemo 4.2.6 -> 4.2.7 www/horde-passwd 5.0.2 -> 5.0.3 www/horde-trean 1.1.1 -> 1.1.2 mail/horde-turba 4.2.7 -> 4.2.8 mail/horde-webmail 5.2.7 -> 5.2.9 deskutils/horde-groupware 5.2.7 -> 5.2.9 www/horde-wicked 2.0.3 -> 2.0.4
* - Update to 1.49sunpoet2015-08-022-3/+3
| | | | Changes: http://search.cpan.org/dist/Archive-Zip/Changes
* Libarchive can use either libxml2 or libexpat for xar support, but thetijl2015-07-291-12/+8
| | | | | | | | | | | | LIBXML2 option currently makes libarchive link to both libxml2 and libbsdxml (base system private copy of libexpat). Replace this with a simple depdendency on libexpat. Also remove PATCH_STRIP because there are no patches, replace MAKE with MAKE_CMD and add INSTALL_TARGET=install-strip. PR: 201948 Approved by: glewis (maintainer)
* Update MATE DE to 1.10.0.kwm2015-07-284-8/+13
| | | | | | | | | | | This MATE is still build agains GTK+2. Sort USES here and there. Replace mate-dialogs with zenity and mate-calc with galculator. This update fixes the following PR's: PR: 193942, 191885 Submitted by: Gustau Perez <gustau.perez@gmail.com> via Gnome devel repo Obtained from: gnome devel repo.
* For now, ignore on the package builders when default python version is not 3.2+antoine2015-07-251-0/+4
| | | | Reported by: pkg-fallout
* Update to 1.4.delphij2015-07-242-3/+3
|
* Update to 1.7.delphij2015-07-242-3/+3
|
* Convert to USES=libarchive, reduce over linkingbapt2015-07-201-1/+3
|
* Enforce libarchive from portsbapt2015-07-196-15/+12
|
* Add archivers/py-attic: A deduplicating backup programriggs2015-07-194-0/+50
| | | | | PR: 199595 Submitted by: tom@hur.st
* Update to version 0.09.42skreuzer2015-07-142-4/+3
|
* - Move archivers/pear-PHP_Archiv to archivers/pear-PHP_Archivesunpoet2015-07-135-6/+9
| | | | | | | | | | - Update to 0.12.0 - Update CATEGORIES: add pear - Add LICENSE - Add NO_ARCH - Fix indent Changes: http://pear.php.net/package/PHP_Archive/download/
* Update to r131.adamw2015-07-082-4/+4
|
* - Add NO_ARCHsunpoet2015-07-071-0/+1
|
* - Update to 0.76jadawin2015-07-062-3/+3
|
* Set NO_ARCH for remaining rubygem-* ports with no arch dependent filespgollucci2015-07-034-0/+8
| | | | | | | Obtained from: DEVELOPER_MODE With Hat: ruby@ Sponsored by: RideCharge Inc / Curb
* After r390893, chmod u+w/u-w for stripping perl XS modules is unnecessary,adamw2015-06-291-2/+0
| | | | | | and in fact now leads to incorrect permissions. Remove all instances of it from perl@ ports.
* - Cleanup CHMOD after r390893sunpoet2015-06-295-10/+0
|
* Update to r130, which incorporates the patches that riggs committed inadamw2015-06-295-97/+3
| | | | r387288.
* Start removing MASTER_SITE_SUBDIR=CPAN:username where possible. Theadamw2015-06-242-2/+0
| | | | | | downside to having this set is that portscout cannot find new releases when the username changes (which happens often in large projects with multiple maintainers).
* Drop unneeded perl5 run dependencybapt2015-06-201-0/+2
|
* - Update to 1.48sunpoet2015-06-192-3/+3
| | | | Changes: http://search.cpan.org/dist/Archive-Zip/Changes
* - Update to 1.47sunpoet2015-06-192-3/+3
| | | | Changes: http://search.cpan.org/dist/Archive-Zip/Changes
* Upgrade to 3.0.1.vanilla2015-06-182-5/+4
|
* - Strip binariesamdmi32015-06-171-0/+5
|
* - Fix LICENSE and pkg-descrdanilo2015-06-172-1/+2
| | | | Requested by: Antonio Diaz <antonio@gnu.org>
* - Add NO_ARCHsunpoet2015-06-151-0/+1
|
* - Add NO_ARCHsunpoet2015-06-151-0/+1
|
* - Add NO_ARCHsunpoet2015-06-151-0/+1
|
* - Add NO_ARCHsunpoet2015-06-151-0/+1
|
* - Strip shared librarysunpoet2015-06-151-0/+6
| | | | - Bump PORTREVISION for package change
* - Strip shared librarysunpoet2015-06-151-0/+6
| | | | - Bump PORTREVISION for package change
* - Strip shared librarysunpoet2015-06-151-1/+7
| | | | - Bump PORTREVISION for package change
* - Strip shared librarysunpoet2015-06-151-0/+6
| | | | - Bump PORTREVISION for package change
* - Strip shared librarysunpoet2015-06-151-1/+6
| | | | - Bump PORTREVISION for package change
* - Add NO_ARCHsunpoet2015-06-151-0/+1
|
* - Update to version 1.18.1pawel2015-06-124-10/+16
| | | | - Our gzip don't support --rsyncable flag, add patch to fix it
* Assign maintainership to python@.jkim2015-06-111-1/+1
| | | | Requested by: koobs
* Revert r389121 and fix setup.py.jkim2015-06-112-2/+11
| | | | Submitted by: koobs
* Fix build dependency.jkim2015-06-111-0/+2
|
* Python binding for the lz4 compression library by Yann Collet.jkim2015-06-114-0/+26
| | | | WWW: https://github.com/steeve/python-lz4
* - Update to 1.4danilo2015-06-092-3/+3
|
* - Add NO_ARCHsunpoet2015-06-091-0/+1
|
* - Use CONFLICTS_INSTALL instead of CONFLICTSsunpoet2015-06-071-1/+1
|
* Get rid of PERL_LEVEL checks for Perl versions not supported.mat2015-06-052-13/+1
| | | | Sponsored by: Absolight
* - Add CPE infoamdmi32015-06-041-0/+2
| | | | Approved by: portmgr blanket
* - Add CPE infoamdmi32015-06-041-1/+2
| | | | Approved by: portmgr blanket
* - Strip binaryamdmi32015-06-041-0/+4
|
* - Update to 2.2.0jadawin2015-06-032-10/+4
|
* Security update to 1.6delphij2015-06-012-3/+3
| | | | | | | | | | | | PR: 198955 Security: cc7548ef-06e1-11e5-8fda-002590263bf5 Security: CVE-2014-9556 Security: cfb12f02-06e1-11e5-8fda-002590263bf5 Security: CVE-2015-2060 Submitted by: Jason Unovitch <jason unovitch gmail com> Reported by: Sevan Janiyan <venture37 geeklan co uk> Approved by: maintainer timeout MFH: 2015Q2
* Update to GNU sharutils 4.15.2 (bugfix release)johans2015-05-312-3/+3
|
* Cleanup USE_GITHUB usage.mat2015-05-314-6/+6
| | | | | With hat: portmgr Sponsored by: Absolight
* - Strip librariesamdmi32015-05-301-1/+7
| | | | - Add LICENSE
* - Drop run dependency on sysutils/coreutils, checksums are nowpawel2015-05-272-26/+5
| | | | | | | | | | | | | | | | | | | | | | calculated by perl functions - Port now compiles fine with warnings switches, don't turn them off - Remove configure PERL_LIBDIR patch, we set PERL_LIBDIR in CONFIGURE_ENV so perl libdir path is set properly - Remove obsolete REINPLACE_CMD commands, in latest release all that stuff was fixed and I missed it in last port update - Fix build on current, libdpkg uses md5 checksum functions from libmd while not listing it as linking dependency, new clang doesn't like it: CCLD dpkg-deb ./lib/dpkg/.libs/libdpkg.a(buffer.o): In function `buffer_digest': buffer.c:(.text+0x44): undefined reference to `_libmd_MD5Init' buffer.c:(.text+0x52): undefined reference to `_libmd_MD5Update' ./lib/dpkg/.libs/libdpkg.a(buffer.o): In function `buffer_digest_done': buffer.c:(.text+0xbf): undefined reference to `_libmd_MD5Final' ./lib/dpkg/.libs/libdpkg.a(buffer.o): In function `buffer_copy': buffer.c:(.text+0x2fc): undefined reference to `_libmd_MD5Init' buffer.c:(.text+0x39f): undefined reference to `_libmd_MD5Update' cc: error: linker command failed with exit code 1 (use -v to see invocation)
* Fix decompression in a pipeline: import fix from dev branch inriggs2015-05-254-0/+94
| | | | | | | | https://github.com/Cyan4973/lz4/commit/58b5aadb1fc5d937e81c8f33e0e8290f2097c6bb PR: 200422 Submitted by: eborisch+FreeBSD@gmail.com Approved by: adamw (maintainer, implicit)
* Update to version 1.18.0pawel2015-05-234-74/+25
|
* Remove $FreeBSD$ from patches files in categories a-j.mat2015-05-223-8/+0
| | | | | With hat: portmgr Sponsored by: Absolight
* - Update to 0.22sunpoet2015-05-222-3/+3
| | | | Changes: http://search.cpan.org/dist/Compress-LZ4/Changes
* Update to r129. Changes at https://github.com/Cyan4973/lz4/releases/tag/r129.adamw2015-05-202-7/+5
| | | | Remove the CONFLICTS on archivers/lz4 which was removed from the ports tree.
* - Add CPE infoamdmi32015-05-171-1/+2
| | | | Approved by: portmgr blanket
* - Add CPE infoamdmi32015-05-161-1/+1
| | | | Approved by: portmgr blanket
* - Add CPE infoamdmi32015-05-161-1/+2
| | | | Approved by: portmgr blanket
* Reset 14 ocaml ports maintained by Jaap Boender per his requestmarino2015-05-161-1/+1
| | | | | | | | | | | | | "I don't use FreeBSD very much anymore, so I'm not really the best person to fix this. (As a corollary, if anyone wants to take over maintainership of any or all of the ports, I'm still listed as maintainer of, they are most welcome to.)" Given that Jaap hasn't submitted or handled any PRs since before staging, I think it will be more effective to just reset all the ports and let people pick up the ones they like. Thanks for your past support, Jaap! PR: 199845
* MASTER_SITES cleanup.mat2015-05-1423-44/+26
| | | | | | | | | | | | | | | | | | | - Replace ${MASTER_SITE_FOO} with FOO. - Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9% of the time.) - Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and no hint of what it should be was present. - Fix some logic. - And generally, make things more simple and easy to understand. While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and SAMBA macros. Also, replace some EXTRACT_SUFX occurences with USES=tar:*. Checked by: make fetch-urlall-list With hat: portmgr Sponsored by: Absolight
* - Update to 0.21sunpoet2015-05-142-4/+5
| | | | | | - Allow to strip shared library as regular user Changes: http://search.cpan.org/dist/Compress-LZ4/Changes
* - Update to 0.24sunpoet2015-05-142-4/+3
| | | | Changes: http://search.cpan.org/dist/Compress-Snappy/Changes
* Cleanup DIST* variables.mat2015-05-123-5/+4
| | | | | | | | | | | When appropriate: - Try to use DISTVERSION{SUF,PRE}FIX - Replace PORTNAME-PORTVERSION by DISTNAME - Convert MASTER_SITES to use macros - Other light cleanup With hat: portmgr Sponsored by: Absolight
* - Update to 1.1.7sunpoet2015-05-113-4/+4
| | | | | | - Update WWW Changes: https://github.com/rubyzip/rubyzip/blob/master/Changelog.md
* - Strip libraryamdmi32015-05-091-1/+2
|
* Remove archivers/lz4, which has been marked DEPRECATED for 1 month.adamw2015-05-095-45/+0
| | | | | | | | archivers/liblz4 is essentially a newer version and installs the liblz4 library, headers, etc. PR: 198939 Submitted by: yuri@rawbw.com
* - Update to version 1.7.25pawel2015-05-084-7/+17
| | | | | | - Sort USES, use correct option helper, fix plist when NLS=off - Add build fix patch (when NLS=off and compiler == clang) which prevents mixing C and C++ code in C header file
* archivers/kzip: update to 20150319 and allow on amd64jbeich2015-05-072-4/+5
|
* Update ports in the a* categories to not use GH_COMMIT.mat2015-05-064-11/+9
| | | | | | | With minor cleanups to make things simpler. With hat: portmgr Sponsored by: Absolight
* archivers/lzrip: Fix build on DragonFly with USES=aliasmarino2015-05-011-1/+1
|
* Horde package update:mm2015-05-012-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | comms/pear-Horde_ActiveSync 2.27.0 -> 2.27.1 devel/pear-Horde_Argv 2.0.10 -> 2.0.11 security/pear-Horde_Auth 2.1.7 -> 2.1.8 devel/pear-Horde_Autoloader 2.1.0 -> 2.1.1 www/pear-Horde_Browser 2.0.8 -> 2.0.9 mail/pear-Horde_Mail 2.5.1 -> 2.6.0 mail/pear-Horde_Mapi 1.0.4 -> 1.0.5 mail/pear-Horde_Mime 2.8.1 -> 2.9.0 textproc/pear-Horde_Pdf 2.0.4 -> 2.0.5 security/pear-Horde_Perms 2.1.3 -> 2.1.4 devel/pear-Horde_Prefs 2.7.2 -> 2.7.3 devel/pear-Horde_Rdo 2.0.3 -> 2.0.4 www/pear-Horde_Routes 2.0.3 -> 2.0.4 mail/pear-Horde_Smtp 1.9.0 -> 1.9.1 devel/pear-Horde_Support 2.1.2 -> 2.1.3 textproc/pear-Horde_Text_Filter 2.3.0 -> 2.3.1 devel/pear-Horde_Tree 2.0.3 -> 2.0.4 devel/pear-Horde_View 2.0.4 -> 2.0.5 textproc/pear-Horde_Xml_Element 2.0.2 -> 2.0.3 www/horde-base 5.2.4 -> 5.2.5 mail/horde-imp 6.2.7 -> 6.2.8 mail/horde-ingo 3.2.4 -> 3.2.5 deskutils/horde-kronolith 4.2.5 -> 4.2.6 deskutils/horde-mnemo 4.2.5 -> 4.2.6 mail/horde-turba 4.2.5 -> 4.2.6 mail/horde-webmail 5.2.5 -> 5.2.6 deskutils/horde-groupware 5.2.5 -> 5.2.6
* archivers/libcabinet: link with libzmarino2015-05-011-2/+2
| | | | | | | | | For about a week, a new error appeared on this port during linking: undefined reference to deflateEnd@@ZLIB_1.2.8. Portsmon so far has indicated it is only happening on DragonFly so far. Adding -lz during the post-build linking for listcab fixes the issue. Approved by: Blanket
* 1: Upgrade to 1.6.3.vanilla2015-04-292-4/+4
| | | | | | | | 2: remove BROKEN. 3: change distname. PR: 199770 Submitted by: neveld@davidnevel.org
* USE_GITHUB: For the new support, fix DISTNAME to be more consistent.bdrewery2015-04-291-2/+2
| | | | | | | | | | | | | | | | | | | | | | | When using GH_TAGNAME the DISTNAME would have GH_PROJECT and GH_ACCOUNT in it. When not using GH_TAGNAME it would not have this. Now both cases will add in the GH_PROJECT and GH_ACCOUNT. Add special care to ensure that the DISTVERSION is not added in twice. If a port does GH_TAGNAME=v${PORTVERSION} it will be added in twice though. For that case DISTVERSIONPREFIX=v should be set and no GH_TAGNAME should be used. empty() is used rather than (!defined || !${}) to support fmake. The purpose of setting DISTNAME at all in these cases is to make it more clear that the distfile is from *GITHUB* and to avoid collisions if a project were to be renamed or moved. Without adding in GH_PROJECT and GH_ACCOUNT then there are real risks that collisions on filenames would happen on renamed or moved projects, which is fairly common. A GITHUB-generated file may not match a custom-rolled or git-archive-rolled distfile. PR: 199069 With hat: portmgr Testing done: All USE_GITHUB ports without GH_COMMIT were checksum/fetch/extract/WRKSRC tested.
* USES=xfce: Stop overriding MASTER_SITE_SUBDIR.bdrewery2015-04-292-4/+2
| | | | | | | | | | Add an XFCE SITE_SUBDIR abbreviation and use it forf or the xfce ports, which removes the need to set MASTER_SITE_SUBDIR in any of them. This fixes ports that have USES=xfce but do not use the XFCE MASTER_SITE, namely sysutils/xfce4-bsdcpufreq-plugin. With hat: portmgr
* - Add CPE infoamdmi32015-04-251-1/+2
| | | | Approved by: portmgr blanket
* archivers/zip-ada: Upgrade version 48 => 49marino2015-04-223-14/+19
| | | | | | | A few more tools and examples came in. The build instruction was unmasked, listed were put into alphabetical order. The static library in now installed with INSTALL_DATA because INSTALL_LIB will strip the symbols and this causes issues on Ada libraries.
* Update to r128.adamw2015-04-204-7/+9
| | | | | | Changes are listed on https://github.com/Cyan4973/lz4/releases Also, use the new USE_GITHUB syntax, and update WWW.
* - Add CPE infoamdmi32015-04-181-1/+2
| | | | Approved by: portmgr blanket
* - Add CPE infoamdmi32015-04-181-1/+2
| | | | Approved by: portmgr blanket
* Remove expired ports:rene2015-04-189-114/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2015-04-15 databases/php53-sqlite3: security EOL reached 14 Aug 2014 2015-04-15 textproc/php53-simplexml: security EOL reached 14 Aug 2014 2015-04-15 databases/php53-sybase_ct: security EOL reached 14 Aug 2014 2015-04-15 databases/php53-pdo_mysql: security EOL reached 14 Aug 2014 2015-04-15 textproc/php53-ctype: security EOL reached 14 Aug 2014 2015-04-15 textproc/php53-wddx: security EOL reached 14 Aug 2014 2015-04-15 security/php53-filter: security EOL reached 14 Aug 2014 2015-04-15 ftp/php53-ftp: security EOL reached 14 Aug 2014 2015-04-15 net/php53-soap: security EOL reached 14 Aug 2014 2015-04-15 converters/php53-recode: security EOL reached 14 Aug 2014 2015-04-15 security/php53-openssl: security EOL reached 14 Aug 2014 2015-04-15 databases/php53-dba: security EOL reached 14 Aug 2014 2015-04-15 databases/php53-pdo_pgsql: security EOL reached 14 Aug 2014 2015-04-15 sysutils/php53-fileinfo: security EOL reached 14 Aug 2014 2015-04-15 databases/php53-pdo_odbc: security EOL reached 14 Aug 2014 2015-04-15 databases/php53-sqlite: security EOL reached 14 Aug 2014 2015-04-15 devel/php53-readline: security EOL reached 14 Aug 2014 2015-04-15 mail/php53-imap: security EOL reached 14 Aug 2014 2015-04-15 sysutils/php53-posix: security EOL reached 14 Aug 2014 2015-04-15 archivers/php53-phar: security EOL reached 14 Aug 2014 2015-04-15 graphics/php53-gd: security EOL reached 14 Aug 2014 2015-04-15 textproc/php53-xsl: security EOL reached 14 Aug 2014 2015-04-15 databases/php53-pdo_firebird: security EOL reached 14 Aug 2014 2015-04-15 devel/mingw64-binutils: Obsolete. Migrate to devel/binutils based ports 2015-04-15 devel/cross-binutils: Obsolete. Migrate to devel/binutils based ports 2015-04-15 databases/php53-pdo_dblib: security EOL reached 14 Aug 2014 2015-04-15 devel/php53-sysvshm: security EOL reached 14 Aug 2014 2015-04-15 devel/php53-json: security EOL reached 14 Aug 2014 2015-04-15 databases/php53-redis: requires php53, security EOL reached 14 Aug 2014 2015-04-15 textproc/php53-pspell: security EOL reached 14 Aug 2014 2015-04-15 databases/php53-pgsql: security EOL reached 14 Aug 2014 2015-04-15 textproc/php53-xmlreader: security EOL reached 14 Aug 2014 2015-04-15 converters/php53-iconv: security EOL reached 14 Aug 2014 2015-04-15 databases/php53-odbc: security EOL reached 14 Aug 2014 2015-04-15 ftp/php53-curl: security EOL reached 14 Aug 2014 2015-04-15 math/php53-gmp: security EOL reached 14 Aug 2014 2015-04-15 security/php53-mcrypt: security EOL reached 14 Aug 2014 2015-04-15 devel/php53-shmop: security EOL reached 14 Aug 2014 2015-04-15 math/php53-bcmath: security EOL reached 14 Aug 2014 2015-04-15 security/php53-hash: security EOL reached 14 Aug 2014 2015-04-15 devel/php53-sysvsem: security EOL reached 14 Aug 2014 2015-04-15 archivers/php53-zip: security EOL reached 14 Aug 2014 2015-04-15 graphics/php53-exif: security EOL reached 14 Aug 2014 2015-04-15 devel/php53-gettext: security EOL reached 14 Aug 2014 2015-04-15 databases/php53-mysql: security EOL reached 14 Aug 2014 2015-04-15 textproc/php53-xmlwriter: security EOL reached 14 Aug 2014 2015-04-15 textproc/php53-xml: security EOL reached 14 Aug 2014 2015-04-15 converters/php53-mbstring: security EOL reached 14 Aug 2014 2015-04-15 devel/php53-sysvmsg: security EOL reached 14 Aug 2014 2015-04-15 databases/php53-mysqli: security EOL reached 14 Aug 2014 2015-04-15 misc/php53-calendar: security EOL reached 14 Aug 2014 2015-04-15 devel/php53-tokenizer: security EOL reached 14 Aug 2014 2015-04-15 databases/php53-pdo: security EOL reached 14 Aug 2014 2015-04-15 net/php53-xmlrpc: security EOL reached 14 Aug 2014 2015-04-15 databases/php53-interbase: security EOL reached 14 Aug 2014 2015-04-15 www/php53-session: security EOL reached 14 Aug 2014 2015-04-15 databases/php53-mssql: security EOL reached 14 Aug 2014 2015-04-15 www/php53-tidy: security EOL reached 14 Aug 2014 2015-04-15 archivers/php53-zlib: security EOL reached 14 Aug 2014 2015-04-15 net/php53-ldap: security EOL reached 14 Aug 2014 2015-04-15 net-mgmt/php53-snmp: security EOL reached 14 Aug 2014 2015-04-15 textproc/php53-dom: security EOL reached 14 Aug 2014 2015-04-15 devel/php53-pcntl: security EOL reached 14 Aug 2014 2015-04-15 archivers/php53-bz2: security EOL reached 14 Aug 2014 2015-04-15 net/php53-sockets: security EOL reached 14 Aug 2014 2015-04-15 lang/php53: security EOL reached 14 Aug 2014 2015-04-15 devel/pecl-uuid: requires php53, security EOL reached 14 Aug 2014 2015-04-15 lang/php53-extensions: security EOL reached 14 Aug 2014 2015-04-15 german/pecl-konto_check: requires php53, security EOL reached 14 Aug 2014 2015-04-17 www/moodle26: Deprecated by upstream, use www/moodle2{7,8} instead
* - Add CPE infoamdmi32015-04-171-0/+2
| | | | | | - Add LICENSE_FILE Approved by: portmgr blanket
* archivers/bzip2: add CPE inforobak2015-04-161-0/+2
| | | | | | PR: 199369 Submitted by: Shun <shun.fbsd.pr@dropcut.net> Approved by: portmgr blanket
* - Add CPE infoamdmi32015-04-161-1/+2
| | | | Approved by: portmgr blanket
* archivers/unzoo: add CPE inforobak2015-04-151-0/+1
| | | | | | PR: 199398 Submitted by: Shun <shun.fbsd.pr@dropcut.net> Approved by: portmgr blanket
* converters/libiconv:tijl2015-04-152-6/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Remove const qualifier from iconv(3) to match POSIX: http://pubs.opengroup.org/onlinepubs/9699919799/functions/iconv.html - Patch iconv.h to expose more GNU extensions when LIBICONV_PLUG is defined because the base system iconv supports these extensions too. Add/remove patches to/from ports to call iconv with non-const arguments. This breaks some ports on FreeBSD 10 because base system iconv.h still has the const qualifier. Fix this by letting USES=iconv add a build dependency on converters/libiconv so ports can use its iconv.h (with LIBICONV_PLUG defined) instead of the base system iconv.h. This exposed some ports that link with libiconv when it is available instead of using libc iconv. In these cases one of the following changes has been made: - patch configure scripts to test for libc iconv first - add ac_cv_lib_iconv_libiconv=no or similar to CONFIGURE_ARGS to disable some configure tests - converters/wkhtmltopdf: this includes Qt4 so add a patch from devel/qt4 - lang/gcc5-aux: respect CFLAGS and friends during configure such that LIBICONV_PLUG is defined in the iconv test, also switch to external gettext - mail/gnarwl: replace patches with CPPFLAGS/LIBS - multimedia/ffmpeg2theora: remove iconv test from SConstruct and use ICONV_LIB in port Makefile instead, also fix a bug in subtitles.c - net-im/licq: finish conversion to cmake - net-mgmt/bandwidthd, net-mgmt/icinga, net-mgmt/nagios, net-mgmt/nagios4: don't need iconv - textproc/p5-XML-TinyXML: finish conversion to USES=perl5 Other changes: - databases/qdbm and slaves: respect CFLAGS and friends, also enable bzip2 and lzo support - games/ldmud: respect CFLAGS and friends - graphics/inventor: replace some patches with MAKE_ARGS/MAKE_ENV to respect CFLAGS and friends, also remove FreeBSD/alpha patch and add missing xorg dependencies PR: 199099 Exp-run by: antoine Approved by: portmgr (antoine)
* - Unbreak: it fetches fine now from Ken Silverman's page, there wasdanfe2015-04-122-11/+6
| | | | | | | | | | | probably some transient error; nonetheless, provide fallback mastersite - Set MAKEFILE variable and thus kill trivial `pre-build' target - Unmute installation command in `do-install', rephrase COMMENT text - Transfer maintainership to the submitter - Remove bogus header from port description text while here PR: 199315 Submitted by: Chris Hutchinson
* n FreeBSD 8 the name of the mtime member of struct stat was st_mtimespec.truckman2015-04-122-4/+14
| | | | | | | | | | | | | | | In the early days of FreeBSD 9 (after the branch but before 9.0-RELEASE), it was renamed to st_mtim in src rev r205792 for POSIX 2008 compliance. This change was never merged back to 8-STABLE. There was no corresponding bump of __FreeBSD_version, but the change happened between r900010 and r900011. Patch the source to use the old name when building on FreeBSD 8. Remove the BROKEN tag to allow the port to be built on FreeBSD 8. PR: 195601 Differential Revision: https://reviews.freebsd.org/D2281 Reviewed by: kwm Approved by: mat (mentor)
* Convert bsd.gnustep.mk to USES=gnustepbapt2015-04-092-8/+4
| | | | | | | | | | | | | Simplify gnustep ports Hook into the regular ports framework: - LIB_DEPENDS for library dependencies - Use regular USE_LDCONFIG Reuse USES=objc (automatic) USE_GNUSTEP is now a macro to set the dependencies and build feature needed. Accepted arguments: back base build gui Merge deskutils/preferencepanes into deskutils/systempreferences
* archivers/lz4: Is it 2015 already?marino2015-04-091-1/+1
|
* Mark archivers/lz4 as deprecated and mark it for removal in 1 month.adamw2015-04-091-0/+3
| | | | | | | | It is essentially superseded by archivers/liblz4, which also installs a library. PR: 198939 Submitted by: yuri@rawbw.com
* archivers/undms: Update MASTER_SITESbapt2015-04-071-4/+2
| | | | | PR: 199202 Submitted by: ports fury
* Mark a few ports BROKEN in astro and archivers category (unfetchable)antoine2015-04-054-0/+8
|
* Mark as broken: no public distfilesbapt2015-04-051-0/+1
|
* Horde package update:mm2015-04-042-3/+3
| | | | | | comms/pear-Horde_ActiveSync 2.26.1 -> 2.27.0 archivers/pear-Horde_Compress 2.1.0 -> 2.1.1 textproc/pear-Horde_Text_Filter 2.2.2 -> 2.3.0
* Update to 1.3.delphij2015-04-012-4/+4
|
* Add missed file in previous commit.delphij2015-04-011-0/+11
|
* Update to 0.621.delphij2015-04-013-5/+7
|
* CVE-2014-9112: Heap-based buffer overflow in the process_copy_innaddy2015-03-3110-12/+266
| | | | | | | | | | | | | | | function allows remote attackers to cause a denial of service via a large block value in a cpio archive. Fix from a series of upstream commits by Sergey Poznyakoff. CVE-2015-1197: cpio, when using the --no-absolute-filenames option, allows local users to write to arbitrary files via a symlink attack on a file in an archive. Fix from Vitezslav Cizek after 3.5 years of gestation in the SUSE bug tracker. PR: 198954 Obtained from: Debian
* Remove CENKES mirror (it is dead)bapt2015-03-311-1/+1
|
* Update to 1.0.7bapt2015-03-312-6/+8
| | | | Upstream moved to github
* Add CPE information to Makefilegarga2015-03-311-1/+2
| | | | | PR: 198846 Submitted by: shun.fbsd.pr@dropcut.net
* archivers/libzip:makc2015-03-292-2/+18
| | | | | | | | - Add patch to fix CVE-2015-2331: ZIP Integer Overflow [1] - Add CPE PR: 198913 [1] Reported by: Sevan Janiyan
* Update to 1.6.delphij2015-03-282-4/+4
|
* New port: archivers/py-python-snappyantoine2015-03-274-0/+27
| | | | | Python library for the snappy compression library from Google. WWW: https://github.com/andrix/python-snappy
* Update to 1.46.adamw2015-03-252-3/+3
| | | | Changes: https://metacpan.org/changes/distribution/Archive-Zip
* Re-add back ALL_TARGET=default. For reasons that I still don't understand,adamw2015-03-251-0/+1
| | | | | | it breaks the build for some people. This time, add a comment so I don't try to remove it again in the future.
* Update to r127. Fix tons of hardcoded paths in the Makefile to enableadamw2015-03-253-25/+19
| | | | 'make install' to work properly.
* - Use -lpthread instead of -pthreadsunpoet2015-03-251-1/+1
|
* 8 ports categories: Remove $PTHREAD_LIBSmarino2015-03-242-2/+1
| | | | | | | | | Categories: archivers, dns, french, japanese, news, port-mgmt, x11-wm The sysutils port was setting configure argument, so the text wasn't removed but the value of PTHREAD_LIBS was changed. approved by: PTHREAD blanket
* Ubreak (see the new patch-math-remainder), resolve most of the warnings,mi2015-03-234-8/+397
| | | | enable tests (regression-test).
* Add security fix for CVE-2014-8118johans2015-03-232-1/+16
| | | | | | | PR: 198796 Submitted by: Sevan Janiyan <venture37@geeklan.co.uk> Obtained from: https://bugzilla.redhat.com/show_bug.cgi?id=1168715 MFH: 2015Q1
* Add patches for the following CVEsflo2015-03-221-0/+12
| | | | | | | | CVE-2015-2301 CVE-2014-9705 CVE-2015-0273 MFH: 2015Q1
* Update USE_GITHUB so it does not require GH_COMMIT.bdrewery2015-03-201-1/+1
| | | | | | | | | | | | | | | | | Using this new scheme allows only setting the _tag_ or _commit hash_ in GH_TAGNAME and not having to know the hash for a tag. This scheme will download a tarball that has a different checksum than before due to a changed directory name for extraction. The following MASTER_SITES are provided to retain the old checksum and directory structure (that require GH_COMMIT): GH -> GHL GITHUB -> GITHUB_LEGACY Differential Revision: https://reviews.freebsd.org/D748 Submitted by: amdmi3 Reviewed by: mat, swills, antoine, bdrewery With hat: portmgr
* Use gmake instead of using rules that may or may not work depending of theantoine2015-03-181-2/+1
| | | | | version of sys.mk This fixes build on head after r279980
* Update gcab to 0.6.kwm2015-03-173-3/+4
|
* adding CPE information to Makefilejohans2015-03-171-2/+3
| | | | | | | | | archivers/gzip has had vulnerabilities with a CPE identifier assigned (e.g. CVE-2009-2624). This patch adds CPE information as suggested in the FreeBSD wiki PR: 198641 Submitted by: shun.fbsd.pr@dropcut.net
* - Cleanup Mk/bsd.ruby.mk and remove no-op knobs in ruby portssunpoet2015-03-141-1/+0
| | | | | Reviewed by: bapt Reviews: https://reviews.freebsd.org/D2030
* Some OCD cleanups on some of the perl@ ports.adamw2015-03-137-13/+12
| | | | | | | | | | | | | - Remove dependencies in core - Put testing depends in TEST_DEPENDS - Remove unnecessary bsd.port.options.mk inclusions - Remove checks for Perl versions that no longer exist in the ports tree - Sort plists, some of which were so jumbled that I have to assume the plist was randomized before committing A lot of the plist changes in this commit are moving PERL5_MAN3 after SITE_PERL. It's repo churn now, but it makes updating the ports later far easier.
* Update KDE SC to 4.14.3alonso2015-03-122-2/+73
| | | | | | | | | | | | | | | | The kde@ team presents KDE SC 4.14.3, the last planed release of the KDE SC 4 series. In addition to the updates provided by the KDE SC developers, this update also addresses numerous FreeBSD and PORTS specific issues, found and solved by the kde@ team and area51 testers, most notorously Tobias C. Berner <tcberner@gmail.com> PR: 197751 PR: 197871 PR: 184996 Reviewed by: rakuco (mentor) Differential: https://reviews.freebsd.org/D1950
* - Add LICENSEamdmi32015-03-101-1/+5
| | | | - Strip library
* Update gcab to 0.5.kwm2015-03-104-52/+20
| | | | | | - add gcab_cabinet_get_signature() - translation updates - build warning fixes
* Update to 9.38.1.rakuco2015-03-084-8/+18
|
* Gcab is a utility and library mainly made to create Cabinet files, usingkwm2015-03-076-0/+114
| | | | | | | GObject/GIO API and provides GIR bindings. - creation supports plain and basic MSZIP compression - can open and list files from cabinet, no extraction - provided API/ABI stable
* The FreeBSD Xfce team proudly presents Xfce 4.12.olivierd2015-03-063-33/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Announce: http://www.xfce.org/about/news/?post=1425081600 Global changes: - Switch to USES= xfce (D677) - Reorganize options helper - Fix USES= gettext-* when NLS option is not set [1], [2] - Add LICENSE (when missing) Update: - to 4.12 (core components) - audio/xfce4-mpc-plugin to 0.4.5 - deskutils/xfce4-tumbler to 0.1.31 - deskutils/xfce4-xkb-plugin to 0.7.1 - editors/mousepad to 0.4.0 - graphics/ristretto to 0.8.0 - multimedia/xfce4-parole to 0.8.0 - sysutils/garcon to 0.4.0 - sysutils/xfce4-diskperf-plugin to 2.5.5 [3] - sysutils/xfce4-fsguard-plugin to 1.0.2 - sysutils/xfce4-power-manager to 1.4.3 - sysutils/xfce4-wavelan-plugin to 0.5.12 - x11/libexo to 0.10.3 - x11-fm/thunar to 1.6.6 - x11-themes/gtk-xfce-engine to 3.2.0 PR: 196003 [1], 197251 [2], 198132 Differential Revision: https://reviews.freebsd.org/D677 Submitted by: Kamil Szczesny [1], amdmi3@ [2], myself Exp-run by: antoine@ Approved by: danilo@ (maintainer) [3] Tested by: Ivan <enitarzi@gmail.com>