Next | Query returned 35 messages, browsing 11 to 20 | Previous

History of commit frequency

CVS Commit History:


   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-09-28 21:51:28 by Roland Illig | Files touched by this commit (14)
Log message:
Replaced "# defined" with "yes" where appropriate.
   2005-08-20 21:16:23 by Johnny C. Lam | Files touched by this commit (36)
Log message:
Use REQD_DIRS instead of MAKE_DIRS for directories under ${PREFIX} so
that these directories will be conditionally removed (based on reference
counts), regardless of the value of PKG_CONFIG.  Bump the PKGREVISION
for packages that were modified as a result.
   2005-06-04 13:20:23 by Julio M. Merino Vidal | Files touched by this commit (6)
Log message:
Fix print-PLIST generation (broken by incorrect regexp in MKDIR handling).
   2005-05-31 20:53:32 by Julio M. Merino Vidal | Files touched by this commit (6)
Log message:
During PLIST generation, suppress MKDIR lines that create directories
handled by these packages.  Found by wiz@.
   2005-04-29 01:04:08 by Johnny C. Lam | Files touched by this commit (6)
Log message:
We don't need to use ${SORT} to sort a list -- just use the :O modifier.
   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.
   2004-04-14 17:31:09 by Julio M. Merino Vidal | Files touched by this commit (5)
Log message:
Now pick maintainership, to let people know who to bla^Wcomment to.
   2004-04-14 17:26:41 by Julio M. Merino Vidal | Files touched by this commit (12)
Log message:
Rework the way to use the -dirs packages (ATM, xdg-dirs, xdg-x11-dirs,
gnome1-dirs and gnome2-dirs):

- Introduce a global USE_DIRS variable, which takes pairs of names and
  versions.  For example, an xdg-1.1 value will request the use of the
  xdg-dirs package, at least version 1.1.  This variable must always be
  appended to.  If there are duplicates with different versions, the
  one with the higher number will be picked up.

- Introduce the mk/dirs.mk file, which is automatically included by
  bsd.pkg.mk when USE_DIRS is not empty.  It parses the variable's value
  and includes the required dirs.mk files, present in each -dirs package.

- For each -dirs package, add a dirs.mk file that defines a variable
  holding the list of directories provided by it, adds a dependency on
  that package, and modifies the PRINT_PLIST_AWK variable to output
  comments for the directories handled by it.

- Drop some Makefile.common files that only make things difficult and
  more confusing now (in favour of the new dirs.mk files).  The only thing
  to worry about is to keep version numbers consistent across xdg-* and
  gnome*-* packages, but that will be easier to handle.

The main reason for this change is to be able to modify PRINT_PLIST_AWK in
a clean way, but I hope this will improve clarity too.  Also, this simplifies
the addition of future -dirs packages (if needed) in a consistent way.

Next | Query returned 35 messages, browsing 11 to 20 | Previous