summaryrefslogtreecommitdiff
path: root/editors (follow)
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tag 'RELEASE_4_11_0'.release/4.11.0cvs2svn2005-01-21795-49006/+0
| | | | | Notes: svn path=/head/; revision=127022 svn path=/tags/RELEASE_4_11_0/; revision=127023; tag=release/4.11.0
* Bump PORTEPOCH, since PORTVERSION was decreased.Kirill Ponomarev2005-01-041-0/+1
| | | | | | | Approved by: portmgr (implicit) Notes: svn path=/head/; revision=125714
* Revert to 21.5.17 because 21.5.18 was imported without sufficient testingGary Jennejohn2005-01-045-14/+25
| | | | | | | | | | by yours truely and is causing lots of build problems. I plan to keep working on 21.5.18 until all the bugs are eliminated. Approved by: portsmgr (kris) Notes: svn path=/head/; revision=125712
* BROKEN: Does not build except on i386 5.xKris Kennaway2005-01-021-0/+4
| | | | | | | Approved by: portmgr (self) Notes: svn path=/head/; revision=125674
* Reset undeliverable maintainer address:Kris Kennaway2005-01-021-1/+1
| | | | | | | | | | <mail@gelf.com>: Host or domain name not found. Name service error for name=gelf.com type=A: Host not found Approved by: portmgr (self) Notes: svn path=/head/; revision=125668
* Say hello to the linux mega patch, it consolidates our linux bits aAlexander Leidinger2004-12-315-4/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | little bit and allows to proceed to a more recent linux_base from a stable (read as: the major bugs should be ironed out or identified and most linux ports build just fine) source. It also allows to ship 4.11 with a working linuxolator (the EOLed linux_base is marked forbidden because of a security hole). This is a major update, please read UPDATING (and CHANGES if you develop linux ports). Changes: - change the default linux_base from v7 to v8 - add a newer freetype to linux_base-8 for nicer fonts display [1] - don't let cpio use hardlinks in the linux_base-8 port to quiet some warnings in some cases [2] - fix a cut&past error in the linux_base-8 pkg-install script [3] - convert the binary knob "USE_LINUX" to a version specifier, e.g. USE_LINUX=<value> specifies a dependency upon emulators/linux_base-<value>, exceptions are a value of "7" (which does what you want and adds a dependency to linux_base) and any value without a corresponding port in PORTSDIR/emulators/linux_base-<value> (which adds a dependency to the default linux_base) - don't implicitly add USE_LINUX with the USE_LINUX_PREFIX knob, this allows us to use the USE_LINUX_PREFIX knob for linux_base and paves the way for splitting up future linux base ports into individual pieces - remove RESTRICTED from some GPL licensed ports, even when we only distribute binaries, we get them from official linux sites, so anyone can grab them there if he needs to - add a dependency upon the linux X11 bits where necessary (based upon guesswork) - don't use USE_X_PREFIX in some linux ports since it adds a dependency to the FreeBSD X11 libs, as a workaround use PREFIX?= (the clean solution would be to remove the implicit USE_XLIB from USE_X_PREFIX) - bump the portrevision of the linux ports ("better safe than sorry" algorithm) - pass maintainership of the important linux infrastructure to a mailinglist, hijack freebsd-emulation@ for this purpose (if somebody doesn't like this: tell us your bikeshed color at freebsd-emulation@, my color would be "linuxolator@" in case someone cares...) - add a pkg-install script for linux-fontconfig, but don't use it; everything should work without it (the FreeBSD fc-cache program should do all the work), but in case we need it we just need to decomment the pkg-install part in the Makefile - fix some dependencies - fix some bugs - add some static plists - unbreak the ports with dependecies to more than one linux_base This also fixes some ports which are marked BROKEN because of dependencies to v7 and v8 of linux_base at the same time. Known bugs: - the linux-mesa and linux-devtools ports install libGL*.so symlinks - some "minor" plist bugs (e.g. ld.so.{conf,cache} are modified by the linux X11 port, so linx_Base-8 moans at deinstall time) Future work (interested souls should coordinate with freebsd-emulation@): - add some kind of USE_LINUX_X11 knob to streamline the X11 dependencies, or modify the behavior of USE_XLIB in the USE_LINUX case AFAIK trevor has some patches. - make USE_XLIB and USE_X_PREFIX orthogonal to be able to get rid of the PREFIX?= workaround in some linux ports Should be discussed/coordinated on/with x11@. - move the RPM bits from x11-toolkits/linux-gtk/Makefile to PORTSDIR/Mk/ - update to a more recent linux base PR: 69997, 70539 (and maybe others) Discussed with/on: java@, x11@, trevor, portmgr Tested by: mezz, portmgr, pointyhat RPM hunted down by: Joseph Gelinas <scirocco@tasam.com> [1] Requested by: portmgr [2] Submitted by: kris [3] Approved by: portmgr Notes: svn path=/head/; revision=125613
* Support NO_WRKSUBDIR properlyKirill Ponomarev2004-12-301-1/+1
| | | | | | | | PR: ports/75631 Submitted by: Ports Fury Notes: svn path=/head/; revision=125520
* [PATCH] change MAINTAINER email address for all my ports.Edwin Groothuis2004-12-303-3/+3
| | | | | | | | PR: ports/75559 Submitted by: Andrey Slusar <anray@inet.ua> Notes: svn path=/head/; revision=125497
* - maintainer of editors/xemacs21-mule can't maintainSergey Matveychuk2004-12-291-1/+1
| | | | | | | | | japanise ports. So, set maintainer to ports@ there. Submitted by: Andrey Slusar <anray(at)inet.ua> (maintainer of xemacs21-mule) Notes: svn path=/head/; revision=125473
* - fix build with GTKSergey Matveychuk2004-12-291-6/+3
| | | | | | | | PR: ports/75593 Submitted by: maintainer Notes: svn path=/head/; revision=125424
* Chase the new location for update-desktop-database by allowing the commandJoe Marcus Clarke2004-12-293-3/+3
| | | | | | | to be found in PATH. Notes: svn path=/head/; revision=125408
* - Update to 0.7.9Pav Lucistnik2004-12-283-5/+7
| | | | | | | | PR: ports/75501 Submitted by: Radek Kozlowski <radek@raadradd.com> (maintainer) Notes: svn path=/head/; revision=125337
* Update to version 3.61aKirill Ponomarev2004-12-264-27/+50
| | | | | | | | PR: ports/75393 Submitted by: Ports Fury Notes: svn path=/head/; revision=125192
* - Update to 21.4.16Sergey Matveychuk2004-12-256-29/+19
| | | | | | | | | | - Fix build on -CURRENT PR: ports/75492 Submitted by: Pawel Worach <pawel.worach(at)telia.com> Notes: svn path=/head/; revision=125179
* - Fix build on the 6-CURRENTSergey Matveychuk2004-12-251-0/+11
| | | | | | | | PR: ports/75494 Submitted by: maintainer Notes: svn path=/head/; revision=125170
* Add mined 2000.9, a text mode editor with Unicode support.Thierry Thomas2004-12-258-0/+123
| | | | Notes: svn path=/head/; revision=125134
* Patch vulnerability in imported xpdf code. Bump PORTREVISION.Markus Brueffer2004-12-246-0/+126
| | | | | | | | | | | | | References: http://koffice.kde.org/releases/1.3.5-release.php http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2004-1125 http://www.idefense.com/application/poi/display?id=172&type=vulnerabilities Notified by: josef Notes: svn path=/head/; revision=125079
* - Update to 2.4.16Sergey Matveychuk2004-12-246-127/+80
| | | | | | | | | | - Pass maintainership to submitter PR: ports/75444 Submitted by: Andrey Slusar <anray(at)inet.ua> Notes: svn path=/head/; revision=125063
* - Update to 3.8Sergey Matveychuk2004-12-242-13/+12
| | | | | | | | | | - Pass maintainership to submitter PR: ports/75003 Submitted by: Andrey Slusar <anray(at)inet.ua> Notes: svn path=/head/; revision=125062
* - Update to 11.0Sergey Matveychuk2004-12-242-136/+135
| | | | | | | | | | | | | | * new packages: erc-1.12 * remove packages: liece-1.12 (This package is deprecated. Use the riece package) - Pass maintainership to submitter PR: ports/75002 Submitted by: Andrey Slusar <anray(at)inet.ua> Notes: svn path=/head/; revision=125061
* Fix build on 5-stable/6-currentKirill Ponomarev2004-12-231-5/+2
| | | | | | | | PR: ports/75396 Submitted by: Ports Fury Notes: svn path=/head/; revision=124945
* Reset MAINTAINER to ports@.Norikatsu Shigemura2004-12-2342-42/+42
| | | | | | | | | | | We cannot contact them for a long time. Discussed with: hrs Approved by: kiri(blanket), mita(blanket), shige(blanket), taoka(blanket) Notes: svn path=/head/; revision=124934
* Add imake build dependency, it is no longer implied with usingDejan Lesjak2004-12-236-0/+6
| | | | | | | | | | X11 libraries. Pointed out by: dosirak via kris Approved by: maho Notes: svn path=/head/; revision=124878
* Add perl as build dependency explicitly - it used to be there asDejan Lesjak2004-12-231-0/+1
| | | | | | | | | | run dependency of X libraries (via depending on imake); not any more. Pointed out by: dosirak via kris Approved by: maintainer timeout Notes: svn path=/head/; revision=124875
* Add i18nized doc subdirs to kdehier and adjust i18n port plists accordingly.Michael Nottebrock2004-12-2224-24/+3
| | | | Notes: svn path=/head/; revision=124856
* gPHPEdit is a Gnome2 text editor optimised for editing PHP, HTML and CSSJeremy Messenger2004-12-2210-0/+272
| | | | | | | | | | | | | | | files. It supports editing multiple documents with a tabbed interface, PHP syntax checking, PHP/HTML syntax highlighting, a function list for all open documents, incremental search, pop-up function hints, and block (un)indentation. WWW: http://www.gphpedit.org/ PR: ports/74204 Submitted by: Roman Bogorodskiy <bogorodskiy@inbox.ru> Notes: svn path=/head/; revision=124800
* - Update to version 1.7.1Markus Brueffer2004-12-228-38/+20
| | | | | | | | | - Don't install two files which already get installed by x11/kdelibs3 [1] Submitted by: pointyhat via kris [1] Notes: svn path=/head/; revision=124750
* Fix build on 6-currentKirill Ponomarev2004-12-202-7/+19
| | | | | | | | PR: ports/75265 Submitted by: Ports Fury Notes: svn path=/head/; revision=124562
* Fix "make install" by a non-root user.Hiroki Sato2004-12-192-2/+2
| | | | | | | | | Spotted by: David Magda (dmagda+fbugs at ee dot ryerson dot ca) PR: ports/75197 Fix suggested by: pav Notes: svn path=/head/; revision=124493
* Bring the i18n metaports in sync with the available i18n subports.Michael Nottebrock2004-12-193-15/+12
| | | | Notes: svn path=/head/; revision=124441
* This port is scheduled to be removed on 2005-02-18 if it is stillKris Kennaway2004-12-184-1/+9
| | | | | | | broken at that time, and a fix has not been submitted to GNATS. Notes: svn path=/head/; revision=124429
* Tweak IGNORE string to give a better-worded error message.Kris Kennaway2004-12-183-3/+3
| | | | Notes: svn path=/head/; revision=124426
* Reset bouncing maintainer address:Kris Kennaway2004-12-181-1/+1
| | | | | | | | <verm@drunkmonk.net>: host beatrix.drunkmonk.net[206.75.218.3] said: 550 5.1.1 <verm@drunkmonk.net>... User unknown (in reply to RCPT TO command) Notes: svn path=/head/; revision=124420
* Somehow patch was doubled...Maho Nakata2004-12-184-96/+0
| | | | | | | Pointy hat to: maho Notes: svn path=/head/; revision=124356
* Fix PTHREAD_CFLAGS and PTHREAD_LIBSMaho Nakata2004-12-182-0/+96
| | | | | | | hardcoded inside config_office/configure.in Notes: svn path=/head/; revision=124353
* Fix PTHREAD_CFLAGS, PTHREAD_LIBS, hardcodedMaho Nakata2004-12-182-0/+96
| | | | | | | inside config_office/configure.in Notes: svn path=/head/; revision=124352
* Fix plist.Michael Nottebrock2004-12-171-0/+2
| | | | Notes: svn path=/head/; revision=124291
* Fix some more plist nits.Michael Nottebrock2004-12-172-4/+0
| | | | Notes: svn path=/head/; revision=124288
* With portmgr hat on, set this port to IGNORE to avoid the build clusterMark Linimon2004-12-1712-12/+12
| | | | | | | attempting to build it until the underlying problems are fixed. Notes: svn path=/head/; revision=124280
* BROKEN on 6.x: Build failsKris Kennaway2004-12-171-1/+7
| | | | Notes: svn path=/head/; revision=124251
* Don't remove system locale directoriesKris Kennaway2004-12-161-2/+0
| | | | Notes: svn path=/head/; revision=124184
* Clean up handling of locale directories at deinstall-time:Kris Kennaway2004-12-161-0/+10
| | | | | | | | * Don't remove "system directories" (which were created by BSD.*.dist) * Silently try to remove locale directories which we might have created Notes: svn path=/head/; revision=124183
* Update to version 1.7Kirill Ponomarev2004-12-154-16/+17
| | | | | | | | PR: ports/75111 Submitted by: Ports Fury Notes: svn path=/head/; revision=124122
* Update to version 3.17.14Kirill Ponomarev2004-12-154-15/+31
| | | | | | | | PR: ports/75110 Submitted by: Ports Fury Notes: svn path=/head/; revision=124121
* It turns out that Andrey Slusar only wants to maintain the xemacs-muleGary Jennejohn2004-12-142-2/+2
| | | | | | | ports, so make the maintainer ports@. Notes: svn path=/head/; revision=124027
* Update to 21.5.8.Gary Jennejohn2004-12-145-26/+11
| | | | | | | | | | | | The patches patch-emacs.c and patch-mem-limits.h are no longer needed because lim_data has been changed from an unsigned int to an unsigned long, which should be big enough on all architectures which we support. Make Andrey Slusar <anray AT inet DOT ua> the maintainer, since he kindly offered to take over this port from me. Notes: svn path=/head/; revision=124001
* Use the BZIP2 distribution instead of a whole bunch of tar.gz files [1].Gary Jennejohn2004-12-142-8/+4
| | | | | | | | | | Make Andrey Slusar <anray AT inet DOT ua> the maintainer, since he kindly volunterred to take over this port from me. Submitted by: Denis Shaposhnikov <dsh AT vlink DOT ru> [1] Notes: svn path=/head/; revision=124000
* Update to KDE 3.3.2Michael Nottebrock2004-12-134-6/+6
| | | | Notes: svn path=/head/; revision=123951
* Update to KOffice 1.3.5Michael Nottebrock2004-12-13131-558/+381
| | | | Notes: svn path=/head/; revision=123948
* Update to 0.2.3.Jeremy Messenger2004-12-132-4/+3
| | | | Notes: svn path=/head/; revision=123899