aboutsummaryrefslogtreecommitdiff
path: root/editors
Commit message (Collapse)AuthorAgeFilesLines
* SSP support has been added to ports with WITH_SSP for i386 and amd64Bryan Drewery2013-09-201-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | on FreeBSD 10, and amd64 on earlier versions. SSP_UNSAFE is added to disable in a port if it fails to build, but this should only be used in rare circumstances such as kernel modules. Otherwise, the port may just be failing due to lack of respecting LDFLAGS. On FreeBSD 10, this uses an ldscript in /usr/lib/libc.so to pull in libssp_nonshared.a to address issues linking on i386 [1]. On earlier FreeBSD versions the WITH_SSP knob will add -lssp_nonshared to LDFLAGS on i386. This is not needed on amd64. However, several hundred ports do not currently respect LDFLAGS, so this support is disabled currently as it causes build failures if a dependency is looking for the stack_chk symbols. Many thanks to jlh@ for this as he had many years of patience in getting all of the necessary pieces [1][2] in. [1] http://svnweb.freebsd.org/base/head/lib/libc/libc.ldscript?revision=251668&view=markup PR: ports/138228 [2] Submitted by: jlh (bsd.ssp.mk based on) Reviewed by: bapt With hat: portmgr exp-runs done: 37 over a month on 91i386,91amd64,10i386,10amd64 Notes: svn path=/head/; revision=327697
* - Fix build on head with clang and libc++/libcxxrt. Note the patches wereJung-uk Kim2013-09-184-51/+560
| | | | | | | | | | | heavily inspired by several upstream patches and a crucial hint from tijl. - Remove a redundant compiler flag for MDDS. The GXX_INCLUDE_PATH variable was removed with STLport support and it seems it is not necessary any more. - Add an upstream patch. It may work around a potential compiler problem. - Convert to new LIB_DEPENDS format. Notes: svn path=/head/; revision=327589
* - Fix build with upcoming FOX 1.7.42Pietro Cerutti2013-09-181-0/+15
| | | | Notes: svn path=/head/; revision=327543
* Add an explicit dependency on pkgconfBaptiste Daroussin2013-09-183-4/+3
| | | | Notes: svn path=/head/; revision=327535
* Add an explicit dependency on pkgconfBaptiste Daroussin2013-09-181-1/+1
| | | | Notes: svn path=/head/; revision=327530
* Catch up with mdds 0.9.0.Jung-uk Kim2013-09-171-0/+11
| | | | Notes: svn path=/head/; revision=327493
* Convert to new perl frameworkBaptiste Daroussin2013-09-175-13/+7
| | | | Notes: svn path=/head/; revision=327459
* - Fix build with fox-1.7Pietro Cerutti2013-09-171-0/+2
| | | | Notes: svn path=/head/; revision=327456
* - Fix build after iconv change [1]Guido Falsi2013-09-132-4/+4
| | | | | | | | | | | | | | | | - Fix build with clang/libc++ ([2] for graphics/ipe) While here for databases/spatialite: - Trim Makefile headers - Remove check for unsupported FreeBSD versions Submitted by: marino [1] Reported by: swills, antoine [1] Submitted by: bsam [2] Approved by: portmgr (bapt, implicit) Notes: svn path=/head/; revision=327168
* Add a missing dependency on pkgconfBaptiste Daroussin2013-09-131-1/+1
| | | | Notes: svn path=/head/; revision=327152
* - convert to the new perl5 frameworkAndrej Zverev2013-09-121-2/+2
| | | | | | | | | - convert USE_GMAKE to Uses Approved by: portmgr (bapt@, blanket) Notes: svn path=/head/; revision=327088
* Fix usage of MAKE / GMAKE.Thierry Thomas2013-09-122-2/+2
| | | | | | | Notified by: danfe Notes: svn path=/head/; revision=327085
* Fix on -CURRENT.Thierry Thomas2013-09-121-0/+11
| | | | | | | Reported by: pkg-fallout Notes: svn path=/head/; revision=327061
* - Update scintilla and scite to 3.3.5Guido Falsi2013-09-122-3/+3
| | | | | | | | | | | - The update fixes build on recent head PR: ports/182014 Submitted by: me Approved by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer) Notes: svn path=/head/; revision=327053
* Reassign to the heap as maintainer no longer use FreeBSDBaptiste Daroussin2013-09-122-6/+6
| | | | | | | | | | While here: Use options helpers where possible Submitted by: Michael Brune <admin@mjbrune.org> (former maintainer via pkg-fallout) Notes: svn path=/head/; revision=327046
* Unbreake by reroll of ext packages. ActuallyMaho Nakata2013-09-122-5/+3
| | | | | | | | former archive misses some tarballs, and I added to avoid fetching while compiling. Notes: svn path=/head/; revision=327037
* Add an explicit dependency on pkgconfAntoine Brodin2013-09-101-1/+1
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=326934
* - convert to the new perl5 frameworkAndrej Zverev2013-09-104-19/+10
| | | | | | | | | - trim Makefile header Approved by: portmgr (bapt@, blanket) Notes: svn path=/head/; revision=326904
* - Update to 1.92Thomas Abthorpe2013-09-102-3/+3
| | | | | | | | PR: ports/181805 Submitted by: James Bailie <jimmy@mammothcheese.ca> (maintainer) Notes: svn path=/head/; revision=326861
* editors/tea: update to 36.0.3William Grzybowski2013-09-072-5/+11
| | | | | | | | | | | | - Update to 36.0.3 - Convert to new LIB_DEPENDS format - Add DOCS option PR: ports/181903 Submitted by: Danilo Egêa Gondolfo <danilogondolfo gmail.com> (maintainer) Notes: svn path=/head/; revision=326627
* Add an explicit dependency on pkgconfBaptiste Daroussin2013-09-062-2/+2
| | | | Notes: svn path=/head/; revision=326491
* - 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