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

History of commit frequency

CVS Commit History:


   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-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-03 16:59:56 by Min Sik Kim | Files touched by this commit (3)
Log message:
Update gnet to 2.0.5.

Changes:
  * Many Win32 fixes
  * Desciptor leak fixed in TCP sockets
  * GConn 100% CPU bug fix
  * Bug fix for URIs with high Latin-1 characters
  * IPv6 fix for inetaddr_get_canonical_name()
  * New echoserver-partyline example
  * Miscellaneous clean-ups
   2004-03-03 16:51:27 by Min Sik Kim | Files touched by this commit (1)
Log message:
Not used any more.
   2004-02-14 19:28:48 by Julio M. Merino Vidal | Files touched by this commit (1)
Log message:
The pkgconfig file is named gnet-2.0.pc.in, not gnet.pc.in.
   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:56:42 by Min Sik Kim | Files touched by this commit (1)
Log message:
Add buildlink3.mk.
   2004-02-14 18:56:05 by Min Sik Kim | Files touched by this commit (1)
Log message:
Remove .pc from BUILDLINK_FILES.
   2004-02-14 18:54:14 by Min Sik Kim | Files touched by this commit (1)
Log message:
bl3ify and add explicit dependency on pkgconfig.

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