aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits
Commit message (Collapse)AuthorAgeFilesLines
* At very long last land PyQt5 5.5.1 ports.rakuco2015-12-147-0/+283
| | | | | | | | | | | | Add the required bits to Uses/pyqt.mk along with all the PyQt5 ports. Thankfully this commit is mostly adding new ports, as the hard work was already done in r403297 and r403662. Huge kudos to Tobias Berner <tcberner@gmail.com> and, most importantly, Guido Falsi (madpilot@) for their initial work on these ports (see D2910 in Phabricator for an earlier version of the PyQt5 patch set). PR: 204672
* lang/pypy: unbreak build on i386 and armv6dbn2015-12-131-1/+1
| | | | | | | | | | | - Add back PYPY_BITS as it is required to define the names of two files, depending if pypy is translated for 32 or 64 bit systems [1]. - Change maintainership to python@ [2][3][4] Reported by: pkg-fallout [1] Approved by: koobs@ [2] PR: 204743 [3] Submitted by: robak@ [4]
* Fix plist after gtk20 update to 2.24.29.kwm2015-12-131-2/+0
| | | | Submitted by: antoine@
* Update gtk30 to 3.16.7.kwm2015-12-122-4/+4
|
* Update gtk20 to 2.24.29.kwm2015-12-122-5/+5
|
* PyQt: Replace bsd.pyqt.mk with Uses/pyqt.mk.rakuco2015-12-092-210/+209
| | | | | | | | | | | | | | | | | | | | | | | | | | | In preparation for landing PyQt5 ports, generalize devel/py-qt4's bsd.pyqt.mk and make it a proper file in Uses/. Ports wishing to depend on PyQt4 ports can now do the following: USES= pyqt:4 USE_PYQT= foo bar_build baz_run Other changes include the renaming of the PYQT4_DIST variable to PYQT_DIST and the introduction of the PYQT_SIPDIR plist substitution variable. The rest of the contents of Uses/pyqt.mk are pretty much identical to what we had in bsd.pyqt.mk with additional processing of USE_PYQT. Even though this patch touches files in many different ports, the goal is for it to be a no-op from an end-user perspective (so that the basic infrastructure is landed before the other, riskier changes): no dependencies have been changed, PyQt/SIP/QScintilla have not been upgraded and the plists should remain exactly the same, since PYQT_SIPDIR currently contains the same value that used to be hardcoded in the plists. Huge thanks to Guido Falsi (madpilot@) for spearheading most of the work: he took the initiative to work on PyQt5 and sent D2910 to Phabricator with the original version of this patch. Tobias Berner (tcberner@gmail.com) later applied it to kde@'s experimental area51 repositories and did some more work on it.
* FPC ecosystem: Upgrade version 2.6.4 => 3.0.0marino2015-12-064-95/+20
| | | | | | | | | | | | | This is the first major release of FreePascal in nearly four years. There are a ton of new features, way more to list here. see: http://wiki.freepascal.org/FPC_New_Features_3.0 Several new unit ports were added, some were contracted. Most of those were absorbed into the main FPC packages, but two units are no longer supported: sndfile and matroshka. All 99 remaining ports (including Lazarus ports) were build tested on FreeBSD i386 and amd64 Release 10.2
* Update giflib to 5.1.1antoine2015-12-043-0/+3
| | | | PR: 204492
* Drop x11-toolkits/qt5-gui's pkg-message too.rakuco2015-12-041-12/+0
| | | | | | | | | It contains the same suggestions that were dropped from its Qt4 counterpart in r402882. Mention both ports in UPDATING. PR: 202927 Submitted by: theraven@ MFH: 2015Q4
* Remove x11-toolkit/qt4-gui's pkg-message.rakuco2015-12-041-12/+0
| | | | | | | | | | | | | | | | | | | | | Back in mid-2012 (ports revisions r297367 and r299321), pkg-message was added to the port suggesting changes to the default shared memory limits in loader.conf(5). Since then, the default limits have been changed and the values suggested by the port are no longer sensible (base r209037, present in all supported FreeBSD releases). According to theraven@: Suggesting lowering the maximum number of pages available for shared pages doesn't seem sensible. The other default limits look as if they ought to be high enough (kern.ipc.shmseg is the number of shm segments that each process can have open, so should be fine. kern.ipc.shmmni is the total number of shm objects, so might need lowering). Follow his advice and drop the suggestions from pkg-message. PR: 202927 Submitted by: theraven@ MFH: 2015Q4
* - Update to 3.2.2amdmi32015-12-015-46/+25
| | | | | PR: 204810 Submitted by: tobias.kortkamp@gmail.com
* - Remove useless WX_UNICODEamdmi32015-11-241-8/+3
| | | | | | - Use BROKEN helper Approved by: portmgr blanket
* x11-toolkits/gtk30: convert to option helpersjbeich2015-11-241-6/+1
| | | | Approved by: portmgr blanket
* graphics/gtk-update-icon-cache: restore r297047 after r313633jbeich2015-11-242-11/+10
| | | | | | | | | | | - Invoke pkg-config(1) instead of checking manually [1] - Convert to ECHO_MSG which can be silenced PR: 166279 Reported by: mi (via mail on gnome@ list) Approved by: gnome (kwm) Submitted by: John Hein <jh-fbml@snkmail.com> [1] Differential Revision: https://reviews.freebsd.org/D4260
* - Update to 3.6.2amdmi32015-11-242-3/+3
| | | | | PR: 204561 Submitted by: cyberbotx@cyberbotx.com (maintainer)
* Add version specified ports of separated standard Python modules forlwhsu2015-11-196-2/+34
| | | | | | | | | | | | | | non-default Python versions: - Add pyXY-{sqlite3,gdbm,tkinter} ports for generating binary packages - Improve/add pkg-message to point users to install respective packages of separated Python standard modules - Add COMMENT to explicitly show the Python version that package should be used with - Simplify version-related PYTHON_* for lang/python35 Reviewed by: koobs Differential Revision: https://reviews.freebsd.org/D4170
* Update to 1.16.0gblach2015-11-163-3/+264
|
* Allow building with giflib 5.1antoine2015-11-131-13/+47
| | | | PR: 204492
* - Update to 1.45sunpoet2015-11-066-14/+34
| | | | | | | - Pet portlint: fix diff header of patch files - Sort PLIST Changes: http://search.cpan.org/dist/Prima/Changes
* - Update to version 1.8.3 and convert to option helpersdanfe2015-11-023-35/+23
| | | | | | - Reindent EXAMPLEDIRS and other lines to avoid wrapping PR: 203329
* x11-toolkits/bwidget - update to 1.9.9gahr2015-10-283-4/+3
| | | | Announce: http://sf.net/p/tcllib/mailman/message/34549122
* - Add LICENSE_FILEamdmi32015-10-241-2/+8
| | | | | | - Fix shebangs Approved by: portmgr blanket
* Update libXaw to 1.0.13.kwm2015-10-202-4/+3
| | | | Obtained from: Xorg devel repo
* Update libXt to 1.1.5.kwm2015-10-202-4/+3
| | | | Obtained from: Xorg devel repo
* Drop 8 support.mat2015-10-152-80/+0
| | | | | | With hat: portmgr Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D3694
* Update to 1.15.2gblach2015-10-072-3/+3
|
* - Update to 1.3.3.1sunpoet2015-10-052-3/+3
| | | | Changes: http://sourceforge.net/p/pyfltk/code/HEAD/tree/trunk/pyfltk/CHANGES
* Update gstreamer1 ports to 1.6.0.kwm2015-09-261-1/+1
| | | | | | | | | | | | | | | * gstreamer1-libav now uses ffmpeg from ports. * New ports: * gstreamer1-validate: Tools to detect if elements are not behaving as expected, mainly aimed at developers, or advanced debugging. * gstreamer1-rtsp-server: Base foundation for building a rtsp server ontop of GStreamer * Bunch of new plugins like: mpg123, rsvg, libde265, openh264, x265 and dtls. Release announcement: http://lists.freedesktop.org/archives/gstreamer-announce/2015-September/000357.html Obtained from: gnome devel repo
* Specify correctly @post* for gtk-query-immodulesbapt2015-09-263-6/+5
|
* - Switch to options helpersamdmi32015-09-252-17/+3
| | | | | | - Drop 8.x support Approved by: portmgr blanket
* x11-toolkits/scintilla, editors/scite: update to 3.6.1jbeich2015-09-252-3/+3
| | | | | | Changes: http://www.scintilla.org/ScintillaHistory.html PR: 203144 Submitted by: Naram Qashat cyberbotx@cyberbotx.com (maintainer)
* Typos, whitespace and capitalization fixes (S-X).olgeni2015-09-212-2/+2
|
* - Make dependency on `www/webkit-gtk2' optional: there's a configure switchdanfe2015-09-202-21/+23
| | | | | | | | for this, and it is quite heavy while not necessarily always desirable - Remove bogus `+=' from LIB_DEPENDS and USES: the port is not being master for anyone, thus those were just confusing - Consistently put space before trailing backslash when wrapping long lines - Reword MSPACK_DESC (MS -> Microsoft) while I'm here
* Make all GNUstep ports install into the System domain so that the Local ↵theraven2015-09-192-2/+0
| | | | | | | | | | | domain is available for stuff built from source. Some ports were already installing in the System domain, for these just remove the Makefile lines explicitly specifying the install domain. The rest are installed in the Local domain, remove any overrides, update their pkg-plists and any explicit paths in the Makefiles and then bump port revision. Approved by: bapt (mentor) Differential Revision: https://reviews.freebsd.org/D2977
* - Add NO_ARCHsunpoet2015-09-191-0/+1
|
* - Add NO_ARCHsunpoet2015-09-191-0/+1
|
* - Add NO_ARCHsunpoet2015-09-191-0/+1
|
* - Add NO_ARCHsunpoet2015-09-191-0/+1
|
* - Add NO_ARCHsunpoet2015-09-191-0/+1
|
* - Add NO_ARCHsunpoet2015-09-191-0/+1
|
* Remove ansi version fo wxGTK 2.8 and only keep the unicode versionbapt2015-09-1711-167/+63
| | | | | | | | All applications in the ports tree works correctly with unicode version of wxGTK Newer version of wxGTK are unicode only (3.0+) Note that now WX_UNICODE macro is noop
* - Add missing files to plistamdmi32015-09-172-1/+13
| | | | | | - Add NO_ARCH Approved by: portmgr blanket
* It seems some people keep adding $FreeBSD$ to patch files.mat2015-09-161-3/+0
| | | | | | | | Patches must not be changed by the vcs, this includes the svn:keyword expansion. Set fbsd:nokeywords to a couple of patches. With hat: portmgr Sponsored by: Absolight
* Update the Qt4 ports to 4.8.7.rakuco2015-09-164-89/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | According to upstream, this is the last planned Qt4 release. A list of changes since 4.8.6 can be found here: <http://download.qt.io/official_releases/qt/4.8/4.8.7/changes-4.8.7> Porting notes and changes: - Remove several patches that have been upstreamed. - Make Uses/qmake.mk pass the contents of LIBS to the qmake environment. [1] - Repurpose devel/qt4/files/extrapatch-src-corelib-global-qglobal.h now the original patch is part of the release (curiously enough, the original patch was never actually used, as the ?= assignment in r362837 after r362770 was never possible). This works around the way compiler support for C++11 features is detected in Qt 4.8.7: while it originally only uses the compiler to determine if something is supported or not, the initializer lists feature also depends on the C++ standard library being used. It's a problem in FreeBSD 9.x, where USES=compiler:c++0x or USES=compiler:c++11-lang means we will use clang to build a port but use libstdc++ from base (GCC 4.2). The latter obviously does not support initializer lists, and the build fails because Qt tries to include headers that do not exist (<initializer_list>). Since detecting libstdc++'s version is not trivial (we need to include a non-lightweight header like cstdio and then check for __GLIBCXX__), we just enable Q_COMPILER_INITIALIZER_LISTS support only when libc++ is used (there should be no reason for someone to be using clang with GCC 4.8's libstdc++, for example). x11/kdelibs4's FindQt4.cmake had to include a backported change from the upstream FindQt4.cmake in CMake itself to use a C++ compiler to detect flags like Q_WS_X11, otherwise the inclusion of <ciso646> in qglobal.h makes the build fail. This patch contains changes by me, makc@ and alonso@. PR: 202552 [1] PR: 202808 [exp-run] Submitted by: pawel@ [1]
* - Add NO_ARCHamdmi32015-09-161-6/+5
| | | | | | - Switch to options helpers Approved by: portmgr blanket
* - Add empty directories to plistamdmi32015-09-161-0/+2
| | | | Approved by: portmgr blanket
* Make it so that the default Perl is always called perl5.mat2015-09-144-13/+13
| | | | | | | | | | | | | | | | - Move Perl's man1 files along with its man3 files. - Move where Perl installs its modules man1 pages. - Convert the ports installing man1 pages. - Make different Perl versions installable at the same time. Though you should note that only the default version can be used to install Perl modules, and the non default Perl versions cannot use the modules installed via ports if they contain .so as they are installed in a version specific directory. Reviewed by: bapt (the Mk bits) Exp-run by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D3542
* Switch to wxPython 3.0+bapt2015-09-141-2/+2
|
* - Fix perms in WRKSRC to fix build as non-rootamdmi32015-09-121-0/+3
| | | | Approved by: portmgr blanket
* This port does not in fact link on PowerPC because of missingdanfe2015-09-081-14/+12
| | | | | | __sync_bool_compare_and_swap_8() implementation. While here, arrange the knobs in a more logical order, improve on COMMENT, and fix some minor whitespace issues.
* - Update devel/efl to 1.15.1gblach2015-09-032-3/+3
| | | | - Update x11-toolkits/elementary to 1.15.1
* lang/pypy: update to 2.6.1dbn2015-09-013-0/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes: - Add external cffi ports (a la python): - databases/pypy-gdbm - databases/pypy-sqlite3 - x11-toolkits/pypy-tkinter - Add bsd.pypy.mk for consistency between pypy ports. - Add bsd.pypy.cffi.mk for consistency with external cffi ports. - Switch back to using $PREFIX/pypy-X.Y (the '-' separator is required to differentiate between lang/pypy and lang/pypy3) - Remove all patches (upstreamed, see announcement below) ChangeLog: - Bug Fixes - Revive non-SSE2 support - Fixes for detaching _io.Buffer* - Clear up contention in the garbage collector between trace-me-later and pinning - Issues reported with our previous release were resolved after reports from users on our issue tracker at https://bitbucket.org/pypy/pypy/issues or on IRC at #pypy. - New features: - cffi was updated to version 1.3 - The python stdlib was updated to 2.7.10 from 2.7.9 - vmprof now supports multiple threads - The translation process builds cffi import libraries for some stdlib packages, which should prevent confusion when package.py is not used - better support for gdb debugging - FreeBSD should be able to translate PyPy "out of the box" with no patches - Numpy: - Better support for record dtypes, including the align keyword - Implement casting and create output arrays accordingly (still missing some corner cases) - Support creation of unicode ndarrays - Better support ndarray.flags - Support axis argument in more functions - Refactor array indexing to support ellipses - Allow the docstrings of built-in numpy objects to be set at run-time - Support the buffered nditer creation keyword - Performance improvements: - Delay recursive calls to make them non-recursive - Skip loop unrolling if it compiles too much code - Tweak the heapcache - Add a list strategy for lists that store both floats and 32-bit integers. The latter are encoded as nonstandard NaNs. Benchmarks show that the speed of such lists is now very close to the speed of purely-int or purely-float lists. - Simplify implementation of ffi.gc() to avoid most weakrefs - Massively improve the performance of map() with more than one sequence argument Differential Revision: https://reviews.freebsd.org/D3285
* Fix spelling of toolkits name (GTK+3 instead of GTK3)olivierd2015-08-311-1/+1
| | | | Reported by: danfe@
* - Update to 0.3.1olivierd2015-08-318-110/+56
| | | | | - Sort USES - Remove unneeded patches
* Update to 3.6.0madpilot2015-08-303-3/+4
| | | | | PR: 202377 Submitted by: Naram Qashat <cyberbotx at cyberbotx.com>
* x11-toolkits/qwt5 and qwt6:makc2015-08-252-16/+3
| | | | | - Convert to new options helpers - Remove now needless manual stripping
* - Fix WWW:amdmi32015-08-231-1/+1
|
* x11-toolkits/tk(table|treectrl): Fix configure to support DragonFlymarino2015-08-232-0/+8
| | | | | These patches to these unmaintained ports have been in dports for a few months so lets move them over to ports.
* - Update The Glorious Glasgow Haskell Compiler to version 7.10.2pgj2015-08-2139-170/+136
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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
* remove empty pkg-plistpgollucci2015-08-211-1/+0
| | | | | PR: 201663 Submitted By: s3erios@gmail.com
* Reset maintainererwin2015-08-191-1/+1
| | | | | | | | | <conrads@cox.net>: host mx.west.cox.net[68.6.19.3] said: 550 5.1.1 <conrads@cox.net> invalid recipient - Refer to Error Codes section at http://postmaster.cox.net/confluence/display/postmaster/Error+Codes for more information. (in reply to RCPT TO command) Sponsored by: DK Hostmaster A/S
* - Fix buildamdmi32015-08-191-1/+1
| | | | Approved by: portmgr blanket
* - Fx build adding dependenciesacm2015-08-181-2/+2
|
* Remove UNIQUENAME and LATEST_LINK.mat2015-08-174-5/+4
| | | | | | | | | | | | | | | | | UNIQUENAME was never unique, it was only used by USE_LDCONFIG and now, we won't have conflicts there. Use PKGBASE instead of LATEST_LINK in PKGLATESTFILE, the *only* consumer is pkg-devel, and it works just fine without LATEST_LINK as pkg-devel has the correct PKGNAME anyway. Now that UNIQUENAME is gone, OPTIONSFILE is too. (it's been called OPTIONS_FILE now.) Reviewed by: antoine, bapt Exp-run by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D3336
* - Update to 1.44sunpoet2015-08-144-16/+5
| | | | Changes: http://search.cpan.org/dist/Prima/Changes
* - Fix build by adding missing dependencyamdmi32015-08-131-1/+1
| | | | Approved by: portmgr blanket
* Gtk+ 3.16 removed Type a head support in the filechooser. While Gtk+ 3.17kwm2015-08-103-1/+38
| | | | | | | | has another way of archiving this, add type a head back as a optional (default off) option. Requested by: novel@ Tested by: novel@
* These ports need introspection at build time.kwm2015-08-102-2/+2
| | | | Submitted by: antoine@
* Re-commit ofnetchild2015-08-1020-12/+697
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 64 bit linuxulator support (not activated by default): - most of the work was done by Alan Jude - all errors are mine - 64bit (may) have rough edges - I validated * that the 32bit part doesn't has deinstall regressions (incl. EXP runs by antoine) * 29 of 72 64bit ports ports don't have deinstall leftovers (more validation later, when I dare to activate the 64bit linuxulator in the kernel) - the infrastructure part looks mature enough to let more test-bunnies get some experience with the new 64 bit parts - to use it you shall have no linux ports installed and have to specify (on your own risk) the following in make.conf before installing the ports: OVERRIDE_LINUX_BASE_PORT=c6_64 OVERRIDE_LINUX_NONBASE_PORTS=c6_64 This is on top of the exiting c6 linux ports. Given that CentOS 7 is 64bits only, we decided to have it as an "overlay" instead of new ports. The 64bit part only installs 64bit executables, the 32bit ports can not be installed at the same time (if needed we can think of letting the 64bit overlay install the 32bit parts too, but given the CentOS 7 comment above...). Differential Revision: https://reviews.freebsd.org/D174 Submitted by: alanjude Sponsored by: Essen FreeBSD Hackathon 2015 Reviewed by: xmj, eadler (earlier versions) Approved by: portmgr (antoine after some EXP-runs)
* - editors/lazarus update to 1.4.2acm2015-08-092-2/+2
| | | | | | | | | | - 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
* * Remove 8.x patch.kwm2015-08-082-49/+3
| | | | | | | | | | * Make OSVERSION conditionals check OPSYS == FreeBSD. And add check for OPSYS == DragonFly, since they don't have zlib.pc in there base [1] * Remove old reinplace that didn't apply anymore. And the thing it was supposed to handle is done elsewhere in the Makefile. Reported by: marino@ [1] Tested by: marino@
* * Add PORTSCOUT macros to only show stable gnome versions.kwm2015-08-082-0/+4
| | | | | | | | * Fix the PORTSCOUT macro in devel/glib20-reference/bsd.gnome-reference.mk so that all -reference ports get ignored. * Add some PORTSCOUT=ignore:1 here and there for software that won't get any updates anymore. Or are slave ports, so only the master port will get checked.
* The FreeBSD GNOME team proudly presents GNOME 3.16 for FreeBSD.kwm2015-08-0631-160/+978
| | | | | | | | | | | | | | | | | | 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
* - Upgrade x11-wm/enlightenment to 0.19.7 [1]gblach2015-08-053-23/+25
| | | | | | | | | | | - Upgrade devel/efl to 1.15.0 - Upgrade x11-toolkits/elementary to 1.15.0 - Upgrade graphics/evas_generic_loaders* to 1.15.0 - Upgrade multimedia/emotion_generic_players-vlc to 1.15.0 - Upgrade multimedia/rage to 0.1.4 [2] PR: 202023 [1], 202024 [2] Submitted by: cpets <at> list <dot> ru [1][2]
* Part 1 of adding USE_GNOME=intltool to ports that require it.kwm2015-08-031-1/+1
| | | | | | | | The reason for this is that in the GNOME 3.16 update, USE_GNOME gtk20 and gtk30 don't pull intltool in anymore. PR: 201980 Exp-run by: antoine@
* Update poppler to 0.34.0. [1]kwm2015-08-031-0/+1
| | | | | | | Chase all users of shlib version change of libpoppler.so. PR: 201477 [1] Submitted by: olivierd@ [1]
* By default libtool replaces -export-symbols <file> with -retain-symbols-filetijl2015-08-028-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | <file> on ELF systems, but this doesn't really do what -export-symbols is meant to do. On GNU ELF systems it converts <file> to a simple version script first and then uses -version-script instead of -retain-symbols-file. Let USES=libtool patch libtool scripts to do this on all systems with GNU ld(1). Bump PORTREVISION on all ports where the build log contains -export-symbols. audio/calf: This port builds a module that now exports only one function, but it also builds a number of executables that link to this module and expect to see other functions. Because it's already a bit dodgy to link to a module (libtool warns about this) let the module continue to export only one function and instead build an ordinary library from the same source that the executables can link to. Fix a number of other issues in the same Makefile.am and clean up the port Makefile. japanese/scim-honoka: Tries to hide all symbols that start with an underscore, but because this library is written in C++ all symbols start with _Z so it ends up hiding everything. Just don't hide anything at all like the textproc/scim configure script does. multimedia/schroedinger: Apply an upstream patch. textproc/scim-input-pad: Same as japanese/scim-honoka. PR: 201922 Approved by: portmgr (antoine) Exp-run by: antoine
* Grab patch from upstream to fix the build.kwm2015-07-291-0/+28
| | | | | | | | | | One of the patches cherry picked to the 3.14 branch depends on a glib API added in the 2.44 series. Add a patch from upstream to allow build with glib 2.42 in ports. PR: 201951 [1] Reported by: Walter Schwarzenfeld, Gary <freebsd-bugzilla@in-addr.com> [1] Obtained from: upstream gtk+ 3.14 branch
* Update gtk30 to 3.14.15.kwm2015-07-293-6/+88
| | | | | | | | | | * Explicitly disable wayland backend. * Remove obsolete packagekit configure argument * Add patch to fix shared clipboard between X screens. [1] Submitted by: ashish@ [1] Tested by: ashish@ [1] Obtained from: gtk+ upstream [1]
* Update gtk-update-icon-cache and gtk20 to 2.24.28.kwm2015-07-283-51/+4
| | | | Obtained from: gnome devel repo
* - Strip libraryamdmi32015-07-271-1/+5
| | | | - Add LICENSE
* Unbreak INDEX, reverting r392921antoine2015-07-2620-697/+12
| | | | With hat: portmgr
* 64 bit linuxulator support (not activated by default):netchild2015-07-2620-12/+697
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - most of the work was done by Alan Jude - all errors are mine - 64bit (may) have rough edges - I validated * that the 32bit part doesn't has deinstall regressions * 29 of 72 64bit ports ports don't have deinstall leftovers (more validation later, when I dare to activate the 64bit linuxulator in the kernel) - the infrastructure part looks mature enough to let more test-bunnies get some experience with it - to use it you shall have no linux ports installed and have to specify (on your own risk) the following in make.conf before installing the ports: OVERRIDE_LINUX_BASE_PORT=c6_64 OVERRIDE_LINUX_NONBASE_PORTS=c6_64 This is on top of the exiting c6 linux ports. Given that CentOS 7 is 64bits only, we decided to have it as an "overlay" instead of new ports. The 64bit part only installs 64bit executables, the 32bit ports can not be installed at the same time (if needed we can think of letting the 64bit overlay install the 32bit parts too, but given the CentOS 7 comment above...). Differential Revision: https://reviews.freebsd.org/D174 Submitted by: alanjude Sponsored by: Essen FreeBSD Hackathon 2015 Reviewed by: xmj, eadler (earlier versions) Approved by: portmgr (implicit, I remember blanked approval for linux parts loooong ago, punish me if you don't agree anymore)
* Fix packaging after sphinx updateantoine2015-07-252-8/+5
| | | | Reported by: pkg-fallout
* Release to pool.kwm2015-07-222-3/+1
| | | | Remove WWW, upstream is gone.
* The lazarus GTK1 interface has been discontinued upstream:bapt2015-07-153-44/+0
| | | | http://wiki.lazarus.freepascal.org/GTK1_Interface
* Convert to USES=metaportbapt2015-07-131-6/+1
| | | | | PR: 201507 Submitted by: Andriy Voskoboinyk <s3erios@gmail.com>
* - Update to 1.3.3sunpoet2015-07-132-24/+16
| | | | | | | | | | - Fix LICENSE - Sort USE_PYTHON - Cleanup Makefile - Cosmetic change - Pass maintainership to python@ Changes: http://sourceforge.net/p/pyfltk/code/HEAD/tree/trunk/pyfltk/CHANGES
* - Update to 2.8gahr2015-07-072-4/+4
|
* Fix build with ffmpeg 2.7 when built with non-default FFMPEG OPTIONriggs2015-07-042-14/+25
| | | | Approved by: portmgr (antoine)
* - Update multimdedia/ffmpeg to latest upstrem version 2.7.1riggs2015-07-031-0/+4
| | | | | | | - Mark ports BROKEN that were discovered not to work with this update; discovered by exp-run in bug 201181 - Note the need for manual upgrade of dependent ports in UPDATING
* Set NO_ARCH for remaining rubygem-* ports with no arch dependent filespgollucci2015-07-031-0/+2
| | | | | | | Obtained from: DEVELOPER_MODE With Hat: ruby@ Sponsored by: RideCharge Inc / Curb
* Update GNUstep ports to their latest versions.theraven2015-07-016-85/+87
| | | | | | | Also fix a few bits of generic infrastructure along the way. Approved by: bapt (mentor) Differential Revision: https://reviews.freebsd.org/D2961
* x11-toolkits/p5-Gtk2: update to 1.2495swills2015-07-012-4/+3
|
* After r390893, chmod u+w/u-w for stripping perl XS modules is unnecessary,adamw2015-06-292-4/+0
| | | | | | and in fact now leads to incorrect permissions. Remove all instances of it from perl@ ports.
* x11-tools/gtkada3: Fix build when DOCS option is deselectedmarino2015-06-272-1/+2
| | | | | | | | | | | (Note: The vast majority of users should never deselected docs -- These appear on the GPS IDE menu and most users are only building gtkada3 to build GPS. But it is an option and thus needs to be supported) While here, strip two libraries. PR: 201137 Submitted by: amdmi3
* - Mark broken on 9.x:amdmi32015-06-261-0/+2
| | | | | | | | | /usr/local/lib/gcc48/include/c++/bits/c++0x_warning.h:32:2: error: #error This file requires compiler and library support for the ISO C++ 2011 standard. This support is currently experimental, and must be enabled with the -std=c++11 or -std=gnu++11 compiler options. Using USES=compiler:c++11-lib and USE_CXXSTD=c++11 doesn't really help Submitted by: pkg-fallout Approved by: portmgr blanket
* Ada Framework: Switch to gcc5-aux, upgrade 6 packages at oncemarino2015-06-247-140/+98
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | The transition from gcc-aux to gcc5-aux in the Ada framework has been blocked by the inability to build gtkada3 and, once resolved, GPS (due to tight locking with compiler). A few days ago, Adacore made their annual release of their main libre products, include GPS. However, some products were tightly coupled with the recent compilers, so in order to upgrade, the compiler had to be switched and dependencies require many ports to be upgraded at once: * lang/asis * devel/gnatcoll * devel/gps * x11-toolkits/gtkada3 * www/aws * www/aws-demos While the version upgrades were modest in most cases (gps, gtkada3), the amount of work put into each port was significant. There are too many improvements to mention here. A few include the removal of dynamic package lists and incorporating gnatcoll into gps to avoid building it twice. A private "exp-run" was done all on all 50+ Ada ports to ensure they still build. Also, a new argument was added to Uses/ada.mk, "run", that pulls in the GNAT compiler as a run depends. This was necessary for GPS that will not launch correctly without the compiler in place.
* - Update to 3.5.7amdmi32015-06-242-3/+3
| | | | | PR: 201000 Submitted by: cyberbotx@cyberbotx.com (maintainer)
* - Update to 1.046sunpoet2015-06-232-4/+6
| | | | | | - Strip shared library Changes: http://search.cpan.org/dist/Gnome2/NEWS
* Use COPYTREE_SHAREbapt2015-06-231-2/+2
|
* Simplify example installationbapt2015-06-231-5/+2
|
* Convert to USES=jpegantoine2015-06-2318-44/+27
|
* Update to version 2.2.11pawel2015-06-193-4/+5
| | | | | | | | | | | | | | | | | | Changelog: Provide a mutex for calls to make-fresh-user-modules to deal with guile thread safety issues (c++-gtk-utils/Makefile.am; extension.h, extension_helper.cpp). Improve efficiency of scheme to C++ list translators for long lists (extension.h). Update libtool to version 2.4.4. Update code comments (extension.h, future.h, parallel.h, task_manager.h, task_manager.tpp). Update documentation (README; application.h, parallel.h, param.h).
* - Add LICENSEamdmi32015-06-171-1/+5
| | | | - Strip library
* x11-toolkits/gtkada3: modify to allow building with gcc5-auxmarino2015-06-161-0/+89
| | | | Patch derived from gtkada-2015 released today.
* - Add LICENSE_FILEamdmi32015-06-111-1/+5
| | | | - Strip libraries
* - Fix shebangsamdmi32015-06-101-2/+6
| | | | MFH: 2015Q2
* - Add LICENSE_FILEamdmi32015-06-061-0/+5
| | | | - Strip library
* Fix packaging as a userbapt2015-06-051-0/+1
|
* Use USE_LINUX_RPM_BAD_PERMSbapt2015-06-051-6/+1
|
* - Update to 3.5.6amdmi32015-06-032-3/+3
| | | | | PR: 200531 Submitted by: cyberbotx@cyberbotx.com (maintainer)
* - Fix library installationamdmi32015-06-011-3/+3
| | | | | - Fix license - Switch to USES=tar
* - Add LICENSEamdmi32015-06-011-1/+5
| | | | - Strip library
* - Fix shebangsamdmi32015-05-311-2/+8
| | | | | | | - Strip library Approved by: portmgr blanket MFH: 2015Q2
* Cleanup USE_GITHUB usage.mat2015-05-312-3/+3
| | | | | With hat: portmgr Sponsored by: Absolight
* - Fix shebangsamdmi32015-05-291-1/+4
| | | | | Approved by: portmgr blanket MFH: 2015Q2
* - Switch to USES=autoreconfamdmi32015-05-281-2/+1
|
* - Don't cat pkg-message from Makefilesamdmi32015-05-271-1/+0
| | | | Approved by: portmgr blanket
* Switch PYTHON_REL from a 3 digits number to a 4 digits number to handleantoine2015-05-271-1/+1
| | | | | | | python 2.7.10 Differential Revision: https://reviews.freebsd.org/D2639 Reviewed by: sunpoet, mva
* - Use options helpersamdmi32015-05-261-9/+6
| | | | - Strip library
* Qt 5.3 removed runtime detection of SSE2 so it needs to be configuredtijl2015-05-252-1/+2
| | | | | | | | with -no-sse2 at buildtime on i386. PR: 198738, 200258 Reported by: sasamotikomi@gmail.com Approved by: maintainer timeout (2 weeks)
* Fix build with mono 4antoine2015-05-241-8/+3
|
* Remove $FreeBSD$ from patches files everywhere.mat2015-05-237-7/+0
| | | | | With hat: portmgr Sponsored by: Absolight
* Fix the build by telling configure to look for the mcs program instead ofkwm2015-05-221-0/+4
| | | | | | the "compat" gmcs program, which was removed in the mono 4.0 update. Submitted by: pkg-fallout
* - Add LICENSEamdmi32015-05-161-1/+5
| | | | - Strip library
* - Add LICENSE_FILEamdmi32015-05-161-1/+3
| | | | - Strip library
* - Strip libraryamdmi32015-05-161-1/+5
| | | | - Add LICENSE
* MASTER_SITES cleanup.mat2015-05-1425-53/+25
| | | | | | | | | | | | | | | | | | | - 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
* - Add LICENSE_FILEamdmi32015-05-121-1/+3
| | | | - Strip library
* Cleanup DIST* variables.mat2015-05-123-5/+5
| | | | | | | | | | | 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
* Move p5- ports from ports@ to perl@.mat2015-05-112-2/+2
| | | | | With hat: perl@ Sponsored by: Absolight
* - Drop @dirrm* from plistamdmi32015-05-111-2/+0
|
* - Add missing file to plistamdmi32015-05-081-0/+1
| | | | Approved by: portmgr blanket
* Update ports in the remaining categories to not use GH_COMMIT.mat2015-05-082-3/+2
| | | | | | | With minor cleanups to make things simpler. With hat: portmgr Sponsored by: Absolight
* - Add CPE infoamdmi32015-05-071-1/+2
| | | | Approved by: portmgr blanket
* - Add CPE infoamdmi32015-05-071-1/+3
| | | | Approved by: portmgr blanket
* Fix build on 10.1 i386.madpilot2015-05-051-1/+2
| | | | This slipped by me in the previous commit.
* - Add USE_OCAML_CAMLP4 and USE_OCAML_TK to bsd.ocaml.mk which addmadpilot2015-05-043-1749/+5
| | | | | | | | | | | | | | | depends on the camlp4 language and labltk ocaml modules, which are now in separate ports. - Update x11-toolkits/ocaml-lablgtk2 to 2.18.3 - Update graphics/ocaml-lablgl to 1.05 - Make unison ports use USE_OCAML - Convert ports to the new flags where needed - Bump PORTREVISION on ports depending on ocaml-lablgtk2, those need to be rebuilt PR: 199845 Submitted by: jbeich@ Differential Revision: https://reviews.freebsd.org/D2434 Approved by: portmgr (mat)
* Objective Caml interface to Tkmadpilot2015-05-047-0/+428
| | | | | | | | | | | | LablTk is an interface to the Tcl/Tk GUI framework. It allows to develop GUI applications in a speedy and type safe way. A legacy Camltk interface is included. The OCamlBrowser library viewer is also part of this project. WWW: https://forge.ocamlcore.org/projects/labltk/ PR: 195737 Submitted by: Michael Grunewald <michipili at gmail.com>
* x11-toolkits/scintilla, editors/scite: update to 3.5.5jbeich2015-05-043-5/+5
| | | | | | | | | - Pet portlint since r383894 by formatting patches with makepatch target Changes: http://www.scintilla.org/ScintillaHistory.html PR: 199565 Submitted by: lightside <lightside@gmx.com> Approved by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
* - Update to 2.2.5sunpoet2015-05-042-5/+8
| | | | | | | - Add LICENSE - Sort RUN_DEPENDS Changes: https://github.com/ruby-gnome2/ruby-gnome2/commits/master
* - Update to 2.2.5sunpoet2015-05-042-4/+7
| | | | | | | - Add LICENSE - Fix USE_GNOME Changes: https://github.com/ruby-gnome2/ruby-gnome2/commits/master
* - Update to 2.2.5sunpoet2015-05-042-3/+6
| | | | | | - Add LICENSE Changes: https://github.com/ruby-gnome2/ruby-gnome2/commits/master
* - Update to 2.2.5sunpoet2015-05-042-3/+6
| | | | | | - Add LICENSE Changes: https://github.com/ruby-gnome2/ruby-gnome2/commits/master
* - Update to 2.2.5sunpoet2015-05-042-3/+6
| | | | | | - Add LICENSE Changes: https://github.com/ruby-gnome2/ruby-gnome2/commits/master
* - Update to 2.2.5sunpoet2015-05-042-3/+6
| | | | | | - Add LICENSE Changes: https://github.com/ruby-gnome2/ruby-gnome2/commits/master
* - Update to 2.2.5sunpoet2015-05-042-4/+7
| | | | | | - Add LICENSE Changes: https://github.com/ruby-gnome2/ruby-gnome2/commits/master
* - Update to 2.2.5sunpoet2015-05-042-6/+7
| | | | | | - Add LICENSE Changes: https://github.com/ruby-gnome2/ruby-gnome2/commits/master
* Fix DISTNAME after USE_GITHUB changes in r384932.bdrewery2015-04-301-2/+2
| | | | | | PR: 199069 Pointyhat to: bdrewery With hat: portmgr
* USES=xfce: Stop overriding MASTER_SITE_SUBDIR.bdrewery2015-04-291-2/+1
| | | | | | | | | | 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
* - Remove conditional dependency for outdated perl versionamdmi32015-04-241-4/+2
| | | | - Mark BROKEN on pre-10.x: even if it's made to build with some makefile hacks, it still produces broken library because it doesn't respect LDFLAGS
* Update to 0.99.27.mat2015-04-212-4/+3
| | | | | With hat: perl@ Sponsored by: Absolight
* Fix build with Perl 5.20.0+mat2015-04-211-1/+9
| | | | | With hat: perl@ Sponsored by: Absolight
* Update to 1.43. Add a patch to make it build with Perl 5.21.6+.mat2015-04-204-12/+24
| | | | Sponsored by: Absolight
* x11-toolkits/py-fltk: Fix on DragonFly4 toomarino2015-04-201-1/+1
| | | | | This was broken on DragonFly for the same reason it was broken on FreeBSD11 (similar fix).
* p5-Wx: Unbreak on some platformsmarino2015-04-201-2/+3
| | | | | | | | | This port was using CFLAGS for c++, so the -std=c++11 flag wasn't getting passed even when USE_CXXSTD was set. This port broke in some places when c++11 became a requirement of Wx. This is still broken on FreeBSD 8 (F9 not tested) due to new problems related to compiling with gcc48.
* Unbreak.cy2015-04-192-5/+7
|
* Misc X.org port updates:kwm2015-04-186-8/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update gccmakedep to 1.0.3. Update imake to 1.0.7. Update libpciaccess to 0.13.3. Update libdrm to 2.4.60. Update bitmap to 1.0.8. Update fstobdf to 1.0.6. Update iceauth to 1.0.7. Update libXdmcp to 1.1.2. Update libXp to 1.0.3. Update libXvMC to 1.0.9. Update libXxf86vm to 1.1.4. Update libxshmfence to 1.2. Update randrproto to 1.4.1. Update rgb to 1.0.6. Update sessreg to 1.1.0. Update xcb-util-cursor to 0.1.2. Update xedit to 1.2.2. Update xkbcomp to 1.3.0. Update xkeyboard-config to 2.14. Update xproto to 7.0.27. Update xf86-input-mouse to 1.9.1. Update xf86-input-synaptics to 1.8.2. Update xf86-video-i710 to 1.3.5. Update xf86-video-mga to 1.6.4. Update xf86-video-tdfx to 1.4.6. Update xf86-video-vmware to 13.1.0. Update bdftopcf to 1.0.5. Update font-util to 1.3.1. Update fslsfonts to 1.0.5. Update mkfontscale to 1.1.2. Update showfont to 1.0.5. Update xfs to 1.1.4. Update xfsinfo to 1.0.5. Remove :keepla from USES=libtool for X libraries in bsd.xorg.mk, and bump all affected ports. PR: 199400 Obtained from: Xorg-devel repo
* Mark BROKEN: Fails to packageantoine2015-04-181-0/+2
| | | | | | | | | | | ===> Building package for xview-clients-3.2.1.4.19c_2 pkg-static: Unable to access file /wrkdirs/usr/ports/x11-toolkits/xview-clients/work/stage/usr/local/bin/clock: No such file or directory pkg-static: Unable to access file /wrkdirs/usr/ports/x11-toolkits/xview-clients/work/stage/usr/local/bin/cmdtool: No such file or directory pkg-static: Unable to access file /wrkdirs/usr/ports/x11-toolkits/xview-clients/work/stage/usr/local/bin/olwm: No such file or directory pkg-static: Unable to access file /wrkdirs/usr/ports/x11-toolkits/xview-clients/work/stage/usr/local/bin/olwmslave: No such file or directory ... Reported by: pkg-fallout
* Over to the enlightement teambapt2015-04-171-1/+1
| | | | Submitted by: Chris Petrik (via irc)
* Back to the pool.gblach2015-04-171-1/+1
| | | | | Currently and in near future I don't have time to be responsible for any port.
* Fix build with GCC on recent head kernel by disabling PCH for GCCantoine2015-04-161-2/+9
| | | | With hat: portmgr
* Previous commit missed plist changes due to a mistake on my part.madpilot2015-04-151-13/+13
| | | | | PR: 199456 Submitted by: Ting-Wei Lan <lantw44@gmail.com>
* converters/libiconv:tijl2015-04-152-2/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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)
* - Update girara to 0.2.4madpilot2015-04-153-7/+7
| | | | - Chase shlib version bump
* Add patches for CVE-2015-1858, CVE-2015-1859 and CVE-2015-1860.rakuco2015-04-145-1/+130
| | | | | | | Multiple vulnerabilities in Qt image format handling. MFH: 2015Q2 Security: 5713bfda-e27d-11e4-b2ce-5453ed2e2b49
* x11-toolkits/py-wxPython30: Fix c++ code, drop gcc requirementmarino2015-04-144-6/+35
| | | | | | | | | | While here, upgrade from version 3.0.0 to 3.0.2 wxPython30 was obligated to build under c++11 standards, but the code was not compliant. It now builds on system clang again. PR: 199403 Submitted by: matthew (reztec.cz) Approved by: blanket (fixes previous "fix")
* This patch somehow got badly garbled somewhere.mat2015-04-131-50/+47
| | | | Sponsored by: Absolight
* x11-toolkits/py-wxPython30: Unbreak on F10marino2015-04-121-3/+4
| | | | | | | | | | It turns out that wxPython30 won't build with clang at all. The c++ code is illegal according to clang (e.g. illegal cast), so remove the USES=compiler setting and replace with USE_GCC=yes. Tested on F8 and F10. I apologize for adding the GCC dependence for F10+ users but I didn't see any other simple fix. Approved by: blanket
* x11-toolkits/py-wxPython30: Unbreak on F8 and F9marino2015-04-122-2/+12
| | | | | | | | | | | | | This port must be built under c++11 standard like the rest of the wx-dependent ports. I couldn't find a way to pass the flag so I had to patch the python script directly. Also, the USES=compiler setting was missing, which is required to actually pull in a c++11 capable compiler on the older FreeBSD releases. This port was blocking ~29 other ports from building on releases that it wouldn't build on. Approved by: blanket
* Fix warnings with modern perl (5.16+) and which errors out with newest (5.21+)kwm2015-04-111-0/+50
| | | | | PR: 199380 Submitted by: mat@
* Mini gnome update. Next stop GNOME 3.16!kwm2015-04-104-7/+7
| | | | | | | | | | | | | | Update rhythmbox to 3.2. Update gnome-tweak-tool to 3.14.3. Update gnome-mines to 3.14.2. Update eog to 3.14.4. Update geary to 0.10.0. Update tracker to 1.2.6. Update gdm to 3.14.2. Update gtk30 to 3.14.12. Update gtksourceview3 to 3.14.4. Obtained from: GNOME dev repo
* Convert bsd.gnustep.mk to USES=gnustepbapt2015-04-092-29/+16
| | | | | | | | | | | | | 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
* Repair build.cy2015-04-091-0/+1
|
* x11-toolkits/wxgtk30: Support c++11 over c++0x, plus DragonFlymarino2015-04-073-10/+57
| | | | | | | | | | | | | | | | | | The wxgtk30 port will use TR1 headers if the capability is detected. These TR1 functions were experimental and not included in the same form in the final c++11 standard. This patch forcibly disabled TR1 support, which requires the explicit setting of -std=c++11 in CXXFLAGS> A private "exp-run" was performed, all 62 ports dependent on wxgtk2 successfully built before and after after the patch was applied on two separate runs (FreeBSD 10 amd64 jail). While here, remove the incorrect $PTHREAD_LIB setting and let it default to -pthread. Also bring in the configure patch fragement from DragonFly. PR: 199177 Submitted by: marino Approved by: maintainer (Chris Hutchinson)
* Bump PORTREVISION to chase the new font pathsfeld2015-04-061-1/+1
| | | | | | | | Pango's modules.cache needs to be updated to find the fonts. For example, Smokeping has broken fonts until modules.cache is updated. It can also be done manually with: pango-querymodules --update-cache
* Add NVIDIA_GL description to Mk/bsd.options.desc.mkxmj2015-04-051-9/+4
| | | | | | | | | | - Add NVIDIA_GL description to Mk/bsd.options.desc.mk - Remove NVIDIA_GL_DESC from all concerned ports - Use options helpers where adequate. Differential Revision: https://reviews.freebsd.org/D1759 Approved by: koobs (mentor) Approved by: portmgr (bapt)
* - Convert to new USE_GITHUBpawel2015-04-042-4/+3
| | | | - Use preprocessor flags for includes
* Update to 1.13.2gblach2015-04-032-3/+3
|
* Remove OSVERSION checks that do not make sense any more.mat2015-04-032-18/+2
| | | | | | | | | | For example (${OSVERSION} >= 900000 && ${OSVERSION} < 900021) is always true, as is (${OSVERSION} > 900002 || ${OSVERSION} < 900000 && ${OSVERSION} > 800107). Regarding patches, when an EXTRA_PATCHES is no longer needed, I remove it, when it is always needed, I renamed it, in one case, I merged two patches. Differential Revision: https://reviews.freebsd.org/D2209
* Remove dead mirrorbapt2015-03-311-2/+1
|
* x11-toolkits/py-kivy: use new USE_GITHUB.dbn2015-03-312-5/+4
|
* Add portscout macro to igore these ports in the version checker, thesekwm2015-03-291-0/+1
| | | | ports hold older version.
* Don't do mkdir -p (it done in the post-install target).kwm2015-03-271-6/+0
| | | | | | Remove two redundand @dir lines. Submitted by: bapt@
* Update glib20 to 2.42.2.kwm2015-03-275-114/+17
| | | | | | | | | | | Update gtk20 to 2.24.27. Update gtk30 to 3.14.10. Cleanup @dirrm in plist. Cleanup the gtk20 Makefile. Submitted by: Gusau Perez Obtained from: GNOME devel repo
* x11-toolkits/swt: Fix embarrassing typomarino2015-03-271-1/+1
| | | | Reports by: Jung-uk Kim
* x11-toolkits/swt: Add DragonFly supportmarino2015-03-272-6/+20
| | | | Bring in fix from dports (port is not maintained)
* x11-toolkits/xforms: Add DragonFly supportmarino2015-03-261-0/+14
| | | | Bring in fix from dports (port is not maintained)
* - Fix build on 11.xamdmi32015-03-261-1/+1
|
* Fix build as unprivileged user.mandree2015-03-262-19/+8
| | | | | | | | | | | | Add rpm4 as extract requisite, and use rpm2archive to get something that yields non-zero-sized manual pages. While here, clean up pkg-plist a bit. Bump PORTREVISION. PR: 196414 Submitted by: peterj Reviewed by: xmj Approved by: emulation (eadler)
* 3 ports categories: Remove $PTHREAD_LIBSmarino2015-03-258-12/+10
| | | | | | Categories: editors, x11, x11-toolkits approved by: PTHREAD blanket
* x11-toolkits/libXt: add CPE informationrobak2015-03-241-0/+3
| | | | | | | - Maintainer's timeout (x11@FreeBSD.org) PR: 197964 Submitted by: Shun <shun.fbsd.pr@dropcut.net>
* x11-toolkits/py-kivy: unbreak due to cython 0.22.dbn2015-03-233-2/+474
|
* Fix typobapt2015-03-221-1/+1
|
* Make fonts repecting XDGbapt2015-03-223-6/+6
| | | | | | | | | | Xorg is now looking in ${LOCALBASE}/share/fonts by default Xorg now accepts symlinks in etc/X11/fontpath.d (as decribed in Xserver(1)) Large cleanup on lots of font ports All fonts are now properly dynamically generating fonts.dir and fonts.scale instead of sometime overwriting existing ones) All fonts are generating fontconfig's cache Improve consistency in fonts ports
* 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
* Fix conflict, file ownership, and build issues.cy2015-03-194-11/+32
|
* Update to 3.12.romain2015-03-183-22/+20
|
* Update Qt5 to 5.4.1.rakuco2015-03-187-48/+107
| | | | | | | | | | | | | | | | This is probably the first time our Qt 5 ports are tracking the latest upstream release :-) There isn't much to report in this update, thanks to the effort spent in the 5.2->5.3 update: a lot of the work is just small plist and patch updates. Thankfully, several patches have been upstreamed and are not needed on our side anymore. I would like to thank Alex Richardson <arichardson.kde@gmail.com> and Tobias Berner <tcberner@gmail.com> for their help with the plist updates and general testing. PR: 198585
* Don't dereference WRKDIR/WRKSRC. Also mark this BROKEN due to:bdrewery2015-03-181-2/+6
| | | | | | | | [exp-10i386-commit-test] Installing xview-clients-3.2.1.4.19c_1... pkg-static: xview-clients-3.2.1.4.19c_1 conflicts with xview-3.2.1.4.19c_1 (installs files into the same place). Problematic file: /usr/local/lib/help/clock.info *** Error code 70 With hat: portmgr
* - Update Tcl/Tk 8.6 to 8.6.4gahr2015-03-172-3/+3
| | | | Release notes: http://code.activestate.com/lists/tcl-core/14494/
* x11-toolkits/qtada: fix building on gcc5-auxmarino2015-03-171-0/+440
| | | | | | | GNAT 4.9 and earlier was not checking for the explicit use of "limited" in the full type declaration when it also appeared inthe private extension declaration (Ada RM 7.3 p10.1/3). QtAda violated this rule numerous times, so the attached diff fixes all of the instances.
* x11-toolkits/gtkada: Fix build on gcc5-aux (from Fedora)marino2015-03-161-0/+5
|
* - Update to 0.67sunpoet2015-03-133-8/+10
| | | | | | | | | - Add LICENSE - Use = instead of += - Remove tab in blank line - Sort PLIST Changes: http://search.cpan.org/dist/Alien-wxWidgets/Changes
* - Add LICENSEamdmi32015-03-111-1/+5
| | | | - Strip library
* Upgrade to 3.5.4.vanilla2015-03-112-3/+3
| | | | | PR: 198501 Submitted by: maintainer
* - Pet portlintamdmi32015-03-101-2/+8
| | | | | - Add LICENSE - Strip libraries
* - Strip libraryamdmi32015-03-101-1/+2
|
* Fix a typo, which broke -- among other things -- port graphics/xfpovray.mi2015-03-091-1/+5
| | | | Upstream notified...
* x11-toolkits/ocaml-lablgtk2: fix build without DOCSrobak2015-03-091-0/+2
| | | | | | | - Maintainer's timeout (bf@FreeBSD.org) PR: 195907 Submitted by: Kevin Zheng <kevinz5000@gmail.com>
* - Update Tcl/Tk 8.5 to 8.5.18gahr2015-03-073-33/+18
| | | | Release notes: http://code.activestate.com/lists/tcl-core/14457/
* The FreeBSD Xfce team proudly presents Xfce 4.12.olivierd2015-03-064-59/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* Update PyQt and its dependencies.rakuco2015-03-051-1/+0
| | | | | | | | | | | | | | | * PyQt4 has been updated to 4.11.3. * QScintilla has been updated to 2.8.4. * SIP has been updated to 4.16.5. This update is much smaller than the previous one, as there has been no further need for clean ups in the ports infrastructure. Pretty much the entire patch set has been originally contributed by Tobias Berner, who sent it to the KDE on FreeBSD mailing list. Thanks a lot! PR: 198016 Submitted by: Tobias Berner <tcberner@gmail.com>
* Add patch for CVE-2015-0295, DoS vulnerability in the BMP image handler.rakuco2015-03-054-2/+73
| | | | | MFH: 2015Q1 Security: c9c3374d-c2c1-11e4-b236-5453ed2e2b49
* Remove Author from pkg-descrbapt2015-03-038-9/+1
|
* Perl bindings for the C library "libunique" that provides a mechanism fornivit2015-03-015-0/+58
| | | | | | | | | | | | writing single instance applications. If you launch a single instance application twice, the second instance will either just quit or will send a message to the running instance. Unique makes it easy to write this kind of applications, by providing a base class, taking care of all the IPC machinery needed to send messages to a running instance, and also handling the startup notification side. WWW: http://search.cpan.org/dist/Gtk2-Unique/
* This Perl module allows you to use the Window Navigator Construction Kitnivit2015-03-015-0/+64
| | | | | | library (libwnck for short) from Perl. WWW: http://search.cpan.org/dist/Gnome2-Wnck/
* Update to 1.13.1gblach2015-02-282-3/+3
|
* x11-toolkits/p5-Tk: 804.032 -> 804.033pi2015-02-224-18/+5
| | | | | Changes: http://cpansearch.perl.org/src/SREZIC/Tk-804.033/Changes
* - Simplify MASTER_SITESamdmi32015-02-221-2/+2
| | | | - Strip library
* - Add LICENSE_FILEamdmi32015-02-211-0/+2
| | | | - Strip libraries
* - Update to 0.22 [1]jbeich2015-02-191-0/+2
| | | | | | | | | | | - Strip C modules [2] - Mark py-kivy as BROKEN [3] PR: 197375 [1] PR: 197776 [2] Submitted by: Viltaly Magerya <vmagerya@gmail.com> (maintainer) [1] Approved by: Viltaly Magerya <vmagerya@gmail.com> (maintainer) [2] Approved by: dbn (maintainer) [3]
* - Strip binaries and librariesamdmi32015-02-181-1/+5
| | | | - Fix style
* Fix QSystemTrayalonso2015-02-181-0/+23
| | | | | | | | | | Add a patch found by PCBSD's Kris Moore <kris@pcbsd.org> that fixes QSystemTrayIcons on Desktops other than KDE. Provided by Kris via mailing list on 2015-01-29. Approved by: rakuco (mentor) MFH: 2015Q1
* - Update devel/efl to 1.13.0gblach2015-02-113-3/+57
| | | | | | | - Update devel/py-efl to 1.13.0 - Update graphics/evas_generic_loaders-* to 1.13.0 - Update multimedia/emotion_generic_players-vlc to 1.13.0 - Update x11-toolkits/elementary to 1.13.0
* - Since version 1.3.3, FLTK now checks for compiler support of -fvisibilitydanfe2015-02-111-4/+10
| | | | | | | | | | | | | | | | | | | | | | | and -fvisibility-inlines-hidden and uses it if available to reduce shared library size. Unfortunately, this hides Fl_XFont_On_Demand::value, which in turn causes undefined reference errors during linking. Fix by marking Fl_XFont_On_Demand class as FL_EXPORT for the time being (Gentoo Linux is doing the same) - Do not strip libraries for now: FLTK uses the same command for installing both dynamic and static libraries, but "fltk-config(1) --compile" prefers static, which breaks programs like `graphics/iccexamin' (threading test) - Pull another patch from Gentoo to fix segmentation fault in vncview(1) of port `net/tigervnc' (Gentoo bug #529856 by Maxim Britov) - Do not leak non-existent (build-time only) -Lfoo references in LDFLAGS as it can potentially lead to various sporadic bugs in programs which obtain these flags through fltk-config(1). To prevent build-time conflicts that this gimmick was originally used for, we change shared linking command of fluid(1) accordingly Since these are one-line changes likely to be merged upstream sooner rather than later, perform them with sed(1) instead of trivial patches. Reported and reviewed by: antoine
* Fix hanging of xfe.vanilla2015-02-101-1/+2
| | | | | PR: 197464 Submitted by: Ports Fury
* Augment FLTK ports' descriptions.danfe2015-02-102-2/+12
|
* - Fix the breakage caused by previous commit (r378707): restore sane order ofdanfe2015-02-093-32/+66
| | | | | | | | | | | | | knobs; resurrect documentation/Makefile patch; bring back recalculation of ${ETCDIR} length in Fl_Preferences.cxx, trim CONFIGURE_ARGS (again), etc. - Restore correct LDFLAGS+= -L../src (previously -L${WRKSRC}/src), otherwise the build fails with e.g. previous version of FLTK libraries installed - Take maintainership to prevent Kato's monkeys jeopardizing it all over again - Install code examples as PORTEXAMPLES (we do not install any documentation because it requires LaTeX stack to build) - Since `post-patch' target is a bit too verbose now, make it .SILENT - Do not compile things with -Os by default (already honors user's CXXFLAGS) - Do not blindly strip libraries and fluid(1) binary (respect ${STRIP} value)
* Update to version 1.3.3vanilla2015-02-097-80/+33
| | | | | PR: 197463 Submitted by: Ports Fury
* Upgrade to 1.6.50vanilla2015-02-094-159/+131
| | | | | PR: 197464 Submitted by: Port Fury <tkato432@yahoo.com>
* In sight of upcoming update, clean up things a bit:danfe2015-02-032-28/+7
| | | | | | - Sort the knobs, remove "default=yes" arguments from CONFIGURE_ARGS - In post-staging era, conditional installation of documentation is no longer necessary, so simplify the patch and drop post-install target
* Upgrade to 1.7.50bapt2015-02-033-6/+5
|
* Update poppler to 0.30.0 [1].kwm2015-02-031-1/+1
| | | | | | | | | | | Make sure we use openjpeg1 in poppler, while openjpeg2 support was added there still bugs in openjpeg2 that need to be fixed. Add patches to inkscape for API changes in poppler 0.29.0 [2]. PR: 196599 [1] Submitted by: olivierd@ [1] Exp-run by: antoine@ Obtained from: upstream [2]
* Update to 1.12.3gblach2015-01-312-3/+3
|
* - Drop @dirrm* from and add empty directories to pkg-plistsamdmi32015-01-2834-99/+3
| | | | Approved by: portmgr blanket, kwm (for gnome@ ports)
* - Drop @dirrm* from and add empty directories to pkg-plistsamdmi32015-01-2860-1154/+3
| | | | Approved by: portmgr blanket, kwm (for gnome@ ports)
* - Update to 3.5.3amdmi32015-01-272-3/+3
| | | | | PR: 196952 Submitted by: cyberbotx@cyberbotx.com (maintainer)
* - Fix build on FreeBSD 8.x and 9.xpgj2015-01-263-2/+15
| | | | Obtained from: FreeBSD Haskell
* Remove now-redundant @dirrmtry entry from the plist.rakuco2015-01-251-1/+0
|
* Remove now-redundant @dirrm{try} entries from the plist.rakuco2015-01-251-8/+0
|
* Fix some _DEPENDSantoine2015-01-251-3/+3
|
* Switch some dependencies from a directory name or a file generated by ↵antoine2015-01-243-3/+3
| | | | | | pkg-install to a package name, as the former can't be attributed to a package
* - Fix library on < 10.x after webkit-gtk2 updateamdmi32015-01-241-3/+10
| | | | | | | | | Some dependent ports may need USES=compiler:c++11-lib as well PR: 196703 [1], 197031 [2] Submitted by: beastie@tardisi.com [1], amdmi3 [2] Approved by: portmaster@bsdforge.com (maintainer) MFH: 2015Q1
* Depend on update-mime-database instead of a file generated by pkg-installantoine2015-01-241-1/+1
|
* x11-toolkits/iwidgets: Update descriptionsmarino2015-01-212-5/+4
| | | | | PR: 195354 Submitted by: maintainer (Chris Hutchinson)
* Sprinkle some PORTSCOUT macros around to either mark ports:kwm2015-01-168-1/+15
| | | | | * ignore because there will not be any new releases. * check specific versions or ignore devel versions.
* Update gdl to 3.14.0.kwm2015-01-162-5/+3
|
* Readd vte3 0.34.7 as vte290. There are still some programs that need thekwm2015-01-1512-0/+370
| | | | older 2.90 API. Since the vte3 got updated to 0.38 which has the 2.91 API.