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

History of commit frequency

CVS Commit History:


   2005-03-13 04:25:44 by Amitai Schlair | Files touched by this commit (20)
Log message:
In packages with djb-style compile scripts, properly enquote ${CC}
and ${CFLAGS}. This fixes the build of net/djbdns, as well as any
other of these packages passing down PKG_SYSCONFDIR via CFLAGS, as
well as being more generally correct for arbitrary user-defined
CFLAGS. Suggested by jlam.

For consistency across djbware in pkgsrc:

* In math/djbfft's and sysutils/daemontools's do-configure targets,
  remove leading @ from ${ECHO} lines; from the former, also remove
  unneeded single quotes from one such line.

* Rename net/publicfile's pre-build and sysutils/service-config's
  post-patch targets to do-configure.

* In sysutils/checkpassword's do-configure target, reorder creation
  of conf-cc, conf-ld, and conf-home.

All of the affected packages have been verified to compile.

XXX These packages probably have enough build goo in common to
XXX warrant an mk/djbware.mk. I'll investigate this post-freeze.
   2005-02-24 10:59:30 by Alistair G. Crooks | Files touched by this commit (177)
Log message:
Add RMD160 digests.
   2005-01-08 18:54:34 by Amitai Schlair | Files touched by this commit (2)
Log message:
Move -fno-builtin-log hack from Makefile to hacks.mk.
   2004-12-21 05:22:04 by Amitai Schlair | Files touched by this commit (3)
Log message:
With the "althash" option, enable Iain Truskett's 2002-10-16 patch
to hash the on-disk subscriber database using an algorithm compatible
with case-insensitive filesystems. Enabled by default on Darwin.

Bump PKGREVISION.
   2004-12-03 16:15:13 by Thomas Klausner | Files touched by this commit (409)
Log message:
Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs.
Suggested by Roland Illig, ok'd by various.
   2004-08-22 02:23:55 by Amitai Schlair | Files touched by this commit (7)
Log message:
Replace dependencies on "qmail or netqmail" with dependencies on qmail.
   2004-07-22 00:58:10 by Amitai Schlair | Files touched by this commit (3)
Log message:
Let the qmail dependency be satisfied by netqmail, if present. Take MAINTAINER.
   2004-07-20 02:07:37 by Amitai Schlair | Files touched by this commit (1)
Log message:
Enable pkgviews installation, and reformat a whole bunch.
   2004-07-20 01:49:35 by Amitai Schlair | Files touched by this commit (2)
Log message:
Set RESTRICTED directly in this package, rather than in Makefile.common,
and clarify: we cannot redistribute binary packages because we
change the paths of conf-bin and conf-man from the default "/usr/local"
and don't provide compatibility symlinks.

Set USE_BUILDLINK3=yes.

Add "install" to ALL_TARGET in Makefile.common so that the installer
is compiled at the end of the build phase, rather than at the
beginning of the install phase.
   2004-07-16 02:20:39 by Amitai Schlair | Files touched by this commit (1)
Log message:
This package defines its own log() that disagrees with gcc's builtin.
Add -fno-builtin-log to CFLAGS if compiling with gcc.

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