aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* databases/libnvpair: Limit to amd64 and i386John Marino2015-11-231-0/+2
| | | | | | | | The ARMv6, mips, and mips64 builds are all failing on the isa.defs.h support check and there's no ETA for a support fix. Notes: svn path=/head/; revision=402252
* - Update tac_plus4 to 4.0.4.28Joe Marcus Clarke2015-11-221-0/+5
| | | | | | | | | | | | | | | | | - Regenerate patches to make portlint happy - Other minor changes to Makefile for portlint happiness - Updates the description to reflect a bit more the current state: - The original FTP site from Cisco isn't reachable anymore, nor is 2.x in the ports tree these days. - Update/add the URL, though the one from Cisco still works, but this is the version from Shrubbery Networks. (there are others around) - Add a pkg-message PR: 204683 Submitted by: Mathieu Simon <freebsd@simweb.ch> Notes: svn path=/head/; revision=402251
* - Update tac_plus4 to 4.0.4.28Joe Marcus Clarke2015-11-2212-36/+40
| | | | | | | | | | | | | | | | | - Regenerate patches to make portlint happy - Other minor changes to Makefile for portlint happiness - Updates the description to reflect a bit more the current state: - The original FTP site from Cisco isn't reachable anymore, nor is 2.x in the ports tree these days. - Update/add the URL, though the one from Cisco still works, but this is the version from Shrubbery Networks. (there are others around) - Add a pkg-message PR: 204683 Submitted by: Mathieu Simon <freebsd@simweb.ch> Notes: svn path=/head/; revision=402250
* Add new port: devel/ada-util (Ada Utility Library)John Marino2015-11-226-0/+412
| | | | | | | | | | | | | | | | | | | | | | | This Ada05 library contains various utility packages for building Ada05 applications. This includes: o A logging framework close to Java log4j framework o Support for properties o A serialization/deserialization framework for XML, JSON, CSV o Ada beans framework o Encoding/decoding framework (Base16, Base64, SHA, HMAC-SHA) o A composing stream framework (raw, files, buffers, pipes, sockets) o Several concurrency tools (reference counters, counters, pools, fifos, arrays) o Process creation and pipes o Support for loading shared libraries (on Windows or Unix) o HTTP client library on top of CURL or AWS Ada Util also provides a small test utility library on top of Ahven to help in writing unit tests. Notes: svn path=/head/; revision=402249
* Update to 2.0.0 and provide a pointer on how to build with KerberosJoe Marcus Clarke2015-11-224-31/+88
| | | | | | | | | | when the port is installed. The relase notes for 2.0 can be found at https://www.wireshark.org/docs/relnotes/wireshark-2.0.0.html . Notes: svn path=/head/; revision=402248
* Django integration with RQ, a Redis based Python queuing library.Rene Ladan2015-11-224-0/+34
| | | | | | | | | | Django-RQ is a simple app that allows you to configure your queues in django's settings.py and easily use them in your project. WWW: https://github.com/ui/django-rq/ Notes: svn path=/head/; revision=402247
* security/libyubikey: update 1.12 -> 1.13, add install-stripJason Unovitch2015-11-222-4/+5
| | | | | | | | | PR: 204242 Submitted by: oleksii.tsai@gmail.com Approved by: matt@mjslabs.com (maintainer) Notes: svn path=/head/; revision=402246
* Add a MULTILIB option to gcc{,48,49,5} for powerpc64Julio Merino2015-11-224-1/+40
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This change is the same as r400632, which updated gcc[56]-devel, but now for gcc{,48,49,5}. This change is the second attempt at doing this: the first attempt went in r401072 and was reverted in r401074 because the diff was bogus and enabled the new MULTILIB option under all platforms instead of just powerpc64. This fixes the build of gcc{,48,49,5} under powerpc64 when the system is built without the lib32 libraries. More in detail: If the system is built with lib32 support (WITH_LIB32, which is the default), building gcc from ports results in a compiler that can target both 64-bit and 32-bit binaries on powerpc64. However, when lib32 support is disabled (WITHOUT_LIB32), gcc should only be built with 64-bit support or otherwise the build fails. To fix this, explicitly disable 32-bit support when /usr/lib32 is not present and add a MULTILIB option (which is only defined for powerpc64 when 32-bit support is possible and defaults to yes to preserve the current behavior) to allow the user to explicitly control this feature. Approved by: gerald (maintainer), bdrewery (mentor), andreast Differential Revision: https://reviews.freebsd.org/D3952 Notes: svn path=/head/; revision=402245
* emulators/i386-wine-devel: update to 1.7.55David Naylor2015-11-224-260/+126
| | | | | | | | | | | | | Changes: 1) Update mergeplist.py: a) Produce shorter plists b) Improve naming of iteration variables 2) Add DEVEL and STAGING to the plist substitution list, for 1. 3) Bump minimum OSVERSION for -CURRENT 4) Mark port an broken on -CURRENT: dependencies not building Notes: svn path=/head/; revision=402244
* Update to upstream version 2.1.1Thomas Zander2015-11-2223-176/+240
| | | | | | | | | PR: 203607 Submitted by: xxjack12xx@gmail.com Reviewed by: yuri@rawbw.com, koobs, riggs Notes: svn path=/head/; revision=402243
* www/py-django-allauth: update to 0.24.1Rene Ladan2015-11-222-4/+5
| | | | | | | | | PR: 204752 Submitted by: myself Approved by: maintainer (vladimir.chukharev gmail) Notes: svn path=/head/; revision=402242
* Set NOPRECIOUSMAKEVARS so bsd.port.mk doesn't pass ARCH to submakes.Tijl Coosemans2015-11-222-2/+4
| | | | | | | PR: 204732 Notes: svn path=/head/; revision=402241
* - Update to 1.5.40Danilo Egea Gondolfo2015-11-222-3/+3
| | | | Notes: svn path=/head/; revision=402240
* - Update to 0.32.0Danilo Egea Gondolfo2015-11-222-3/+3
| | | | Notes: svn path=/head/; revision=402239
* Upgrade third-party lua module from 0.9.18 to 0.9.19.Sergey A. Osokin2015-11-224-6/+6
| | | | Notes: svn path=/head/; revision=402238
* security/libgcrypt: Re-add missing patchKurt Jaeger2015-11-222-1/+24
| | | | | | | | | | | - This patch was removed when updating to 1.6.4, so the patch needs to be put back in order to solve the bug 204399. PR: 204600 Submitted by: Carlos J. Puga Medina <cpm@fbsd.es> (maintainer) Notes: svn path=/head/; revision=402237
* multimedia/mpv: fix typo INSTALL_ICONS -> INSTALLS_ICONSKurt Jaeger2015-11-221-1/+1
| | | | | | | PR: 204599 Notes: svn path=/head/; revision=402236
* multimedia/mpv: 0.12.0 -> 0.13.0Kurt Jaeger2015-11-222-5/+5
| | | | | | | | | | | Changes: https://github.com/mpv-player/mpv/releases/tag/v0.13.0 PR: 204599 Submitted by: Carlos J. Puga Medina <cpm@fbsd.es> (maintainer) Notes: svn path=/head/; revision=402235
* - Give maintainership to stephen@, This will help him track subtle C++Stephen Montgomery-Smith2015-11-221-1/+1
| | | | | | | errors. These errors also break cad/netgen. Notes: svn path=/head/; revision=402234
* mail/phplist: fix spelling error LICENSE_FILe -> LICENSE_FILE (portlint)Jason Unovitch2015-11-221-1/+1
| | | | Notes: svn path=/head/; revision=402233
* mail/phplist: update 3.2.1 -> 3.2.3Jason Unovitch2015-11-223-30/+86
| | | | | | | | | | Changes: https://github.com/phpList/phplist3/compare/v3.2.1...v3.2.3 PR: 204726 Submitted by: Krzysztof <ports@bsdserwis.com> (maintainer) Notes: svn path=/head/; revision=402232
* Remove outdated comment. pkg(8) handles empty dirs just fine, and theMatthew Seaman2015-11-221-3/+0
| | | | | | | code was changed long ago to account for that. Notes: svn path=/head/; revision=402231
* textproc/kibana41: update 4.1.2 -> 4.1.3Jason Unovitch2015-11-228-5/+9
| | | | | | | | | | | | | | | | | | | | | - Update PORTVERSION, distinfo, and pkg-plist for 4.1.3 - Update PKGNAMESUFFIX to reflect directory change in preparation of upcoming Kibana 4.2 port that requires Elasticsearch 2.0 - Explain Elasticsearch compatible version range in pkg-descr textproc/Makefile, MOVED: Chase Kibana rename kibana4 -> kibana41 Changes: https://www.elastic.co/blog/kibana-4-2-1-and-4-1-3 Submitted by: Sergey Kozlov <kozlov.sergey.404@gmail.com> (maintainer) Security: CVE-2015-8131 Security: https://vuxml.FreeBSD.org/freebsd/fb2475c2-9125-11e5-bd18-002590263bf5.html Differential Revision: https://reviews.freebsd.org/D4226 MFH: 2015Q4 X-MFH-With: r398461 (Kibana 4.1.2 update) Notes: svn path=/head/; revision=402230
* Document Kibana CSRF attack vulnerabilityJason Unovitch2015-11-221-0/+33
| | | | | | | | Security: CVE-2015-8131 Security: https://vuxml.FreeBSD.org/freebsd/fb2475c2-9125-11e5-bd18-002590263bf5.html Notes: svn path=/head/; revision=402229
* - Update graphics/libraw to 0.17.0Dmitry Marakasov2015-11-2213-31/+29
| | | | | | | | | | | - While here, minor port cleanup, switch to options helpers - Bump PORTREVISIONs of consumers as soversion has changed PR: 204553 Submitted by: graham@menhennitt.com.au Notes: svn path=/head/; revision=402228
* Make installation of sample files optional (as port examples).Alexey Dokuchaev2015-11-222-17/+19
| | | | Notes: svn path=/head/; revision=402227
* Use USES=pgsql instead of hardwiring a postgresql versionPalle Girgensohn2015-11-221-1/+2
| | | | | | | | PR: 204719 Submitted by: Rainer Hurling<rhurlin@gwdg.de> (maintainer) Notes: svn path=/head/; revision=402226
* - Make sure installed egrep/fgrep run correct GNU grep rather than base grepJohan van Selst2015-11-221-0/+2
| | | | | | | - Bump PORTREVISION Notes: svn path=/head/; revision=402225
* devel/nspr: Add support for arm64.Andrew Turner2015-11-222-0/+66
| | | | | | | | PR: 203353 Approved by: jbeich Notes: svn path=/head/; revision=402224
* Update ImageMagick7 to 20151120 snapshot.Koop Mast2015-11-223-9/+12
| | | | | | | | | * Convert the custom test target into a do-test target and run it when the TESTS options is selected. * Sort plist Notes: svn path=/head/; revision=402223
* Update ImageMagick to 6.9.2-6.Koop Mast2015-11-223-55/+63
| | | | | | | | | * Convert the custom test target into a do-test target and run it when the TESTS options is selected. * Sort plist Notes: svn path=/head/; revision=402222
* Revert back to 0.4.1.Koop Mast2015-11-223-60/+49
| | | | | | | | | | | | | This needs a newer glib then is in ports. Don't touch the ports that have a dependancy on this since they only use it at build time. And no portepoch since it didn't build anyway. Submitted by: antoine@ Pointy hat to: kwm@ Notes: svn path=/head/; revision=402221
* Mk/Scripts/smart_makepatch.sh: Fix multi-patch file and locals bugJohn Marino2015-11-221-10/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There were two issues with the new smart_makepatch script. 1) use of "local" declaration All function variables were declared "local" during the review. This caused the script to break, at least on FreeBSD 9.2. Given that it's not being seen on 9.3R or later, it might be a bug in Bourne shell that has since been fixed. e.g. This resulted in stderr error on second iteration: local contains=$(grep "^+++ " ${existing_patch} | awk '{x++; print x}') however, this works fine: local contains contains=$(grep "^+++ " ${existing_patch} | awk '{x++; print x}') To be safe, all local variables are assigned with $(<shell cmd>) on separate lines now. 2) The comment extraction was flawed for files that contain multiple patches. It was not counting the hunk lines properly which caused some portion of a patch to be considered as a comment for the next patch. The hunk traversal algorithm has been fixed. Since 1) involved the introduction of local declarations that broke the script and since only Scripts/smart_makepatch.sh is touched, I will piggy-back on the original approval. The fix was tested with devel/nspr, the port listed in the PR, which uses multi-patch files. Approved by: portmgr Differential Revision: D4136 PR: 204725 Notes: svn path=/head/; revision=402220
* - Update to version 2.5Alexey Dokuchaev2015-11-223-14/+7
| | | | | | | | | | | | - Define LICENSE (GPLv2), switch to USES=localbase - Drop redundant DISTNAME and CONFIGURE_ARGS assignments - Remove old-school attribution from pkg-descr PR: 203959 (modified) Approved by: maintainer timeout (33 days) Notes: svn path=/head/; revision=402219
* sysutils/tuptime: small fixesKurt Jaeger2015-11-222-15/+15
| | | | | | | | | | | - correct pkg-message and install upgrade scripts for older databases PR: 204145 Submitted by: ricardo.fraile@gmail.com Approved by: jeremy@smart-serv.net (maintainer) Notes: svn path=/head/; revision=402218
* Unbreak INDEX with fmake:Antoine Brodin2015-11-221-1/+0
| | | | | | | | "Makefile", line 54: Unassociated shell command "# ${LR_MOD_DIR}/car/INDEX:${PORTSDIR}/math/R-cran-car" fmake: fatal errors encountered -- cannot continue Notes: svn path=/head/; revision=402217
* Add non-default OPTION to support NEON instructions on armThomas Zander2015-11-221-1/+6
| | | | | | | | | | | | Include new patch from jbeich: - Add NEON OPTION on arm; no changes in default OPTIONs - Port now assumes at least armv7-a if user selects NEON PR: 204345 Submitted by: gonzo@FreeBSD.org, jbeich@FreeBSD.org Notes: svn path=/head/; revision=402216
* net/p5-File-Rsync: Update version 0.45=>0.48Muhammad Moinur Rahman2015-11-223-9/+11
| | | | | | | | | - Mark NO_ARCH - Add new BUILD_DEPENDS - Make patch files 'make makepatch' compatible Notes: svn path=/head/; revision=402215
* Use the PyPi version instead. Add dependency for six missed in theWarner Losh2015-11-222-11/+8
| | | | | | | | | | last commit. Use the PyPi version instead of the made up one. Bump PORTEPOCH to 1 because 0.7.117 is less than 20151118. Differential Revision: https://reviews.freebsd.org/D4248 Notes: svn path=/head/; revision=402214
* Document code execution via a format string vulnerability in a2psJason Unovitch2015-11-221-0/+27
| | | | | | | | Security: CVE-2015-8107 Security: https://vuxml.FreeBSD.org/freebsd/e359051d-90bd-11e5-bd18-002590263bf5.html Notes: svn path=/head/; revision=402213
* Hook sysutils/py-dlipower to the build (chase r402210)Jason Unovitch2015-11-221-0/+1
| | | | Notes: svn path=/head/; revision=402212
* security/govpn: update 4.1 -> 4.2Jason Unovitch2015-11-222-3/+3
| | | | | | | | | | | | Changes: - Fixed non-critical bug when server may fail if up-script is not executed successfully. PR: 204609 Submitted by: Sergey Matveev <stargrave@stargrave.org> (maintainer) Notes: svn path=/head/; revision=402211
* Create dlipower, a python-based control program for Data Logger Inc'sWarner Losh2015-11-223-0/+39
| | | | | | | various web-based power strips. Notes: svn path=/head/; revision=402210
* Update appstream-glib to 0.5.4.Koop Mast2015-11-225-51/+62
| | | | | | | | Switch from custom code to using USES=libarchive. Adjust BUILD_DEPEND lines in where needed. Notes: svn path=/head/; revision=402209
* Use ?= for setting PORTREVISION to allow it to be overridden in slave ports, ↵Dmitry Marakasov2015-11-221-1/+1
| | | | | | | | | | namely gimp-gutenprint Reported by: mcdouga9 at egr dot msu dot edu Approved by: portmgr blanket Notes: svn path=/head/; revision=402208
* - Add LICENSE_FILEDmitry Marakasov2015-11-221-5/+6
| | | | | | | | - Pet portlint - Switch to options helpers Notes: svn path=/head/; revision=402207
* Update Gstreamer suite to 1.6.1.Koop Mast2015-11-2117-58/+38
| | | | Notes: svn path=/head/; revision=402206
* net/ndpi: Update version 1.6=>1.7Muhammad Moinur Rahman2015-11-213-32/+3
| | | | Notes: svn path=/head/; revision=402205
* www/p5-pQuery: 0.09 -> 0.23Kurt Jaeger2015-11-213-9/+11
| | | | | | | | | | | | Changes: http://cpansearch.perl.org/src/INGY/pQuery-0.23/Changes PR: 204308 Submitted by: Torsten Zuehlsdorff <ports@toco-domains.de> Approved by: tobez (maintainer timeout) Notes: svn path=/head/; revision=402204
* - Unbreak, distfile has been rerolledAlex Kozlov2015-11-213-6/+4
| | | | | | | - Update pkg-descr Notes: svn path=/head/; revision=402203