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

History of commit frequency

CVS Commit History:


   2006-03-04 22:31:14 by Johnny C. Lam | Files touched by this commit (2257)
Log message:
Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
developer is officially maintaining the package.

The rationale for changing this from "tech-pkg" to \ 
"pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list).  Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.
   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-04-18 17:55:38 by Thomas Klausner | Files touched by this commit (3)
Log message:
Update to 0.2.1:
- documentation fixes
- display-directx:
  - bugfix: do not adjust the window with the size of the
    decorations. Windows no longer get bigger on each and every move.
  - bugfix: make `ggiWmhGetPos(3)` and `ggiWmhGetSize(3)` return
    values consistent with any previous calls to `ggi WmhMove(3)`
    and `ggiWmhResize(3)`.
  - change coords of `ggiWmhGetPos(3)` and `ggiWmhMove(3)` to
    behave as on display-x
   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.
   2005-03-29 15:49:59 by Thomas Klausner | Files touched by this commit (3)
Log message:
Look for config file in correct place. Bump PKGREVISION.
   2005-03-29 02:22:47 by Thomas Klausner | Files touched by this commit (1)
Log message:
Add buildlink3.mk file.
   2005-03-25 03:49:43 by Thomas Klausner | Files touched by this commit (5)
Log message:
Update to 0.2.0:

New in 0.2.0:
* Add withdrawn state to iconify
* changed license from GPL to BSD
*      X-target:
  * allow window minsize of 0/0. Prior minsize was 1/1.
* support for directx
* works on Windows
* support for palemu and trueemu through the new pseudo-stubs target.
* add API documentation
   2004-10-03 02:15:03 by Todd Vierling | Files touched by this commit (518)
Log message:
Libtool fix for PR pkg/26633, and other issues.  Update libtool to 1.5.10
in the process.  (More information on tech-pkg.)

Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.

Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
   2004-09-22 10:10:08 by Johnny C. Lam | Files touched by this commit (703)
Log message:
Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.
All library names listed by *.la files no longer need to be listed
in the PLIST, e.g., instead of:

	lib/libfoo.a
	lib/libfoo.la
	lib/libfoo.so
	lib/libfoo.so.0
	lib/libfoo.so.0.1

one simply needs:

	lib/libfoo.la

and bsd.pkg.mk will automatically ensure that the additional library
names are listed in the installed package +CONTENTS file.

Also make LIBTOOLIZE_PLIST default to "yes".

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