summaryrefslogtreecommitdiff
path: root/editors/ex
AgeCommit message (Collapse)AuthorFilesLines
2015-11-03Add SHA512 digests for distfiles for editors categoryagc1-1/+2
Problems found with existing distfiles: distfiles/javascript-2.1b1.el distfiles/yEd-3.14.2.zip No changes made to the javascript-mode or yEd distinfo files. Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2013-10-10Bump for curses removalroy1-2/+2
2013-10-09ex uses termcap, not cursesroy3-6/+8
2012-12-28Fix legacy C. Pass -Wall -W -Wmissing-declarations -Wwrite-strings ondholland43-37/+7800
gcc45. - avoid implicit int, declare void functions void - return values from non-void functions - put most external declarations properly in header files - use some static and const - fix up a big mess with function pointer casting - use standard includes, don't provide own decls of standard functions - use types matching libc when providing own malloc, printf, and putchar - use <ctype.h> functions correctly - silence assorted compiler warnings - fix some bugs exposed by compiler warnings - don't intentionally exercise signed overflow - remove some unused items - add patch comments to other patch (patch-aa) As this includes several fixes and removes some undefined behavior on a commonly reachable code path, bump PKGREVISION.
2012-10-03Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2011-12-17Add missing mk/curses buildlink.sbd1-2/+3
Bump PKGREVISION
2011-08-01Fix broken build with clang.dholland2-1/+25
2010-01-31Honour varbase and create tmp/vi.recover during +INSTALL. Bump revision.joerg3-5/+17
2010-01-29DESTDIR supportjoerg3-16/+22
2009-12-15ex-vi has moved to sourceforge. update homepage and master_sites. add license.zafer1-3/+4
2006-07-22Adjust the valloc return value on Darwin not to conflict with the oneminskim2-5/+5
declared in unistd.h.
2006-06-08Make this package build with gcc-4.minskim2-1/+14
2006-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam1-2/+2
developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
2005-12-09Adjust valloc return value on DragonFly to not conflict with unistd.h.joerg2-4/+16
2005-11-08install(1) on NetBSD 1.6.2 refused to install bin/ex with mode 1755 asrillig2-5/+14
unprivileged user. It is now installed with mode 755 instead.
2005-11-08Fixed patch-ac from tv to only change the code on Interix. This makes allrillig2-4/+6
other platforms work again.
2005-10-31Include <stdlib.h> to get [u]intptr_t on Interix.tv3-1/+27
2005-02-23Add RMD160 digests in addition to the SHA1 ones.agc1-1/+2
2004-02-18Change the INSTALL value to make this package actually install.kristerw2-4/+4
2004-02-15upgrade to 040103. various portability fixesitojun3-16/+32
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-06-02Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.jschauma1-2/+2
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
2002-12-16use libcursesitojun2-5/+23
2002-12-16Berkeley ex/vi 3.7itojun5-0/+71