aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Dancer plugin which provides an easy way implement ExtDirect APIs.Tom Judge2013-09-045-0/+38
| | | | | | | WWW: http://search.cpan.org/dist/Dancer-Plugin-ExtDirect/ Notes: svn path=/head/; revision=326306
* Mark IGNORE.Matthias Andree2013-09-041-1/+1
| | | | Notes: svn path=/head/; revision=326305
* Fix SSL and Feedparser optionsMark Felder2013-09-041-2/+2
| | | | | | | | PR: ports/181806 Approved by: crees (mentor) Notes: svn path=/head/; revision=326304
* pkg-config is needed for cairo detectionAntoine Brodin2013-09-041-0/+1
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=326303
* LWP::Authen::Negotiate is a authentication plugin for LWP toTom Judge2013-09-045-0/+36
| | | | | | | | | support WWW-Negotiate. WWW: http://search.cpan.org/dist/LWP-Authen-Negotiate/ Notes: svn path=/head/; revision=326302
* Add an explicit dependency on pkgconfAntoine Brodin2013-09-041-1/+1
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=326301
* 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
* Add an explicit dependency on pkgconfAntoine Brodin2013-09-041-0/+1
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=326298
* Update to 2.03.Anton Berezin2013-09-043-3/+4
| | | | | | | Changes: http://search.cpan.org/dist/MIME-Types/ChangeLog Notes: svn path=/head/; revision=326297
* 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 things after recent modbuildtiny commitAndrej Zverev2013-09-041-2/+6
| | | | | | | | Reviewed by: bapt@ Kudos to: bapt@ Notes: svn path=/head/; revision=326295
* Update to the 20130831 snapshot of GCC 4.7.4.Gerald Pfeifer2013-09-043-3/+13
| | | | | | | | | | | | | | | | | | Work around a bug in libcpp that pulls in the optional system iconv if present instead of relying on the port we actually depend on. [1] The issue is that /usr/include/iconv.h has #include <stdbool.h> which in turn, since both are included very late in the game, conflicts with similar definintions by libcpp itself. Interestingly enough, lang/gcc46 and lang/gcc48 did not fail under the same test scenarios and libstdc++ does not seem to require adjustments, so PR 161417 may not be relevant in full. PR: 161417 [1] Notes: svn path=/head/; revision=326294
* Fix build without libstdc++Baptiste Daroussin2013-09-041-5/+4
| | | | Notes: svn path=/head/; revision=326293
* - Convert to USES=gmake perl5.Juergen Lock2013-09-046-60/+43
| | | | | | | | | | | | | | | | | | - Fix register allocation problems with clang on i386: * Remove the q modifier from inline asm such that clang no longer uses a 64 bit register. Instead cast the operand to register_t which is 32 bit on i386 and 64 bit on amd64. * Add -fomit-frame-pointer to CFLAGS to free up an extra register. - Fix the issue with WITH_DEBUG by adding --disable-real-codecs which apparently never really worked anyway. - Patch configure so it no longer adds -mtune=i386 to CFLAGS. - Bump PORTREVISION. PR: ports/181786 Submitted by: tijl Notes: svn path=/head/; revision=326292
* Add an explicit dependency on pkgconfBaptiste Daroussin2013-09-041-1/+1
| | | | Notes: svn path=/head/; revision=326291
* Remove patch that is not needed anymore (tested on 8.3 and 9.1) and that ↵Baptiste Daroussin2013-09-041-9/+0
| | | | | | | makes clang+libc++ failing to build properly the port Notes: svn path=/head/; revision=326290
* Upgrade clang, dragonegg, and llvm -devel ports to r182968.Brooks Davis2013-09-049-53/+64
| | | | Notes: svn path=/head/; revision=326289
* cad/repsnapper: update to 2.2.0b3William Grzybowski2013-09-042-4/+4
| | | | | | | | | | | - Update to 2.2.0b3 [1] - Fix gtkglextmm depend PR: ports/181812 [1] Submitted by: Martin Dieringer <martin.dieringer gmx.de> (maintainer) Notes: svn path=/head/; revision=326288
* x11/yad: update to 0.23.0William Grzybowski2013-09-043-18/+17
| | | | | | | | | | | | | | | | - Updated from 0.22.1 to 0.23.0 - Added Makefile header - Use new options helpers - Added YAD Icon Browser option Changes: https://code.google.com/p/yad/source/browse/trunk/ChangeLog?spec=svn687&r=687 PR: ports/181790 Submitted by: Danilo Egêa Gondolfo <danilogondolfo gmail.com> Notes: svn path=/head/; revision=326287
* - Update to 3.2.9Ryan Steinmetz2013-09-043-4/+8
| | | | Notes: svn path=/head/; revision=326286
* Update to 2.202.Anton Berezin2013-09-042-3/+4
| | | | | | | Changes: http://search.cpan.org/dist/Email-Simple/Changes Notes: svn path=/head/; revision=326285
* 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
* - Remove leading indefinite article from COMMENTSunpoet Po-Chuan Hsieh2013-09-041-1/+1
| | | | Notes: svn path=/head/; revision=326283
* Update from 2.12 to 2.13.Mikhail Teterin2013-09-042-3/+3
| | | | Notes: svn path=/head/; revision=326282
* Fix typoBaptiste Daroussin2013-09-041-1/+1
| | | | Notes: svn path=/head/; revision=326281
* www/py-django-registration: update to 1.0William Grzybowski2013-09-044-48/+51
| | | | | | | | | | | | | | - Update to 1.0 [1] - Trim Makefile header [1] - Use single space in WWW [1] - Use CHEESESHOP mirror [2] PR: ports/181756 Submitted by: Kozlov Sergey <kozlov.sergey.404 gmail.com> [1] Approved by: maintainer [2] Notes: svn path=/head/; revision=326280
* - Obsolated NOPORTDOCSSergey Matveychuk2013-09-041-1/+1
| | | | Notes: svn path=/head/; revision=326279
* - Update to 4.7Sergey Matveychuk2013-09-042-9/+9
| | | | Notes: svn path=/head/; revision=326278
* Fix build without libstdc++Baptiste Daroussin2013-09-041-0/+5
| | | | Notes: svn path=/head/; revision=326277
* Back to the presentBaptiste Daroussin2013-09-041-1/+1
| | | | | | | Reported by: madpilot Notes: svn path=/head/; revision=326276
* Use the new modbuildtiny macro.Mathieu Arnold2013-09-043-8/+5
| | | | Notes: svn path=/head/; revision=326275
* * Add devel/p5-Module-Build-Tiny support to USE_PERL5 with modbuildtiny.Mathieu Arnold2013-09-041-2/+8
| | | | | | | | | | * Add doc for the configure, modbuild and modbuildtiny options. Reviewed by: az, bapt Approved by: az, bapt Notes: svn path=/head/; revision=326274
* - Remove USE_GCC=any.Tijl Coosemans2013-09-041-9/+2
| | | | | | | | - Add OPTIONS_DEFINE. - Remove FreeBSD/alpha support. Notes: svn path=/head/; revision=326273
* - convert to the new perl5 frameworkAndrej Zverev2013-09-0419-19/+33
| | | | | | | Approved by: portmgr (bapt@, blanket) Notes: svn path=/head/; revision=326272
* - convert to the new perl5 frameworkAndrej Zverev2013-09-0419-19/+33
| | | | | | | Approved by: portmgr (bapt@, blanket) Notes: svn path=/head/; revision=326271
* Update to 1.21.Anton Berezin2013-09-042-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/Net-Patricia/Changes Notes: svn path=/head/; revision=326270
* Fix build when audio/portaudio is installedGanael LAPLANCHE2013-09-041-1/+1
| | | | | | | | PR: ports/181683 Submitted by: amdmi3 Notes: svn path=/head/; revision=326269
* This one uses Module::Build::Tiny to build.Mathieu Arnold2013-09-041-1/+2
| | | | Notes: svn path=/head/; revision=326268
* Remove expired ports:Rene Ladan2013-09-0415-323/+2
| | | | | | | | 2013-09-04 www/p5-Catalyst-Plugin-Unicode-Encoding: This module now part of core Catalyst distribution 2013-09-04 databases/phpmyadmin35: Has unresolved security problems: http://www.phpmyadmin.net/home_page/security/PMASA-2013-10.php Notes: svn path=/head/; revision=326267
* Add an explicit dependency on pkgconfBaptiste Daroussin2013-09-041-1/+1
| | | | Notes: svn path=/head/; revision=326266
* - convert to the new perl5 frameworkAndrej Zverev2013-09-0419-19/+31
| | | | | | | Approved by: portmgr (bapt@, blanket) Notes: svn path=/head/; revision=326265
* Add two more dependencies.Michael Reifenberger2013-09-041-2/+2
| | | | Notes: svn path=/head/; revision=326264
* sysutils/libfvde: Update MASTER_SITES to fix fetch 404Kubilay Kocak2013-09-041-1/+1
| | | | | | | | | | | - Update MASTER_SITES since Google Code download service is 404 [1] [1] http://google-opensource.blogspot.com/2013/05/a-change-to-google-code-download-service.html Reported by: pkg-fallout Notes: svn path=/head/; revision=326263
* Update to 0.18.Anton Berezin2013-09-042-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/Net-Abuse-Utils/Changes Notes: svn path=/head/; revision=326262
* 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
* Fix build without libstdc++Baptiste Daroussin2013-09-041-0/+1
| | | | Notes: svn path=/head/; revision=326260
* 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
* Add an explicit dependency upon pkg-config (USES+=pkgconfig)Boris Samorodov2013-09-046-2/+6
| | | | | | | | | uncovered by an exp libiconv -> inconv swith. Approved by: portmgr (implicit) Notes: svn path=/head/; revision=326258
* - convert to the new perl5 frameworkAndrej Zverev2013-09-0419-19/+36
| | | | | | | Approved by: portmgr (bapt@, blanket) Notes: svn path=/head/; revision=326257