summaryrefslogtreecommitdiff
path: root/editors (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix build with new libexttextcatBaptiste Daroussin2012-07-161-0/+11
| | | | | | | Submitted by: Olivier Smedts <olivier@gid0.org> (via ports@) Notes: svn path=/head/; revision=300937
* Fix exttextcat new library name detectionBaptiste Daroussin2012-07-161-1/+1
| | | | Notes: svn path=/head/; revision=300935
* - update libexttextcat to 3.3.1Baptiste Daroussin2012-07-161-1/+1
| | | | | | | - chase library name change Notes: svn path=/head/; revision=300926
* - Do not create empty .keep files on empty directries. This causes unexpectedJung-uk Kim2012-07-141-5/+6
| | | | | | | | | | | crash because it is trying to mmap(2) an empty file as a Calc add-in. [1] Just use mkdir(1) to create the empty directories instead. - Use system clang by default where the clang regression is fixed (r238429). PR: ports/169837 [1] Notes: svn path=/head/; revision=300889
* - Chase x11-toolkits/fox16 shlib version bumpPietro Cerutti2012-07-131-1/+1
| | | | | | | - Bump PORTREVISION Notes: svn path=/head/; revision=300823
* Remove a superfluous "-x c++" option for clang-cpp. clang-cpp automaticallyJung-uk Kim2012-07-111-1/+1
| | | | | | | adds it by guessing language type from the file extension. Notes: svn path=/head/; revision=300777
* - Construct CPP and CXXCPP from the existing variables.Jung-uk Kim2012-07-111-4/+5
| | | | | | | | - Pass CXXCPP as an environment variable for the configure script as it is only useful there at the moment. Actually, ports infrastructure ignores it. Notes: svn path=/head/; revision=300745
* - Add comments to note a clang bug and and the patched revision.Jung-uk Kim2012-07-104-37/+39
| | | | | | | | | | | | | - Add a knob WITH_SYSTEM_CLANG to force build with clang from base system. This is very useful when the user has patched the system clang, i.e., contrib/llvm/tools/clang/lib/Sema/SemaDeclCXX.cpp. - Temporarily disable -Wshadow and -Wunused-parameter. These options caused too many warnings for system boost and made it really hard to debug problems. - Remove temporary clang++ options, which are no longer necessary. - Remove a duplicate patch for solenv/gbuild/platform/com_GCC_defs.mk. Notes: svn path=/head/; revision=300743
* Use COPYTREE_SHARE instead of CP -RChris Rees2012-07-091-2/+2
| | | | | | | PR: ports/169322 Notes: svn path=/head/; revision=300692
* - Update to 3.1.20Frederic Culot2012-07-082-5/+5
| | | | | | | | | Changes: https://www.mirbsd.org/jupp.htm#clog PR: ports/169705 Submitted by: Grzegorz Blach <magik@roorback.net> (maintainer) Notes: svn path=/head/; revision=300620
* Fix build on i386.Alex Dupre2012-07-065-3/+115
| | | | | | | | Fix build with clang from ports. Fix build when KDE4 option is enabled. Notes: svn path=/head/; revision=300562
* Add USE_CSTD=gnu89 to fix linking when building with clangPawel Pekala2012-07-052-0/+2
| | | | Notes: svn path=/head/; revision=300524
* Support system libraries for apr, apr-util, serf, coinmp.Maho Nakata2012-07-051-1/+9
| | | | | | | | | cf. https://issues.apache.org/ooo/show_bug.cgi?id=118906 Reported by: pfg@ Notes: svn path=/head/; revision=300517
* - Update Calligra to 2.4.3.Alberto Villa2012-07-0519-37/+36
| | | | | | | | | | - Add Japanese localization. This release contains a number of important bug fixes to 2.4.2: http://www.calligra.org/news/calligra-2-4-3-released Notes: svn path=/head/; revision=300506
* * update to svn 1356713.Maho Nakata2012-07-053-9/+23
| | | | | | | | | * use system fonts instead of internal ones[1] Submitted by: pfg@ [1] Notes: svn path=/head/; revision=300504
* - Fix explicit use of unzipAlex Kozlov2012-07-043-3/+3
| | | | | | | | PR: ports/153429 Approved by: office@ (crees) Notes: svn path=/head/; revision=300463
* - Switch dependency from postgresql-libpqxx30 to postgresql-libpqxx3.Alberto Villa2012-07-031-3/+3
| | | | | | | - Bump PORTREVISION. Notes: svn path=/head/; revision=300436
* - Clang from ports doesn't install clang-cpp, use clang++ -E / clang -E for ↵Dima Panov2012-07-021-2/+2
| | | | | | | | | | preprocessor No cookies to: bapt :) Pointed by: Yamagi on #bsdports Notes: svn path=/head/; revision=300391
* Use clang from localbase not the one found in pathBaptiste Daroussin2012-07-021-4/+4
| | | | Notes: svn path=/head/; revision=300377
* Unconditionnaly force clang from ports which by default is build withoutBaptiste Daroussin2012-07-021-13/+13
| | | | | | | | | | | assertion. If llvm/clang is build with assertion then the build crashes Reported by: Yamagi Burmeister <lists@yamagi.org> Notes: svn path=/head/; revision=300376
* - The FreeBSD Office team is proud to announce LibreOffice.org 3.5.4 releaseDima Panov2012-07-0188-257/+257
| | | | | | | | | | | for FreeBSD platform! Now with system boost-1.48 support and powered by clang-3.1 by default Dima, behalf of FreeBSD Office team Notes: svn path=/head/; revision=300307
* - Remove SITE_PERL from *_DEPENDSAndrej Zverev2012-06-301-5/+5
| | | | | | | Approved by: portmgr@ (bapt@) Notes: svn path=/head/; revision=300239
* - Move to OPTIONSngRenato Botelho2012-06-291-12/+14
| | | | | | | - Pet portlint Notes: svn path=/head/; revision=300228
* - Remove SITE_PERL from *_DEPENDSAndrej Zverev2012-06-293-5/+5
| | | | | | | Approved by: portmgr@ (bapt@) Notes: svn path=/head/; revision=300219
* - Detect eigen2 by checking for .pc file, not min. port version.Alberto Villa2012-06-271-2/+2
| | | | | | | | | | If a user had eigen3 installed, but not eigen2, the min. port version check would not differentiate between the two. Submitted by: Jason E. Hale <bsdkaffee at gmail.com> via area51 Notes: svn path=/head/; revision=300056
* - reset MAINTAINERDirk Meyer2012-06-262-2/+2
| | | | Notes: svn path=/head/; revision=299982
* - Add alsalib to USE_LINUX_APPSPietro Cerutti2012-06-251-3/+3
| | | | | | | | | - Fix DESKTOP entry Reported by: dougb Notes: svn path=/head/; revision=299937
* - Remove hardcoded CC [1] and PREFIXAlex Kozlov2012-06-202-7/+7
| | | | | | | | | | | - Remove pkg-plist PR: ports/168648 [1] Submitted by: Sevan Janiyan <venture37@geeklan.co.uk> Approved By: maintainer (timeout, 14 days), eadler, itetcu (mentors, implicit) Notes: svn path=/head/; revision=299675
* - Update to 4.0.5589Pietro Cerutti2012-06-195-16/+42
| | | | | | | | Changes: see README at http://sf.net/projects/codelite/files/Releases/codelite-4.0 Notes: svn path=/head/; revision=299622
* Bump PORTREVISION to reflect name change from devel/bazaar-ng --> devel/bzrCarlo Strub2012-06-171-2/+2
| | | | Notes: svn path=/head/; revision=299513
* Convert to new options frameworkJohan van Selst2012-06-161-3/+5
| | | | Notes: svn path=/head/; revision=299407
* Update to Vim 7.3 patchlevel 556.David E. O'Brien2012-06-152-1/+37
| | | | Notes: svn path=/head/; revision=299365
* KDE/FreeBSD team presents KDE SC 4.8.4, probably the last release in 4.8.x ↵Max Brazhnikov2012-06-143-3/+8
| | | | | | | | | series. Official announcement: http://kde.org/announcements/announce-4.8.4.php Notes: svn path=/head/; revision=299269
* Convert to new options frameworkBaptiste Daroussin2012-06-124-31/+31
| | | | Notes: svn path=/head/; revision=299103
* - Re-order LICENSE and LICENSE_COMB to make Portlint happyGanael LAPLANCHE2012-06-111-7/+9
| | | | | | | - Switch to OptionsNg Notes: svn path=/head/; revision=299018
* - mark DEPRECATEDDirk Meyer2012-06-101-1/+4
| | | | | | | - reset MAINTAINER Notes: svn path=/head/; revision=298957
* - mark DEPRECATEDDirk Meyer2012-06-101-1/+4
| | | | | | | - reset MAINTAINER Notes: svn path=/head/; revision=298950
* Don't support pre 7.1 anymore.Eitan Adler2012-06-102-10/+0
| | | | Notes: svn path=/head/; revision=298945
* Finish converting to optionng while here the dependency selection by languageBaptiste Daroussin2012-06-091-1/+1
| | | | | | | Reported by: Dominic Fandrey <kamikaze@bsdforen.de> Notes: svn path=/head/; revision=298880
* - Update to version 33.1.0Alexey Dokuchaev2012-06-092-5/+4
| | | | | | | | | - Remove hardcoded ABI version from LIB_DEPENDS Approved by: davide (maintainer; implicit due to inactivity) Notes: svn path=/head/; revision=298879
* - fix build with gnustep 1.24.0Dirk Meyer2012-06-091-0/+10
| | | | Notes: svn path=/head/; revision=298840
* Upgrade graphics/vigra from 1.7.1 to 1.8.0Vasil Dimov2012-06-083-2/+3
| | | | | | | | PR: ports/168833 Submitted by: fluffy@ Notes: svn path=/head/; revision=298758
* update to svn 1347855.Maho Nakata2012-06-082-6/+5
| | | | Notes: svn path=/head/; revision=298734
* allow gconf2 and gnomevfs2 to be optional.Maho Nakata2012-06-082-2/+34
| | | | | | | | PR: 168781 Submitted by: scf@ Notes: svn path=/head/; revision=298718
* - Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4Martin Wilke2012-06-0613-26/+14
| | | | | | | Review by: bapt, David Naylor (kde team) Notes: svn path=/head/; revision=298557
* - Install missing iconsSylvio Cesar Teixeira2012-06-052-4/+70
| | | | | | | | | | - New OptionsNG PR: ports/168600 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Notes: svn path=/head/; revision=298530
* Update to Vim 7.3 patchlevel 538.David E. O'Brien2012-06-052-2/+46
| | | | Notes: svn path=/head/; revision=298493
* Remove SITE_PERL from *_DEPENDSBaptiste Daroussin2012-06-051-1/+1
| | | | Notes: svn path=/head/; revision=298465
* Correct CONFLICTS for vim-lite slave port.David E. O'Brien2012-06-051-0/+4
| | | | Notes: svn path=/head/; revision=298405
* - use libgifDirk Meyer2012-06-032-9/+27
| | | | | | | - fix build with pnng 1.5.10 Notes: svn path=/head/; revision=298069