summaryrefslogtreecommitdiff
path: root/devel/cqual
AgeCommit message (Collapse)AuthorFilesLines
2011-12-02devel/cqual: Fix for modern gccmarino3-2/+19
There are several unreferenced functions in cqual which a modern gcc complains about using -Werror. After trying to fix a few of them, it was easier just to stop considering warnings as errors.
2010-01-29DESTDIR supportjoerg1-3/+5
2009-08-06PKGREVISION bump for elisp packages because of bytecode format changesminskim1-2/+2
in emacs23.
2009-06-14Remove @dirrm entries from PLISTsjoerg1-5/+1
2008-10-11Move mk/emacs.mk to editors/emacs/modules.mk.uebayasi1-2/+2
Don't call pkg_info to get the installed Emacs version; always use the version matching EMACS_TYPE set by users. Be DEPENDS to it. This should address pkg/37146 by Aleksey Cheusov. While here convert some emacs lisp packages to user-destdir.
2008-07-27Fix broken build with gcc4.dholland2-4/+14
2008-02-04PR 37952: Aleksey Cheusov: more missed tools in USE_TOOLStnn1-2/+2
2007-02-22pkglint cleanup; update HOMEPAGE/MASTER_SITES.wiz1-2/+2
From Sergey Svishchev in private mail.
2006-07-17Fixed an internal cqual error. Improved the gcqual program. Added arillig5-8/+72
debugging option. Bumped PKGREVISION.
2006-07-02Added an explanation to patch-cd.rillig2-3/+5
2006-07-01Fixed the gcc4 warning reported in PR 33883 and another similar one. Onerillig3-10/+24
of them was a real bug (missing initialization of a structure; luckily not introduced by me), the other was a false positive.
2006-06-29Now really bump PKGREVISION, which I had forgotten in the last patch.rillig1-2/+2
2006-06-29Fixed gcc warnings that have been reported in PR 33859. While here, alsorillig4-5/+28
fixed the pkglint warning regarding INFO_FILES. Bumped PKGREVISION.
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.
2006-03-02Fix build on -current. Fix PLIST.wiz5-14/+41
Bump PKGREVISION.
2006-02-12NetBSD 1.6 needs bison.rillig1-2/+2
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-2/+2
2006-01-19Added some patches to make Cqual build on IRIX 6.5/mips with MIPSpro. (Byrillig4-1/+91
the way, all these patches have already been reported upstream and are mostly fixed.)
2006-01-18Added the patches that are required to build CQual on SunOS 5.8/sparcrillig16-7/+445
with SunPro.
2006-01-15Added emacs as a dependency.rillig1-1/+2
2006-01-13Added two patches. patch-ab avoids tons of #line warnings from the cpprillig4-3/+58
output, patch-ac fixes the special handling of functions called malloc(). Bumped PKGREVISION.
2006-01-12- Perl is needed at runtime.rillig1-3/+5
- Made the package work with CHECK_INTERPRETER=yes set. - Bumped PKGREVISION.
2006-01-11Added documentation and example files. Bumped PKGREVISION.rillig2-3/+34
2006-01-11Imported cqual.rillig5-0/+84
cqual is a type-based analysis tool for finding bugs in C programs. It extends the type system of C with extra user-defined type qualifiers. The programmer annotates their program in a few places, and cqual performs qualifier inference to check whether the annotations are correct.