aboutsummaryrefslogtreecommitdiff
path: root/devel
Commit message (Collapse)AuthorAgeFilesLines
* Add an explicit dependency on pkgconfBaptiste Daroussin2013-09-063-5/+3
| | | | Notes: svn path=/head/; revision=326491
* Fix configure and build with clangBaptiste Daroussin2013-09-061-3/+2
| | | | Notes: svn path=/head/; revision=326484
* devel/py-fabric: Update to 1.7Kubilay Kocak2013-09-062-3/+4
| | | | | | | | | | | | | | - Update to 1.7 - Add Jinja2 to TEST_DEPENDS Changes: http://docs.fabfile.org/en/1.7/changelog.html PR: ports/181861 Submitted by: Gasol Wu <gasol.wu@gmail.com> Notes: svn path=/head/; revision=326482
* Update to 2.16.Anton Berezin2013-09-062-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/Config-Tiny/Changes Notes: svn path=/head/; revision=326478
* Update to 1.15.Anton Berezin2013-09-062-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/Tree-DAG_Node/Changes Notes: svn path=/head/; revision=326477
* Update to 1.05(0).Anton Berezin2013-09-062-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/enum/Changes Notes: svn path=/head/; revision=326476
* Update to 1.04(0).Anton Berezin2013-09-052-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/enum/Changes Notes: svn path=/head/; revision=326454
* Add an explicit dependency on pkgconfAntoine Brodin2013-09-051-2/+1
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=326449
* Update to 1.7.5Steven Kreuzer2013-09-052-3/+3
| | | | Notes: svn path=/head/; revision=326446
* . introduce ICONV_CONFIGURE_BASE variable at Mk/Uses/iconv.mk. It's value isBoris Samorodov2013-09-051-1/+1
| | | | | | | | | | | "--with-libiconv=${LOCALBASE}" at systems pre OSVERSION 100043 and "" (null) otherwise; . convert all ports which has CONFIGURE_ARGS=--with-libiconv=${LOCALBASE}. Approved by: portmgr (bapt, implicit) Notes: svn path=/head/; revision=326444
* Add an explicit dependency on pkgconfAntoine Brodin2013-09-052-3/+2
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=326438
* Update to 0.35.Anton Berezin2013-09-052-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/Clone/Changes Notes: svn path=/head/; revision=326432
* Update to 0.094.Anton Berezin2013-09-052-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/Getopt-Long-Descriptive/Changes Notes: svn path=/head/; revision=326431
* - Convert to OptionsNGFrederic Culot2013-09-051-1/+5
| | | | | | | | PR: ports/181773 Submitted by: Takefu <takefu@airport.fm> Notes: svn path=/head/; revision=326413
* - add an explicit dependency on pkgconfAndrej Zverev2013-09-051-1/+2
| | | | | | | | - convert to the new perl5 framework Approved by: portmgr (bapt@, blanket) Notes: svn path=/head/; revision=326382
* Update to 0.23.Anton Berezin2013-09-052-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/MooseX-NonMoose/Changes Notes: svn path=/head/; revision=326368
* Update to 1.14.Anton Berezin2013-09-052-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/Tree-DAG_Node/Changes Notes: svn path=/head/; revision=326367
* Update to 0.02.Anton Berezin2013-09-052-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/MRO-Define/Changes Notes: svn path=/head/; revision=326366
* GCC 3.x has passed its useful lifetime.Joerg Wunsch2013-09-0514-1002/+0
| | | | | | | | | | | The original reason for establishing the port was poorer optimization for the AVR backend in GCC 4.x in some cases. This reason no longer exists. As GCC 3.x causes tons of build warnings with clang now, just drop it. Notes: svn path=/head/; revision=326362
* Update to 1.33.Xin LI2013-09-053-4/+4
| | | | | | | | PR: ports/181677 Submitted by: Johannes Meixner <xmj chaot net> Notes: svn path=/head/; revision=326356
* - Unbreak against Clang and other strict C++ compilersAlexey Dokuchaev2013-09-051-4/+5
| | | | | | | | | - Sanitize some post-extract commands while I'm here Reported by: pkg-fallout Notes: svn path=/head/; revision=326354
* - Add pkgconf to build dependency to fix buildSunpoet Po-Chuan Hsieh2013-09-051-1/+1
| | | | Notes: svn path=/head/; revision=326338
* Remove USE_GCC=any, it properly build with recent clangBaptiste Daroussin2013-09-041-2/+2
| | | | | | | While here convert to new Perl Framework Notes: svn path=/head/; revision=326335
* Convert USE_GCC=any into proper USE_CSTD=gnu89Baptiste Daroussin2013-09-041-2/+2
| | | | Notes: svn path=/head/; revision=326334
* Fix with clang is cc is clang, remove the now useless USE_GCC=anyBaptiste Daroussin2013-09-041-2/+2
| | | | Notes: svn path=/head/; revision=326333
* Remove USE_GCC=any, the port build properly with clang is USE_CSTD is set to ↵Baptiste Daroussin2013-09-041-6/+2
| | | | | | | gnu89 Notes: svn path=/head/; revision=326332
* Build properly with recent clangBaptiste Daroussin2013-09-041-1/+1
| | | | | | | | | While here make it use USES=readline Approved by: eadler Notes: svn path=/head/; revision=326331
* Introduce ICONV_CONFIGURE_ARG variable defined at Uses/iconv.mk.Boris Samorodov2013-09-049-21/+12
| | | | | | | | | | | It's value is "--with-libiconv-prefix=/usr/local" for systems before 100043 with ports libiconv and to use at systems post 100043 with base iconv it's value is "" (NULL). Co-authors: bapt, madpilot and bsam (me) Notes: svn path=/head/; revision=326316
* Mark BROKEN, does not compile under perl >= 5.12,Lars Thegler2013-09-041-0/+2
| | | | | | | | | see https://rt.cpan.org/Public/Bug/Display.html?id=56079 Reported by: pkg-fallout Notes: svn path=/head/; revision=326313
* - Make ports use the libc provided iconv implementation on 10-CURRENTGuido Falsi2013-09-049-16/+61
| | | | | | | | | | | | | after r254273 - Fix a bunch of ports to properly work after this - Mark converters/libiconv as IGNORE for systems with iconv in libc Reviewed by: bapt Approved by: portmgr (bapt) Discussed with: bapt, bsam (who both contributed ideas and code) Notes: svn path=/head/; revision=326307
* Add an explicit dependency on pkgconfAntoine Brodin2013-09-041-1/+1
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=326300
* p5-Module-Build-Tiny is self-sufficient to build itselfAndrej Zverev2013-09-041-1/+1
| | | | | | | With hat: perl@ Notes: svn path=/head/; revision=326299
* Update to 0.32.Anton Berezin2013-09-042-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/Module-ExtractUse/Changes Notes: svn path=/head/; revision=326296
* Fix build without libstdc++Baptiste Daroussin2013-09-041-5/+4
| | | | Notes: svn path=/head/; revision=326293
* Upgrade clang, dragonegg, and llvm -devel ports to r182968.Brooks Davis2013-09-044-26/+46
| | | | Notes: svn path=/head/; revision=326289
* Fix the build on i386 9 with a patch from upstream the. This wasBrooks Davis2013-09-042-1/+36
| | | | | | | | | broken by the enabling of R600 support. Tested by: mat Notes: svn path=/head/; revision=326284
* Update from 2.12 to 2.13.Mikhail Teterin2013-09-042-3/+3
| | | | Notes: svn path=/head/; revision=326282
* Use the new modbuildtiny macro.Mathieu Arnold2013-09-042-6/+4
| | | | Notes: svn path=/head/; revision=326275
* Update to 0.36.Anton Berezin2013-09-042-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/Package-Stash/Changes Notes: svn path=/head/; revision=326261
* Adopt USES=gmake iconv.Boris Samorodov2013-09-041-2/+2
| | | | | | | | Submitted by: bsam (me, by e-mail) Approved by: olgeni (maintainer) Notes: svn path=/head/; revision=326259
* - Mark BROKEN, fails to resolve dependenciesBryan Drewery2013-09-041-0/+2
| | | | | | | | | | | | | | ===> Installing for rubygem-pry-0.9.12.2 ===> Generating temporary packing list ===> Checking if devel/rubygem-pry already installed ERROR: While executing gem ... (Gem::DependencyError) Unable to resolve dependencies: pry requires coderay (~> 1.0.5) *** Error code 1 Stop in /usr/ports/devel/rubygem-pry. Notes: svn path=/head/; revision=326242
* - Update to 2.3Thomas Abthorpe2013-09-042-8/+4
| | | | | | | | PR: ports/181739 Submitted by: James Bailie <jimmy@mammothcheese.ca> (maintainer) Notes: svn path=/head/; revision=326238
* - Update to 1.13Thomas Abthorpe2013-09-042-8/+4
| | | | | | | | PR: ports/181738 Submitted by: James Bailie <jimmy@mammothcheese.ca> (maintainer) Notes: svn path=/head/; revision=326237
* New port: devel/rubygem-redmine_plugin_support:Ryan Steinmetz2013-09-034-0/+23
| | | | | | | | | | This libarary is a collection of rake tasks and other scripts that will make Redmine plugin development easier. WWW: https://rubygems.org/gems/redmine_plugin_support Notes: svn path=/head/; revision=326232
* Update to 0.05.Anton Berezin2013-09-032-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/File-ShareDir-Install/Changes Notes: svn path=/head/; revision=326224
* Add an explicit dependency on pkgconfAntoine Brodin2013-09-031-2/+1
| | | | | | | | | (needed for good detection of gtk) Approved by: portmgr (bapt) Notes: svn path=/head/; revision=326220
* - Update to 2.200004Sunpoet Po-Chuan Hsieh2013-09-032-4/+3
| | | | | | | Changes: http://search.cpan.org/dist/Config-MVP/Changes Notes: svn path=/head/; revision=326210
* - Update to 0.007Sunpoet Po-Chuan Hsieh2013-09-032-4/+4
| | | | | | | Changes: http://search.cpan.org/dist/Test-FailWarnings/Changes Notes: svn path=/head/; revision=326207
* - Update to 0.4007Sunpoet Po-Chuan Hsieh2013-09-033-12/+7
| | | | | | | | | | - Add LICENSE - Fix PORTSCOUT Changes: http://search.cpan.org/dist/Module-Build/Changes Notes: svn path=/head/; revision=326206
* Horde package update:Martin Matuska2013-09-036-13/+11
| | | | | | | | | | | | | | Horde_ActiveSync 2.7.0 -> 2.7.2 Horde_Auth 2.0.6 -> 2.1.0 Horde_Core 2.7.0 -> 2.8.0 Horde_Queue 1.1.0 -> 1.1.1 Horde_Smtp 1.2.0 -> 1.2.1 Horde_Support 2.1.0 -> 2.1.1 horde-base 5.1.3 -> 5.1.4 horde-webmail 5.1.1 -> 5.1.2 Notes: svn path=/head/; revision=326198