summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Update to 0.5.0.Jung-uk Kim2015-02-203-8/+7
| | | | Notes: svn path=/head/; revision=379466
* Update from 4.0.2.1 to 4.0.3.2 released on yesterday:Mikhail Teterin2015-02-202-3/+3
| | | | | | | http://permalink.gmane.org/gmane.linux.terminal-server.x2go.announce/159 Notes: svn path=/head/; revision=379465
* - update MASTER_SITEJason Helfman2015-02-201-4/+4
| | | | | | | | | - update dependency, python version Reported by: koobs Notes: svn path=/head/; revision=379464
* Add missing dependency to sudoGanael LAPLANCHE2015-02-201-1/+3
| | | | Notes: svn path=/head/; revision=379463
* Update to rc4.Brooks Davis2015-02-204-10/+10
| | | | Notes: svn path=/head/; revision=379462
* Update toversion 20140915Pawel Pekala2015-02-202-3/+3
| | | | | | | | PR: 197397 Submitted by: mark@foster.cc (maintainer) Notes: svn path=/head/; revision=379461
* Update to version 20150206Pawel Pekala2015-02-202-3/+3
| | | | | | | | PR: 197392 Submitted by: Nikolai Lifanov <lifanov@mail.lifanov.com> (maintainer) Notes: svn path=/head/; revision=379460
* - over to new maintainerJason Helfman2015-02-201-4/+1
| | | | | | | Reported by: cpet (via irc) Notes: svn path=/head/; revision=379459
* Update to 0.12.0.Jung-uk Kim2015-02-202-3/+3
| | | | Notes: svn path=/head/; revision=379458
* Update to version 20150130Pawel Pekala2015-02-202-4/+4
| | | | | | | | PR: 197303 Submitted by: Koichiro IWAO <meta+ports@vmeta.jp> (maintainer) Notes: svn path=/head/; revision=379457
* - back to the heapJason Helfman2015-02-201-2/+2
| | | | Notes: svn path=/head/; revision=379456
* science/paraview: No, it's still brokenJohn Marino2015-02-201-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | A while back, the happily building paraview stopped building because libGL was updated. The other ports that suffered breakage for the same reasons were updated to the latest API. Paraviews libGL callouts were never fixed, so this port never should not have had it's BROKEN definition removed as it was not fixed despite the claim. It's still breaking on all platforms including DragonFly on clang, gcc47 and gcc50. Errors from FreeBSD look like: In file included from /wrkdirs/usr/ports/science/paraview/work/ParaView- v4.1.0/VTK/Rendering/OpenGL/vtkXOpenGLRenderWindow.cxx:31: In file included from /usr/local/include/GL/glx.h:333: /usr/local/include/GL/glxext.h:480:143: error: unknown type name 'GLintptr' typedef void ( *PFNGLXCOPYBUFFERSUBDATANVPROC) (Display *dpy, GLXContext readCtx, GLXContext writeCtx, GLenum readTarget, GLenum writeTarget, GLintptr readOffset, GLintptr writeOffset, GLsizeiptr size); typedef void ( *PFNGLXCOPYBUFFERSUBDATANVPROC) (Display *dpy, GLXContext readCtx, GLXContext writeCtx, GLenum readTarget, GLenum writeTarget, GLintptr readOffset, GLintptr writeOffset, GLsizeiptr size); /usr/local/include/GL/glxext.h:480:186: error: unknown type name 'GLsizeiptr'; did you mean 'GLsizei'? typedef void ( *PFNGLXCOPYBUFFERSUBDATANVPROC) (Display *dpy, GLXContext readCtx, GLXContext writeCtx, GLenum readTarget, GLenum writeTarget, GLintptr readOffset, GLintptr writeOffset, GLsizeiptr size); Notes: svn path=/head/; revision=379455
* - Update to version 2.5.2 [1]Pawel Pekala2015-02-202-8/+5
| | | | | | | | | | | - Remove GH_PROJECT, GH_TAGNAME - they are set to correct values by ports framework by default PR: 197292 [1] Submitted by: lapo@lapo.it (maintainer) [1] Notes: svn path=/head/; revision=379454
* www/tengine: multiple fixesBartek Rutkowski2015-02-204-71/+73
| | | | | | | | | | | | | - Fix building issue when using custom port options - Fix problem with agentzh modules moved by upstream to openresty repo - Convert to @dir usage - Add LICENSE FILE - Pet portlint PR: 196002 Notes: svn path=/head/; revision=379453
* Improve previous commit: Fix unused bug and disable Werror while hereTilman Keskinoz2015-02-202-1/+17
| | | | | | | Suggested by: marino Notes: svn path=/head/; revision=379452
* - Update to 1.9.17Nicola Vitale2015-02-202-13/+12
| | | | Notes: svn path=/head/; revision=379451
* - One more fix for i386 assembly.Vsevolod Stakhov2015-02-202-0/+12
| | | | | | | - Bump revision (package is changed). Notes: svn path=/head/; revision=379450
* Fix directory creation so that a armv6-unknown-freebsd directory is createdSean Bruno2015-02-201-2/+8
| | | | | | | | | | | instead of an arm-unkonwn-freebsd to be friendlier with freebsd pkg tools. PR: 197581 Submitted by: mikael.urankar@gmail.com Approved by: tphilipp@potion-studios.com (maintainer) Notes: svn path=/head/; revision=379449
* - Update to version 1.4.3 [1]Pawel Pekala2015-02-202-6/+5
| | | | | | | | | | | - Convert to USES=execinfo PR: 197254 [1] Submitted by: lightside@gmx.com [1] Approved by: maintainer timeout Notes: svn path=/head/; revision=379448
* Remove Werror to allow compilation with latest clangTilman Keskinoz2015-02-201-0/+3
| | | | | | | PR: 196460 Notes: svn path=/head/; revision=379447
* Support non default ports path.Pawel Pekala2015-02-201-1/+4
| | | | | | | | | PR: 194423 Submitted by: myself Approved by: maintainer timeout (4 months), trivial - just fix it Notes: svn path=/head/; revision=379446
* Add -Wno-unused to prevent Werror from triggering with gcc48Tilman Keskinoz2015-02-201-1/+2
| | | | | | | | PR: 197284 Submitted by: dewayne@heuristicsystems.com.au Notes: svn path=/head/; revision=379445
* Update to version 5.9.1Pawel Pekala2015-02-202-3/+3
| | | | | | | | | --- 5.9.1 2015/02/06 Fix 0 ptr reference for OPAC records from XML YAZ-822 Notes: svn path=/head/; revision=379444
* - Use USES=twistedSunpoet Po-Chuan Hsieh2015-02-201-3/+2
| | | | | | | With hat: python Notes: svn path=/head/; revision=379443
* - Use USES=twistedSunpoet Po-Chuan Hsieh2015-02-202-6/+3
| | | | | | | | | - While I'm here, use single space after WWW: With hat: python Notes: svn path=/head/; revision=379442
* - Use USES=twistedSunpoet Po-Chuan Hsieh2015-02-202-5/+6
| | | | | | | | | | | | - While I'm here: - Add LICENSE [1] - Use single space after WWW: With hat: python Approved by: portmgr (blanket) [1] Notes: svn path=/head/; revision=379441
* - Update to 2.12.2Sunpoet Po-Chuan Hsieh2015-02-202-3/+3
| | | | | | | Changes: https://github.com/guard/guard/releases Notes: svn path=/head/; revision=379440
* - Update to 1.29.0Sunpoet Po-Chuan Hsieh2015-02-202-3/+3
| | | | | | | Changes: https://github.com/fog/fog-core/blob/master/changelog.md Notes: svn path=/head/; revision=379439
* - Update to 0.08726Sunpoet Po-Chuan Hsieh2015-02-202-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/PkgConfig/Changes Notes: svn path=/head/; revision=379438
* Drop MaintainershipTilman Keskinoz2015-02-201-1/+1
| | | | | | | | PR: 197402 Submitted by: Timothy Beyer Notes: svn path=/head/; revision=379437
* x11/eaglemode: set make enviroment for do-build targetJohn Marino2015-02-201-1/+2
| | | | | | | | | PR: 197848 Submitted by: marino Approved by: maintainer (amdmi3) Notes: svn path=/head/; revision=379436
* - Bring back lost patch to fix memory usage calculationsRyan Steinmetz2015-02-202-1/+12
| | | | | | | | | - Bump PORTREVISION PR: 148339 Notes: svn path=/head/; revision=379435
* x11-themes/thewidgetfactory: #include <string.h>John Marino2015-02-201-0/+10
| | | | Notes: svn path=/head/; revision=379434
* Switch default PHP version to 5.6.x.Alex Dupre2015-02-2011-10/+27
| | | | | | | | | | | | - Update PHP 5.4 to 5.4.38 release - Update PHP 5.5 to 5.5.22 release - Update PHP 5.6 to 5.6.6 release PR: 195604 Approved by: portmgr Notes: svn path=/head/; revision=379433
* audio/slv2: Set the make environment on the do-build targetJohn Marino2015-02-201-5/+7
| | | | | | | While here, unmask all the build and install commands. Notes: svn path=/head/; revision=379432
* deskutils/treesheets: make environment was not set in build targetJohn Marino2015-02-201-1/+1
| | | | | | | | | | | | | This port's makefile fails to set the make environment when it overrode the build target. Given that the 2-line build.sh script has to be patched in the post-configure target, the whole script should move to the port makefile. However, for now just set the make environment which fixes the build on DragonFly with gcc-5. Approved by: just-fix-it blanket Notes: svn path=/head/; revision=379431
* - Add LICENSEDmitry Marakasov2015-02-201-1/+6
| | | | | | | | - Fix shebangs - Add NO_ARCH Notes: svn path=/head/; revision=379430
* - Fix shebangsDmitry Marakasov2015-02-201-1/+2
| | | | Notes: svn path=/head/; revision=379429
* - Fix shebangsDmitry Marakasov2015-02-201-1/+3
| | | | | | | - Add NO_ARCH Notes: svn path=/head/; revision=379428
* - Add LICENSEDmitry Marakasov2015-02-201-1/+9
| | | | | | | | - Silence post-patch - Strip binary Notes: svn path=/head/; revision=379427
* - Add empty directory to plistDmitry Marakasov2015-02-202-1/+2
| | | | | | | - Clarify LICENSE Notes: svn path=/head/; revision=379426
* - Strip libraryDmitry Marakasov2015-02-201-0/+3
| | | | Notes: svn path=/head/; revision=379425
* - Update to 1.9.13TAKATSU Tomonari2015-02-204-54/+57
| | | | Notes: svn path=/head/; revision=379424
* devel/ptlib: Fix support for gcc-5John Marino2015-02-201-0/+14
| | | | | | | | | | | | | The ptlib port has a bug in a macro condition. The condition wants to include a different c++ header if GCC 4.1 or below is used. Since this compiler doesn't exist in ports and is ancient, I'm just going to remove the check rather than fix it. This change fixes the build for the upcoming gcc-5 release. Approved by: just-fix-it blanket Notes: svn path=/head/; revision=379423
* audio/ocp: Fix configure script to support gcc-5 (from upstream)John Marino2015-02-201-0/+11
| | | | | | | | | PR: 197813 Submitted by: marino Approved by: maintainer (ehaupt) Notes: svn path=/head/; revision=379422
* Update to 0.9.2Ganael LAPLANCHE2015-02-202-3/+3
| | | | Notes: svn path=/head/; revision=379421
* Update to 0.8.0Grzegorz Blach2015-02-203-11/+9
| | | | Notes: svn path=/head/; revision=379420
* - Update to 1.12.0Sunpoet Po-Chuan Hsieh2015-02-202-4/+4
| | | | | | | Changes: https://github.com/mongodb/mongo-ruby-driver/releases Notes: svn path=/head/; revision=379419
* - Update to 1.12.0Sunpoet Po-Chuan Hsieh2015-02-202-3/+5
| | | | | | | Changes: https://github.com/mongodb/bson-ruby/blob/master/CHANGELOG.md Notes: svn path=/head/; revision=379418
* - Update to 0.0.6Sunpoet Po-Chuan Hsieh2015-02-202-3/+3
| | | | | | | Changes: https://github.com/guard/notiffany/releases Notes: svn path=/head/; revision=379417