Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2005-05-23 | Fixed quoting in show-comment. | rillig | 1 | -3/+3 | |
2005-05-23 | Updated pkglint to 4.16. This version emits much fewer false warnings. | rillig | 1 | -1/+2 | |
2005-05-23 | Fixed man page handling on platforms that don't have the mandoc macros. | rillig | 1 | -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-23 | Removed extra newline. | rillig | 1 | -2/+1 | |
2005-05-23 | Sorted PLIST to make pkglint happy. | rillig | 1 | -5/+5 | |
2005-05-23 | Removed trailing whitespace. | rillig | 1 | -1/+1 | |
2005-05-23 | Replaced explicit sed(1) replacement with the subst.mk framework. | rillig | 1 | -7/+5 | |
2005-05-23 | When opt_dumpmakefile is activated, only print the contents of the Makefile | rillig | 1 | -3/+1 | |
once, with line numbers. | |||||
2005-05-23 | Removed trailing whitespace. | rillig | 1 | -1/+1 | |
2005-05-23 | Sorted PLIST entries to make pkglint happy. | rillig | 1 | -3/+3 | |
2005-05-23 | Only warn about use of $(VARIABLE) if it is not preceded by another $. | rillig | 1 | -2/+2 | |
This avoids false positives in sed(1) expressions. | |||||
2005-05-23 | Removed trailing whitespace and reformatted. | rillig | 1 | -3/+3 | |
2005-05-23 | This package actually wants "flex", not just "lex". | jlam | 1 | -2/+2 | |
2005-05-23 | Teach the tools framework about "flex" so that packages can specify | jlam | 6 | -6/+33 | |
that they require flex instead of any old lex. | |||||
2005-05-23 | Fixed a bug introduced by the message normalization patch (forgot a ! | rillig | 1 | -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-22 | Normalized capitalization of log messages. | rillig | 1 | -181/+171 | |
2005-05-22 | Reformatted the initial comment. Changed my mail address to NetBSD.org. | rillig | 1 | -4/+7 | |
2005-05-22 | Updated the man pages. | rillig | 2 | -3/+7 | |
2005-05-22 | Don't check the order of the Makefile sections if a Makefile.common is | rillig | 1 | -2/+19 | |
included. Also added a command line option -Wno-order to force this. | |||||
2005-05-22 | Made the check for non-empty RCS Id tags independent from the --verbose | rillig | 1 | -2/+2 | |
command line option. | |||||
2005-05-22 | Removed NO_PATCH and replaced #defined with "yes" to make pkglint happy. | rillig | 1 | -4/+3 | |
2005-05-22 | Added NO_BUILD. | rillig | 1 | -1/+2 | |
2005-05-22 | Extend the deprecated variables check to the included Makefiles, too. | rillig | 1 | -8/+16 | |
2005-05-22 | Remove USE_TOOLS+=gawk from packages that had it added solely for Solaris. | jlam | 6 | -14/+9 | |
We rely on the tools framework to pull in a good enough awk tool. | |||||
2005-05-22 | Replaced $c with ${c} to make pkglint happy. | rillig | 1 | -3/+3 | |
2005-05-22 | Replaced #defined with "yes" to make pkglint happy. | rillig | 1 | -3/+3 | |
2005-05-22 | Replaced three instances of $s with ${s} to make it consistent with the | rillig | 1 | -4/+4 | |
three instances that were already ${s}. | |||||
2005-05-22 | Added USE_LIBTOOL and USE_PKGLOCALEDIR. | rillig | 1 | -1/+3 | |
2005-05-22 | Replaced #defined with "yes" to make pkglint happy. | rillig | 1 | -5/+5 | |
2005-05-22 | USE_X11=yes instead of USE_X11=#defined. | rillig | 1 | -2/+2 | |
2005-05-22 | Replaced $f with ${f} to emphasize a Makefile variable is meant, not a | rillig | 1 | -2/+2 | |
shell variable. | |||||
2005-05-22 | Extended reading of Makefiles to return both---a string containing the | rillig | 1 | -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-22 | Remove USE_TBL from pkgsrc and replace with USE_TOOLS+=tbl. | jlam | 6 | -20/+13 | |
2005-05-22 | Don't add "INSTALL" to CONFIGURE_ENV as bsd.pkg.mk adds special values | jlam | 1 | -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-22 | Remove explicit dependencies on the GNU m4 package with USE_TOOLS+=m4 | jlam | 8 | -27/+21 | |
and appropriate TOOLS_DEPMETHOD.gm4 settings. | |||||
2005-05-22 | Replace explicit build dependencies on bison and manipulations on the | jlam | 10 | -58/+31 | |
YACC variable with USE_TOOLS+=bison. | |||||
2005-05-22 | Finish removing instances of _USE_NEW_TOOLS from pkgsrc. | jlam | 1 | -20/+4 | |
2005-05-22 | Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions: | jlam | 1131 | -2280/+2264 | |
USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison | |||||
2005-05-22 | Remove the old tools framework and references to _USE_NEW_TOOLS. | jlam | 29 | -1730/+30 | |
2005-05-22 | Simplified the way individual files are checked. | rillig | 1 | -31/+8 | |
2005-05-22 | Fixed some quoting issues. | rillig | 1 | -34/+34 | |
2005-05-22 | Removed a check for *.tgz in the package directory. This check has been | rillig | 1 | -8/+1 | |
here since revision 1.1, and is very unlikely to occur. | |||||
2005-05-22 | Added a patch needed for ISO C90 compliance. Fixes build on NetBSD 1.6.2. | rillig | 2 | -1/+18 | |
2005-05-22 | Note addition of hsetroot-1.0.2. | jmmv | 1 | -2/+3 | |
While here, fix previous entry: s/Updates/Updated/ | |||||
2005-05-22 | Add and enable hsetroot. | jmmv | 1 | -1/+2 | |
2005-05-22 | Initial import of hsetroot, version 1.0.2: | jmmv | 4 | -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-22 | Enable usage of deprecated APIs to make this build after the recent GNOME | jmmv | 1 | -1/+3 | |
updates. | |||||
2005-05-22 | Note update of wxhaskell to 0.9.4. | augustss | 1 | -1/+2 | |
2005-05-22 | Update to wxhaskell 0.9.4. | augustss | 3 | -8/+8 | |
This release fixes some problems with ghc 6.4. | |||||
2005-05-22 | Make this build by enabling usage of deprecated GTK, GNOME and gnome-vfs APIs. | jmmv | 1 | -1/+5 | |
Probably broken after the last updates of GNOME-related packages. |