Next | Query returned 67 messages, browsing 51 to 60 | Previous

History of commit frequency

CVS Commit History:


   2004-05-29 22:45:34 by Krister Walfridsson | Files touched by this commit (2)
Log message:
Use PTHREAD_OPTS+=require instead of implementing the same functionality
using if ${PTHREAD_TYPE} == "none" etc,  and use the blessed pthread
package instead of depending on devel/unproven-pthreads.

Bump PKGREVISION.
   2004-05-19 07:42:38 by Min Sik Kim | Files touched by this commit (6)
Log message:
Update opensp to 1.5.1.

Changes:

Enable run time selection of message format with SP_MESSAGE_FORMAT
environment variable. Value is one of XML, NONE, TRADITIONAL.

When validating/parseing a document using http, OpenSP will now follow
any redirects headers/requests from the server.

The environment variable SP_HTTP_USER_AGENT can be used to specify a
UserAgent: header.

The environment variable SP_HTTP_ACCEPT can be used to specify Accept:
headers.

A number of enhancements have been made to the osx tool: security
fixes in the handling of output files; addition of the "preserve case
option".

A testing framework together with some initial tests have been
added. Currently there are 22 tests. 6 of which fail.

Support for Mac OS/X, Darwin has been improved. Build infrastructure
and localisation fixes and enhancements. Improved compiler support.
   2004-05-05 02:13:15 by Soren Jacobsen | Files touched by this commit (3)
Log message:
No longer used.
   2004-03-18 10:12:18 by Johnny C. Lam | Files touched by this commit (232)
Log message:
Fix serious bug where BUILDLINK_PACKAGES wasn't being ordered properly
by moving the inclusion of buildlink3.mk files outside of the protected
region.  This bug would be seen by users that have set PREFER_PKGSRC
or PREFER_NATIVE to non-default values.

BUILDLINK_PACKAGES should be ordered so that for any package in the
list, that package doesn't depend on any packages to the left of it
in the list.  This ordering property is used to check for builtin
packages in the correct order.  The problem was that including a
buildlink3.mk file for <pkg> correctly ensured that <pkg> was removed
from BUILDLINK_PACKAGES and appended to the end.  However, since the
inclusion of any other buildlink3.mk files within that buildlink3.mk
was in a region that was protected against multiple inclusion, those
dependencies weren't also moved to the end of BUILDLINK_PACKAGES.
   2004-03-05 20:25:43 by Johnny C. Lam | Files touched by this commit (256)
Log message:
Reorder location and setting of BUILDLINK_PACKAGES to match template
buildlink3.mk file in revision 1.101 of bsd.buildlink3.mk.
   2004-02-22 22:59:22 by Julio M. Merino Vidal | Files touched by this commit (2)
Log message:
bl3ify
   2004-02-14 18:21:56 by Johnny C. Lam | Files touched by this commit (400)
Log message:
LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globs
relative to ${WRKSRC}.  Remove redundant LIBTOOL_OVERRIDE settings that
are automatically handled by the default setting in bsd.pkg.mk.
   2003-11-16 15:01:20 by Alistair G. Crooks | Files touched by this commit (3)
Log message:
Fix from Dan Winship for opensp and openjade -

	opensp was building against unproven-pthreads, but openjade
	was getting pth, so the link would fail.  Copy the related
	glue from opensp/Makefile to opensp/buildlink2.mk

fixes build problems in latest bulk builds.
   2003-09-23 10:10:15 by Thomas Klausner | Files touched by this commit (2)
Log message:
Add patch to make this build with gcc3. Patch from
 Submitter: Jim Gifford
 Origin: Debian OpenSP Maintainer
forwarded by Peter Seebs via PR 22901.
   2003-09-23 08:59:25 by Thomas Klausner | Files touched by this commit (1)
Log message:
Add buildlink2.mk.

Next | Query returned 67 messages, browsing 51 to 60 | Previous