Next | Query returned 106 messages, browsing 71 to 80 | Previous

History of commit frequency

CVS Commit History:


   2010-05-07 11:34:44 by Matthias Drochner | Files touched by this commit (3)
Log message:
as suggested by OBATA Akio, give up on replacing bashisms and
just use bash to run the configure script
   2010-05-06 19:02:12 by Matthias Drochner | Files touched by this commit (4)
Log message:
-don't use assembler code on NetBSD/i386<current -- the gas doesn't
 do SSSE3 instructions (noticed by OBATA Akio)
-cleanup: remove obsolete patch and bashism
   2010-05-04 20:18:57 by Matthias Drochner | Files touched by this commit (6) | Package updated
Log message:
update to the 20090920 snapshot
The snapshot date is chosen for some reason:
-vlc-1.0.6 (which I'll commit soon) needs an API change which
 was introduced on 20090813
-pkgsrc's ffmpeg can't deal with an API change which was done 20090921
 (and is not easily updated)
   2009-06-03 11:08:31 by Matthias Drochner | Files touched by this commit (2)
Log message:
add a patch from upstream git to fix build error on ppc reported
by Erik Bertelsen
   2009-05-25 22:56:39 by Matthias Drochner | Files touched by this commit (14) | Package removed
Log message:
update to the 20090326 snapshot. This is not absolutely new, but there
was a period of relative quietness in x264 development, and I've been
testing this snapshot for some weeks (on i386).
There are too many changes to list here.
   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.
   2009-02-03 09:44:15 by OBATA Akio | Files touched by this commit (3)
Log message:
Let to link libx264.la with ${LDFLAGS}, not only ${PTHREAD_LDFLAGS} and
${PTHREAD_LIBS}, same as original .so target.
At least, need to link with -lm (using pow(3))

Bump PKGREVISION.
   2009-01-20 23:33:38 by Jonathan Perkin | Files touched by this commit (1)
Log message:
Replace /bin/sh in version.sh too.
   2009-01-03 16:40:04 by Matthias Scheler | Files touched by this commit (1)
Log message:
Disable assembler support on Mac OS X Intel systems because it breaks the
build of a shared version of the library.
   2008-12-20 12:57:29 by Matthias Scheler | Files touched by this commit (1)
Log message:
Disable assembler support on x86_64 systems because it breaks the build
of a shared version of the library.

Next | Query returned 106 messages, browsing 71 to 80 | Previous