summaryrefslogtreecommitdiff
path: root/devel/autogen/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2004-03-01Update autogen to 5.6.0 and bl3ify.minskim1-6/+6
Changes since 5.5.3: * AutoFSM was enhanced with the notion of a "noop" transition handling * fmemopen() is now used (when possible) for anonymous output (diversions) * The Guile function (chdir "...") is now wrapped so AutoGen can adapt * the definitions parser now uses a FSM parser instead of YACC * AutoOpt-ed programs can now have internationalized usage text * Templates have been added for using getopt(3) or getopt_long(3GNU) to parse options (in lieu of libopts). * better docs on partitioned ini (rc) files
2004-02-14LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globsjlam1-2/+1
relative to ${WRKSRC}. Remove redundant LIBTOOL_OVERRIDE settings that are automatically handled by the default setting in bsd.pkg.mk.
2004-01-23Bump PKGREVISION due to xmlcatmgr update to 2.0beta1. I know; this is a PITA.jmmv1-2/+2
This shouldn't be needed if we had non-recursive dependancies *sigh*.
2004-01-22replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.grant1-2/+2
2003-12-04Bump PKGREVISION (libxml2, libxslt and imlib2 were updated).xtraeme1-2/+2
2003-08-09USE_NEW_TEXINFO is unnecessary now.seb1-2/+1
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-07-13PKGREVISION bump for libiconv update.wiz1-2/+2
2003-06-25USE_NEW_TEXINFO.seb1-1/+4
Notice I did not say "convert to"...
2003-06-05Bump revisions following the guile14's threaded fix.uebayasi1-2/+2
2003-05-02Dependency bumps, needed because of devel/pth's major bump, and relatedwiz1-1/+2
dependency bumps.
2003-03-19Update autogen to 5.5.3.kristerw1-2/+2
Changes since 5.5.2 include: * AutoOpts' usage procedure has been enhanced to produce either AutoOpts standard usage or usage that looks more like current GNU practices. The latter provides less information and help. * I32LPx behavior has improved. Don't think I can call it "industrial strength" just yet, tho.
2003-02-25Update autogen to 5.5.2.kristerw1-2/+2
New in 5.5.2 - February, 2003 * Fixes for FreeBSD weirdisms with sed, dlopen(), and the Guile library * stash offsets in uintptr_t types so this thing works when sizeof(void*) != sizeof(off_t) * still more configury fixes. It will never, ever end. New in 5.5 - December 15, 2002 * The FOR macro will now accept a list of values, as in: [= FOR v IN one, "two , part" three =] * snprintfv-0.99f was fully incorporated, saving 300K of distribution space and a lot of configure time. * The 'dne' function will accept "-d" as the first argument in order to suppress the date from the output. New in 5.4.8 - December 10, 2002 * Freed AutoOpts from libguile. It was never really dependent. * new snprintfv library incorporated
2003-02-14Import autogen 5.4.7kristerw1-0/+19
AutoGen is a tool designed for generating program files that contain repetitive text with varied substitutions. Its goal is to simplify the maintenance of programs that contain large amounts of repetitious text. This is especially valuable if there are several blocks of such text that must be kept synchronized.