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

History of commit frequency

CVS Commit History:


   2005-02-23 17:33:11 by Alistair G. Crooks | Files touched by this commit (108)
Log message:
Add RMD160 digests in addition to SHA1 ones.
   2004-12-18 17:12:41 by grant beattie | Files touched by this commit (1)
Log message:
tell configure to ignore inttypes.h on irix 5 because it is known to
be incompatible with sys/types.h.

fixes PR pkg/28545 from Georg Schwarz.
   2004-12-16 05:36:29 by grant beattie | Files touched by this commit (1)
Log message:
fix URL in MASTER_SITES.
   2004-11-15 18:54:50 by Johnny C. Lam | Files touched by this commit (16)
Log message:
Rework the Berkeley DB detection in buildlink3:

  * Add a db1.builtin.mk file that detects whether DB-1.85 functionality
    exists in the base system, and remove the distinction between
    "native" and the other Berkeley DB packages -- we now refer to
    db[1234].  This paves the way for any future databases/db1 package.

  * USE_DB185 shouldn't need to be set by any packages -- its correct
    value is now automatically determined by bdb.buildlink3.mk depending
    on whether we explicitly request db1 or not.  By default, if you
    include bdb.buildlink3.mk, you want DB-1.85 functionality and
    USE_DB185 defaults to "yes", but if you explicitly remove db1 from
    the list of acceptable DBs, then USE_DB185 defaults to "no".

  * Set BDB_LIBS to the library options needed to link against the DB
    library when bdb.buildlink3.mk is included.

  * We only add the DB library to the linker command automatically if
    we want DB-1.85 functionality; otherwise assume that the package
    configure process can figure out how to probe for the correct
    headers and libraries.

Edit package Makefiles to nuke redundant settings of USE_DB185.
   2004-10-03 02:13:34 by Todd Vierling | Files touched by this commit (908)
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".
   2004-08-27 08:29:11 by Johnny C. Lam | Files touched by this commit (71)
Log message:
Replace RPATH_FLAG with LINKER_RPATH_FLAG and COMPILER_RPATH_FLAG,
which are the full option names used to set rpath directives for the
linker and the compiler, respectively.  In places were we are invoking
the linker, use "${LINKER_RPATH_FLAG} <path>", where the space is
inserted in case the flag is a word, e.g. -rpath.  The default values
of *_RPATH_FLAG are set by the compiler/*.mk files, depending on the
compiler that you use.  They may be overridden on a ${OPSYS}-specific
basis by setting _OPSYS_LINKER_RPATH_FLAG and _OPSYS_COMPILER_RPATH_FLAG,
respectively.  Garbage-collect _OPSYS_RPATH_NAME and _COMPILER_LD_FLAG.
   2004-07-10 05:01:38 by grant beattie | Files touched by this commit (3)
Log message:
provide BUILDLINK_CPPFLAGS, LDFLAGS and LIBS for each pkgsrc db
implementation.
   2004-07-07 10:45:39 by Thomas Klausner | Files touched by this commit (3)
Log message:
Set BUILDLINK_LIBDIRS.db?, as mail/exim expects.
   2004-07-04 11:55:19 by Thomas Klausner | Files touched by this commit (4)
Log message:
Unused.

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