summaryrefslogtreecommitdiff
path: root/devel/uno
AgeCommit message (Collapse)AuthorFilesLines
2007-01-07Mechanically replaced man/* with ${PKGMANDIR}/* in the definition ofrillig1-2/+2
INSTALLATION_DIRS, as well as all occurrences of ${PREFIX}/man with ${PREFIX}/${PKGMANDIR}. Fixes PR 35265, although I did not use the patch provided therein.
2006-09-09Rename variable MAKEFILE to MAKE_FILE.obache1-2/+2
2006-06-17Fixed pkglint warnings.rillig1-4/+4
2006-04-22Removed the superfluous "quotes" and 'quotes' from variables that don'trillig1-2/+2
need them, for example RESTRICTED and SUBST_MESSAGE.*.
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-1/+2
2005-12-15Fix errno. Require bison.joerg3-2/+18
2005-11-20On i386, remove the -m32 option from calls to the compiler. gcc does notrillig1-1/+7
know this option.
2005-11-15Simplify package:wiz1-14/+13
MAKEFILE=makefile instead of do-build target. Continuations are not needed for the do-install target. Fix typo in SUBST_MESSAGE. Fix PKGNAME.
2005-11-15UNO is a tool for source code analysis. It is designedshannonjr4-0/+56
to intercept primarily the three most common types of software defects: use of uninitialized variable, nil-pointer references, and out-of-bounds array indexing.