summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2005-05-23Removed trailing white-space.rillig281-606/+606
2005-05-23PLIST update to fix @dirrm conflict with gimp-docsadam1-3/+3
2005-05-23Updated gimp-docs to 2.0.8adam1-1/+2
2005-05-23Sorted PLIST.rillig1-608/+608
2005-05-23Changes 2.0.8:adam3-570/+1001
* spelling fixes for almost every translation * Beginning of Italian and Dutch translation * stylesheet fixes: CSS, HTML and DB2LaTeX driver files * XML validity fixes for french and swedish * Makefile overhaul * new Hacking styleguide
2005-05-23Sorted PLIST.rillig12-98/+98
2005-05-23Removed trailing whitespace.rillig5-7/+7
2005-05-23Removed an extra empty line.rillig1-2/+1
2005-05-23Sorted PLIST.rillig2-14/+14
2005-05-23Reformatted to get rid of trailing whitespace.rillig1-4/+4
2005-05-23Updated gtk-gnutella to 0.95.3adam1-1/+2
2005-05-23Changes 0.95.3:adam2-13/+7
- Fixed a potential denial-of-service problem. - Fixed OOB reply code which would lead to failed assertions. - [GTK1] Show Enable option and Remove button in Filter editor again. - Fixed inadvertent truncation of large files (> 4 GB). - Compatibility fixes for 64-bit platforms.
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