aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add vte3, the Gtk 3 version of the vte terminal widget.Koop Mast2013-12-0819-19/+439
| | | | | | | | | | | | Split off gnome-pty-helper from vte to allow both versions of vte to be installed at the same time. Update comment to make it clearer which gtk+ version it is for. Enable introspection bindings in vte. Obtained from: GNOME dev repo. Notes: svn path=/head/; revision=335873
* Bump PORTREVISION for all Python ports to pickup the recent ARM patchKubilay Kocak2013-12-085-3/+5
| | | | | | | PR: ports/149167 Notes: svn path=/head/; revision=335872
* Reduce diffs, sort sections & Add LICENSE for Python 2.6, 2.7 & 3.3Kubilay Kocak2013-12-083-34/+45
| | | | | | | | | | | - Sort USE_*, *_WRKSRC and CONFIGURE/MAKE sections - Whitespace alignment for readability - Add LICENSE (PSFL) Reviewed by: milki Notes: svn path=/head/; revision=335871
* Add missing explicit dependency on libsunacl.Joe Marcus Clarke2013-12-081-1/+10
| | | | | | | | PR: 184552 Submitted by: "Bradley T. Hughes" <bradleythughes@fastmail.fm> Notes: svn path=/head/; revision=335870
* lang/python26: Add FreeBSD 11 support, enable POSIX Semaphores on FreeBSD 7+Kubilay Kocak2013-12-084-10/+21
| | | | | | | | | | | | | | | | Finish off adding FreeBSD 11 support to our Python ports by backporting wg@'s changesets [1] and [2], and mine from python32 [3] to lang/python26. These changes also bring more consistency and reduced diffs between ports [1] https://svnweb.freebsd.org/ports?view=revision&revision=333665 [2] https://svnweb.freebsd.org/ports?view=revision&revision=333487 [3] https://svnweb.freebsd.org/ports?view=revision&revision=335376 Reviewed by: milki Notes: svn path=/head/; revision=335869
* lang/python26: Use ports libffi to address ctypes build failure on i386Kubilay Kocak2013-12-081-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | Unconditionally use libffi from ports because the Python 2.6 branch was closed for maintenance when the import of libffi 3.0.13 took place. fixes _ctypes module build failure on i386. [1] This change was also committed to lang/python31 [2] and makes the recent FreeBSD/ARM patch [3] a NOOP, which will once again be addressed when ports/184517 lands [4]. This gives users the greatest amount of choice and flexibility just prior to expiry of the python27 and python31 ports [1] Fixes Issue #17192: Update the ctypes module's libffi to v3.0.13. This specifically addresses a stack misalignment issue on x86 and issues on some more recent platforms. [#17192] http://bugs.python.org/issue17192 http://hg.python.org/cpython/rev/a94b3b4599f1 http://hg.python.org/cpython/rev/688bc0b44d96 [2] https://svnweb.freebsd.org/ports?view=revision&revision=335370 [3] https://svnweb.freebsd.org/ports?view=revision&revision=335867 PR: ports/184517 [4] Notes: svn path=/head/; revision=335868
* All Python ports: Address abort() for ctypes import on FreeBSD/ARMKubilay Kocak2013-12-085-0/+180
| | | | | | | | | | | | | | | | | | | | | | | | | | The current FreeBSD/ARM __clear_cache() implementation does nothing #if __i386__ || __x86_64__ #else abort(); cognet@ advises this is an issue for anything !Apple that is using the libcompiler_rt provided by Clang on ARM, and requires upstreaming. This is the root cause of abort() on import for the ctypes module in Python, as they bundle libffi. [1] This change patches the bundled libffi library in all Python ports, even though it is a NOOP for the ports that use devel/libffi. These ports, currently python31, will get the fix via ports/184517 A huge shout out to cognet@ who helped diagnose the issue and created the patch to address it. Thank you! PR: ports/149167 [1] PR: ports/184517 Submitted by: cognet [3] Reviewed by: cognet, eadler, milki, ak Notes: svn path=/head/; revision=335867
* Update to 1.7.1Eitan Adler2013-12-082-4/+3
| | | | | | | Requested by: bcallah@cvs.openbsd.org Notes: svn path=/head/; revision=335866
* Update ec2-scripts to 1.7:Colin Percival2013-12-082-4/+12
| | | | | | | | | * Add support for system configuration via ec2 user-data. * Add support for allocating swap space from ephemeral disks with EC2 (linux) device names of "xvd[a-j]" rather than just "sd[a-j]". Notes: svn path=/head/; revision=335865
* If firstboot_pkgs installs a package which contains an rc.d script,Colin Percival2013-12-083-2/+15
| | | | | | | request a reboot so that any newly-installed daemons will be launched. Notes: svn path=/head/; revision=335864
* . Update to 7u45.Greg Lewis2013-12-085-148920/+43788
| | | | Notes: svn path=/head/; revision=335863
* . Update to the latest cacerts from the 7u45 JDK release.Greg Lewis2013-12-081-0/+0
| | | | Notes: svn path=/head/; revision=335862
* - Add stage supportDanilo Egea Gondolfo2013-12-081-5/+5
| | | | Notes: svn path=/head/; revision=335861
* - Fix build on 10.xDiane Bruce2013-12-0821-10/+345
| | | | | | | - Add STAGEDIR support Notes: svn path=/head/; revision=335860
* Update to 0.24.Hajimu UMEMOTO2013-12-082-3/+3
| | | | Notes: svn path=/head/; revision=335859
* - Change maintainer email to @FreeBSD.orgRusmir Dusko2013-12-072-16/+11
| | | | | | | | | | | | - Add DOCS Option - Change desktop entry - Support STAGEDIR - Change pkg-plist, remove mtree Approved by: pawel / wg (mentors, implicit) Notes: svn path=/head/; revision=335858
* - Fix plistAntoine Brodin2013-12-072-10/+14
| | | | | | | | | - Stage support Approved by: kwm (maintainer) Notes: svn path=/head/; revision=335857
* - Use USE_GCC=yes instead of =4.6+Danilo Egea Gondolfo2013-12-071-1/+1
| | | | | | | Suggested by: gerald Notes: svn path=/head/; revision=335856
* Explicitly include the GCC run time directory in LDFLAGS. This shouldGerald Pfeifer2013-12-071-1/+1
| | | | | | | | | | not be necessary when linking with GCC, but that's not the only way the link process can be invoked. PR: 182136 Notes: svn path=/head/; revision=335855
* Upgrade to 3.4rc2.Brooks Davis2013-12-075-19/+21
| | | | Notes: svn path=/head/; revision=335854
* Unbreak this port by applying a simplified version of the real patch thatGerald Pfeifer2013-12-073-16/+14
| | | | | | | | | | | | | | | was submitted [1] which - adds USE_GCC since that's how libpvm3.a (a dependency) was built; - works around pvm's aimk build system to pass our LDFLAGS. While we are at it, migrate to the new LIB_DEPENDS format. PR: 183342 [1] Submitted by: Christoph Moench-Tegeder <cmt@burggraben.net> [1] Pointyhat to: gerald [1] Notes: svn path=/head/; revision=335853
* Add support for the LastGenre pluginMark Felder2013-12-071-1/+3
| | | | | | | Approved by: swills (mentor, implicit) Notes: svn path=/head/; revision=335852
* - Support stagingCarlo Strub2013-12-071-6/+4
| | | | | | | - USES=gmake Notes: svn path=/head/; revision=335851
* - Support stagingCarlo Strub2013-12-071-9/+7
| | | | | | | | - Add license - Fix COMMENT Notes: svn path=/head/; revision=335850
* - Update from 37.0.0 to 37.0.1Danilo Egea Gondolfo2013-12-072-3/+3
| | | | Notes: svn path=/head/; revision=335849
* - Update to 1.7.9Sunpoet Po-Chuan Hsieh2013-12-072-3/+3
| | | | Notes: svn path=/head/; revision=335848
* - Update to 1.61Sunpoet Po-Chuan Hsieh2013-12-072-4/+7
| | | | | | | | | - Add LICENSE Changes: http://search.cpan.org/dist/Module-Starter/Changes Notes: svn path=/head/; revision=335847
* - Update to 1.50Sunpoet Po-Chuan Hsieh2013-12-072-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/CPAN-Perl-Releases/Changes Notes: svn path=/head/; revision=335846
* - Update to 1.04Sunpoet Po-Chuan Hsieh2013-12-072-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/Unicode-Collate/Changes Notes: svn path=/head/; revision=335845
* Update 3.5.1 --> 3.5.2Cy Schubert2013-12-073-4/+5
| | | | | | | Submitted by: Peter Czanik <czanik@balabit.hu> (syslog-ng upline) Notes: svn path=/head/; revision=335844
* - Add patch to make compatible with gcc47.Stephen Montgomery-Smith2013-12-072-0/+11
| | | | | | | | | PR: ports/184568 Submitted by: Christoph Moench-Tegeder <cmt@burggraben.net> Reference: ports/183342 Notes: svn path=/head/; revision=335843
* devel/py-mongoengine: update to 0.8.6William Grzybowski2013-12-072-3/+3
| | | | Notes: svn path=/head/; revision=335842
* devel/py-yunomi: Metrics library with rate, distribution and timing informationWilliam Grzybowski2013-12-074-0/+38
| | | | | | | | | | | | | | yunomi provides insights to the internal behavior of an application, providing useful statistics and metrics on selected portions of your code. It's a Python port of the core portion of a Java Metrics library by Coda Hale. WWW: https://github.com/dreid/yunomi PR: ports/184581 Submitted by: Johannes Jost Meixner <xmj chaot.net> Notes: svn path=/head/; revision=335841
* - Fix build (remove BROKEN). Use CXX as compiler instead of CC.Danilo Egea Gondolfo2013-12-073-8/+36
| | | | | | | - Add stage support Notes: svn path=/head/; revision=335840
* - Add support for web pluginMark Felder2013-12-071-27/+13
| | | | | | | | | | - Change to cleaner/simpler option_RUN_DEPENDS= format - Make option_DESC capitalization consistent Approved by: swills (mentor, implicit) Notes: svn path=/head/; revision=335839
* - Fix build with gcc47, add patchRusmir Dusko2013-12-072-2/+12
| | | | | | | | | PR: ports/184570 Submitted by: Christoph Moench-Tegeder <cmt@burggraben.net> Approved by: pawel / wg (mentors, implicit) Notes: svn path=/head/; revision=335838
* Use compiler:c++11-lib to get this port to compile on stable/9Sean Bruno2013-12-072-1/+4
| | | | | | | | | Add a couple of dirrmtry missing from the last run Submitted by: Jimmy Olgeni <olgeni@olgeni.com> Notes: svn path=/head/; revision=335837
* Support stagingAdam Weinberger2013-12-071-13/+7
| | | | | | | Don't force running the optional regression tests Notes: svn path=/head/; revision=335836
* - Fix port build (remove BROKEN). Remove -DG_DISABLE_DEPRECATED from ↵Danilo Egea Gondolfo2013-12-072-15/+16
| | | | | | | | | | | | Makefile.(in|am), this port uses deprecated functions from glib20. - Use gcc 4.6+ to support -std=gnu++0x - Add stage support - Convert LIB_DEPENDS to new syntax - Add desktop-file-utils and shared-mime-info to USES Notes: svn path=/head/; revision=335835
* - Update to 5.4.1p1Ashish SHUKLA2013-12-077-35/+75
| | | | | | | | | | | | - Update LICENSE information - Add OPTIONS for SQLITE, MYSQL, PGSQL, and LDAP - Add STAGE support - Add a note to UPDATING about change in configuration Changes: http://article.gmane.org/gmane.mail.opensmtpd.general/1146 Notes: svn path=/head/; revision=335834
* - Update to 6.4.0Wen Heping2013-12-073-100/+73
| | | | Notes: svn path=/head/; revision=335833
* - update to 1.8.0Mikolaj Golub2013-12-073-17/+10
| | | | | | | | | | - support staging - use autoplist Approved by: bdrewery (mentor) Notes: svn path=/head/; revision=335832
* set USE_GCC=4.7+ to unbreak devel/eris build on FreeBSD 10Oliver Lehmann2013-12-071-0/+1
| | | | | | | the port itself would compile with clang or older GCC versions fine Notes: svn path=/head/; revision=335831
* update to version 5.0.4Pawel Pekala2013-12-072-3/+3
| | | | | | | | | | | | | | | | | Improve error reporting for ICU chains YAZ-707 Report config element+rule when ICU status is "failure". ZOOM: stop fetching if present response has no records YAZ-710 Some targets return less records than their hit count would suggest. This prevents ZOOM from continuing to fetch records if any present response has 0 records in the response. Ensure that GFS calls exit if any listener fails YAZ-710 Before, if XML config was in use, it would start the default listener @:9999! Notes: svn path=/head/; revision=335830
* - Update to version 1.17.3Pawel Pekala2013-12-073-13/+25
| | | | | | | | - Add NEED_ROOT=yes, tries to write read-only files/dirs in stage - Fix initial dirs/files creation missed in STAGEDIR conversion Notes: svn path=/head/; revision=335829
* - Update to 2.04Lars Engels2013-12-072-4/+5
| | | | | | | | | | - Add LICENCSE PR: ports/184553 Submitted by: Kevin Zheng <kevinz5000@gmail.com> Notes: svn path=/head/; revision=335828
* STAGEify.Gerald Pfeifer2013-12-071-2/+1
| | | | Notes: svn path=/head/; revision=335827
* Convert to staging. Strip extra blank lines from pkg-message.Gerald Pfeifer2013-12-073-16/+14
| | | | | | | Adopt this port, assume maintainership for now. Notes: svn path=/head/; revision=335826
* fix build on FreeBSD 10Oliver Lehmann2013-12-071-0/+11
| | | | Notes: svn path=/head/; revision=335825
* To prevent fallout of lowering __FreeBSD_version in releng/10.0 branch,Glen Barber2013-12-078-17/+17
| | | | | | | | | | adjust OSVERSION evaluation in ports that specifically use '100050N'. Approved by: affected maintainers (implicit) Sponsored by: The FreeBSD Foundation Notes: svn path=/head/; revision=335824