summaryrefslogtreecommitdiffstats
path: root/editors
Commit message (Collapse)AuthorAgeFilesLines
* Mark as BROKEN on 4.x: Requires more recent libc.vs2006-02-141-2/+7
|
* Fix plist.anray2006-02-131-0/+2
| | | | Reported by: yoichi, kris
* Update to 1.3.2.6.lawrance2006-02-133-5/+17
| | | | | | | - Add a secondary master site PR: ports/93286 Submitted by: Nicola Vitale <nivit@email.it> (maintainer)
* BROKEN: Incomplete pkg-plistkris2006-02-121-0/+2
|
* Fix plist.anray2006-02-121-0/+31
| | | | Reported by: krismail
* Update to 2.2.12erwin2006-02-122-4/+4
| | | | | PR: 93239 Submitted by: Ports fury
* Update to 3.44erwin2006-02-124-84/+61
| | | | | PR: 93238 Submitted by: Ports fury
* remove upstreamed patchmaho2006-02-115-300/+0
|
* Update to SRC680_m156maho2006-02-1115-50/+670
|
* Convert .error to IGNORE when a port-specific combination of otherwisekris2006-02-111-1/+1
| | | | | | | | | legal user-configurable variables is encountered; such an occurrence should not prevent global tasks like INDEX builds, only the build of the port in question. PR: ports/92443 (partial) Submitted by: linimon
* Add WITH_LDAP - build xemacs with ldap support.anray2006-02-103-2/+12
|
* Removed configure arg `--with-ldap-no'. Now when ldap installed, xemacsanray2006-02-101-1/+0
| | | | | | compiled with ldap support. Reported by: vs
* * Try to fix xemacs-devel japanese ports.anray2006-02-083-0/+9
| | | | | | | * I don't use the japanese. Pass maintainership for ja-xemacs-devel-* to ports@. Reported by: pointyhat(kris)
* I actually wanted this knob to be `on' by default: not everyone wants Gnomedanfe2006-02-081-1/+1
| | | | pieces installed just to be able to edit some texts.
* - Update to 12.0 and unbreakdanfe2006-02-083-48/+46
| | | | | | | | - Make WITH_TEA_ONLY knob work as intended - Turn WITH_ASPELL kbob on by default, since aspell is pretty standard dependency these days - Lower required GCC version to 3.3 (builds fine with it too) - Remove explicit USE_REINPLACE, it's implied now
* Fix plist.anray2006-02-082-3/+4
| | | | Reported by: pointyhat(kris)
* Fix plist.anray2006-02-082-1/+5
| | | | Reported by: pointyhat(kris)
* forgot to remove patchmaho2006-02-065-80/+0
| | | | Noticed by: Jack L. <xxjack12xx@doramail.com>
* Update to SRC680_m155.maho2006-02-0585-7280/+7445
| | | | Add some preparation for gcj build.
* Fix build zh-xemacs-mule port.anray2006-02-021-0/+3
| | | | Reported by: pointyhat(kris)
* Update to 21.5.b24anray2006-02-0213-431/+747
|
* Fix pkg-plistanray2006-02-021-5/+5
| | | | Reported by: pointyhat(kris)
* 1.Integrate some bugfixes from upstream cvs:anray2006-02-029-41/+246
| | | | | | | | | | | | | | * Increase MAX_FONT_COUNT from 5000 to INT_MAX. Applies to both the X and GTK platforms. * Improve Russian C-x processing. * More mule-ization and fix related crashes. * Call set-current-locale (the wrapper for setlocale(3)) before checking the current locale, because the C code doesn't. * Initialise the hardware-specific mapping from raw keycodes to the US key layout. 2.Fix pkg-plist. Reported by: pointyhat(kris) (2)
* Auctex package recompiled with new version makeinfo(4.7). Fixanray2006-02-021-3/+3
| | | | | | | auctex-1.46-pkg.tar.gz package distinfo. PR: ports/92717 Submitted by: David Gilbert <dgilbert@daveg.ca>
* - Update to 1.3.2.6.ftdb2006-02-013-6/+6
| | | | | PR: 92602 Submitted by: nivit@email.it (maintainer)
* Update to KDE 3.5.1.lofi2006-02-012-4/+4
|
* - Update to 2.2.11barner2006-02-013-17/+24
| | | | | Submitted by: Ports Fury PR: ports/92614
* - Update to 3.2barner2006-02-014-74/+73
| | | | | | | - Use FreeBSD INSTALL_* macros Submitted by: Ports fury PR: ports/92613
* Fix build on 4.x.lawrance2006-01-311-0/+13
|
* Update xemacs and xemacs21-mule to 21.4.19anray2006-01-314-8/+8
|
* - Update to version 3.3.17az2006-01-302-4/+4
| | | | See ChangeLog for more details.
* - Update to 1.3.2.6.cpav2006-01-294-6/+13
| | | | | PR: ports/92475 Submitted by: Nicola Vitale <nivit@email.it> (maintainer)
* - Fix possibility of "infinite make fork" when "Registering install for ..."linimon2006-01-2841-0/+42
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | EMACS ports. [1] - Allow building a port as root using an NFS-mounted /usr/ports if the server maps root to a UID other than root. [2] - Make 'BROKEN' and 'IGNORED' ports exit their "make install" with a fail status rather than success. [3] - Improve behavior when dealing with versioned dependencies. [4] - Fix false positives in check-conflicts target. [5] - Remove obsolete bzip2 code. [6] - Add physical category net-p2p. [7] - Don't fetch INDEXFILE if not necessary; respect FETCH_ENV. [8], [11] - INDEX can now be moved outside of ports tree. [9] - Add ghostscript-gpl. [10] - Remove obsolete USE_MESA. [12] - Force pkg_install tools from ports on FreeBSD 4.10 and older. [13] - Document ALWAYS_KEEP_DISTFILES. [14] - Remove USE_REINPLACE from bsd.port.mk USE_DOS2UNIX patch. [15] PR: ports/37596 [1], ports/57259 [2], ports/63216 [3], ports/89448 [4], ports/89710 [5], ports/88996 [6], ports/89260 [7], ports/89363 [8], ports/89809 [9], ports/89853 [10], ports/91086 [11], ports/91710 [12], ports/91727 [13], ports/92111 [14], ports/92124 [15] Submitted by: Jay Sachs <jay at eziba dot com> [1], sem [1, 3, 8, 12], Andrew Heybey <ath at niksun dot com> [2], Jamie Jones <jamie at thompson dot bishopston dot net>, tobez [4], Mark Andrews <Mark_Andrews at isc dot org> [5], edwin [6, 11, 15], pav [7, 13], Peter Jeremy <PeterJeremy at optushome dot com dot au> [9], Ulrich Spoerlein <q at galgenberg dot net> [10], netchild [11], erwin [14] Reviewed by: kris, clement (partially)
* Beautify pkg-descr, kill attribution.danfe2006-01-271-17/+14
|
* - Update to 0.8.2.agarga2006-01-273-24/+13
| | | | | PR: ports/92353 Submitted by: maintainer
* Add missing USE_GETTEXTkris2006-01-261-0/+1
|
* - Update to version 1.42az2006-01-252-4/+4
| | | | | The file requester was bizarrely assuming that ".." and "." would have been the first two names returned by readdir(). Now it doesn't.
* BROKEN with WITHOUT_X11: Configure fails without X supportkris2006-01-241-0/+4
|
* - Drop maintainership. ENOTIME for ports, so let someone else take better carepav2006-01-231-1/+1
| | | | | | of them. Submitted by: Brad Davis <so14k@so14k.com>
* SHA256ifyedwin2006-01-2260-0/+60
| | | | Approved by: krion@
* SHA256ify (manually updated and checked)edwin2006-01-224-0/+10
| | | | Approved by: krion@
* SHA256ifyedwin2006-01-2249-0/+60
| | | | Approved by: krion@
* eplace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryedwin2006-01-224-12/+12
| | | | | Approved by: krion@ PR: ports/88711 (related)
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryedwin2006-01-2216-164/+164
| | | | | Approved by: krion@ PR: ports/88711 (related)
* Unbreak by updating the checksums to match the files on the download sitesvd2006-01-202-8/+6
| | | | Approved by: maho (maintainer), garga (mentor)
* Change my email address to the @FreeBSD onevd2006-01-201-1/+1
| | | | Approved by: garga (mentor)
* Update MASTER_SITES.anray2006-01-191-2/+5
| | | | | PR: ports/92005 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
* Update to SRC680_m151maho2006-01-1915-25/+105
|
* * Remove not nedded USE_GETTEXT.anray2006-01-181-2/+1
| | | | * Fix WITH_XFT LIB_DEPENDS.
* - Update to 0.8.1.dpav2006-01-153-8/+17
| | | | | PR: ports/91821 Submitted by: Nicola Vitale <nivit@email.it> (maintainer)
OpenPOWER on IntegriCloud