Next | Query returned 130 messages, browsing 121 to 130 | previous

History of commit frequency

CVS Commit History:


   2004-04-11 22:50:24 by Soren Jacobsen | Files touched by this commit (1)
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-03-04 19:09:22 by Min Sik Kim | Files touched by this commit (1)
Log message:
distfile is on alpha.gnu.org, and not available on MASTER_SITE_GNU.
   2004-02-16 13:53:30 by Stoned Elipot | Files touched by this commit (1)
Log message:
Remove info files entries from PLIST.
   2004-02-14 19:26:30 by Julio M. Merino Vidal | Files touched by this commit (90)
Log message:
PKGCONFIG_OVERRIDE is relative to WRKSRC.
   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.
   2004-02-10 11:22:03 by Johnny C. Lam | Files touched by this commit (2)
Log message:
buildlink3.mk files for libidn and libksba.
   2004-02-10 01:20:29 by Johnny C. Lam | Files touched by this commit (9)
Log message:
bl3ify
   2003-12-03 20:17:11 by Juan Romero Pardines | Files touched by this commit (5) | Imported package
Log message:
Initial import of libidn-0.3.3 from pkgsrc-wip.

GNU Libidn is an implementation of the Stringprep, Punycode, and IDNA
specifications defined by the IETF Internationalized Domain Names (IDN)
working group. It is used to prepare internationalized strings (such as
domain name labels, usernames, and passwords) in order to increase the
likelihood that string input and string comparison work in ways that make
sense for typical users throughout the world. 

The library contains a generic Stringprep implementation that does Unicode
3.2 NFKC normalization, mapping and prohibition of characters, and 
bidirectional character handling. Profiles for iSCSI, Kerberos 5, Nameprep,
SASL, and XMPP are included. Punycode and ASCII Compatible Encoding (ACE) via
IDNA are supported.


Next | Query returned 130 messages, browsing 121 to 130 | previous