aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Update to 1.8.99.1Baptiste Daroussin2016-05-232-4/+4
| | | | | | | | | | Changes: - Reduce memory used while analysing elf files - Stop checking pre-deinstall script except if DEVELOPER=yes is set - fix double free in pkg updating Notes: svn path=/head/; revision=415737
* - Add LICENSEDmitry Marakasov2016-05-231-8/+4
| | | | | | | | | | - Switch to USES=localbase and pathfix PR: 209684 Submitted by: liangtai.s16@gmail.com (maintainer) Notes: svn path=/head/; revision=415736
* Update to 1.8.3Baptiste Daroussin2016-05-232-4/+4
| | | | | | | | Changes: - upgrading/reinstall packages also need to not check the result of the predeinstall script :( Notes: svn path=/head/; revision=415735
* - Update to 1.8.6Dmitry Marakasov2016-05-233-8/+10
| | | | | | | | | | - While here, clarify LICENSE PR: 209683 Submitted by: liangtai.s16@gmail.com (maintainer) Notes: svn path=/head/; revision=415734
* - Add workaround for broken C++11 support in GCC.Hiroki Sato2016-05-233-1/+93
| | | | | | | - Remove extra -9 for GZIP_CMD. Notes: svn path=/head/; revision=415733
* Update to b03c2c9.Hiroki Sato2016-05-232-7/+6
| | | | Notes: svn path=/head/; revision=415732
* Fix a build error when using gcc5.Hiroki Sato2016-05-231-0/+24
| | | | | | | PR: 209714 Notes: svn path=/head/; revision=415731
* Cleanup some other NO_PACKAGE madness.Mathieu Arnold2016-05-2314-21/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=415730
* During the exp-run in bug 208158, it was found that x11-toolkits/wxgtk30Dimitry Andric2016-05-231-0/+10
| | | | | | | | | | | | | | | | | | | | gives errors with libc++ 3.8.0: ./src/stc/scintilla/src/Editor.cxx:5844:6: error: call to 'abs' is ambiguous if (abs(pt1.x - pt2.x) > 3) ^~~ This is because pt1.x and pt2.x are float values, but <cmath> is not included, and abs() for float values comes from that header. Fix it by including <cmath>. Approved by: portmaster@bsdforge.com (maintainer) Approved by: vlad-fbsd@acheronmedia.com (maintainer) PR: 209694 MFH: 2016Q2 Notes: svn path=/head/; revision=415729
* While having a distfile of 400MB 10 years ago was big, it is not aMathieu Arnold2016-05-2312-22/+0
| | | | | | | | | | | problem any more. With hat: portmgr Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D6512 Notes: svn path=/head/; revision=415728
* Update WWWEmanuel Haupt2016-05-231-1/+1
| | | | | | | | PR: 209390 Submitted by: Piotr Kubaj Notes: svn path=/head/; revision=415727
* - Update to 0.22Dmitry Marakasov2016-05-233-14/+4
| | | | | | | | PR: 209665 Submitted by: mp39590@gmail.com (maintainer) Notes: svn path=/head/; revision=415726
* - Update to 2.0.13Dmitry Marakasov2016-05-232-4/+4
| | | | | | | | PR: 209693 Submitted by: linpct@gmail.com (maintainer) Notes: svn path=/head/; revision=415725
* - Pass maintainership to submitterDmitry Marakasov2016-05-231-8/+7
| | | | | | | | | | | | | | | - While here, minor cleanup - Clarify LICENSE - Add LICENSE_FILE - Remove unneeded flags - Don't needlessly and erroneously patch wish path when TCL is disabled and ${WISH} is not defined - Silence mkdir PR: 209705 Submitted by: guru@unixarea.de Notes: svn path=/head/; revision=415724
* Update to 5.1.39Matthew Seaman2016-05-232-27/+27
| | | | | | | | | | | | | | | | | - Modernize port: use option depended make targets - Add PORTSCOUT config - Support OpenJDK8 - Consequently make building the javadoc API docs contingent on the version of java used: only build when java 1.6 or 1.7 is in use. javadoc in OpenJDK 1.8 is much less forgiving than in earlier versions of java, and would require substantion patching of the sources to generate javadoc successfully. - Use COPYTREE_SHARE to install javadocs rather than rolling our own ChangeLog: http://dev.mysql.com/doc/relnotes/connector-j/5.1/en/news-5-1-39.html Notes: svn path=/head/; revision=415723
* Drop maintainership as I no longer use this software.Emanuel Haupt2016-05-231-1/+1
| | | | Notes: svn path=/head/; revision=415722
* Update to 1.6.1Matthew Seaman2016-05-232-4/+4
| | | | | | | ReleaseNotes: https://sourceforge.net/projects/pgbarman/files/1.6.1/ Notes: svn path=/head/; revision=415721
* - Update to 0.5.1Li-Wen Hsu2016-05-235-12/+13
| | | | | | | | PR: 209713 Submitted by: Iblis Lin <iblis@hs.ntnu.edu.tw> (maintainer) Notes: svn path=/head/; revision=415720
* devel/creduce: update to 2.5.0Steve Wills2016-05-233-10/+17
| | | | Notes: svn path=/head/; revision=415719
* Update to latest snapshot.Mathieu Arnold2016-05-232-9/+6
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=415718
* Update to v5.25.1-46-g5f602b3.Mathieu Arnold2016-05-235-7/+75
| | | | | | | | Changes: https://github.com/Perl/perl5/compare/v5.25.0-121-g38c8d7b...v5.25.1-46-g5f602b3 Sponsored by: Absolight Notes: svn path=/head/; revision=415717
* Do not check deinstall script results at all except if DEVELOPER_MODE is setBaptiste Daroussin2016-05-232-4/+4
| | | | | | | | | Due to too many bad quality ports, for now we are back in not checking pre/post deinstall scripts at all except if DEVELOPER_MODE=yes is set, we hope to readd those checks once the ports have been fixed Notes: svn path=/head/; revision=415716
* mail/sympa: update 6.2.14 -> 6.2.15Bartek Rutkowski2016-05-235-19/+50
| | | | | | | | | | | - Bugfix release PR: 209667 Submitted by: Geoffroy Desvernay <dgeo@centrale-marseille.fr> (maintainer) MFH: 2016Q2 Notes: svn path=/head/; revision=415714
* - Add LICENSE_FILEDmitry Marakasov2016-05-231-3/+7
| | | | | | | | - Add NO_ARCH - Switch to options helpers Notes: svn path=/head/; revision=415713
* Update to version 1.1Matthew Seaman2016-05-233-46/+4
| | | | | | | | | | - Remove patch as this has been incorporated upstream. Release 1.1 is functionally identical to the previous 1.0 port + patch. ChangeLog: https://github.com/2ndquadrant-it/pgespresso/blob/master/ChangeLog Notes: svn path=/head/; revision=415712
* Update to 1.8.1Baptiste Daroussin2016-05-232-4/+4
| | | | | | | | | Changes: - Fix double free in pkg updating - Drop failures on POST-DEINSTALL (still too many failures in ports there :() Notes: svn path=/head/; revision=415711
* - Update to 1.31Philippe Audeoud2016-05-233-3/+21
| | | | Notes: svn path=/head/; revision=415710
* Fix pango install deinstall script that are no longer needed since 1.38Baptiste Daroussin2016-05-232-3/+1
| | | | Notes: svn path=/head/; revision=415709
* - Update to 3.33Philippe Audeoud2016-05-233-3/+8
| | | | Notes: svn path=/head/; revision=415708
* - Update to 1.98Philippe Audeoud2016-05-233-3/+6
| | | | Notes: svn path=/head/; revision=415707
* - Update to 2.61Philippe Audeoud2016-05-232-3/+4
| | | | Notes: svn path=/head/; revision=415706
* - Update to 2.08Philippe Audeoud2016-05-232-3/+4
| | | | Notes: svn path=/head/; revision=415705
* - Fix WWW linkMichael Landin2016-05-231-1/+1
| | | | | | | | PR: 209640 Submitted by: Keren Sky <keren_sky@live.com> Notes: svn path=/head/; revision=415704
* graphics/seexpr is not jobs safe (previously reported)John Marino2016-05-231-0/+2
| | | | | | | | | | | | This port has failed on me three separate times, it appears to be trying to link prematurely, e.g. ../SeExpr/libSeExpr.so: error: undefined reference to 'SeExprpos()' I reported it a few weeks ago, but now I'm going ahead and marking it as unsafe. Notes: svn path=/head/; revision=415703
* - Update mediawiki to 1.26.3, 1.25.6 and 1.23.14Wen Heping2016-05-236-9/+12
| | | | | | | | | (security update) MFH: 2016Q2 Notes: svn path=/head/; revision=415702
* Mark two more deadbeef ports as not jobs safeJohn Marino2016-05-232-0/+4
| | | | | | | | | It was supposed that all deadbeef ports share the same build concurrency flaw, and that appears to have been demonstrated. These are the two latest deadbeef ports to fail in a multijob build. Notes: svn path=/head/; revision=415701
* emulators/i386-wine-devel: update to 1.9.10.David Naylor2016-05-232-14/+14
| | | | Notes: svn path=/head/; revision=415700
* x11/xtrlock: 2.6 -> 2.8Kurt Jaeger2016-05-232-3/+4
| | | | | | | | | | | Changes: http://metadata.ftp-master.debian.org/changelogs/main/x/xtrlock/unstable_changelog PR: 209701 Submitted by: A.J. Fonz van Werven <freebsd@skysmurf.nl> (maintainer) Notes: svn path=/head/; revision=415699
* - Update to 0.000030Sunpoet Po-Chuan Hsieh2016-05-232-4/+4
| | | | | | | Changes: http://search.cpan.org/dist/Test2-Suite/Changes Notes: svn path=/head/; revision=415698
* - Add CONFLICTS_INSTALLSunpoet Po-Chuan Hsieh2016-05-231-0/+5
| | | | | | | - Mark DEPRECATED and set EXPIRATION_DATE to 2016-06-30 Notes: svn path=/head/; revision=415697
* - Update to 1.302015Sunpoet Po-Chuan Hsieh2016-05-2365-72/+135
| | | | | | | | | | | | - Use real PORTVERSION - Use CONFLICTS_INSTALL instead of CONFLICTS - Update CONFLICTS_INSTALL - Add NO_ARCH Changes: http://search.cpan.org/dist/Test-Simple/Changes Notes: svn path=/head/; revision=415696
* - Add LICENSE_FILESunpoet Po-Chuan Hsieh2016-05-232-1/+4
| | | | | | | | | | - Convert to new options target helper - Add WWW Approved by: portmgr (blanket) Notes: svn path=/head/; revision=415695
* - Add LICENSESunpoet Po-Chuan Hsieh2016-05-231-0/+3
| | | | Notes: svn path=/head/; revision=415694
* - Add LICENSESunpoet Po-Chuan Hsieh2016-05-231-0/+3
| | | | | | | - Add NO_ARCH Notes: svn path=/head/; revision=415693
* - Add LICENSESunpoet Po-Chuan Hsieh2016-05-231-1/+4
| | | | | | | | - Update RUN_DEPENDS: use newer rubygem-rack - Bump PORTREVISION for dependency change Notes: svn path=/head/; revision=415692
* - Add LICENSESunpoet Po-Chuan Hsieh2016-05-231-0/+2
| | | | Notes: svn path=/head/; revision=415691
* - Add LICENSESunpoet Po-Chuan Hsieh2016-05-232-1/+3
| | | | | | | - Update WWW Notes: svn path=/head/; revision=415690
* - Add LICENSESunpoet Po-Chuan Hsieh2016-05-232-1/+3
| | | | | | | - Update WWW Notes: svn path=/head/; revision=415689
* - Fix LICENSESunpoet Po-Chuan Hsieh2016-05-231-2/+2
| | | | | | | - Update RUN_DEPENDS Notes: svn path=/head/; revision=415688
* - Update to 2.0.0Sunpoet Po-Chuan Hsieh2016-05-232-3/+4
| | | | | | | Changes: https://github.com/ambethia/recaptcha/blob/master/CHANGELOG.md Notes: svn path=/head/; revision=415687