Next | Query returned 45 messages, browsing 21 to 30 | Previous

History of commit frequency

CVS Commit History:


   2006-10-18 15:39:07 by Jeremy C. Reed | Files touched by this commit (1)
Log message:
Add "Make-in" file to the list of files to replace locale directory.
   2006-07-07 17:49:34 by Johnny C. Lam | Files touched by this commit (63)
Log message:
LIBTOOL_OVERRIDE generally doesn't need to be specified anymore... just
set OVERRIDE_DIRDEPTH to find any libtool scripts deeper in the WRKSRC
tree unless they're named something other than "libtool".

SHLIBTOOL_OVERRIDE generally doesn't need to be specified either -- just
define it to the empty list and shlibtool-override will look for libtool
scripts.
   2006-04-17 09:07:54 by Johnny C. Lam | Files touched by this commit (528)
Log message:
Strip ${PKGLOCALEDIR} from PLISTs of packages that already obey
PKGLOCALEDIR and which install their locale files directly under
${PREFIX}/${PKGLOCALEDIR} and sort the PLIST file entries.  From now
on, pkgsrc/mk/plist/plist-locale.awk will automatically handle
transforming the PLIST to refer to the correct locale directory.
   2006-04-13 20:23:45 by Johnny C. Lam | Files touched by this commit (292)
Log message:
BUILD_USE_MSGFMT and USE_MSGFMT_PLURALS are obsolete.  Replace with
USE_TOOLS+=msgfmt.
   2006-03-30 05:44:44 by Johnny C. Lam | Files touched by this commit (120)
Log message:
* Honor PKGINFODIR.
* List the info files directly in the PLIST.
   2006-03-17 14:57:38 by Joerg Sonnenberger | Files touched by this commit (2)
Log message:
Add forgotten HAVE_STRUCT_LWP entry to gdb/config.h.in to fix
botchup on NetBSD current.
   2006-03-14 01:47:50 by Joerg Sonnenberger | Files touched by this commit (11)
Log message:
Add DragonFly support. Hack around gettext brokeness. Since it is
easier to patch the output of autoconf, also create gdb/configure
with the changes from configure.in directly, removing the build
dependency on autoconf.
   2006-03-05 17:27:29 by Johnny C. Lam | Files touched by this commit (89)
Log message:
* Teach the tools framework how to supply the pkgsrc version of
  makeinfo if no native makeinfo executable exists.  Honor TEXINFO_REQD
  when determining whether the native makeinfo can be used.

* Remove USE_MAKEINFO and replace it with USE_TOOLS+=makeinfo.

* Get rid of all the "split" argument deduction for makeinfo since
  the PLIST module already handles varying numbers of split info files
  correctly.

NOTE: Platforms that have "makeinfo" in the base system should check
      that the makeinfo entries of pkgsrc/mk/tools.${OPSYS}.mk are
      correct.
   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-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

Next | Query returned 45 messages, browsing 21 to 30 | Previous