Next | Query returned 67 messages, browsing 61 to 70 | previous

History of commit frequency

CVS Commit History:


   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-21 06:38:29 by Juan Romero Pardines | Files touched by this commit (9)
Log message:
Downgrade jabberd to 1.4.2. Because 1.4.3 version doesn't work with
current pth's version from pkgsrc. It was tested by David Ferlier
<david@NetBSD-fr dot org> and it works perfectly, reported in PR
pkg/24462.
   2004-02-11 04:26:44 by Juan Romero Pardines | Files touched by this commit (2)
Log message:
err it should be buildlink3.mk, sorry...
   2004-02-11 04:22:37 by Juan Romero Pardines | Files touched by this commit (3)
Log message:
Install some header files required to build jabberd related modules
to the proper directory, add a missing buildlink3 file.

Bump PKGREVISION.
   2004-02-02 02:37:09 by grant beattie | Files touched by this commit (1)
Log message:
bl3ify and define u_int8_t=uint8_t.

fixes build on Solaris and with SunPro.
   2003-12-23 11:16:22 by Juan Romero Pardines | Files touched by this commit (9) | Imported package
Log message:
Initial import of jabberd-1.4.3 from pkgsrc-wip.

Jabber is an open XML protocol for real-time exchange of messages and
presence notification between any two points on the Internet.  The first
application of Jabber technology is an asynchronous, extensible instant 
messaging platform, and an IM network that offers functionality similar
to legacy IM systems such as AIM, ICQ, MSN, and Yahoo.


Next | Query returned 67 messages, browsing 61 to 70 | previous