summaryrefslogtreecommitdiff
path: root/textproc/nbsed/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2009-04-09Remove redundant NO_CHECKSUM and EXTRACT_ONLY definitions.joerg1-2/+1
2009-04-08Remove the remaining NO_MTREE definitions, it has been a nop for ajoerg1-2/+1
while.
2008-06-19Add a marker for bootstrap packages to allow special cases them duringjoerg1-1/+2
bulk builds.
2008-06-19Supports DESTDIR.joerg1-1/+3
2007-09-08Convert to use the features framework.jlam1-2/+2
2007-09-06Drop libnbcompat/buildlink3.mk and force all packages that usejlam1-9/+2
libnbcompat to use it "in place". libnbcompat is just really special, and is of almost no use to anything other than the pkgsrc bootstrap process.
2007-03-07Fixed a segmentation fault on IRIX. Although IRIX provides therillig1-1/+2
REG_STARTEND macro, it doesn't work as expected. A simple test case is: printf '\0\n\0\n' | nbsed /a/d This test does not yet work as expected, but at least it doesn't cause segmentation faults anymore. Handling of '\0' bytes must be improved.
2006-07-14Mark these packages as NO_MTREE as they are bootstrap packages and don'tjlam1-1/+2
need mtree to pre-generate any directories for them.
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-09-28Removed trailing white-space.rillig1-2/+2
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-01-06Don't "cp -p" for *source* files. Builds are usually done as an unprivilegedtv1-2/+2
user, so it's not nice to try to use an option that will try to chown if the repository isn't owned by the builder. (Some OS's do in fact cause an error when the chown in "cp -p" fails.)
2004-08-27Simplify the import structure by keeping the "sed" name, and using thejlam1-7/+15
configure script's --program-transform-name to install as "nbsed". Also add a cat-ready nbsed.0 file.
2004-08-21Update textproc/nbsed to 20040821 (date of import from src HEAD).jlam1-3/+3
Changes from the previous version include: - Adding a sed2nbcompat script to ease importing from src HEAD into pkgsrc. - Make this package depend on libnbcompat since it needs a regex implementation and it's also a bootstrap package. * s/xmalloc/xrealloc/ so that large (greater than _POSIX2_LINE_MAX*2-1) multi line text can be added.
2004-07-25bump to 20040725.grant1-2/+2
2004-06-13bump to 20040613grant1-2/+2
2004-06-12Sync nbsed with -current and bump its version to 20040612. This fixesminskim1-2/+2
a bug reported in PR bin/25899 that makes sed(1) fail if the last character of the line buffer is a backslash.
2003-10-16bump to 20031016grant1-2/+2
2003-08-23Bump date for ability to build on Irix.jschauma1-2/+2
2003-08-19Need to mkdir WRKSRC before trying to pax into itjmc1-1/+2
2003-08-18Initial import of an autoconf-ed version of NetBSD's sed(1).agc1-0/+19