Next | Query returned 74 messages, browsing 11 to 20 | Previous

History of commit frequency

CVS Commit History:


   2012-10-23 20:17:02 by Aleksej Saushev | Files touched by this commit (368)
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
   2012-07-20 11:58:36 by Adam Ciarcinski | Files touched by this commit (8)
Log message:
Changes 7.6.4:
Bug fixes
   2012-06-12 17:46:06 by Thomas Klausner | Files touched by this commit (106)
Log message:
Add inet6 to default suggested options. It's 2012.
   2011-02-06 09:39:59 by OBATA Akio | Files touched by this commit (1)
Log message:
On Interix, it is impossible to build with HAVE_IPV6 due to missing
neither getipnodebyname(3) nor gethostbyname2(3).
   2009-06-14 20:13:41 by Joerg Sonnenberger | Files touched by this commit (154)
Log message:
Remove @dirrm entries from PLISTs
   2009-03-20 20:25:55 by Joerg Sonnenberger | Files touched by this commit (1252)
Log message:
Simply and speed up buildlink3.mk files and processing.
This changes the buildlink3.mk files to use an include guard for the
recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS,
BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new
variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of
enter/exit marker, which can be used to reconstruct the tree and
to determine first level includes. Avoiding := for large variables
(BUILDLINK_ORDER) speeds up parse time as += has linear complexity.
The include guard reduces system time by avoiding reading files over and
over again. For complex packages this reduces both %user and %sys time to
half of the former time.
   2008-11-16 14:57:02 by Matthias Scheler | Files touched by this commit (1)
Log message:
Add support for user destination directory installation.
Patch provided by Aleksey Cheusov in PR pkg/39905.
   2007-10-17 01:49:02 by Tobias Nygren | Files touched by this commit (29)
Log message:
Fix abusers of LOWER_OPSYS to check OPSYS or MACHINE_PLATFORM instead.
   2007-09-08 00:12:28 by Johnny C. Lam | Files touched by this commit (52)
Log message:
Convert packages that test and use USE_INET6 to use the options framework
and to support the "inet6" option instead.

Remaining usage of USE_INET6 was solely for the benefit of the scripts
that generate the README.html files.  Replace:

	BUILD_DEFS+=	USE_INET6
with
	BUILD_DEFS+=	IPV6_READY

and teach the README-generation tools to look for that instead.

This nukes USE_INET6 from pkgsrc proper.  We leave a tiny bit of code
to continue to support USE_INET6 for pkgsrc-wip until it has been nuked
from there as well.
   2007-02-22 20:27:30 by Thomas Klausner | Files touched by this commit (721)
Log message:
Whitespace cleanup, courtesy of pkglint.
Patch provided by Sergey Svishchev in private mail.

Next | Query returned 74 messages, browsing 11 to 20 | Previous