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

History of commit frequency

CVS Commit History:


   2011-02-19 17:06:31 by Rumko | Files touched by this commit (9)
Log message:
lang/g95: bring in DragonFly support

ok@ wiz
   2011-01-23 10:42:10 by Mark Davies | Files touched by this commit (5)
Log message:
Update to g95 0.92.

changes unknown - current stable version.
   2009-06-14 20:03:45 by Joerg Sonnenberger | Files touched by this commit (167)
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-09-07 03:59:26 by David A. Holland | Files touched by this commit (4)
Log message:
Add some bits to the previous commit's destdir support, so install now
works consistently. Should fix broken bulk builds.
Update PLIST accordingly && PKGREVISION++.
   2008-09-07 03:33:51 by David A. Holland | Files touched by this commit (3)
Log message:
Add DESTDIR support.
   2008-06-04 15:12:20 by Mark Davies | Files touched by this commit (1)
Log message:
Add a buildlink3.mk.
   2008-04-16 20:47:18 by Lex Wennmacher | Files touched by this commit (1)
Log message:
Makefile cosmetics/speedup, mainly avoidance of the use of subshells
   2008-04-04 23:24:49 by Mark Davies | Files touched by this commit (4)
Log message:
Update g95 to version 0.91 (current stable version).

OKed wennmach.

Changes are 2 years worth of development.
   2006-12-07 15:49:39 by Lex Wennmacher | Files touched by this commit (3)
Log message:
The distfile of the current release of g95 was constantly changing,
therefore:
	- use DIST_SUBDIR
	- downgrade to the latest stable release 0.90, as also suggested
	  by the principal maintainer of g95, Andy Vaught

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