aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* sysutils/puppet: update to 3.8.2Michael Moll2015-08-083-9/+14
| | | | | | | | | | unbreak on Ruby 2.2 [1] Approved by: swills (maintainer) Obtained from: safe_yaml upstream (commit e281053e) [1] Notes: svn path=/head/; revision=393745
* Fix build by explicitly linking to X11Ganael LAPLANCHE2015-08-081-0/+10
| | | | | | | | PR: 202115 Submitted by: leventelist@gmail.com Notes: svn path=/head/; revision=393744
* - Add LICENSEDmitry Marakasov2015-08-081-4/+4
| | | | | | | | - Add NO_ARCH - Simplify docs installation Notes: svn path=/head/; revision=393743
* Update to version 1.18.2Pawel Pekala2015-08-083-9/+4
| | | | Notes: svn path=/head/; revision=393742
* Update to the 20150804 snapshot of GCC 5.Gerald Pfeifer2015-08-082-3/+3
| | | | Notes: svn path=/head/; revision=393741
* - Update to 3.0.0Olivier Duchateau2015-08-085-43/+5
| | | | | | | | | | - Remove unneeded patches PR: 202155 Submitted by: <linpct@gmail.com> (maintainer) Notes: svn path=/head/; revision=393740
* Don't check for a removed symbol in libdvdcss.so.Koop Mast2015-08-082-0/+15
| | | | | | | | Submitted by: Paul Pathiakis <pathiaki2@yahoo.com> Obtained from: brasero upstream bugtracker #744916 Notes: svn path=/head/; revision=393739
* - Update devel/gettext to 0.19.5.1Tijl Coosemans2015-08-084-16/+13
| | | | | | | | | | | - Add THREADS option to devel/gettext-tools PR: 202125 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=393738
* Update farstream to 0.2.7.Koop Mast2015-08-084-7/+6
| | | | | | | Bump revision because of shlib change. Notes: svn path=/head/; revision=393737
* Update to 1.22.3.Roman Bogorodskiy2015-08-083-5/+4
| | | | Notes: svn path=/head/; revision=393736
* Update gcompris to 15.02.Koop Mast2015-08-083-4/+273
| | | | Notes: svn path=/head/; revision=393735
* Update libnice to 0.1.13.Koop Mast2015-08-087-7/+44
| | | | Notes: svn path=/head/; revision=393734
* Add another PORTSCOUT=ignore to gdk-pixbuf because it won't be updated anymore.Koop Mast2015-08-081-0/+2
| | | | Notes: svn path=/head/; revision=393733
* Update lightsoff to 3.16.1.1.Koop Mast2015-08-083-3/+4
| | | | Notes: svn path=/head/; revision=393732
* Update libical-glib to 1.0.3.Koop Mast2015-08-083-3/+7
| | | | Notes: svn path=/head/; revision=393731
* * Remove 8.x patch.Koop Mast2015-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@ Notes: svn path=/head/; revision=393730
* * Add PORTSCOUT macros to only show stable gnome versions.Koop Mast2015-08-0818-3/+34
| | | | | | | | | | | * 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. Notes: svn path=/head/; revision=393729
* Remove expired ports:Rene Ladan2015-08-0811-343/+2
| | | | | | | | 2015-08-08 graphics/skencil: Project is abandoned and was overtaken by sK1 fork 2015-08-08 www/ismail: Development has been discontinued for many years Notes: svn path=/head/; revision=393728
* - Update net/asterisk11 to 11.19.0Guido Falsi2015-08-0825-201/+258
| | | | | | | | | | | | | | | | - Update net/asterisk13 to 13.5.0 - Add SQLITE2 option default description - Rename SQLITE option to SQLITE2, which better describes what it really does - Clean up Makefile and sort option helpers [1] - Add missed dependencies on openssl, ncurses and iconv [1] - Add back shabangfix for sample agi scripts - Make build log verbose [1] - Regenerated some patches Suggested by: koobs (thanks!) [1] Notes: svn path=/head/; revision=393727
* Resurrect multimedia/tovidThomas Zander2015-08-086-1/+168
| | | | | | | | | | | | - Complete rework of the port - New maintainer: grepper@gmail.com PR: 199703 Submitted by: grepper@gmail.com Reviewed by: xmj, koobs, riggs Notes: svn path=/head/; revision=393726
* databases/sqlrelay: 0.60 -> 0.62Kurt Jaeger2015-08-085-34/+67
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - added query filter plugin framework - added regex, string and pattern filters - added normalization translation - added reformatdatetime result set translation - fixed error in sqlrconfigfile class that could cause sqlr-start to - crash if one instance defines addresses but the next doesn't - added query status flag to sqlrservercursor - tweaked odbc driver's SQLGetTypeInfo() - field name is passed into runResultSetTranslations() now - added support for maxitembuffersize, maxselectlistsize, - and maxbindcount for firebird - added native api for node.js - added recognition of bigint, ubigint and uniqueidentifier fields in - freetds/sybase - added nullsasnulls command to sqlrsh - added workaround for freetds empty (but non-null) text fields not getting properly converted to null-terminated empty strings - fetchatonce, maxitembuffersize and maxselectlistsize are set to defaulting values if invalid values are given for them - added lazyconnect option to PHP PDO and Perl DBI drivers (defaults to 1) - direct Transact SQL which returns a result set is now supported with Sybase/SAP/MSSQLServer/FreeTDS - added docs for authentication, query translation, query filter and result set translation modules - added -fPIC to sqlrserver-config --cflags, if supported - the "default" auth module is now called "userlist" - added database auth module that is analagous to authtier="database" - replaced passwordencryption attribute with passwordencryptionid - added --disable-postgresql8-api configure option - tweaked -Werror detection in configure script - refactored sqlr-bench build to work on windows Notes: svn path=/head/; revision=393725
* Update agryllcms to 1.7.0.Koop Mast2015-08-084-6/+28
| | | | | | | | | | Add patch to fix the build with gcc 5 [1] Submitted by: marino@ [1] Obtained from: debian [1] Notes: svn path=/head/; revision=393724
* biology/seqtools: 4.35 -> 4.36Kurt Jaeger2015-08-082-3/+3
| | | | | | | Minor under-the-hood changes Notes: svn path=/head/; revision=393723
* devel/rudiments: 0.51 -> 0.52Kurt Jaeger2015-08-084-13/+17
| | | | | | | | | | | | | | | | - tweaked codetree's recursive break logic a bit - added compiler class - added case-insensitive methods to xmldomnode - added methods to xmldomnode that operate on descendents (as opposed to just operating on direct children) - added methods to xmldomnode for deleting, wrapping, unwrapping - fixed dynamiclib::getError() bug on windows - tweaked -Werror detection in configure script - removed rpcentry class - added file::setPermissions() methods Notes: svn path=/head/; revision=393722
* - Add new port: print/R-cran-knitrTAKATSU Tomonari2015-08-084-0/+32
| | | | | | | | | | Provides a general-purpose tool for dynamic report generation in R using Literate Programming techniques. WWW: https://cran.r-project.org/web/packages/knitr/ Notes: svn path=/head/; revision=393721
* Totem uses python2. No need to attempt to also include the python3 version ofKoop Mast2015-08-081-2/+2
| | | | | | | | | libpeas python bindings in. Submitted by: antoine@ Notes: svn path=/head/; revision=393720
* Update to 4.4.13Matthew Seaman2015-08-082-3/+3
| | | | | | | | | This is a routine bug-fix update. Change Log: https://www.phpmyadmin.net/files/4.4.13/ Notes: svn path=/head/; revision=393719
* - Add new port: textproc/R-cran-highrTAKATSU Tomonari2015-08-084-0/+25
| | | | | | | | | | | Provides syntax highlighting for R source code. Currently it supports LaTeX and HTML output. Source code of other languages is supported via Andre Simon's highlight package. WWW: https://cran.r-project.org/web/packages/highr/ Notes: svn path=/head/; revision=393718
* Disable xen option by adding '--disable-xen' to CONFIGURE_ARGS. Xen extensionRoman Bogorodskiy2015-08-081-0/+1
| | | | | | | | | | | is currently broken on FreeBSD and pusleaudio tries to build it when it finds Xen libraries on the host, so build fails in this case. PR: 202170 Approved by: kwm Notes: svn path=/head/; revision=393717
* - Add new port: devel/R-cran-evaluateTAKATSU Tomonari2015-08-084-0/+26
| | | | | | | | | | Parsing and evaluation tools that make it easy to recreate the command line behaviour of R. WWW: https://cran.r-project.org/web/packages/evaluate/ Notes: svn path=/head/; revision=393716
* - Add new port: textproc/R-cran-formatRTAKATSU Tomonari2015-08-084-0/+26
| | | | | | | | | | | | Provides a function tidy_source() to format R source code. Spaces and indent will be added to the code automatically, and comments will be preserved under certain conditions, so that R code will be more human-readable and tidy. WWW: https://cran.r-project.org/web/packages/formatR/ Notes: svn path=/head/; revision=393715
* - Update to 1.6-7TAKATSU Tomonari2015-08-083-4/+4
| | | | Notes: svn path=/head/; revision=393714
* - Add new port: textproc/R-cran-markdownTAKATSU Tomonari2015-08-084-0/+26
| | | | | | | | | | | Provides R bindings to the 'Sundown' 'Markdown' rendering library (https://github.com/vmg/sundown). 'Markdown' is a plain-text formatting syntax that can be converted to 'XHTML' or other formats. WWW: https://cran.r-project.org/web/packages/markdown/ Notes: svn path=/head/; revision=393713
* - Add new port: misc/R-cran-mimeTAKATSU Tomonari2015-08-084-0/+23
| | | | | | | | | | Guesses the MIME type from a filename extension using the data derived from /etc/mime.types in UNIX-type systems. WWW: https://cran.r-project.org/web/packages/mime/ Notes: svn path=/head/; revision=393712
* - Add new port: textproc/R-cran-yamlTAKATSU Tomonari2015-08-084-0/+23
| | | | | | | | | | This package implements the libyaml YAML 1.1 parser and emitter for R. WWW: https://cran.r-project.org/web/packages/yaml/ Notes: svn path=/head/; revision=393711
* Add missing dependency.Hiroki Sato2015-08-081-0/+6
| | | | Notes: svn path=/head/; revision=393710
* - Add new port: textproc/R-cran-htmltoolsTAKATSU Tomonari2015-08-084-0/+25
| | | | | | | | | Tools for HTML generation and output WWW: http://cran.r-project.org/web/packages/htmltools/ Notes: svn path=/head/; revision=393709
* - Fix a build problem in devel/gcc-arm-embedded on FreeBSD 9 due the old gccDanilo Egea Gondolfo2015-08-082-0/+12
| | | | | | | PR: 202030 Notes: svn path=/head/; revision=393708
* Fix a distinfo botch resulting from rolling back the date in PORTVERSION.Brooks Davis2015-08-081-2/+2
| | | | Notes: svn path=/head/; revision=393707
* Update to the latest commits on the mirror (2015-08-06).Brooks Davis2015-08-084-29/+29
| | | | Notes: svn path=/head/; revision=393706
* Disable LLDB when the chosen compiler is gcc.Brooks Davis2015-08-071-4/+10
| | | | | | | | | | On platforms where the system compiler isn't clang (including 9.x), USES=compiler:c++11-lib uses gcc48 as the compiler. Unfortunatly, gcc48 does not provide a sufficently complient c++11 environment to build LLDB when compiled on 9.x and possiably on other platforms. Notes: svn path=/head/; revision=393705
* Update to 1.8.4Guido Falsi2015-08-073-7/+9
| | | | Notes: svn path=/head/; revision=393704
* - Add LICENSEDmitry Marakasov2015-08-071-0/+6
| | | | | | | - Add NO_ARCH Notes: svn path=/head/; revision=393703
* New port: dns/dnsdistKurt Jaeger2015-08-074-0/+38
| | | | | | | | | | | | | | | | dnsdist is a highly DNS-, DoS- and abuse-aware loadbalancer. Its goal in life is to route DNS traffic to the best DNS server, delivering top performance to legitimate users while shunting or blocking abusive traffic. WWW: http://dnsdist.org PR: 202156 Submitted by: Carlos Jacobo Puga Medina <cpm@fbsd.es> Requested by: pi Notes: svn path=/head/; revision=393702
* Update to 1.6Olivier Duchateau2015-08-073-9/+9
| | | | Notes: svn path=/head/; revision=393701
* - Update to 0.12.1Olivier Duchateau2015-08-076-205/+63
| | | | | | | | | | | | | | - Use new mirror - Adjust dependencies - Rewrite options helper (remove DOCS and PYCONF options) - Update WWW entry (pkg-descr), project is now hosted on GitLab.com PR: 202137 Submitted by: myself Approved by: yamagi (maintainer) Notes: svn path=/head/; revision=393700
* Remove expired ports:Rene Ladan2015-08-0712-351/+2
| | | | | | | | 2015-08-07 net/py-xmlrpclib: This is part of standard library since python 2.2 2015-08-07 net-p2p/py-kenosis: Fails to run with modern python Notes: svn path=/head/; revision=393699
* - address python issue with Uses shebangJason Helfman2015-08-071-2/+2
| | | | | | | | PR: 202106 Reported by: lantw44@gmail.com Notes: svn path=/head/; revision=393698
* benchmarks/tsung: update 1.5.1 -> 1.6.0Bartek Rutkowski2015-08-073-4/+23
| | | | | | | | PR: 201740 Submitted by: Jin-Sih Lin <linpct@gmail.com> (maintainer) Notes: svn path=/head/; revision=393697
* Previously, ncurses.mk tests for header instead of the shared libraryXin LI2015-08-071-1/+1
| | | | | | | | | | | | | | | symlink itself, and this would cause problem for portsnap builder (addressed differently by including the header file). Make the test more consistent with port version of ncurses by checking the shared library instead. (the location is the same on all supported versions of FreeBSD). Approved by: portmgr (bapt) Differential Revision: https://reviews.freebsd.org/D3326 Notes: svn path=/head/; revision=393696