Next | Query returned 53 messages, browsing 31 to 40 | Previous

History of commit frequency

CVS Commit History:


   2006-10-24 21:23:38 by Roland Illig | Files touched by this commit (2)
Log message:
Updated pkg_filecheck to 0.3.

Bugfix: When allocating more memory, it does not help to double the
amount if the current amount is zero.
   2006-10-24 20:19:22 by Roland Illig | Files touched by this commit (1)
Log message:
Fixed PKGMANDIR.
   2006-07-02 12:32:09 by Roland Illig | Files touched by this commit (3)
Log message:
Updated pkg_filecheck to 0.2.

The PKGDBDIR and PKGDBDIR.refcount directories are excluded from the
list of files to check, because for unprivileged pkgsrc, they are
subdirectories of PKGSRCDIR.

Removed the dependency on libnbcompat for NetBSD.
   2006-01-06 18:10:58 by Joerg Sonnenberger | Files touched by this commit (2)
Log message:
Use SUBST framework. Use PERL5 instead of ${PREFIX}/bin/perl to get
the location of the interpreter.
   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-05 21:51:20 by Roland Illig | Files touched by this commit (1432)
Log message:
Fixed pkglint warnings. The warnings are mostly quoting issues, for
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some
other changes are outlined in

    http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
   2005-11-17 18:02:04 by Roland Illig | Files touched by this commit (2)
Log message:
Added a dependency on libnbcompat to allow building on Solaris easier.
(See PR 23746.) It still needs work in the area of Berkeley DB
selection. Bumped PKGREVISION.
   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-06-17 05:50:45 by Johnny C. Lam | Files touched by this commit (387)
Log message:
Create directories before installing files into them.
   2005-05-08 00:24:04 by Thomas Klausner | Files touched by this commit (9)
Log message:
Refer doc/pkgsrc.html instead of Packages.txt (HOMEPAGE variable).

Next | Query returned 53 messages, browsing 31 to 40 | Previous