summaryrefslogtreecommitdiff
path: root/devel/generate/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2011-09-16Don't need PKGREVISION for new version.darcy1-2/+1
2011-09-16Upgrade to version 2.7.darcy1-2/+2
Should fix the bulk build for this package.
2010-09-30Correction to the home page and distribution site.darcy1-3/+3
No PKGREVISION bump since no actual content changes.
2009-10-19PKG_DESTDIR_SUPPORT=no is not a supported value. Provide actuallyjoerg1-2/+4
working DESTDIR support.
2009-10-08Set PKG_DESTDIR_SUPPORT to 'no'. I had set it to user-destdir but itdarcy1-2/+2
failed on some ports. I guess I don't understand PKG_DESTDIR_SUPPORT so I will just set it to 'no' like others do.
2009-06-13Ran pkglint --autofix on the devel/ category. Most of the changes arerillig1-2/+2
simple white-space issues like indentation and trailing spaces. The others are cross-references for Makefile.common.
2009-03-18Change MAINTAINER to OWNER on some of my packages.darcy1-2/+2
2009-03-04Add PKG_DESTDIR_SUPPORT.darcy1-1/+3
2008-12-19Remove -ansi option from Makefile to prevent build problems as suggested bydarcy1-2/+2
Aleksey Cheusov. Bump PKGREVISION
2008-12-17Allow package to build under QNX.darcy1-1/+3
No PKGVERSION bump as no working ports were affected.
2008-11-17Update to version 2.6.darcy1-2/+2
No functional changes but it should now build under Linux.
2008-05-20Update to 2.5.darcy1-2/+2
Uses internal version of strdup (my_strdup) rather than depending on availability in all systems. Fixes Linux bulk build.
2007-11-13Solaris needs some resolver libraries.rillig1-3/+3
2007-01-30Bump to version 2.4.darcy1-2/+2
Includes strings.h for Posix compliance.
2007-01-05Fixed PKGMANDIR.rillig1-3/+2
2006-08-26Update to 2.3.darcy1-3/+2
A few bug fixes. We already had them in our package as patches but the fixes have been folded into the original package.
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-1/+2
2005-07-29whitespace fixgrant1-3/+3
2005-05-22Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:jlam1-2/+2
USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison
2005-01-04Update to version 2.2.darcy1-2/+2
Major changes are: - Add casts to prevent compiler warnings. - Allow for more than 10 positional parameters.
2004-11-09Update generate and py-generate to version 2.1.darcy1-2/+2
Changes are minor. The code has a few cleanups, the buffer sizes have been increased (next version they will be dynamic) and the Python support has been improved. The biggest change is the addition of the man page as a Python docstring.
2004-08-21Initial import of generate.darcy1-0/+18
Version 2.0 Simple text pre-processor