summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2005-05-23Fixed quoting in show-comment.rillig1-3/+3
2005-05-23Updated pkglint to 4.16. This version emits much fewer false warnings.rillig1-1/+2
2005-05-23Fixed man page handling on platforms that don't have the mandoc macros.rillig1-14/+12
Together will all the other changes of the last days, this makes up version 4.16. Most changes affected the elimination of false warnings.
2005-05-23Removed extra newline.rillig1-2/+1
2005-05-23Sorted PLIST to make pkglint happy.rillig1-5/+5
2005-05-23Removed trailing whitespace.rillig1-1/+1
2005-05-23Replaced explicit sed(1) replacement with the subst.mk framework.rillig1-7/+5
2005-05-23When opt_dumpmakefile is activated, only print the contents of the Makefilerillig1-3/+1
once, with line numbers.
2005-05-23Removed trailing whitespace.rillig1-1/+1
2005-05-23Sorted PLIST entries to make pkglint happy.rillig1-3/+3
2005-05-23Only warn about use of $(VARIABLE) if it is not preceded by another $.rillig1-2/+2
This avoids false positives in sed(1) expressions.
2005-05-23Removed trailing whitespace and reformatted.rillig1-3/+3
2005-05-23This package actually wants "flex", not just "lex".jlam1-2/+2
2005-05-23Teach the tools framework about "flex" so that packages can specifyjlam6-6/+33
that they require flex instead of any old lex.
2005-05-23Fixed a bug introduced by the message normalization patch (forgot a !rillig1-2/+3
operator). Don't blame the user for using tool names in PKGSRC_USE_TOOLS and USE_TOOLS definitions, as this is what they are for.
2005-05-22Normalized capitalization of log messages.rillig1-181/+171
2005-05-22Reformatted the initial comment. Changed my mail address to NetBSD.org.rillig1-4/+7
2005-05-22Updated the man pages.rillig2-3/+7
2005-05-22Don't check the order of the Makefile sections if a Makefile.common isrillig1-2/+19
included. Also added a command line option -Wno-order to force this.
2005-05-22Made the check for non-empty RCS Id tags independent from the --verboserillig1-2/+2
command line option.
2005-05-22Removed NO_PATCH and replaced #defined with "yes" to make pkglint happy.rillig1-4/+3
2005-05-22Added NO_BUILD.rillig1-1/+2
2005-05-22Extend the deprecated variables check to the included Makefiles, too.rillig1-8/+16
2005-05-22Remove USE_TOOLS+=gawk from packages that had it added solely for Solaris.jlam6-14/+9
We rely on the tools framework to pull in a good enough awk tool.
2005-05-22Replaced $c with ${c} to make pkglint happy.rillig1-3/+3
2005-05-22Replaced #defined with "yes" to make pkglint happy.rillig1-3/+3
2005-05-22Replaced three instances of $s with ${s} to make it consistent with therillig1-4/+4
three instances that were already ${s}.
2005-05-22Added USE_LIBTOOL and USE_PKGLOCALEDIR.rillig1-1/+3
2005-05-22Replaced #defined with "yes" to make pkglint happy.rillig1-5/+5
2005-05-22USE_X11=yes instead of USE_X11=#defined.rillig1-2/+2
2005-05-22Replaced $f with ${f} to emphasize a Makefile variable is meant, not arillig1-2/+2
shell variable.
2005-05-22Extended reading of Makefiles to return both---a string containing therillig1-23/+24
complete Makefile with includes and a list of lines, also with includes. This list of lines is the first step towards better error and warning messages (including file and line number). A first effect of this change is that the use of Makefile variables is checked even in the .include'd Makefiles.
2005-05-22Remove USE_TBL from pkgsrc and replace with USE_TOOLS+=tbl.jlam6-20/+13
2005-05-22Don't add "INSTALL" to CONFIGURE_ENV as bsd.pkg.mk adds special valuesjlam1-2/+1
for INSTALL by itself during the configure stage. This fixes problems with GNU configure scripts using the wrong value of INSTALL.
2005-05-22Remove explicit dependencies on the GNU m4 package with USE_TOOLS+=m4jlam8-27/+21
and appropriate TOOLS_DEPMETHOD.gm4 settings.
2005-05-22Replace explicit build dependencies on bison and manipulations on thejlam10-58/+31
YACC variable with USE_TOOLS+=bison.
2005-05-22Finish removing instances of _USE_NEW_TOOLS from pkgsrc.jlam1-20/+4
2005-05-22Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:jlam1131-2280/+2264
USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison
2005-05-22Remove the old tools framework and references to _USE_NEW_TOOLS.jlam29-1730/+30
2005-05-22Simplified the way individual files are checked.rillig1-31/+8
2005-05-22Fixed some quoting issues.rillig1-34/+34
2005-05-22Removed a check for *.tgz in the package directory. This check has beenrillig1-8/+1
here since revision 1.1, and is very unlikely to occur.
2005-05-22Added a patch needed for ISO C90 compliance. Fixes build on NetBSD 1.6.2.rillig2-1/+18
2005-05-22Note addition of hsetroot-1.0.2.jmmv1-2/+3
While here, fix previous entry: s/Updates/Updated/
2005-05-22Add and enable hsetroot.jmmv1-1/+2
2005-05-22Initial import of hsetroot, version 1.0.2:jmmv4-0/+36
hsetroot is a tool which allows you to compose wallpapers (root pixmaps) for X. It has a lot of options like rendering gradients, solids and images but it also allows you to perform manipulations on those things or chain them together. You could, for example, use one standard background image together with tint to make it fit your current theme. It is also compatible with semi-translucent applications like aterm and xchat. At the moment, hsetroot can render: gradients (multi-color with variable distance), solids (rectangles) and images (centered, tiled, fullscreen, or maximum aspect). It supports the following manipulations: tinting (overlaying a color mask), blurring, sharpening, flipping (horizontally, diagonally, vertically), and also allows you to adjust brightness, contrast and gamma-level. At last, it supports alpha-channels during renders. Package provided by Leonard Schmidt in PR pkg/30304.
2005-05-22Enable usage of deprecated APIs to make this build after the recent GNOMEjmmv1-1/+3
updates.
2005-05-22Note update of wxhaskell to 0.9.4.augustss1-1/+2
2005-05-22Update to wxhaskell 0.9.4.augustss3-8/+8
This release fixes some problems with ghc 6.4.
2005-05-22Make this build by enabling usage of deprecated GTK, GNOME and gnome-vfs APIs.jmmv1-1/+5
Probably broken after the last updates of GNOME-related packages.