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

History of commit frequency

CVS Commit History:


   2015-03-15 18:09:00 by Hiramatsu Yoshifumi | Files touched by this commit (8)
Log message:
Set MAINTAINER to pkgsrc-users.
   2015-02-11 14:29:42 by Masatake Daimon | Files touched by this commit (1)
Log message:
Fix build failure on Darwin and HP-UX. Mark Cygwin as broken

${WRKSRC}/Makefile defines different targets for each non-ELF
platforms. And for Cygwin, there is no installation target so I marked
it as BROKEN_ON_PLATFORM.

Tested on Darwin but not on HP-UX though.
   2013-10-20 19:49:58 by Joerg Sonnenberger | Files touched by this commit (2)
Log message:
Don't use -fforce-addr.
   2012-10-25 08:57:09 by Aleksej Saushev | Files touched by this commit (587)
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
   2010-09-10 10:25:17 by Takahiro Kambe | Files touched by this commit (4)
Log message:
* Add a patch to support both ruby18 and ruby19.
* Remove RUBY_HAS_ARCHLIB.

No functional change.
   2009-06-14 20:17:35 by Joerg Sonnenberger | Files touched by this commit (218)
Log message:
Remove @dirrm entries from PLISTs
   2009-05-25 11:48:50 by OBATA Akio | Files touched by this commit (4)
Log message:
Note LICENSE=gnu-lgpl-v2.1.
   2009-05-25 11:47:32 by OBATA Akio | Files touched by this commit (1)
Log message:
Add comments about "Used by" java bindings.
   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-06-19 17:18:31 by Takahiro Kambe | Files touched by this commit (7)
Log message:
- Switch to use vendor_dir with Ruby 1.8.7.
- Make it build with Ruby 1.8.7, too.

Bump PKGREVISION.

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