Next | Query returned 89 messages, browsing 61 to 70 | Previous

History of commit frequency

CVS Commit History:


   2006-02-06 00:11:50 by Joerg Sonnenberger | Files touched by this commit (4082)
Log message:
Recursive revision bump / recommended bump for gettext ABI change.
   2005-12-29 07:22:26 by Johnny C. Lam | Files touched by this commit (597)
Log message:
Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk
automatically detects whether we want the pkginstall machinery to be
used by the package Makefile.
   2005-12-06 00:55:25 by Roland Illig | Files touched by this commit (413)
Log message:
Ran "pkglint --autofix", which corrected some of the quoting issues in
CONFIGURE_ARGS.
   2005-11-30 19:24:00 by Antoine Reilles | Files touched by this commit (1)
Log message:
add CFLAGS.Darwin+=-flat_namespace
to avoid a2ps failure at runtime under Darwin (symbol not found in flat
namespace)

Bump PKGREVISION, as it changes the binary package under Darwin
   2005-07-16 03:19:27 by Johnny C. Lam | Files touched by this commit (273)
Log message:
Get rid of USE_PERL5.  The new way to express needing the Perl executable
around at either build-time or at run-time is:

	USE_TOOLS+=	perl		# build-time
	USE_TOOLS+=	perl:run	# run-time

Also remove some places where perl5/buildlink3.mk was being included
by a package Makefile, but all that the package wanted was the Perl
executable.
   2005-07-15 22:14:04 by Johnny C. Lam | Files touched by this commit (16)
Log message:
Drop support for TOOLS_DEPMETHOD.<tool>.  The new way to specify a
run-time dependency (DEPENDS) on a tool is to append a ":run" modifier
to the tool name, e.g.,

	USE_TOOLS+=	perl:run

Tools without modifiers or with an explicit ":build" modifier will
cause build dependencies (BUILD_DEPENDS) on those tools to be added.
This makes the notation a bit more compact.
   2005-06-10 20:44:31 by Johnny C. Lam | Files touched by this commit (1)
Log message:
a2ps uses the "file" command to detect the file type of the print job.
Explicitly note that it needs this tool.  Also, the tools framework
knows about mktemp, so use USE_TOOLS+=mktemp instead of the homegrown
code.  Bump the PKGREVISION to 8.
   2005-06-09 16:53:49 by Lubomir Sedlacik | Files touched by this commit (4)
Log message:
Security fix for CAN-2004-1377:

"The fixps and psmandup scripts in a2ps allow local users to overwrite
 arbitrary files via a symlink attack on temporary files."

Patches from Gentoo with few minor issues corrected.
   2005-05-22 22:08:52 by Johnny C. Lam | Files touched by this commit (1035)
Log message:
Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:

	USE_GNU_TOOLS	-> USE_TOOLS
	awk		-> gawk
	m4		-> gm4
	make		-> gmake
	sed		-> gsed
	yacc		-> bison
   2005-04-11 23:48:17 by Todd Vierling | Files touched by this commit (3539)
Log message:
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.

Next | Query returned 89 messages, browsing 61 to 70 | Previous