summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Update to 310Emanuel Haupt2014-07-293-19/+3
|
* Mark deprecatedTilman Keskinoz2014-07-291-2/+1
| | | | | | PR: 189890 Submitted by: maintainer Approved by: portmgr (implicit, not staged)
* - Update to snapshot 10223Pietro Cerutti2014-07-292-3/+3
| | | | | Changelog: * http://www.fltk.org/articles.php?L1379
* - Update to 2.0.2Pietro Cerutti2014-07-292-4/+4
| | | | | | * Do not duplicate identical entries at the end of the history * Import the std namespace in implementation files * Switch to using non-member begin() and end()
* Stagify.Vanilla I. Shu2014-07-293-6/+35
|
* Stagify.Vanilla I. Shu2014-07-293-16/+11
|
* - Update to 1.1.4Pietro Cerutti2014-07-294-31/+9
| | | | | Release notes: http://dev.mysql.com/doc/relnotes/connector-cpp/en/news-1-1-4.html
* Stagify.Vanilla I. Shu2014-07-292-14/+6
|
* Install sample configs in EXAMPLESDIR;Dmitry Sivachenko2014-07-294-10/+19
| | | | Minor tweaks.
* Update to 0.5.4Ganael LAPLANCHE2014-07-294-14/+4
|
* net/dhcpcd: update 5.5.6 -> 6.4.2Bartek Rutkowski2014-07-295-46/+19
| | | | | | | | | | - Update BZIP usage to new format - Remove files/patch-configure (accomodated by upstream) - Minor fixes in pkg-plist PR: 191863 Submitted by: Roy Marples <roy@marples.name> Approved by: marino (mentor)
* - Update to 2.7.0-alpha10Pietro Cerutti2014-07-292-3/+5
| | | | | Announcement: https://groups.google.com/d/msg/mpir-devel/-E0FeqfyHEI/uUFAEsBMJOwJ
* - Update to 10.2.4Pietro Cerutti2014-07-292-3/+3
| | | | Release notes: http://www.mesa3d.org/relnotes/10.2.4.html
* Stagify.Vanilla I. Shu2014-07-292-8/+9
|
* Stagify.Vanilla I. Shu2014-07-292-8/+9
|
* russian/xcode:Max Brazhnikov2014-07-291-3/+4
| | | | | - Add stage support - Respect CC/CFLAGS
* security/gnutls: Support OPTIONal library dependenciesKubilay Kocak2014-07-292-11/+23
| | | | | | | | | | | | | | | | | | | | | Factor out libidn, libp11-kit and libtspi into OPTIONal library dependencies, with the CRYWRAP, P11KIT and TPM options respectively, as per the upstream documentation [1]. Make ZLIB an OPTION because we can, and the choice to customise compression support in security software (especially lately) may be very useful for some consumers. Add CRYWRAP, P11KIT, TPM and ZLIB to OPTIONS_DEFAULT to retain current default functionality. [1] http://gnutls.org/manual/html_node/Downloading-and-installing.html Inspired by: Recent gnutls 2 -> 3 change, fan of minimal dependencies PR: 192090 Submitted by: koobs Approved by: maintainer
* Add the forgotten CONFLICTS_INSTALL line (D'Oh!)Matthew Seaman2014-07-291-0/+2
|
* www/py-aiohttp: Update to 0.9.0Kubilay Kocak2014-07-293-7/+11
| | | | | | | | | | | - Update to 0.9.0 - Add LICENSE_FILE - Update TEST_DEPENDS - Strip trailing-slash from pkg-descr WWW: URL Changes: https://github.com/KeepSafe/aiohttp/blob/v0.9.0/CHANGES.txt
* Copy an older version of the p5-DBD-Pg port and hook it back up to theMatthew Seaman2014-07-296-0/+62
| | | | | | | | tree. Changes to utf8 handling in DBD::Pg 3.3.0 have caused it to be blacklisted for the latest versions of RT 4.0 and 4.2. This version is what they prefer.
* Use space instead of tab in WWW.Raphael Kubo da Costa2014-07-291-1/+1
|
* Unbreak `make fetch'.Raphael Kubo da Costa2014-07-292-2/+2
| | | | | | No more late night commits, I promise. Submitted by: vanilla@
* Add patches to fix the build with base's ancient GCC.Raphael Kubo da Costa2014-07-292-0/+37
| | | | | | | | | | | | | In practice, this fixes the build on 8 and 9 when clang is not used. There is no need to submit the patches upstream because the next version of Amarok will already require a C++11 compiler, which makes the problems disappear. I didn't feel the need to bump PORTREVISION because the generated code should be the same, and users who had already managed to build Amarok don't need to rebuild it. PR: 192159 Submitted by: freebsd@chillt.de
* Upgrade to 1.84.Vanilla I. Shu2014-07-294-18/+15
| | | | | PR: ports/192204 Submitted by: tkato432 at yahoo.com
* Upgrade to 1.5.2.Vanilla I. Shu2014-07-292-31/+13
| | | | | PR: ports/192208 Submitted by: tkato432 at yahoo.com
* - Update to 4.2.4.cNicola Vitale2014-07-297-178/+206
| | | | | | | | | | | | | | - Add LICENSE - Build GUI (qgle program) - Use option helpers - Sort variables - Add files/patch-Makefile.in - Add files/patch-src__gui__MakefileAC.in - Remove files/patch-configure - Fix WWW line in pkg-descr Change Log: http://www.gle-graphics.org/main/changes.html Build Log: https://redports.org/buildarchive/20140729030245-62805/
* Upgrade to 3.6.Vanilla I. Shu2014-07-293-15/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1. Add allow.mount.tmpfs parameter to build-jail.conf routine. Check if kernel tmpfs.ko has been loaded to host and if not then issue "kldload tmpfs" command. 2. Add code to config logic for lower case t to enable allow.mount.tmpfs parameter and upper case T to disable allow.mount.tmpfs parameter. 3. Remove -l null as method to disable nullfs and replace with upper case L to to disable nullfs. 4. Add upper case S to disable lower case s option. 5. Remove -w null as method to disable and replace with upper case W to to disable. 6. Fix fib -f parameter so it now works as wanted. 7. Comment out code for setcpu parameter as jail(8) now has bug about it. 8. Remove -w null as method to disable vnet interface parameter and replace with upper case W to disable it. 9. Make appropriate changes to man qjail.8 file. 10. Change good os version from 93 to 92. 11. Make appropriate changes to qjail.bootime script. PR: ports/192220 Submitted by: maintainer
* Upgrade to 0.9.4Vanilla I. Shu2014-07-294-343/+393
| | | | | PR: ports/192207 Submitted by: tkato432 at yahoo.com
* - Remove redundant line from pkg-descrAshish SHUKLA2014-07-291-2/+0
|
* Email::Simple::FromHandle provides an Email::Simple object which uses aAshish SHUKLA2014-07-295-0/+40
| | | | | | | filehandle as its source, so it does not need to hold the entire body in memory until needed. WWW: https://github.com/rjbs/Email-Simple-FromHandle
* Properly point to the install libevent library to fix the build in some cases.Joe Marcus Clarke2014-07-291-1/+2
| | | | Submitted by: Eli Janssen <elij@wundrd.net>
* Rename news/ patch-xy patches to reflect the files they modify.Adam Weinberger2014-07-2935-18/+18
|
* Rename net/ patch-xy patches to reflect the files they modify.Adam Weinberger2014-07-2991-23/+14
| | | | | Approve by: portmgr (not really, but one of these is modifying an unstaged port)
* Stage net-mgmt/routers2 and cleanupJohn Marino2014-07-292-235/+220
| | | | | | | | | | | | | | * stage support * use PORTDOCS (remove from pkg-plist) * use DOCS instead of NOPORTDOCS * get rid of 3 unnecessary for loops * properly handly /var/db/rddtool * Use @sample keyword * Use %%WWWDIR%% in pkg-plist PR: 191706 Submitted by: Dan Lukes Modified++: marino
* Rename multimedia/ patch-xy patches to reflect the files they modify.Adam Weinberger2014-07-2923-22/+11
|
* Rename misc/ patch-xy patches to reflect the files they modify.Adam Weinberger2014-07-2946-9/+8
|
* Stage net-mgmt/routers2-extras and cleanupJohn Marino2014-07-292-36/+26
| | | | | | | | | | | * stage support * use PORTDOCS (remove from pkg-plist) * use DOCS instead of NOPORTDOCS * get rid of 5 unnecessary for loops PR: 191709 Submitted by: Dan Lukes Modified++: marino
* Update FreeBSD.org cluster-specific patch to match what is running onPeter Wemm2014-07-291-0/+13
| | | | bugs.freebsd.org/bugzilla/.
* Stage net-mgmt/routers2-extensions and cleanupJohn Marino2014-07-292-26/+13
| | | | | | | | | | | * stage support * use PORTDOCS (remove from pkg-plist) * use DOCS instead of NOPORTDOCS * get rid of 3 unnecessary for loops PR: 191708 Submitted by: Dan Lukes Modified++: marino
* devel/kickassembler: update to 3.36William Grzybowski2014-07-292-3/+3
| | | | | PR: 192149 Submitted by: maintainer
* Now let's *really* stage net-mgmt/mrtgJohn Marino2014-07-282-34/+46
| | | | | | | | | | | | | | | | | | What a mess this port was. * None of the man pages were listed in pkg-plist * It shouldn't try to remove SITE_PERL directory * Comment started with indefinite article * RUN/LIB_DEPENDS were too low for portlint * MANPAGES had extra tab (and runs over 80-columns, unfixed) * <options> unnecessary if <opt>_RUN_DEPENDS used * install commands were all masked * several mkdir commands instead of one * install commands don't respect 80-columsn * cp (not even ${CP}) used instead of ${COPYTREE_SHARE} * Redundant post-install target still in place All of that was addressed and verified in poudriere testport. Approved by "just fix it" and staging blankets
* Rename math/ patch-xy patches to reflect the files they modify.Adam Weinberger2014-07-2862-8/+7
|
* Rename mail/ patch-xy patches to reflect the files they modify.Adam Weinberger2014-07-28101-97/+92
|
* science/sigrok-cli: update to 0.5.0William Grzybowski2014-07-282-7/+7
| | | | | PR: 192154 Submitted by: maintainer (based on)
* devel/libsigrokdecode: update to 0.3.0William Grzybowski2014-07-283-48/+69
| | | | | PR: 192153 Submitted by: maintainer (based on)
* devel/libsigrok: update to 0.3.0William Grzybowski2014-07-283-9/+9
| | | | | PR: 192152 Submitted by: maintainer (based on)
* - Switch to USES=libtoolDmitry Marakasov2014-07-281-4/+2
|
* lang/rust: Fix link issue and build failureJohn Marino2014-07-282-0/+15
| | | | | | | | | | [1] Linking fails with missing reference to __morestack symbol [2] gpy fails with error about missing sem implementation PR: 189357 [1] PR: 191927 [2] Submitted by: bertrand.augereau (gmail) [1] Submitted by: maintainer: mitsuruike (gmail) [2]
* devel/libserialportWilliam Grzybowski2014-07-285-0/+39
| | | | | | | | | | | | | | | The sigrok project aims at creating a portable, cross-platform, Free/Libre/Open-Source signal analysis software suite that supports various device types, such as logic analyzers, MSOs, oscilloscopes, multimeters, LCR meters, sound level meters, thermometers, hygrometers, anemometers, light meters, DAQs, dataloggers, function generators, spectrum analyzers, power supplies, GPIB interfaces, and more. WWW: http://sigrok.org/ PR: 192151 Submitted by: uffe uffe org
* mail/nullmailer: support stageWilliam Grzybowski2014-07-282-14/+8
| | | | | | | - Pass maintainership to submitter PR: 192217 Submitted by: uffe uffe org