summaryrefslogtreecommitdiff
path: root/editors
AgeCommit message (Collapse)AuthorFilesLines
2012-07-03Fix inline usage.joerg2-1/+42
2012-07-02Revbump after updating boostadam1-2/+2
2012-07-01Add desktopdb.mk and bump PKGREVISION for 118 packages as reported bydholland5-9/+15
pkglint. If any of these are wrong for some reason, please revert/adjust.
2012-07-01Merge change from upstream to fix build.dholland2-1/+17
2012-06-29Fix typo (PKGREVISON -> PKGREVISION).wiz1-2/+2
2012-06-26Install documentation. Emacs is not the package that can be usedasau5-55/+59
without it effectively.
2012-06-25Disable character set warning for Clang, it produces over 8GB outputjoerg1-1/+8
otherwise.
2012-06-23Whoops, no, exactly the same, misread something.dholland1-2/+2
2012-06-23Fix Solaris build (more or less like Dragonfly build)dholland1-1/+2
2012-06-18Make sure that the elisp subdirs, which are installed by tar-copy, comedholland1-1/+9
out with the right permissions. I'm sometimes getting them coming out mode 754, which fails the build if PKG_DEVELOPER is set.
2012-06-18Add missing termcap.bl3.mk.dholland1-1/+2
2012-06-17Needs curses, not just termcap. Not bumping revision since it won't havedholland1-2/+2
built since the previous bump, except where curses and termcap pull in the same depends, in which case it doesn't matter.
2012-06-16+emacs24, emacs24-nox11dholland1-1/+3
2012-06-16Mark this broken until emacs25 snapshots become available. Removingdholland1-1/+3
the package until then seems stupid.
2012-06-16Add emacs24. Change the logic for emacs-snapshot to be emacs25, which itdholland1-10/+12
presumably will be once the necessary upstream stuff appears.
2012-06-16Add emacs24-nox11 package, based on emacs-nox11 (which is currentlydholland3-0/+41
emacs23) but attached to emacs24.
2012-06-16Add emacs24 package, based on wip/emacs-rc.dholland17-0/+4337
2012-06-16Update to KDE SC 4.8.4markd3-7/+12
Bug fixes.
2012-06-15vigor only works with db1, so if db1 is builtin use it, otherwise usesbd1-4/+13
the included db implementation. Bump PKGREVISION.
2012-06-14Add missing termcap buildlink.sbd1-2/+3
Bump PKGREVISION.
2012-06-14Recursive PKGREVISION bump for libxml2 buildlink addition.sbd28-52/+56
2012-06-10+meditobache1-1/+2
2012-06-10Import medit-1.1.0 as editors/medit.obache5-0/+334
medit is a GTK text editor. Started as an editor component of GGAP (http://ggap.sourceforge.net/), it grew up to a real full-featured text editor.
2012-06-02Add symlink to gnu/man/man1/ed.1cheusov2-6/+10
++pkgrevision
2012-05-29Remove GNU_PROGRAM_PREFIX variable (discussed in pkgsrc-users@).cheusov2-15/+19
All utilities are installed with a prefix 'g'. Symlinks with original names are created in ${PREFIX}/gnu/bin. ++pkgrevision Add LICENSE
2012-05-23+edtabs1-1/+2
2012-05-23Added editors/edt version 1.9abs5-0/+56
Edt text editor emulator. This text-editor emulates the VAX VMS text editor known as Edt, and to some extent, later versions called TPU/Eve.
2012-05-23Honor LDFLAGS; should fix rpaths and thus the Linux build.dholland2-6/+16
2012-05-23Add missing termcap.bl3.mk.dholland1-1/+2
2012-05-23note where this is useddholland1-1/+6
2012-05-23Honor PKGMANDIR.dholland2-6/+14
2012-05-22Deal with the fact that Makefile.in is now regenerated by also patchingjoerg2-1/+40
Makefile.am as appropiate. automake can't be run directly, since it doesn't like configure itself.
2012-05-16editors/kdissert: Fix indirect linking (all platforms)marino2-1/+14
Rather than modify this wscript to read the LDFLAGS environment variable, the c++ kdeui library was directly specified for all platforms.
2012-05-16editors/scite: Fix indirect linking (all platforms)marino2-5/+14
Due to the use of pkg-config to generate libraries inside the gtk/makefile file, the indirect linking fix couldn't be isolated to only DragonFly. All platforms will directly link libgmodule-2.0
2012-05-14Add missing termcap.bl3.mk.dholland1-1/+2
2012-05-14Add missing termcap.bl3.mk. No version bump; on platforms where thisdholland1-1/+2
matters lack of it leads to build failure.
2012-05-14Use <termcap.h>, not <term.h>. Should fix build on netbsd-5.dholland2-4/+4
2012-05-14Use time_t to call time(), not "long int".dholland2-5/+19
2012-05-10Use SUBST to insert PREFIX instead of a handrolled sed, and be (much) lessdholland1-7/+6
indiscriminate about it.
2012-05-10Add patch comments to preexisting patches.dholland4-7/+13
2012-05-10Pass -Wall. Fix a number of minor bugs and possibly some major ones.dholland34-43/+3810
Should also fix clang build. PKGREVISION++
2012-05-09Fix accepting keys in text mode; breakage caused by glib2 update.wiz3-3/+20
Patch from Debian, found for OpenBSD by Antoine Jacoutot and mentioned on current-users by Matthieu Herrb. Bump PKGREVISION.
2012-05-09Oops, apparently forgot to commit this.dholland1-1/+2
2012-05-09Avoid another symbol name conflict with clone(2).dholland1-0/+31
2012-05-07Needs desktopdb.mk. PKGREVISION -> 23.dholland1-2/+3
2012-05-07Fix symbol name conflict with clone(2).dholland2-1/+33
2012-05-07Set BUILDLINK_ABI_DEPENDS correctly (with +=, not ?=)dholland3-6/+6
It turns out there were a lot of these.
2012-05-03Fix build with glib-2.32.wiz3-1/+32
2012-04-27Fix CVE-2009-2688, via <https://bugzilla.redhat.com/show_bug.cgi?id=511994>hauke3-12/+86
Note xemacs 21.5 still dumps core during the build.
2012-04-27Fix CVE-2009-2688, via <https://bugzilla.redhat.com/show_bug.cgi?id=511994>hauke5-49/+146