aboutsummaryrefslogtreecommitdiff
path: root/editors
Commit message (Collapse)AuthorAgeFilesLines
* - Add explicit dependency on pkgconfigGuido Falsi2013-09-051-2/+2
| | | | | | | | | - While here, convert to new LIB_DEPENDS format Approved by: portmgr (bapt) Notes: svn path=/head/; revision=326375
* Introduce ICONV_CONFIGURE_ARG variable defined at Uses/iconv.mk.Boris Samorodov2013-09-043-4/+4
| | | | | | | | | | | 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
* - Make ports use the libc provided iconv implementation on 10-CURRENTGuido Falsi2013-09-043-3/+3
| | | | | | | | | | | | | 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
* - Update to 1.91Thomas Abthorpe2013-09-042-3/+3
| | | | | | | | PR: ports/181476 Submitted by: James Bailie <jimmy@mammothcheese.ca> (maintainer) Notes: svn path=/head/; revision=326236
* Add an explicit dependency on pkgconfBaptiste Daroussin2013-09-035-22/+8
| | | | Notes: svn path=/head/; revision=326137
* Add an explicit dependency on pkgconfBaptiste Daroussin2013-09-031-1/+1
| | | | Notes: svn path=/head/; revision=326133
* Add an explicit dependency on pkgconfBaptiste Daroussin2013-09-031-7/+2
| | | | Notes: svn path=/head/; revision=326132
* Add an explicit dependency on pkgconfBaptiste Daroussin2013-09-031-1/+1
| | | | Notes: svn path=/head/; revision=326129
* Add an explicit dependency on pkgconfBaptiste Daroussin2013-09-033-4/+3
| | | | Notes: svn path=/head/; revision=326122
* Add an explicit dependency on pkgconfBaptiste Daroussin2013-09-021-1/+1
| | | | Notes: svn path=/head/; revision=326105
* Add an explicit dependency on pkgconfBaptiste Daroussin2013-09-021-2/+1
| | | | Notes: svn path=/head/; revision=326090
* Add an explicit dependency on pkgconfBaptiste Daroussin2013-09-021-1/+1
| | | | Notes: svn path=/head/; revision=326088
* Two imake related changes:Tijl Coosemans2013-09-021-2/+1
| | | | | | | | | | | | | | | | | | | | | | | 1) Move -a from XMKMF command variable to a new XMKMF_ARGS variable. For ports that don't need -a introduce USES=imake:notall. This way ports no longer have to redefine XMKMF. 2) xmkmf -a runs imake with the flags in IMAKECPPFLAGS as extra arguments to set CPP, CC and CXX. This creates the top Makefile, and then xmkmf runs make Makefiles. This Makefiles target runs imake for each subdirectory but these imake invocations did not have the flags from IMAKECPPFLAGS so the resulting makefiles used the wrong C preprocessor when clang is used (/usr/bin/cpp instead of /usr/local/bin/tradcpp). Instead of letting xmkmf pass IMAKECPPFLAGS from the environment to imake let imake handle IMAKECPPFLAGS itself just like it handles IMAKEINCLUDE. This exposed configure errors in x11-clocks/mouseclock and x11-wm/fvwm. Approved by: portmgr (bapt) Notes: svn path=/head/; revision=325992
* Convert USE_GNOME=pkgconfig to USES=pkgconfigBaptiste Daroussin2013-09-011-9/+2
| | | | | | | Convert USE_GMAKE to USES=gmake Notes: svn path=/head/; revision=325931
* - Mark BROKEN, fails checksumBryan Drewery2013-08-311-0/+2
| | | | Notes: svn path=/head/; revision=325766
* - Fix with bmakeBryan Drewery2013-08-301-1/+1
| | | | Notes: svn path=/head/; revision=325675
* Fix mismatched {}Maho Nakata2013-08-301-1/+1
| | | | | | | | PR: 181667 Submitted by: Katsuyuki Miyoshi <katsu@miyoshi.matsuyama.ehime.jp> Notes: svn path=/head/; revision=325663
* - Bump PORTREVISION on ports that (might) depend on x11-toolkits/fox17Pietro Cerutti2013-08-291-1/+1
| | | | | | | | Although the shlib version wasn't bumped, some ABI changes require applications linked against fox17 to be rebuilt. Notes: svn path=/head/; revision=325571
* - Use single space after WWW:Sunpoet Po-Chuan Hsieh2013-08-291-1/+1
| | | | Notes: svn path=/head/; revision=325559
* - Disconnect ports removed in r325546Bryan Drewery2013-08-291-1/+0
| | | | Notes: svn path=/head/; revision=325558
* Update to latest GNUstep core libraries.David Chisnall2013-08-284-102/+0
| | | | | | | | | | | | | | Update dependent packages with more recent releases. Remove old and bit-rotted ones. Switch to using clang 3.3 and libobjc2 1.7 by default, so modern Objective-C features work out of the box and remove a lot of configurable options for sub-optimal (and, often, unsupported / deprecated upstream) configurations. Take maintainership of GNUstep-related ports. Several of the ports left in have scary warnings which mean that they are likely broken in lots of cases. Future commits will fix them. Approved by: bapt Notes: svn path=/head/; revision=325546
* bsd.port.options.mk, needs to be placed before bsd.port.pre.mk.Maho Nakata2013-08-281-1/+1
| | | | | | | Submitted by: jgh@ Notes: svn path=/head/; revision=325497
* bsd.port.options.mk, needs to be placed before bsd.port.pre.mk.Maho Nakata2013-08-281-1/+1
| | | | | | | Submitted by: jgh@ Notes: svn path=/head/; revision=325496
* - Update to 3.1.25Grzegorz Blach2013-08-282-3/+3
| | | | | | | Approved by: crees, tabthorpe (mentors, implicit) Notes: svn path=/head/; revision=325495
* convert to USES, and adoption of optionsNG styling, add CCACHE as ↵Maho Nakata2013-08-272-11/+10
| | | | | | | | | | configurable option PR: 181574 Submitted by: jgh@ Notes: svn path=/head/; revision=325429
* update to svn 1517723.Maho Nakata2013-08-278-316/+185
| | | | | | | | | some cleanups [1]. PR: 181574 Notes: svn path=/head/; revision=325427
* Update math/gsl to 1.16 and adjust some dependent portsBrendan Fabeny2013-08-261-1/+1
| | | | Notes: svn path=/head/; revision=325401
* Update (branching) Apache OpenOffice 4.0.0 portMaho Nakata2013-08-261-0/+1
| | | | Notes: svn path=/head/; revision=325371
* Update (branching) Apache OpenOffice port to 4.0.0.Maho Nakata2013-08-2619-0/+1547
| | | | Notes: svn path=/head/; revision=325370
* Re-apply r324851 for the port. It was accidentally reverted in r325230.Jung-uk Kim2013-08-221-1/+1
| | | | Notes: svn path=/head/; revision=325232
* Update to 4.0.5.Jung-uk Kim2013-08-22100-332/+442
| | | | Notes: svn path=/head/; revision=325230
* Upgrade to 2013.23.Thierry Thomas2013-08-193-16/+6
| | | | | | | Changelog at <http://towo.net/mined/changes.html>. Notes: svn path=/head/; revision=325005
* Replace USE_GCC=4.6+ and USE_GCC=4.4+ by USE_GCC=yes.Gerald Pfeifer2013-08-173-3/+3
| | | | | | | | | | | | | | | | | Right now this is a noop in the former case and a noop in the latter case unless lang/gcc44 has been installed explicitly. This puts a bit more emphasis on standardizing on a canonical version "current" GCC and makes it easier to update that canonical version by changing the default in Mk/bsd.gcc.mk and updating the lang/gcc port. That is, USE_GCC=yes means "use a decent/modern version of GCC" without having to worry about details. Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324851
* - Remove MAKE_JOBS_SAFE variableAlex Kozlov2013-08-1429-29/+0
| | | | | | | Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324744
* - Fix build with clangPietro Cerutti2013-08-074-6/+70
| | | | Notes: svn path=/head/; revision=324353
* - update to 5.1.0, attach gplv2 licenseJason Helfman2013-08-074-15/+32
| | | | | | | | | | | - pass maintainership to submitter - properly support DOCS (instscript no longer required) PR: 181009 Submitted by: danilogondolfo@gmail.com Notes: svn path=/head/; revision=324330
* editors/openoffice-*: bump PORTREVISIONWilliam Grzybowski2013-08-052-4/+4
| | | | | | | | | - CoinMP has been updated Submitted by: Pedro Giffuni <giffunip tutopia.com> Notes: svn path=/head/; revision=324278
* - Convert to new perl frameworkAndrej Zverev2013-08-041-2/+2
| | | | Notes: svn path=/head/; revision=324231
* - Convert to new perl frameworkAndrej Zverev2013-08-042-4/+4
| | | | | | | Approved by: bapt@ (office@) Notes: svn path=/head/; revision=324225
* - Convert to new perl frameworkMathieu Arnold2013-08-031-2/+2
| | | | | | | - Remove MAKE_JOBS_SAFE=yes, it's the default. Notes: svn path=/head/; revision=324191
* - Convert to new perl frameworkAndrej Zverev2013-08-033-3/+3
| | | | | | | - Trim Makefile header Notes: svn path=/head/; revision=324181
* - Convert to new perl frameworkMathieu Arnold2013-08-021-2/+2
| | | | | | | - Trim Makefile header Notes: svn path=/head/; revision=324175
* - Convert to new perl frameworkMathieu Arnold2013-08-021-6/+3
| | | | | | | | - Trim Makefile header - Remove MAKE_JOBS_SAFE=yes, it's the default. Notes: svn path=/head/; revision=324174
* Fix plist (reported by portbuild & poudriere)Antoine Brodin2013-07-311-0/+1
| | | | Notes: svn path=/head/; revision=324042
* Fix dependency on gettextBaptiste Daroussin2013-07-291-1/+1
| | | | Notes: svn path=/head/; revision=323932
* KDE3 and QT3 expired on 2013-07-01, remove these ports.Rene Ladan2013-07-2639-3217/+0
| | | | | | | | | | | | | | | | | | | Unfortunately, this also affects some ports using QT3 as a GUI toolkit. Changes to infrastructure files: - bsd.kde.mk : obsolete, remove - bsd.qt.mk : note that a CONFLICTS_BUILD line can probably go after a while - CHANGES : document the removals from bsd.port.mk - KNOBS : remove KDE and QT (KDE4 and QT4 should be used instead) - MOVED : add the removed ports PR: ports/180745 Submitted by: rene Approved by: portmgr (bapt) Exp-run by: bapt Notes: svn path=/head/; revision=323748
* Remove MAKE_JOBS_SAFE which is now default.Emanuel Haupt2013-07-241-2/+0
| | | | Notes: svn path=/head/; revision=323578
* - Bump PORTREVISION after last commitDmitry Marakasov2013-07-221-1/+1
| | | | Notes: svn path=/head/; revision=323483
* - Fix timestamp display in file viewDmitry Marakasov2013-07-223-12/+12
| | | | | | | | | | | - Fix colors on some terminals - Add LICENSE PR: 180623 Submitted by: "r4721@tormail.org" <r4721@tormail.org> Notes: svn path=/head/; revision=323482
* - Update to 0.4.b954Martin Wilke2013-07-223-908/+4080
| | | | | | | | PR: 180701 Submitted by: ports fury Notes: svn path=/head/; revision=323473