aboutsummaryrefslogtreecommitdiffstats
path: root/editors
Commit message (Collapse)AuthorAgeFilesLines
* - update to 1.0.7.21rm2014-02-135-3963/+4630
| | | | | | | | | | | | | | - fix build with clang - use new LIB_DEPENDS syntax - add LICENSE (GPLv3) - USE_GMAKE -> USES=gmake - use stage - removed post-install chown - workaround linking with clang (LLVM bug 13992) - replace share/TeXmacs with %%DATADIR%% in pkg-plist PR: 186679 Submitted by: Henry Hu <henry.hu.sh@gmail.com>
* Stage supportantoine2014-02-131-6/+3
|
* - Fix lua supportmiwi2014-02-122-2/+2
| | | | | | | PR: 185650 184588 Submitted by: Kenji Rikitake <kenji@k2r.org> Approved by: maintainer timeout
* According to the Porter's Handbook (5.12.2.3.) default options must be added toehaupt2014-02-105-0/+11
| | | | | | | | | | | OPTIONS_DEFINE. This policy has been implemented only recently that's why we have many ports violating this policy. This patch adds the default options specified in the Porter's Handbook to OPTIONS_DEFINE where they are being used. Ports maintained by gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded. Approved by: portmgr (bapt)
* - Fix manpage installationsunpoet2014-02-101-3/+3
| | | | | | PR: ports/186589 Submitted by: Kevin Zheng <kevinz5000@gmail.com> Pointyhat to: miwi
* - Convert USE_AUTOTOOLS=libtool to USES=libtool.johans2014-02-103-37/+12
| | | | | | | | - Fix build on FreeBSD 10 where libiconv isn't used. - Remove post-install. Not needed with staging. PR: ports/186592 Submitted by: tijl
* - Update to 7.4.169miwi2014-02-082-3/+121
| | | | | PR: based on 186120 Approved by: maintainer timeout
* Remove openoffice-3 all user should be considering using OpenOffice 4bapt2014-02-0729-1974/+0
| | | | | With hat: office@ Approved by: maho
* Chase boost and icu bumpbapt2014-02-077-6/+7
| | | | While here convert some LIB_DEPENDS
* - Stage supportmiwi2014-02-061-8/+5
|
* Support staging.ehaupt2014-02-062-19/+18
|
* editor/cooledit: Add dragonfly supportmarino2014-02-062-1/+12
|
* editors/textedit: Add dragonfly supportmarino2014-02-061-0/+23
|
* Update to a better patch for cosmetic reason.maho2014-02-051-3/+3
|
* Reset maintainer due to fatal bouncebdrewery2014-02-051-1/+1
| | | | | | Remote-MTA: dns; gmail-smtp-in.l.google.com Diagnostic-Code: smtp; 550-5.1.1 The email account that you tried to reach does not exist.
* remove unnecessary filemaho2014-02-051-19/+0
|
* Update to 1560773maho2014-02-055-10/+108
| | | | | https://cwiki.apache.org/confluence/display/OOOUSERS/Development+Snapshot+Builds Now we set USE_GCC to avoid gcc 4.2.1 (along with FBSD9) bug.
* - Stage supportmiwi2014-02-034-7/+3
|
* - Stage supportmiwi2014-02-031-3/+2
|
* Now we use system nss.maho2014-02-032-3/+49
|
* - Stage supportmiwi2014-02-034-8/+6
|
* - Update from 37.0.1 to 37.1.0danilo2014-02-032-3/+3
|
* - Stage supportmiwi2014-02-031-4/+2
|
* - Stage supportmiwi2014-02-021-4/+2
|
* - Stage supportmiwi2014-02-022-4/+5
|
* Replace KDE4 sharedmime with USES=shared-mime-info. KDE4 sharedmime ismakc2014-02-012-4/+5
| | | | | deprecated and will be removed along with switching KDE4_PREFIX to ${LOCALBASE} soon.
* Update maintainer email addressrodrigo2014-01-291-2/+2
| | | | Approved by: bapt@ (co-mentor)
* Support stagebapt2014-01-282-10/+9
| | | | | Use aspell-ispell instead of textproc/ispell USE_GMAKE -> USES=gmake
* Stage supportantoine2014-01-281-2/+2
|
* Support staging.ehaupt2014-01-271-5/+3
|
* Update to svn 1543006maho2014-01-272-7/+6
| | | | Suggested by: pfg@
* Support stagebapt2014-01-251-11/+10
|
* Support stagebapt2014-01-252-19/+16
|
* Support stagebapt2014-01-251-5/+3
|
* - Fix distinfo and WRKSRC, now that the distfile is fetched from githubgahr2014-01-242-4/+2
| | | | Reported by: John J. Rushford <jjr@alisa.org>
* - Update to 0.92gahr2014-01-232-9/+6
| | | | | - STAGE-clean - Convert to USES=gmake
* - Update to 5.4gahr2014-01-237-32/+89
| | | | Release notes: http://codelite.org/LiteEditor/ReleaseNotesCodeLite54
* Fixup props on patches.mat2014-01-233-3/+3
| | | | | With hat: portmgr Sponsored by: Absolight
* Fix buildmaho2014-01-223-0/+111
| | | | | PR: 185401 Submitted by: Jan Henrik Sylvester <me@janh.de>
* Fix properties on pkg-plistbapt2014-01-2215-15/+0
|
* - Fix llvm-devel include paths (broken after r332935 [1] [MFH]gahr2014-01-223-10/+19
| | | | | | | | | - Fix build on modern compilers [MFH] - STAGE-clean - Convert to new LIB_DEPENDS format - Convert to USES=dos2unix Reported by: John J. Rushford <jjr@alisa.org>
* Rename MANn to MANPAGEn in order to avoid a 'make check-sanity' warning.ehaupt2014-01-211-4/+4
|
* Support stagebapt2014-01-171-22/+11
|
* Fix some annoying formatting and style bugs so I can do more work on thisdanfe2014-01-174-95/+103
| | | | port, and modernize LIB_DEPENDS. Otherwise, no functional changes.
* Stagify; while using ${STAGEDIR} in INSTALL_PREFIX looks suspicious, itdanfe2014-01-171-10/+5
| | | | | is actually okay here, since this value is not referenced in the source code itself yet simplifies things for us (no patches needed).
* - Enable stagedir supportmva2014-01-171-24/+11
| | | | - minor non-functional OPTIONS cleanup
* editors/nvi-m17: Fix multibyte search on amd64, support stagemarino2014-01-166-117/+124
| | | | | | | | This commit enables multibyte search support on AMD64. Previous search attempts result in "Pattern not found". The origin for this fix is pkgsrc handled by a committer I know and trust. While here, support stage. PR: ports/182113
* Python cleanup:rene2014-01-141-1/+1
| | | | | | | - USE_PYTHON* = 2.X -> USE_PYTHON* = 2 - USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes Reviewed by: python (mva, rm) Approved by: portmgr-lurkers (mat)
* Switch to use lua 5.2bapt2014-01-111-5/+5
| | | | | While here change CONFLICTS into CONFLICTS_INSTALL which is what they really are Bump portrevision
* Stage supportantoine2014-01-082-3/+1
|
* Stage supportantoine2014-01-082-7/+5
|
* Stage supportantoine2014-01-082-10/+8
|
* - Stage supportantoine2014-01-082-4/+4
| | | | - USES gmake
* - Fix the man page installation. Install all files manually. The java ↵danilo2014-01-061-6/+15
| | | | installer seems not to respect the paths.
* - Fix the logic in updating emacs.desktop file, from the regression introducedashish2014-01-052-3/+3
| | | | | | | in r338450 PR: ports/185468 Submitted by: rakuco
* - Update from 5.2.6 to 5.2.7danilo2014-01-044-44/+40
| | | | | | | | | | - Add stage support while here - Convert some "if's" to options helpers PR: ports/185331 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
* - Update CONFLICTS, in accordance with PKGNAME changesashish2014-01-035-10/+13
| | | | Reported by: jgh
* Part 3 at removing now useless FETCH_ARGS redifitionbapt2014-01-031-1/+0
|
* Part 1 at removing now useless FETCH_ARGS redifitionbapt2014-01-031-1/+0
|
* - Remove unneeded RUBY_VERswills2014-01-031-1/+0
| | | | With hat: ruby@
* - Add PKGNAMESUFFIXashish2014-01-026-187/+444
| | | | | | | | | | | | | | | | - Add STAGE support - Use OptionsNG helpers - Rename X11TOOLKIT option to X11 - Add OPTIONS for emacs-nox11 slave - Install info manuals to their own directory to avoid conflicts[1][3][4] - Add a patch from upstream to fix building on non-X11 platforms[2] - Add a patch from upstream to fix building on 9.x and later platforms due to C11 support - Explicitly depend on GCC for i386 platforms, broken due to clang bug# 18171 - Mark port as MAKE_JOBS_SAFE PR: ports/183064[2], ports/181758[3], ports/179843[4] Reported by: Jay Borkenhagen <jayb at braeburn.org>[1]
* - Add STAGE supportashish2014-01-022-124/+88
| | | | | | | | | | | - Use OptionsNG helpers - Add PKGNAMESUFFIX - Remove LATEST_LINK - Rename X11TOOLKIT option to X11 - Move INSTALLS_ICONS to X11 block - Install info manuals to their own directory to avoid conflicts[1] Reported by: Jay Borkenhagen <jayb at braeburn.org>[1]
* - Add PKGNAMESUFFIXashish2014-01-021-5/+4
| | | | | - Remove LATEST_LINK - Remove ABI versions from LIB_DEPENDS
* - Add PKGNAMESUFFIXashish2014-01-021-5/+4
| | | | | - Remove LATEST_LINK - Remove ABI versions from LIB_DEPENDS
* - rename AL2 to APACHE20 in Mk/bsd.licenses.db.mkohauer2013-12-313-6/+6
| | | | | | | | | | | | | | - svn move Templates/Licenses/AL2 Templates/Licenses/APACHE20 - add APACHE10 and APACHE11 to Mk/bsd.licenses.db.mk - add entry in UPDATING - bulk change all ports AL2 => APACHE20 - math/openfst/pkg-plist: remove share/licenses/openfst-1.3.4 PR: ports/184785 Submitted by: ohauer Reviewed by: tabthorpe Approved by: portmgr (tabthorpe@)
* Enable stage supportjohans2013-12-292-17/+18
|
* - Enable STAGE supportjohans2013-12-292-4/+11
| | | | | - Strip installed binary - Bump PORTREVISION
* editors/beav: Unbreak after staging support attemptmarino2013-12-282-3/+5
| | | | | | | | | | After recent commits, beav was broken on every platform for a couple of reasons. Primarily the Makefile had a bug in it, so it was unexecutable. Secondly, the "man page fix" was done in ${STAGEDIR} using sed -i, causing the resultant .bak file to also be installed, or at least orphaned. Poudriere caught that issue. While here, add DragonFly support.
* Update poppler to 0.24.4.kwm2013-12-289-7/+13
| | | | | | | | | Update comment. Use new LIB_DEPENDS syntax, use USES=pathfix. Stagify. Bump portrevision of all affected ports, and Update poppler* LIB_DEPENDS to new syntax.
* - Support STAGEjadawin2013-12-271-3/+1
|
* Stagify, dismiss USE_GMAKE, utilize some helper knobs. No functional changes.danfe2013-12-252-30/+23
|
* Update freetype to 2.5.2.kwm2013-12-251-0/+11
| | | | | | | | | | | | | | Remove patch to add -I/usr/local/include in freetype-config --cflags. If ports need extra headers they should look for them, and not get them via a side-effect. Freetype had a header resuffle in 2.5.1, patch ports to use the new header style. Thanks go to bdrewery for the two exp-runs and rakuco for helping me with some troublesome cmake ports. PR: ports/184587
* Fix buildcrees2013-12-231-1/+1
| | | | Approved by: maintainer timeout (acm, 50 days)
* - Fix build on -currentpawel2013-12-213-41/+48
| | | | | | | | - Support desktop-file-utils - Strip textroom binary PR: ports/184893 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
* - Update to 3.1.26gblach2013-12-212-3/+3
|
* Fix build after gtk updatebapt2013-12-181-3/+3
|
* - Update Calligra Suite to 2.7.5.avilla2013-12-1766-413/+572
| | | | | | | | | | | | - Require a new compiler to build Calligra. - Make GTL really an option in Calligra. - STAGEify. - Use OPTIONS helpers. - Set NO_ARCH for translation ports. - Add translation port for Intelingua. Calligra 2.7 release notes: http://www.calligra.org/news/calligra-2-7-released
* Use setuptools for all Python ports.wg2013-12-161-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | Setuptools is the preferred method to manage Python distributions after many changes to the packaging ecosystem over the past couple of years. Only ports using USE_PYDISTUTILS= yes are affected by this commit, ports using USE_PYDISTUTILS= easy_install remains the same however this usage is now deprecated and should be converted to USE_PYDISTUTILS= yes. Some Python distributions do not work with setuptools out of the box because they extend the install command from distutils and not setuptools, and so they need to be patched accordingly. pip (which leverages setuptools) works around the issue by using eggs, however we want to get rid of those as well, as support for "flat" installation is unavailable or has other issues associated with it. This work allows us to unify how python packages are built, ensure that Python distributions are installed consistently, reduces complexity for Python port maintainers and paves the way for simplifying the Python ports framework in the future. With hat on: python Reviewed by: koobs, antoine Exp-run: bdrewery Approved by: bdrewery (portmgr)
* Man page fix.naddy2013-12-132-3/+12
| | | | Submitted by: Jeremie Courreges-Anglas
* Convert to staging, clean up the sgtty/termios mess, and generallynaddy2013-12-137-59/+151
| | | | overhaul the port.
* Convert LIB_DEPENDS for ports depending on boostbapt2013-12-122-21/+21
|
* - Re-add accidentally removed diff in r335977, and unbreak portashish2013-12-121-0/+10
|
* - Update to bzr snapshot revision 115370ashish2013-12-0914-633/+129
| | | | | | | | | | | | | | | - Add PKGNAMESUFFIX to avoid package name collision - Add STAGE support - Relocate INFO_PATH to avoid conflicting with similarly named info files provided by other packages, like print/texinfo - Use INSTALLS_ICONS only when X11 is enabled - Add OPTIONs for X11 support, SOUND (ALSA/OSS) support and filesystem notifications - Depend on GCC for i386 platforms until clang gets the required fixes - Stop compressing info files for it to work with INFO_PATH - Use OptionsNG helpers to cleanup Makefile - Remove already upstream-ed patches
* - Update from 37.0.0 to 37.0.1danilo2013-12-082-3/+3
|
* Fix build on head and 11.bapt2013-12-071-2/+3
| | | | | | Bump portrevision has built on 8 and 9 should not have been built as expected With hat: portmgr
* - Enable stagingmartymac2013-12-032-80/+61
| | | | | - Use GCC (does not build with clang) - Use new options format
* - Update to 7.4.110sunpoet2013-12-034-2663/+275
| | | | | | | | | | | - While I'm here: - Remove RELEASE and simplify PATCH_SITES, WRKSRC and _DATADIR - Simplify Makefile - Remove contiguous blank lines Changes: https://code.google.com/p/vim/source/list PR: ports/183076 Submitted by: Rick van der Zwet <info@rickvanderzwet.nl>
* - Take maintainershipsunpoet2013-12-032-3/+3
|
* - Remove WITH_VIM_OPTIONS and respect ports frameworkbdrewery2013-12-021-12/+2
| | | | | | PR: ports/182749 Submitted by: Kevin Zheng <kevinz5000@gmail.com> (based on) Requested by: many
* - Reset maintainer due to timeout of 11 open PR, 7 with patches andbdrewery2013-12-022-2/+2
| | | | | | | no activity since July 2013 With hat: portmgr Discussed with: portmgr
* Remove expired ports:rene2013-12-019-215/+0
| | | | | | | | | | | | | | | | | | | 2013-12-01 x11-fm/xnc: Latest release from 2005, upstream disappeared, does not build 2013-12-01 audio/liteamp: Dead upstream since 2004, does not build with clang 2013-12-01 net-im/tapioca-qt: Unmaintained upstream since 2007, not used by anything 2013-12-01 net-im/telepathy-qt: Unmaintained upstream since 2007, use net-im/telepathy-qt4 2013-12-01 x11-toolkits/linux-f10-gtk: GTK1 is deprecated 2013-12-01 net-im/linux-ymessenger: Depends on deprecated Linux GTK1 2013-12-01 emulators/linux-pete-mesagpu: Depends on deprecated Linux GTK1 2013-12-01 emulators/linux-pete-xgl2gpu: Depends on deprecated Linux GTK1 2013-12-01 emulators/linux-peops-softgpu: Depends on deprecated Linux GTK1 2013-12-01 finance/eqonomize-kde4: No upstream releases since 2008, does not build on FreeBSD 10 and 11 2013-12-01 comms/uhso-kmod: included in base system on all supported releases 2013-12-01 deskutils/ecru: No longer maintained upstream 2013-12-01 editors/gphpedit: No longer maintaned upstream 2013-12-01 irc/inspircd12: No upstream support; known vulnerable. Please use irc/inspircd 2013-12-01 graphics/py-clutter: Broken for more than 6 month 2013-12-01 graphics/py-clutter-gtk: depends on expired graphics/py-clutter
* editors/leo: update to 4.11wg2013-11-274-211/+928
| | | | | | | | | - Update to 4.11 - Allow staging - USES shebangfix PR: ports/184225 Submitted by: KATO Tsuguru <tkato432 yahoo.com>
* Say hello to Mate 1.6.kwm2013-11-235-0/+709
| | | | | | | | | | | | | | | | | | Mate is a lite desktop forked from gnome2. Most of the work is done by Jeremy Messenger (mezz@). The only thing I did was update a few ports to later 1.6 release and attempting to keep up with ports infra changes. Resulting bugs are all mine. Mate is a sort of replacement for Gnome 2. So people wanting to keep a Gnome 2 like desktop should switch. Gnome 2 will be replaced by Gnome 3 in the near future. This switch will be announce with a transition time so people have more time to switch if they haven't already. This release was made possible by everyone that send friendly pokes to keep mate on my mind. Approved by: portmgr (bapt)
* - Convert to USES=qmakemakc2013-11-221-14/+12
| | | | | | - Support staging properly Approved by: portmgr (blanket approval)
* - Convert to USES=qmakemakc2013-11-222-45/+18
| | | | | | | - Use options helpers - Convert LIB_DEPENDS to new style Approved by: portmgr (blanket approval)
* - Update to 1.2.0.11gahr2013-11-227-41/+42
| | | | | | | | | - Convert to new LIB_DEPENDS format - STAGE-clean PR: 184145 Submitted by: gahr@ Approved by: maintainer
* - Remove now needless qmake_build from USE_QT4makc2013-11-222-2/+2
| | | | | - Get rid of QMAKEFLAGS - Use globally provided LRELEASE
* - Remove now needless qmake_build from USE_QT4makc2013-11-211-1/+1
| | | | | - Get rid of QMAKEFLAGS - Convert to USES=dos2unix
* - Bump dependent ports' revisions (graphics/ilmbase and graphics/OpenEXR)nemysis2013-11-201-1/+1
| | | | Approved by: wg (mentor)
* Remove expired ports:rene2013-11-206-124/+0
| | | | | 2013-11-20 editors/mode-info: Misbuilding since 2004, not maintained since 2008 2013-11-20 devel/netbsd-pkgsrc-mk-files: Imported for devel/mk-configure but no longer required
* - Convert to dos2unix.mkmat2013-11-201-2/+1
| | | | - While at it convert to gmake.mk ports that still USE_GMAKE.
* Update to 4.1makc2013-11-184-18/+12
|
* - Remove leading indefinite article from COMMENTsunpoet2013-11-151-2/+2
| | | | - Use = instead of +=
* Remove expired ports:rene2013-11-1512-6833/+0
| | | | | 2013-11-15 editors/xxe: XXE becomes unfetchable every 3-4 months as distfile is replaced with new version. This high-maintenance port requires a maintainer to avoid removal. 2013-11-15 editors/xml2rfc-xxe: Depends on editors/xxe, which is due to be removed due to lack of maintainer
* Fix build with threaded perl.mat2013-11-141-0/+26
|
* - Fix installation of HTML manualgahr2013-11-141-1/+2
|
* - Update to 0.4.5gahr2013-11-142-22/+62
| | | | - Add optional support for Lua and Python scripting
* Fix DOCS installationgarga2013-11-081-8/+0
|
* - remove conditional no longer required per stagingjgh2013-11-081-2/+0
|
* Add upstream patch to fix the build with libc++.rakuco2013-11-071-0/+25
|
* - Convert to USES+=tkgahr2013-11-062-7/+15
| | | | - STAGE-clean
* - Convert to USES+=tcl gmakegahr2013-11-051-7/+5
| | | | - STAGE-clean
* editors/deforaos-editor: allow stagingwg2013-11-051-5/+5
| | | | | | | | | - Allow staging - Change lib depends to new format - USES desktop-file-utils PR: ports/183643 Submitted by: maintainer
* Support STAGEDIR.vanilla2013-11-032-8/+6
|
* Mark DEPRECATED: no upstream activity for about 3 years.novel2013-11-031-0/+3
|
* Remove hardcoded gccfeld2013-11-031-2/+4
| | | | | PR: ports/182033 Approved by: swills (mentor, implicit)
* - Respect CFLAGSpawel2013-11-023-30/+14
| | | | | | | | - Switch to PLIST_FILES - Support staging PR: ports/181068 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
* Fix wrong use of OPTIONS_SUBgarga2013-11-011-1/+1
| | | | Reported by: danfe
* . Add LICENSEgarga2013-11-012-11/+7
| | | | . Simplify Makefile
* graphics/ilmbasenemysis2013-10-311-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Update to 2.0.1 - Change master sites to SAVANNAH - Change maintainer email to @FreeBSD.org - Remove conflict with non existent Port - USES pathfix pkgconfig - Add executable - Add DOCS Option - Support STAGEDIR and add OPTIONS_SUB - Use pathfix instead of simple patches - Adjust patches - Change WWW graphics/OpenEXR - Update to 2.0.1 - Change master sites to SAVANNAH - Change maintainer email to @FreeBSD.org - Use the new format for LIB_DEPENDS - USES gmake pathfix pkgconfig - Add DOCS and EXAMPLES Options - Support STAGEDIR and add OPTIONS_SUB - Change REINPLACE_CMD - Add extra patch for EXAMPLES - Remove obsolete patches - Bump dependent ports' revisions Approved by: pawel / wg (mentors)
* - Fix build with lang/clang33. It was executing ld(1) from the base. [1]jkim2013-10-311-5/+12
| | | | | | | | | | - Fix build with bmake(1). [2] - Add an option to increase build verbosity to debug build issues. Reported by: ale [1] Analyzed by: tijl [1] Submitted by: brooks [1] Submitted by: tijl [2]
* Update PORTREVISION for r331906.jkim2013-10-291-1/+1
|
* - Install manual pages. This fixes staging support. [1]jkim2013-10-291-21/+6
| | | | | | | - Convert to "USES=compiler:c++11-lang" to fix build. [2] Reported by: antoine [1] PR: ports/183392 [2]
* Return back to pool.delphij2013-10-281-1/+3
|
* Support staging.ehaupt2013-10-262-5/+8
|
* Update to libmpc version 1.0.1 which brings the following fixes:gerald2013-10-266-3/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Switched to automake 1.11.6, see CVE-2012-3386. - #14669: Fixed extraction of CC from gmp.h. - Fixed case of intermediate zero real or imaginary part in mpc_fma, found by hydra with GMP_CHECK_RANDOMIZE=1346362345. This is on top of the following changes from version 1.0 - Licence change towards LGPLv3+ for the code and GFDLv1.3+ (with no invariant sections) for the documentation. - 100% of all lines are covered by tests - Renamed functions . mpc_mul_2exp to mpc_mul_2ui . mpc_div_2exp to mpc_div_2ui - 0^0, which returned (NaN,NaN) previously, now returns (1,+0). - Removed compatibility with K&R compilers, which was untestable due to lack of such compilers. - New functions . mpc_log10 . mpc_mul_2si, mpc_div_2si - Speed-ups . mpc_fma - Bug fixes . mpc_div and mpc_norm now return a value indicating the effective rounding direction, as the other functions. . mpc_mul, mpc_sqr and mpc_norm now return correct results even if there are over- or underflows during the computation. . mpc_asin, mpc_proj, mpc_sqr: Wrong result when input variable has infinite part and equals output variable is corrected. . mpc_fr_sub: Wrong return value for imaginary part is corrected. Convert to the new LIB_DEPENDS standard and remove hard-coded .so versions from a couple of dependent ports. Bump PORTREVISIONS of all dependent ports. PR: 183141 Approved by: portmgr (bdrewery)
* - Update to 4.0.6.jkim2013-10-26192-404/+297
| | | | - Support staging.
* - Support stagingmakc2013-10-232-3/+0
| | | | | | | - Use new LIB_DEPENDS syntax - Use options helpers - Convert to USES - Minor changes/fixes
* Add editorconfig-core-c 0.11.5.knu2013-10-235-0/+43
|
* - Remove manual creation and removal of share/applications, as it's now in ↵amdmi32013-10-2238-40/+1
| | | | | | the mtree (categories starting with [bce]) Approved by: portmgr (bdrewery)
* editors/mode-info: Mark BROKEN, DEPRECATE, EXPIRE in 30 daysmarino2013-10-211-1/+6
| | | | | | | | | | | This unmaintained port has at least two problems. The first is that MI_WITH_MAKE internal option requires make.info from gmake, which is not part of the package anymore. Turning that option off somehow prevents mi-emacs.idx from building. The last commit from the last listed maintainer was March 2008. As this hasn't properly built since r119448 (14 Oct 2004) when gmake's make.info was removed, the expiration period will be only 30 days.
* - Support stagingamdmi32013-10-191-7/+4
|
* - Convert to USES+=tkgahr2013-10-171-9/+14
| | | | | | - Fix MASTER_SITES - Convert to OPTIONSng (DOCS) - STAGE-clean
* editors/xml2rfc-xxe: Mark deprecated due to editors/xxe deprecationmarino2013-10-161-0/+3
|
* - Support STAGEDIRolivierd2013-10-162-4/+1
| | | | | | | | | | While I'm here - Switch to USES= gmake - Convert to new LIB_DEPENDS format - Enhance COMMENT entry (misc/xfce4-wm-themes) - Adjust Xfce dependencies, and bump PORTREVISION (sysutils/xfce4-power-manager)
* Remove all options bringing gnome1 librariesbapt2013-10-151-7/+2
|
* editors/xxe: Mark BROKEN and DEPRECATED, expire in 1 monthmarino2013-10-151-0/+5
| | | | | | | | | | | | This unmaintained port is also a high-maintenance port. Every 3-4 months it becomes unfetchable as the current distfile is removed and replaced with a new version. This is intentional on the part of upstream because it is trialware with restrictions. In order to keep this port, somebody must actively maintain it, as it's requirements are not reasonable for ports@ Approved by: portmgr (bapt)
* Fix build with clang and libc++ on i386.jkim2013-10-151-2/+8
| | | | Submitted by: tijl
* - Convert unmaintained ports to USES=qmakemakc2013-10-132-19/+11
| | | | | | - Add stage support - Convert LIB_DEPENDS to new syntax - Minor changes/fixes
* - Update from 36.0.3 to 37.0.0danilo2013-10-112-3/+3
| | | | Approved by: wg/culot (mentors, implicit)
* Explicitly define LDFLAGS for 4 QT4-based portsmarino2013-10-091-0/+1
| | | | | | | Fixes come from dports. Problem and solution verified on FreeBSD using gcc48. Approved by: portmgr (bapt, implicit)
* - Convert to USES=qmakemakc2013-10-091-20/+9
| | | | | | - Allow staging - Use options helpers - Use new LIB_DEPENDS syntax
* Explicitly link libraries on 10 unmaintained portsmarino2013-10-081-1/+1
| | | | | | | | | The following ports will not build with a binutils 2.22+ linker built with standard options. This has been obvious with DPorts, but difficult to see on FreeBSD. However, setting the ports compiler as a recent gcc (e.g lang/gcc48) is an excellent way to detect the unspecified but needed libraries as these recent GCC compilers use the latest binutils linkers. These patches were tested on FreeBSD 8.4 and DragonFly 3.5
* - Bump PORTREVISION on ports dependent on FOX. This is needed because wegahr2013-10-071-1/+1
| | | | now use ltverhack on FOX. This should be the last time.
* - Remove LATEST_LINK from my Qt4/KDE4 portsmakc2013-10-071-7/+1
| | | | | - Use new LIB_DEPENDS syntax - Use options helpers
* Fix pkgname collisionbapt2013-10-073-3/+3
|
* - Change maintainer email to @FreeBSD.orgdanilo2013-10-072-31/+358
| | | | | | | - Add stage support - Add pkg-plist file Approved by: wg/culot (mentors, implicit)
* Removed unmaintained (ports@) or gnome@ ports depending on gnome1bapt2013-10-056-57/+0
| | | | Approved by: gnome (implicit)
* - Fix build [1]. Missing dependencyacm2013-10-053-4/+11
| | | | | | | | | | - Remove identif and basecomponents targets from editors/lazarus. Now it is installed from lazarus-lcl-[nogui|qt|gtk1|gtk2] ports - Add some missing directories to PLIST - Some additional modifications PR: ports/182647 Submitted by: Pavlo Greenberg <dog at virtual.org.ua>
* This port is stage ready.kwm2013-10-041-1/+0
|
* Fix the build when WP option is enabled. The old libwpg and libwpd wherekwm2013-10-042-35/+25
| | | | | | | | removed [1]. Update COMMENT, use new LIB_DEPEND syntax, Stageify USE_GNOME=desktopfileutils -> USES=desktop-file-utils Pointyhat to: bapt@ [1] Obtained from: gentoo [1]
* Do not arbitrary rename packagesbapt2013-10-042-2/+0
|
* update to 4.0.1maho2013-10-032-10/+11
|
* - Install additional base components when one lcl interface different thanacm2013-10-031-1/+36
| | | | | | | default interface is installed. It will be used to build any app with another lcl as requirement. Reported by: Benat Gonzalez Etxepare <bbtruk __at __users.sourceforge.net>
* editors/texmakerx: add <unistd.h> for modern compilersmarino2013-10-022-0/+11
| | | | | | | At least some of the source tarball has DOS line endings so USE_DOS2UNIX was set in the Makefile in order to create the patch. Approved by: portmgr (bapt, implicit)
* editors/textroom: add <unistd.h> for modern compilersmarino2013-10-021-0/+10
|
* - Bump PORTREVISION. lazarus port needs be rebuilt because lang/fpc have beenacm2013-10-026-6/+6
| | | | modified. It will avoid mismatch size problems with some lazarus files
* - Support stagingamdmi32013-10-012-15/+12
| | | | | | - Fix build on current - Covert USE_GMAKE to USES - Minor Makefile cleanup
* - Update to 1.0.12acm2013-10-012-3/+3
|
* - Change maintainer email to @FreeBSD.orgdanilo2013-09-291-7/+4
| | | | | | - Add stage support Approved by: wg (mentor)
* - Change maintainer email to @FreeBSD.orgdanilo2013-09-292-86/+84
| | | | | | | - Add stage support - Use %%DATADIR%% in pkg-plist Approved by: culot (mentor)
* - Support staginggblach2013-09-292-4/+6
| | | | Approved by: crees (mentor)
* - Convert to stagingeadler2013-09-292-7/+9
|
* - Convert to staging.eadler2013-09-292-7/+9
|
* - support stagingjgh2013-09-281-3/+2
|
* Support staginggarga2013-09-272-6/+6
|
* Embelish show-options output.obrien2013-09-261-0/+3
|
* - Remove NO_STAGE as these have been tested to be safebdrewery2013-09-252-2/+0
| | | | With hat: portmgr
* Update LIB_DEPENDS syntax on my ports and silent make check-makefilegarga2013-09-251-1/+1
|
* - Add patches to for port to build on clang platform (missed from previousashish2013-09-234-0/+65
| | | | commit)
* - Fix crash on 10-CURRENTashish2013-09-232-2/+44
| | | | Submitted by: dim
* - Fix crash on 10-CURRENTashish2013-09-232-3/+44
| | | | Submitted by: dim
* - Update MASTER_SITESsunpoet2013-09-221-3/+3
| | | | | | | - While I'm here, remove leading indefinite article from COMMENT PR: ports/182291 Submitted by: Andrew Clarke <mail@ozzmosis.com> (maintainer)
* Make sure to build with MDDS 0.9.0 and later. It is necessary since r327493jkim2013-09-211-1/+1
| | | | but the configure script does not check its version, unfortunately.
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-21298-293/+360
| | | | editors)
* SSP support has been added to ports with WITH_SSP for i386 and amd64bdrewery2013-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
* - Fix build on head with clang and libc++/libcxxrt. Note the patches werejkim2013-09-194-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.
* - Fix build with upcoming FOX 1.7.42gahr2013-09-181-0/+15
|
* Add an explicit dependency on pkgconfbapt2013-09-183-4/+3
|
* Add an explicit dependency on pkgconfbapt2013-09-181-1/+1
|
* Catch up with mdds 0.9.0.jkim2013-09-181-0/+11
|
* Convert to new perl frameworkbapt2013-09-175-13/+7
|
* - Fix build with fox-1.7gahr2013-09-171-0/+2
|
* - Fix build after iconv change [1]madpilot2013-09-142-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)
* Add a missing dependency on pkgconfbapt2013-09-131-1/+1
|
* - convert to the new perl5 frameworkaz2013-09-131-2/+2
| | | | | | - convert USE_GMAKE to Uses Approved by: portmgr (bapt@, blanket)
* Fix usage of MAKE / GMAKE.thierry2013-09-132-2/+2
| | | | Notified by: danfe
* Fix on -CURRENT.thierry2013-09-121-0/+11
| | | | Reported by: pkg-fallout
* - Update scintilla and scite to 3.3.5madpilot2013-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)
* Reassign to the heap as maintainer no longer use FreeBSDbapt2013-09-122-6/+6
| | | | | | | While here: Use options helpers where possible Submitted by: Michael Brune <admin@mjbrune.org> (former maintainer via pkg-fallout)
* Unbreake by reroll of ext packages. Actuallymaho2013-09-122-5/+3
| | | | | former archive misses some tarballs, and I added to avoid fetching while compiling.
* Add an explicit dependency on pkgconfantoine2013-09-111-1/+1
| | | | Approved by: portmgr (bapt)
* - convert to the new perl5 frameworkaz2013-09-104-19/+10
| | | | | | - trim Makefile header Approved by: portmgr (bapt@, blanket)
* - Update to 1.92tabthorpe2013-09-102-3/+3
| | | | | PR: ports/181805 Submitted by: James Bailie <jimmy@mammothcheese.ca> (maintainer)
* editors/tea: update to 36.0.3wg2013-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)
* Add an explicit dependency on pkgconfbapt2013-09-062-2/+2
|
* - Add explicit dependency on pkgconfigmadpilot2013-09-051-2/+2
| | | | | | - While here, convert to new LIB_DEPENDS format Approved by: portmgr (bapt)
* Introduce ICONV_CONFIGURE_ARG variable defined at Uses/iconv.mk.bsam2013-09-053-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)
* - Make ports use the libc provided iconv implementation on 10-CURRENTmadpilot2013-09-053-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)
* - Update to 1.91tabthorpe2013-09-042-3/+3
| | | | | PR: ports/181476 Submitted by: James Bailie <jimmy@mammothcheese.ca> (maintainer)
* Add an explicit dependency on pkgconfbapt2013-09-035-22/+8
|
* Add an explicit dependency on pkgconfbapt2013-09-031-1/+1
|
* Add an explicit dependency on pkgconfbapt2013-09-031-7/+2
|
* Add an explicit dependency on pkgconfbapt2013-09-031-1/+1
|
* Add an explicit dependency on pkgconfbapt2013-09-033-4/+3
|
* Add an explicit dependency on pkgconfbapt2013-09-031-1/+1
|
* Add an explicit dependency on pkgconfbapt2013-09-031-2/+1
|
* Add an explicit dependency on pkgconfbapt2013-09-031-1/+1
|
* Two imake related changes:tijl2013-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)
* Convert USE_GNOME=pkgconfig to USES=pkgconfigbapt2013-09-021-9/+2
| | | | Convert USE_GMAKE to USES=gmake
* - Mark BROKEN, fails checksumbdrewery2013-08-311-0/+2
|
* - Fix with bmakebdrewery2013-08-301-1/+1
|
* Fix mismatched {}maho2013-08-301-1/+1
| | | | | PR: 181667 Submitted by: Katsuyuki Miyoshi <katsu@miyoshi.matsuyama.ehime.jp>
* - Bump PORTREVISION on ports that (might) depend on x11-toolkits/fox17gahr2013-08-291-1/+1
| | | | | Although the shlib version wasn't bumped, some ABI changes require applications linked against fox17 to be rebuilt.
* - Use single space after WWW:sunpoet2013-08-291-1/+1
|
* - Disconnect ports removed in r325546bdrewery2013-08-291-1/+0
|
* Update to latest GNUstep core libraries.theraven2013-08-294-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
* bsd.port.options.mk, needs to be placed before bsd.port.pre.mk.maho2013-08-281-1/+1
| | | | Submitted by: jgh@
* bsd.port.options.mk, needs to be placed before bsd.port.pre.mk.maho2013-08-281-1/+1
| | | | Submitted by: jgh@
* - Update to 3.1.25gblach2013-08-282-3/+3
| | | | Approved by: crees, tabthorpe (mentors, implicit)
* convert to USES, and adoption of optionsNG styling, add CCACHE as ↵maho2013-08-272-11/+10
| | | | | | | configurable option PR: 181574 Submitted by: jgh@
* update to svn 1517723.maho2013-08-278-316/+185
| | | | | | some cleanups [1]. PR: 181574
* Update math/gsl to 1.16 and adjust some dependent portsbf2013-08-271-1/+1
|
* Update (branching) Apache OpenOffice 4.0.0 portmaho2013-08-261-0/+1
|
* Update (branching) Apache OpenOffice port to 4.0.0.maho2013-08-2619-0/+1547
|
* Re-apply r324851 for the port. It was accidentally reverted in r325230.jkim2013-08-231-1/+1
|
* Update to 4.0.5.jkim2013-08-23100-332/+442
|
* Upgrade to 2013.23.thierry2013-08-203-16/+6
| | | | Changelog at <http://towo.net/mined/changes.html>.
* Replace USE_GCC=4.6+ and USE_GCC=4.4+ by USE_GCC=yes.gerald2013-08-183-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)
* - Remove MAKE_JOBS_SAFE variableak2013-08-1529-29/+0
| | | | Approved by: portmgr (bdrewery)
* - Fix build with clanggahr2013-08-074-6/+70
|
* - update to 5.1.0, attach gplv2 licensejgh2013-08-074-15/+32
| | | | | | | | - pass maintainership to submitter - properly support DOCS (instscript no longer required) PR: 181009 Submitted by: danilogondolfo@gmail.com
* editors/openoffice-*: bump PORTREVISIONwg2013-08-052-4/+4
| | | | | | - CoinMP has been updated Submitted by: Pedro Giffuni <giffunip tutopia.com>
* - Convert to new perl frameworkaz2013-08-041-2/+2
|
* - Convert to new perl frameworkaz2013-08-042-4/+4
| | | | Approved by: bapt@ (office@)
* - Convert to new perl frameworkmat2013-08-031-2/+2
| | | | - Remove MAKE_JOBS_SAFE=yes, it's the default.
* - Convert to new perl frameworkaz2013-08-033-3/+3
| | | | - Trim Makefile header
* - Convert to new perl frameworkmat2013-08-031-2/+2
| | | | - Trim Makefile header
* - Convert to new perl frameworkmat2013-08-031-6/+3
| | | | | - Trim Makefile header - Remove MAKE_JOBS_SAFE=yes, it's the default.
* Fix plist (reported by portbuild & poudriere)antoine2013-07-311-0/+1
|
* Fix dependency on gettextbapt2013-07-301-1/+1
|
* KDE3 and QT3 expired on 2013-07-01, remove these ports.rene2013-07-2739-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
* Remove MAKE_JOBS_SAFE which is now default.ehaupt2013-07-241-2/+0
|
* - Bump PORTREVISION after last commitamdmi32013-07-231-1/+1
|
* - Fix timestamp display in file viewamdmi32013-07-233-12/+12
| | | | | | | | - Fix colors on some terminals - Add LICENSE PR: 180623 Submitted by: "r4721@tormail.org" <r4721@tormail.org>
* - Update to 0.4.b954miwi2013-07-223-908/+4080
| | | | | PR: 180701 Submitted by: ports fury
* - convert USE_GMAKE and to new options style for NLSjgh2013-07-201-12/+7
| | | | - take maintainership
* Don't pass default CFLAGS to c++johans2013-07-191-0/+23
| | | | Fixes compilation with clang
* - Move to USES for desktop-file-utils [1]wen2013-07-192-44/+57
| | | | | | | | - Support NLS conditionally [1] - Drop maintainership PR: 179249 [1] Submitted by: jgh@ [1]
* - Remove editors/code-browser and lang/copper, which fail to build ongahr2013-07-185-75/+0
| | | | most environments