aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* - use STAGEDIRDirk Meyer2014-03-291-47/+35
| | | | | | | - assume mailwrapper is installed Notes: svn path=/head/; revision=349517
* - Support stagingDmitry Marakasov2014-03-292-40/+17
| | | | | | | | | | | - Use new LIB_DEPENDS syntax PR: 187347 Submitted by: amdmi3 Approved by: maintainer timeout, portmgr (blanket) Notes: svn path=/head/; revision=349516
* - Fix build with newer clangDanilo Egea Gondolfo2014-03-291-2/+4
| | | | | | | - Convert USE_BZIP2 to USES Notes: svn path=/head/; revision=349515
* - Support stagingDmitry Marakasov2014-03-292-10/+8
| | | | | | | | | | | | - Install into PREFIX, not LOCALBASE - Fix pkg-message displaying PR: 187344 Submitted by: amdmi3 Approved by: maintainer timeout, portmgr (blanket) Notes: svn path=/head/; revision=349514
* - Support stagingDmitry Marakasov2014-03-293-14/+11
| | | | | | | | | PR: 187332 Submitted by: amdmi3 Approved by: maintainer timeout, portmgr (blanket) Notes: svn path=/head/; revision=349513
* - Support stagingDmitry Marakasov2014-03-291-10/+6
| | | | | | | | | | | - Use new LIB_DEPENDS syntax PR: 187331 Submitted by: amdmi3 Approved by: maintainer timeout, portmgr (blanket) Notes: svn path=/head/; revision=349512
* - Fix build with newer clangDanilo Egea Gondolfo2014-03-291-0/+5
| | | | Notes: svn path=/head/; revision=349511
* - Remove hidden dependency on X11 when built with X11 disabledDmitry Marakasov2014-03-291-2/+4
| | | | | | | | | PR: 187147 Submitted by: amdmi3 Approved by: maintainer timeout Notes: svn path=/head/; revision=349510
* - Add pkg-message with instructions on dedicated server setupDmitry Marakasov2014-03-292-1/+10
| | | | | | | | PR: 188047 Submitted by: Jonathan Price <freebsd@jonathanprice.org> Notes: svn path=/head/; revision=349509
* Do not generate a corrupted pkgAntoine Brodin2014-03-291-4/+6
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=349508
* Stage all gnome@ ports in accessibility, which finishes this category!Koop Mast2014-03-2913-15/+5
| | | | Notes: svn path=/head/; revision=349507
* Mark broken: Fails to buildAntoine Brodin2014-03-291-0/+2
| | | | | | | | | | | | | | | This seems related to the implicit lang/python dependency removal Making all in arch Making all in i386 python ../utils/make-header.py --cif ccsp_cif_stubs.h ../config.h ../kernel/sched.c python:No such file or directory *** Error code 1 Reported by: pkg-fallout Notes: svn path=/head/; revision=349506
* Add new Ada port: devel/pcsc-adaJohn Marino2014-03-295-0/+132
| | | | | | | | | | | PCSC/Ada provides a thick Ada binding to PC/SC-middleware. The library allows programs written in Ada to communicate with smart cards using the SCard API. WWW: http://www.codelabs.ch/pcscada Notes: svn path=/head/; revision=349505
* - Update to 0.8.2Steve Wills2014-03-292-3/+3
| | | | | | | | PR: ports/187943 Submitted by: Michael Moll <kvedulv@kvedulv.de> Notes: svn path=/head/; revision=349504
* Change DEBUG option to MUTE which does the contraryaAntoine Brodin2014-03-291-5/+5
| | | | | | | | This controls whether tsocks can display error message or not, and is not related to debugging support (not stripping binaries, compiling with -g...) Notes: svn path=/head/; revision=349503
* Mark broken: Fails to linkAntoine Brodin2014-03-291-0/+2
| | | | | | | | | | | cc -o jvim3 alloc.o unix.o buffer.o charset.o cmdcmds.o cmdline.o csearch.o digraph.o edit.o fileio.o getchar.o help.o linefunc.o main.o mark.o memfile.o memline.o message.o misccmds.o normal.o ops.o param.o quickfix.o regexp.o regsub.o screen.o search.o tag.o term.o undo.o window.o kanji.o track.o u2s.o s2u.o feponew.o version.o -ltermlib -L/usr/local/lib -lX11 -L/usr/local/lib -lonew-canna+freewnn -lcanna -ljd -lcrypt /usr/bin/ld: cannot find -lonew-canna+freewnn *** [jvim3] Error code 1 Reported by: pkg-fallout Notes: svn path=/head/; revision=349502
* Mark broken: Fails to compileAntoine Brodin2014-03-291-0/+2
| | | | | | | | | | | | libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../libltdl -I/usr/local/include -I/usr/local/include/synfig-0.0 -I/usr/local/include/libxml++-2.6 -I/usr/local/include/libxml++-2.6/include -I/usr/local/include/libxml2 -I/usr/local/include/glibmm-2.4 -I/usr/local/lib/glibmm-2.4/include -I/usr/local/include/glib-2.0 -I/usr/local/include -I/usr/local/include/sigc++-2.0 -I/usr/local/lib/sigc++-2.0/include -DLOCALEDIR=\"/usr/local/share/locale\" -O2 -pipe -fno-strict-aliasing -DNDEBUG -W -Wall -MT libsynfigapp_la-layerparamdisconnect.lo -MD -MP -MF .deps/libsynfigapp_la-layerparamdisconnect.Tpo -c actions/layerparamdisconnect.cpp -fPIC -DPIC -o .libs/libsynfigapp_la-layerparamdisconnect.o actions/layerparamdisconnect.cpp: In member function 'virtual void synfigapp::Action::LayerParamDisconnect::perform()': actions/layerparamdisconnect.cpp:143: error: 'class etl::handle<synfig::ValueNode>' has no member named 'clone' gmake[3]: *** [libsynfigapp_la-layerparamdisconnect.lo] Error 1 Reported by: pkg-fallout since january 2014 Notes: svn path=/head/; revision=349501
* Security update to 1.11.1Lars Engels2014-03-292-3/+3
| | | | Notes: svn path=/head/; revision=349499
* Add an entry for CVE-2014-2386Lars Engels2014-03-291-0/+26
| | | | Notes: svn path=/head/; revision=349498
* Maintainer had asked to step down nearly a year ago. Sorry that it tookMark Linimon2014-03-291-1/+1
| | | | | | | | | | | | | so long. Since this is a dependency of openoffice, try assigning it to office@. PR: 178383 Submitted by: Pedro Giffuni <giffunip@tutopia.com> Approved by: bkoenig@alpha-tierchen.de (maintainer) Notes: svn path=/head/; revision=349497
* - Add p5-Devel-MAT 0.17Sunpoet Po-Chuan Hsieh2014-03-295-0/+112
| | | | | | | | | | | | A Devel::MAT instance loads a heapdump file, and provides a container to store analysis tools to work on it. Tools may be provided that conform to the Devel::MAT::Tool API, which can help analyse the data and interact with the explorer user interface by using the methods in the Devel::MAT::UI package. WWW: http://search.cpan.org/dist/Devel-MAT/ Notes: svn path=/head/; revision=349496
* - Update to 1.4.5.10Sunpoet Po-Chuan Hsieh2014-03-292-4/+3
| | | | | | | Changes: http://www.zenphoto.org/news/category/changelog Notes: svn path=/head/; revision=349495
* - Update to 0.14Sunpoet Po-Chuan Hsieh2014-03-292-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/IO-Async-SSL/Changes Notes: svn path=/head/; revision=349494
* - Support STAGEDIRSunpoet Po-Chuan Hsieh2014-03-291-5/+1
| | | | | | | | | PR: ports/188038 Submitted by: Danilo G. Baio <dbaio@bsd.com.br> Approved by: Darren Pilgrim <ports.maintainer@evilphi.com> (maintainer) Notes: svn path=/head/; revision=349493
* - Update to 2.14Sunpoet Po-Chuan Hsieh2014-03-292-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/Net-Dict/Changes Notes: svn path=/head/; revision=349492
* - Add p5-Plack-Middleware-RemoveRedundantBody 0.03Sunpoet Po-Chuan Hsieh2014-03-295-0/+39
| | | | | | | | | | Plack::Middleware::RemoveRedundantBody removes body in HTTP response, if it is not required. WWW: http://search.cpan.org/dist/Plack-Middleware-RemoveRedundantBody/ Notes: svn path=/head/; revision=349491
* - Add p5-Plack-Middleware-MethodOverride 0.10Sunpoet Po-Chuan Hsieh2014-03-295-0/+52
| | | | | | | | | | | | | | | | | | | | | | | | | | Writing RESTful apps is a good thing, but if you're also trying to support web browsers, you're probably going to need some hackish workarounds. This module provides one such workaround for your Plack applications. Specifically, you can also use a header named X-HTTP-Method-Override (as used by Google for its APIs) override the POST request method. Or you can add a parameter named x-tunneled-method to your form action's query. Either way, the overriding works only via POST requests, not GET. If either of these attributes are available in a POST request, the REQUEST_METHOD key of the Plack environment hash will be replaced with its value. This allows your apps to override any HTTP method over POST. If your application needs to know that such overriding has taken place, the original method is stored under the plack.original_request_method key in the Plack environment hash. The list of methods you can specify are: GET, POST, HEAD, PUT, DELETE, OPTIONS, TRACE and CONNECT. WWW: http://search.cpan.org/dist/Plack-Middleware-MethodOverride/ Notes: svn path=/head/; revision=349490
* - Add p5-Plack-Middleware-FixMissingBodyInRedirect 0.09Sunpoet Po-Chuan Hsieh2014-03-295-0/+40
| | | | | | | | | | Plack::Middleware::FixMissingBodyInRedirect sets body in redirect response, if it is not already set. WWW: http://search.cpan.org/dist/Plack-Middleware-FixMissingBodyInRedirect/ Notes: svn path=/head/; revision=349489
* - Update to 0.37Sunpoet Po-Chuan Hsieh2014-03-292-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/Math-GMPq/CHANGES Notes: svn path=/head/; revision=349488
* Update to 5.18Brendan Fabeny2014-03-293-3/+5
| | | | | | | | PR: 183257 Security: http://www.vuxml.org/freebsd/7e61a839-b714-11e3-8195-001966155bea.html Notes: svn path=/head/; revision=349487
* Add an entry for CVE-2014-2270, and correct the indentationBrendan Fabeny2014-03-291-3/+31
| | | | | | | in the entry for CVE-2014-1943 Notes: svn path=/head/; revision=349486
* Net::DHCP::Watch is a module to help monitor remote DHCP servers.Frederic Culot2014-03-295-0/+38
| | | | | | | | | | | | | | | | It opens an udp socket to send and receive responses to and from a DHCP server. It stores the last connection status information. This module can help to write some simple code to implement a reliable DHCP service over complex or simple networks. WWW: http://search.cpan.org/dist/Net-DHCP-Watch/ PR: ports/187622 Submitted by: Lawrence "The Dreamer" Chen <beastie@tardisi.com> Notes: svn path=/head/; revision=349485
* - Update to 1.011.1 [1]Frederic Culot2014-03-293-5/+12
| | | | | | | | | | | | | - Fix plist - Add LICENSE (Artistic 1 & GPL 1) Changes: http://cpansearch.perl.org/src/NEZUMI/MIME-Charset-1.011.1/Changes PR: ports/187477 [1] Submitted by: Geoffroy Desvernay <dgeo@centrale-marseille.fr> Approved by: Olivier.Girard@univ-angers.fr (maintainer timeout, >14 days) Notes: svn path=/head/; revision=349484
* - Update to 1.0.3TAKATSU Tomonari2014-03-292-4/+3
| | | | Notes: svn path=/head/; revision=349483
* - Update to 0.57Frederic Culot2014-03-292-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/Net-GitHub/Changes Notes: svn path=/head/; revision=349482
* - Update to 0.62Frederic Culot2014-03-292-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/IO-Async/Changes Notes: svn path=/head/; revision=349481
* - Update to 0.2.11Frederic Culot2014-03-292-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/File-Find-Object/Changes Notes: svn path=/head/; revision=349480
* - Update to 20140328Frederic Culot2014-03-292-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/Perl-Tidy/CHANGES Notes: svn path=/head/; revision=349479
* Update to 0.9.9.8.436Mark Felder2014-03-293-7/+16
| | | | | | | Do not ship start.sh; we provide an rc script Notes: svn path=/head/; revision=349478
* Update to tzdata2014b:Edwin Groothuis2014-03-292-3/+3
| | | | | | | | | | - Update antartica. - Comments about historical data for Hawaii. - Update details for Crimea on 30 March - Move location data Simferopol. Notes: svn path=/head/; revision=349477
* net/anet: Fix build for gcc 4.9 and fix documentation tooJohn Marino2014-03-294-18/+27
| | | | | | | Reported by: pkg-fallout Notes: svn path=/head/; revision=349476
* - Reroll and update bootstrap Haskell compilers to GHC 7.6.3 on 8.x andGabor Pali2014-03-29402-573/+569
| | | | | | | | | | | 9.x in order to prevent run-time breakage after the recent changes in libiconv - Bump port revision for lang/ghc and all dependents, as a consequence Obtained from: FreeBSD Haskell Notes: svn path=/head/; revision=349475
* - Update to build18Dmitry Marakasov2014-03-288-94/+19
| | | | Notes: svn path=/head/; revision=349474
* - Update to 4.3.10.Jung-uk Kim2014-03-2826-67/+307
| | | | | | | | - Build with base C/C++ compiler, i.e., clang on 10.0+, as much as we can to remove GCC run-time dependency and to reduce possible C++ ABI conflicts. Notes: svn path=/head/; revision=349473
* - Stage supportAntoine Brodin2014-03-282-25/+12
| | | | | | | | - Conversion to OPTIONS - Remove support for deprecated NOPORTDATA Notes: svn path=/head/; revision=349472
* Update to 1.4.1.2.Alexander Leidinger2014-03-282-3/+3
| | | | | | | Submitted by: Jason Unovitch <jason.unovitch@gmail.com> Notes: svn path=/head/; revision=349471
* - Stage supportAntoine Brodin2014-03-282-21/+15
| | | | | | | - Remove support for deprecated NOPORTDATA Notes: svn path=/head/; revision=349470
* - New port: sysutils/dateutilsJason E. Hale2014-03-288-0/+127
| | | | | | | | | | | | | | | Dateutils are a collection of tools that revolve around manipulating dates and times on the command line. Commands included in the suite offer ways of converting dates between calendars, computing durations between dates, and finding dates in input streams. WWW: http://www.fresse.org/dateutils/ PR: ports/187663 (based on) Submitted by: Jesse <jessefrgsmith@yahoo.ca> Notes: svn path=/head/; revision=349469
* Add a port of OpenJDK8.Jung-uk Kim2014-03-2818-0/+8780
| | | | | | | Submitted by: Brian Gardner <openjdk@getsnappy.com> (preliminary version) Notes: svn path=/head/; revision=349468
* - Update to 0.9.11Antoine Brodin2014-03-284-33/+26
| | | | | | | | | | - Apache license 1.1 is now in the framework PR: ports/187973 Submitted by: KATO Tsuguru Notes: svn path=/head/; revision=349467