aboutsummaryrefslogtreecommitdiff
path: root/editors
Commit message (Collapse)AuthorAgeFilesLines
* Berkeley DB cleanup, remove versions 4.0 ... 4.7.Matthias Andree2014-08-212-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | - Mk/bsd.database.mk rewrite, new default to db5. - db6 is eligible by default only if installed on the system. - Bump PORTREVISION of all ports that directly depend on BerkeleyDB or where USE_BDB is found in the port's directory - Patch a few ports such that they will pick up or work with newer versions. - Add UPDATING entry - Drive-by format fix for pks - Drop BerkeleyDB option from mail/popular for now, requires more work. - Exp-run logs linked from the PR below. - Ports that do not build (IGNORE, BROKEN, etc.) have pro-forma changes for new Berkeley DB, but are untested. NOTE: please read UPDATING and the Wiki page before proceeding! Announcement: http://lists.freebsd.org/pipermail/freebsd-ports-announce/2014-August/000090.html Wiki reference: https://wiki.freebsd.org/Ports/BerkeleyDBCleanup PR: 192690 Approved by: portmgr (implicit, PORTREVISION bump on unstaged ports) Notes: svn path=/head/; revision=365599
* - Use USES=pythonSunpoet Po-Chuan Hsieh2014-08-191-1/+1
| | | | Notes: svn path=/head/; revision=365402
* math/gsl:Tijl Coosemans2014-08-171-1/+1
| | | | | | | | | | - Add USES=libtool and bump dependent ports - Add USES=pathfix and INSTALL_TARGET=install-strip Approved by: portmgr (implicit, bump unstage port) Notes: svn path=/head/; revision=365182
* Upgrade OpenEXR and ilmbase to 2.2.0.Matthias Andree2014-08-1527-26/+27
| | | | | | | | | | | | | | | | | | | | | | GCC 4.2 in FreeBSD 8.X/9.X base is now too old to compile OpenEXR, so GCC-based systems will upgrade to the default ports compiler (GCC 4.7 currently.) Add two patches to OpenEXR to permit building it in a live system with the older OpenEXR version installed. Bug report filed to upstream Github at https://github.com/openexr/openexr/issues/130 Couple OpenEXR more tightly to ilmbase and require its exact .so version. Add UPDATING note, and bump PORTREVISION of all dependent ports. Proto-STAGE hugin-devel, and mark it IGNORE because hugin is newer. Approved by: portmgr (implicit for bumping PORTREVISION on unstaged ports) Notes: svn path=/head/; revision=365038
* 1: Stagify.Vanilla I. Shu2014-08-133-19/+6
| | | | | | | 2: add LICENSE Notes: svn path=/head/; revision=364759
* - Add CPE informationSunpoet Po-Chuan Hsieh2014-08-121-1/+3
| | | | Notes: svn path=/head/; revision=364724
* - Update to bzr snapshot revision 117676Ashish SHUKLA2014-08-103-23/+21
| | | | | | | | | - Move /var/games/emacs stuff from pkg-plist into pkg-{de,}install as it's not installed in $PREFIX, which causes issues with `check-plist' target - Remove extra @dirrmtry entries Notes: svn path=/head/; revision=364499
* editors/vile & xvile: Upgrade version 9.8m => 9.8nJohn Marino2014-08-097-21/+14
| | | | | | | | PR: 191817 Submitted by: Ports Fury Notes: svn path=/head/; revision=364476
* Convert the Python framework bits to USES=python.Marcus von Appen2014-08-091-13/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Please use USES=python instead of USE_PYTHON. USE_PYTHON=yes becomes USES=python USE_PYTHON=2.7+ becomes USES=python:2.7+ USE_PYTHON_BUILD=3.3 becomes USES=python:3.3,build ... A new PYTHON_FEATURES variable was added, which enables certain features for a port and replaces some knobs at the same time; PYTHON_FEATURES=distutils replaces USE_PYDISTUTILS PYTHON_FEATURES=autoplist replaces PYDISTUTILS_AUTOPLIST PYTHON_FEATURES=py3kplist replaces PYTHON_PY3K_PLIST_HACK PYTHON_FEATURES=noegginfo replaces PYDISTUTILS_NOEGGINFO PYTHON_FEATURES=concurrent replaces PYTHON_CONCURRENT_INSTALL PYTHON_FEATURES=pythonprefix replaces USE_PYTHON_PREFIX Some knobs have been deprecated and are to be removed in the near future: PYTHON_MASTER_SITES - use MASTER_SITE_PYTHON instead PYTHON_PKGNAMESUFFIX - use PYTHON_PKGNAMEPREFIX instead PYDISTUTILS_INSTALLNOSINGLE - deprecated without replacement Some knobs have been removed completely: PYTHON_MASTER_SITE_SUBDIR PYTHON_DISTNAME PYTHON_WRKSRC Several variables specific to the Python framework are no longer passed to the build environment to avoid polluting dependency builds. PYTHON_VERSION is not passed to .MAKEFLAGS anymore PYTHON_DEFAULT_VERSION, PYTHON_DEFAULT_PORTVERSION and PYTHONBASE are not passed to the make environment anymore The conversion required a couple of ports to be updated to fit the changes and new requirements. Those included "bsd.python.mk" directly or contained checks in places, for which the USES framework would fail to provide correct values. Python modules directly using the upstream Python package (such as py-tkinter or py-sqlite3) were updated to avoid using the now unnecessary and remmoved knobs from "bsd.python.mk". Phabric: D399 exp-run: 167368 192357 PR: 167368 192357 Reviewed by: antoine, wg Exp-run award: antoine With hat: python@ Approved by: portmgr Notes: svn path=/head/; revision=364450
* scite and scintilla: Upgrade version 3.4.1 => 3.4.4John Marino2014-08-084-31/+21
| | | | | | | | PR: 190754 Submitted by: maintainer (Naram Qashat) Notes: svn path=/head/; revision=364377
* - Update to 7.4.398Sunpoet Po-Chuan Hsieh2014-08-082-1/+19
| | | | | | | Changes: https://code.google.com/p/vim/source/list Notes: svn path=/head/; revision=364341
* editors/zim: Upgrade version 0.60 => 0.61 and stageJohn Marino2014-08-074-532/+43
| | | | | | | | PR: 192475 Submitted by: Ports Fury Notes: svn path=/head/; revision=364330
* Fix dependsAntoine Brodin2014-08-071-1/+1
| | | | Notes: svn path=/head/; revision=364323
* - Fix breakage caused by r364084, where @dirrmtry entries were removedAshish SHUKLA2014-08-071-1/+16
| | | | | | | | | | from emacs port Makefile by adding the removed @dirrmtry entries in PLIST_DIRSTRY Reported by: QAT Notes: svn path=/head/; revision=364248
* Update distinfoAntoine Brodin2014-08-071-2/+2
| | | | | | | Pointyhat: pi Notes: svn path=/head/; revision=364246
* editors/p5-Proc-InvokeEditor: 1.06 -> 1.07Kurt Jaeger2014-08-061-2/+1
| | | | | | | - Apply patch from Brian Fraser to work on android Notes: svn path=/head/; revision=364192
* Bump PORTREVISION on more ports that depend on libgcrypt after the updateTijl Coosemans2014-08-052-2/+2
| | | | | | | | | | | | in r363436 and remove the UPDATING entry because it did not guarantee that all ports were updated nor that they were updated in the right order. Also remove libgcrypt.la again. PR: 192342 Approved by: portmgr (implicit, bump unstaged ports) Notes: svn path=/head/; revision=364143
* Remove useless inclusion of <bsd.port.options.mk> not needed with using helpersBaptiste Daroussin2014-08-051-2/+0
| | | | Notes: svn path=/head/; revision=364142
* - make NLS support optionalRodrigo Osorio2014-08-052-72/+80
| | | | | | | | | | | - bump PORTREVISION PR: ports/190974 Submitted by: nikola lecic <nikola.lecic@anthesphoria.net> Approved by: kwm (mentor) Notes: svn path=/head/; revision=364141
* Upgrade Apache OpenOffice to version 4.1.0.Don Lewis2014-08-0512-291/+366
| | | | | | | | | | | | | | | | | | | | | Fix all portlint -a and check-plist errors and warnings. Fix all but one stage-qa warnings. Disable --with-system-boost because it broke the build. Enable the --with-system-graphite, --with-system-hyphen, and --with-system-nss configure options. Add all distfiles that were previously downloaded during built to the ext_sources distfile. Add the --disable-fetch-external configure flag to disable downloads during build. PR: 192258 Approved by: office@ (bapt) Notes: svn path=/head/; revision=364119
* - Switch textproc/libnxml to USES=libtool, drop .la filesDmitry Marakasov2014-08-051-1/+1
| | | | | | | | | | - Switch to USES=pathfix - Bump dependent ports as .so version has changed Approved by: portmgr blanket Notes: svn path=/head/; revision=364112
* - StagifyJason E. Hale2014-08-053-15/+25
| | | | | | | - PLIST_FILES -> pkg-plist Notes: svn path=/head/; revision=364089
* - Move /var/games/emacs stuff from pkg-plist into pkg-{de,}install as it'sAshish SHUKLA2014-08-055-21/+36
| | | | | | | | | | | not installed in $PREFIX, which causes issues with `check-plist' target - Remove extraneous @dirrmtry entries - Bump PORTREVISION due to pkg-plist change Reported by: rpaulo Notes: svn path=/head/; revision=364084
* In some straightforward cases, protect documentation behindAdam Weinberger2014-08-042-124/+124
| | | | | | | | PORTDOCS, adding a DOCS option where needed, and a couple PORTEXAMPLES for good measure. Notes: svn path=/head/; revision=363960
* - Update to 7.4.389Sunpoet Po-Chuan Hsieh2014-08-022-3/+51
| | | | | | | Changes: https://code.google.com/p/vim/source/list Notes: svn path=/head/; revision=363785
* - Update to 0.5.1Antoine Brodin2014-08-012-30/+26
| | | | | | | | | | - Stage support PR: ports/190514 Submitted by: maintainer Notes: svn path=/head/; revision=363765
* editors/zoinks: Upgrade version 0.3.7 => 0.4.1 and stageJohn Marino2014-07-316-61/+21
| | | | | | | | PR: 191818 Submitted by: Ports Fury Notes: svn path=/head/; revision=363625
* - Switch to USES=libtool, drop .la filesDmitry Marakasov2014-07-302-6/+6
| | | | Notes: svn path=/head/; revision=363468
* - Add LICENSEPietro Cerutti2014-07-301-0/+2
| | | | Notes: svn path=/head/; revision=363457
* Unbreak japanese/calligra-l10n and editors/calligra-l10-en_GBAntoine Brodin2014-07-301-1/+1
| | | | Notes: svn path=/head/; revision=363447
* security/libgcrypt: 1.5.3_3 -> 1.6.1Kurt Jaeger2014-07-301-0/+17
| | | | | | | | | | | | | | | | | | | | | | | | - Update to 1.6.1 - Remove some unneeded patches - Fix pkg-plist - report configure bug upstream https://bugs.g10code.com/gnupg/issue1668 - report API breakage downstream and find that MacPorts had the same issue https://rt.cpan.org/Ticket/Display.html?id=97201 - bump PORTREVISION for dependent ports (approx. 100 ports) - Thanks to exp-run by antoine@ to find ports that break - patch ports that would otherwise break security/shishi with PR 192164 is already committed [1] devel/ccrtp [2] editors/abiword [3] security/p5-Crypt-GCrypt PR: 191256, 192162 [1], 192163 [2], 192166 [3] Submitted by: Carlos Jacobo Puga Medina <cjpugmed@gmail.com> Approved by: maintainer timeout, antoine (exp-run), portmgr (implicit) Notes: svn path=/head/; revision=363436
* Convert some more USE_BZIP2 to USES=tar:bzip2Adam Weinberger2014-07-295-5/+5
| | | | | | | Approved by: portmgr (not really, but touches unstaged ports) Notes: svn path=/head/; revision=363399
* Remove the final usages of USE_XZ from the tree, and replace them withAdam Weinberger2014-07-291-2/+1
| | | | | | | | | USES=tar:xz. Approved by: portmgr (most of them) Notes: svn path=/head/; revision=363395
* Convert a bunch of USE_XZ to USES=tar:xz.Adam Weinberger2014-07-291-2/+1
| | | | | | | Approved by: portmgr (not really, but touches unstaged ports) Notes: svn path=/head/; revision=363392
* Repair instances, almost all courtesy of bf ;-), of spacesAdam Weinberger2014-07-291-1/+2
| | | | | | | | | | and/or tabs before the =. This made doing regular expressions on the ports tree really difficult. Approved by: portmgr (not really, but touches unstaged ports) Notes: svn path=/head/; revision=363390
* editors/p5-Padre: Unbreak, update version 0.96 => 1.00, and stageJohn Marino2014-07-294-191/+221
| | | | | | | | PR: 187974 Submitted by: Ports Fury Notes: svn path=/head/; revision=363388
* Convert a bunch of EXTRACT_SUFX=... into USES=tar:...Adam Weinberger2014-07-295-10/+5
| | | | | | | Approved by: portmgr (not really, but touches unstaged ports) Notes: svn path=/head/; revision=363374
* Convert a bunch of USE_BZIP2 to USES=tar:bzip2Adam Weinberger2014-07-293-6/+3
| | | | | | | Approved by: portmgr (not really, but touches unstaged ports) Notes: svn path=/head/; revision=363371
* - Switch to USES=libtool, drop .la filesDmitry Marakasov2014-07-292-3/+2
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=363367
* Rename all patches that contain '::' as a path separator, and useAdam Weinberger2014-07-299-0/+0
| | | | | | | '__' instead. Notes: svn path=/head/; revision=363362
* editors/fte: update to 20110708William Grzybowski2014-07-298-117/+170
| | | | | | | | | | | | - Support stage - Add LICENSE - Rename patches PR: 192202 Submitted by: tkato432 yahoo com Notes: svn path=/head/; revision=363361
* editors/cream: update to 0.43William Grzybowski2014-07-294-206/+214
| | | | | | | | | | | | | - Support stage - Add LICENSE - USES desktop-file-utils - Remove tab from WWW PR: 192202 Submitted by: tkato432 yahoo com Notes: svn path=/head/; revision=363359
* Stage, and rename patches.Adam Weinberger2014-07-289-3/+3
| | | | Notes: svn path=/head/; revision=363214
* Rename editors/ patch-xy patches to reflect the files they modify.Adam Weinberger2014-07-2825-2/+1
| | | | Notes: svn path=/head/; revision=363213
* Fix CANNA option.Adam Weinberger2014-07-281-1/+1
| | | | Notes: svn path=/head/; revision=363212
* editors/komodo-edit: unbreak and stageJohn Marino2014-07-274-341/+338
| | | | | | | | | | Pet portlint some while here. PR: 192071 Submitted by: Allan Jude Notes: svn path=/head/; revision=363051
* - Switch converters/psiconv to USES=libtool, drop .la filesDmitry Marakasov2014-07-251-1/+1
| | | | | | | | | | | - Strip libraries - Bump dependent ports as .so version has changed Approved by: portmgr blanket Approved by: kwm Notes: svn path=/head/; revision=362937
* net/openldap24-*:Tijl Coosemans2014-07-241-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Convert to USES=libtool and bump dependent ports - Avoid USE_AUTOTOOLS - Don't use PTHREAD_LIBS - Use MAKE_CMD databases/glom: - Drop :keepla - Add INSTALL_TARGET=install-strip databases/libgda4* databases/libgda5*: - Convert to USES=libtool and bump dependent ports - USES=tar:xz - Use INSTALL_TARGET=install-strip - Use @sample databases/libgdamm: - Drop :keepla - USES=tar:bzip2 - Use INSTALL_TARGET=install-strip databases/libgdamm5: - Add INSTALL_TARGET=install-strip - Drop --enable-static (inherited from old repocopy) devel/anjuta x11-toolkits/py-gnome-extras: - Drop :keepla dns/powerdns dns/powerdns-devel: - Convert to USES=libtool - Add INSTALL_TARGET=install-strip - Disable static modules - Stop creating library symlinks with .0 suffix, not needed for dynamically opened modules mail/dovecot2: - Add USES=libtool mail/dovecot2-pigeonhole: - Drop CONFIGURE_TARGET (incorrect for Dragonfly) - Add USES=libtool and INSTALL_TARGET=install-strip math/gnumeric: - USES=libtool tar:xz Approved by: portmgr (implicit, bump unstaged ports) Notes: svn path=/head/; revision=362835
* - Fix build with clangSofian Brabez2014-07-243-2/+52
| | | | | | | Reported by: pkg-fallout Notes: svn path=/head/; revision=362800
* - Update to bzr snapshot revision 117564Ashish SHUKLA2014-07-243-9/+6
| | | | Notes: svn path=/head/; revision=362799