summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2005-11-19Print the name of the test case when starting it. This helps in detectingrillig2-3/+10
which test case fails.
2005-11-19Make sure that awk can handle strings of length 4096 on the command linerillig1-14/+45
and of length 2^20 when copying from stdin to stdout.
2005-11-19Added comments.rillig1-1/+4
2005-11-19Added a regression test for the TOOLS framework.rillig1-1/+2
2005-11-19Regression test for the capabilities of the TOOLS. Most of them haverillig3-0/+53
many different implementations and are by no way easy to use. This test collects some assumptions about what the tools must be able to handle. It is also meant as a guide on using these tools correctly and reliably.
2005-11-19Rename a local (static) variable that has the same name as an externalkristerw2-1/+33
variable defined in a .h file. This makes the pkg build when using gcc 4.
2005-11-19As long as pkg_regress is not mentioned in the pkgsrc guide, it does notrillig1-2/+1
deserve to have the pkgsrc guide as a homepage.
2005-11-19require a recent texinfo. should fix recent NetBSD-1.6 build problemsdmcmahill1-1/+2
2005-11-19Variable names starting with an underscore are reserved for internalrillig1-3/+2
pkgsrc use.
2005-11-19Allow the bulk builds to work by adding security/audit-packages as aagc1-2/+2
BULK_PREREQ package.
2005-11-19Code cleanup.rillig1-164/+22
- Removed some of the old checks. - Replaced some of the old checks with modern code. - Replaced some of the old checks with TODO markers.
2005-11-19Import slapd pthread fix for databases/openldap.joerg1-1/+2
2005-11-19Checking for attribute support with _POSIX_THREAD_ATTR_STACKSIZE isjoerg3-6/+15
good, not including unistd.h (which defines the macro) is bad. Correct this mistake to get a working thread stack on DragonFly and other systems which have less than 2 MB by default. Bump revision.
2005-11-19Replaced the special purpose variable $seen_USE_PKGLOCALEDIR with therillig1-6/+15
$makevar table. This allows for easy checks that involve more than only one variable.
2005-11-19Removed the old EXTRACT_SUFX check.rillig1-19/+2
2005-11-19Don't complain if no MAINTAINER is given.rillig1-13/+1
2005-11-19Indentation fix.rillig1-3/+2
2005-11-19Oops, covered the tracks from last-minute tests.rillig1-2/+1
2005-11-19malloc.h is nonstandard, and not available on all platforms.kristerw2-1/+14
2005-11-19Updated pkglint to 4.43.rillig5-14/+69
Changes since 4.42: - Reduced the number of duplicate diagnostics when checking multiple files. Only diagnostics concerning the current package are printed. - Added checks for EXTRACT_SUFX and PKG_INSTALLATION_TYPES. - Added a work-around for the PHP patches warnings. - PERL5_PACKLIST should not contain references to other variables. - Added the -s|--source command line option to show the code along with the diagnostics. - Fixed a bug in get_logical_line(); logical lines have not had their physical lines attached. - Deprecated variables are not only checked when they are defined but also when they are used.
2005-11-19Fix a build problem on OS X ('uint32_t' undeclared) using a patch fromkristerw2-1/+17
the upstrems repository.
2005-11-19Removed unused PAXDIR variable. (It had been used back in revision 1.1.)rillig1-5/+2
Set NO_BUILD=yes instead of NO_BUILD=#defined to make pkglint happy.
2005-11-19Fixed pkglint warnings:rillig1-3/+3
- Replaced 1 with yes in NO_BUILD and NO_CONFIGURE, as the latter is more common.
2005-11-19Fixed pkglint warnings:rillig2-8/+6
- Replaced #defined with #none for EXTRACT_ONLY. - Replaced #defined with yes for NO_BUILD, NO_CONFIGURE, NO_MTREE. - Removed NO_CHECKSUM completely, as a distinfo file exists, it has the correct checksums, and I couldn't find even a hint to why NO_CHECKSUM was set.
2005-11-19pkglint --autofixrillig2-2/+4
2005-11-19Added a "gtk" option, as proposed in PR 32029. Fixes that PR.rillig2-7/+21
2005-11-19Tobias Nygren said in PR 31387 that the work-around for a gcc compilerrillig1-7/+1
bug on netbsd-*-alpha is not needed anymore. Fixes PR 31387.
2005-11-19Fixed definition of PERL5_PACKLIST.rillig1-2/+2
2005-11-19Updated pkglint to 4.42.2.rillig3-4/+10
- Added a check that PERL5_PACKLIST does not contain references to other variables. Some packages have ${PERL5_SITEARCH} in it, which results in a double slash, and the CHECK_FILES framework cannot handle this.
2005-11-19Imported textproc/p5-Pod-Tree-1.11 from pkgsrc-wiprillig1-1/+2
2005-11-19Imported p5-Pod-Tree from pkgsrc-wip.rillig4-0/+27
Pod::Tree parses a POD ("plain old documentation") text into a static syntax tree. Applications walk the tree to recover the structure and content of the POD.
2005-11-19Imported www/p5-HTML-Stream-1.55 from pkgsrc-wiprillig1-1/+2
2005-11-19Imported p5-HTML-Stream from pkgsrc-wip.rillig4-0/+26
This module provides you with an object-oriented (and subclassable) way of outputting HTML. Basically, you open up an "HTML stream" on an existing filehandle, and then do all of your output to the HTML stream (you can intermix HTML-stream-output and ordinary-print-output, if you like).
2005-11-19If the directory of a dependency does not exist, fail instead of (almost)rillig1-2/+3
silently skipping the dependency.
2005-11-19Added patch-aj, which fixes PR 32114.rillig2-1/+40
2005-11-19Added the patch from PR 32114 to make this package build with SunPro onrillig2-1/+17
Solaris. Fixes PR 32114.
2005-11-19Fixed the documentation in the DIAGNOSTICS section.rillig1-4/+6
2005-11-19Made the diagnostics for invalid characters in BULK_PREREQ and therillig1-6/+8
package list more useful by only showing the invalid characters, not the complete variable value.
2005-11-19- Moved the "man page" comment into a real man page.rillig2-18/+119
- Added more sanity checks.
2005-11-19Apply patch from rivo nurges to eliminate awful memory leak whenxtraeme3-2/+27
playing internet streams with moc. Thanks to rivo nurges and Peter Schuller (Maintainer). Bump PKGREVISION.
2005-11-19Updated mail/sylpheed-devel to 2.1.7xtraeme1-1/+2
2005-11-19Update to 2.1.7.xtraeme3-37/+54
* The spell checking feature was implemented (requires GtkSpell). * The drop of files is allowed on the whole composition window. * The insertion of text by drag and drop was disabled. * The PGP interface is disabled if GnuPG is not available. * A bug that aborted program if invalid UTF-8 text is put in the log window was fixed. * The pane between summary and message view became more visible. * Reply-to-list is not enabled for subscribe confirmation request etc. * The bug that the separator of newsgroups was broken was fixed. * The bug that broke the summary selection when mark, unread, and colorlabel flags were changed while the summary was sorted by them was fixed. * The bug that caused crash when quote colors dialog was closed by the window close button was fixed. * The bug that showed wrong value if the total size of a folder was more than 2GB was fixed.
2005-11-19The toplevel database files are referenced in the report, so they must notrillig1-3/+1
be unlinked. Not even in a comment.
2005-11-19Now that exiftool has been renamed to be p5-Image-ExifTool, change theagc1-2/+2
SUBDIR entry in the category Makefile to follow suit.
2005-11-19Note PKGREVISION update of cppunit.minskim1-1/+2
2005-11-19- Update PLIST to match filenames generated by the recent doxygen.minskim2-84/+108
- Set USE_LIBTOOL to override libtool. Bump PKGREVISION.
2005-11-19Note PKGREVISION bump of graphviz.minskim1-1/+2
2005-11-19Do not use hardcoded URW Type 1 font names, which cause errors whenminskim1-1/+4
running doxygen. Instead, let fontconfig find PostScript fonts. Bump PKGREVISION.
2005-11-19TODO:rillig1-1/+4
o Correct and consistent handling of file names containing white-space and other special characters.
2005-11-19Replaced ${ECHO_MSG} with ${ECHO} where appropriate. While there, quotedrillig1-19/+19
the filename of the toplevel BROKENFILE correctly.