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

History of commit frequency

CVS Commit History:


   2005-12-08 11:06:32 by Thomas Klausner | Files touched by this commit (4)
Log message:
Write newline character to stderr instead of stdout, to avoid
polluting the output stream when -w is used. From Parag Patel in PR 32268.
While here, add missing directory to PLIST. Bump PKGREVISION.
   2005-12-05 21:51:20 by Roland Illig | Files touched by this commit (1432)
Log message:
Fixed pkglint warnings. The warnings are mostly quoting issues, for
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some
other changes are outlined in

    http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
   2005-10-09 05:23:11 by Ben Collver | Files touched by this commit (7)
Log message:
This change addresses PR#31443

Copy config.h to faad2-config.h.  Modify systems.h to refer to
faad2-config.h, and install faad2-config.h.  This situation is
discussed here:
http://lists.gnu.org/archive/html/automake/2000-10/msg00114.html

Remove the undef of PACKAGE and VERSION, and add a 3rd non-empty
argument to AM_INIT_AUTOMAKE.  This situation is discussed here:
http://lists.gnu.org/archive/html/automake/2000-10/msg00108.html

Modify the condition from HAVE_GLIB_H to __G_LIB_H__, which was
easier because faad2 doesn't depend on glib.

Bump pkgrevision.
   2005-10-06 15:13:29 by Ben Collver | Files touched by this commit (8) | Package updated
Log message:
This change addresses PR#31443

Install header files in include/faad2

Install include/faad2/config.h

Add include/faad2 to search path in buildlink3.mk

Since software depending on mp4.h won't be able to build without this
change, bump PKGREVISION and update BUILDLINK_DEPENDS.faad2 in
buildlink3.mk
   2005-08-05 15:01:57 by Antoine Reilles | Files touched by this commit (4)
Log message:
add simple patches for gcc-4 support

approved by cube@
   2005-07-01 08:35:15 by grant beattie | Files touched by this commit (1)
Log message:
just use CPPFLAGS.SunOS instead of OPSYS conditional.
   2005-07-01 02:22:13 by grant beattie | Files touched by this commit (1)
Log message:
fix typo in CPPFLAGS, allowing this to build on Solaris.
   2005-06-01 22:08:01 by Johnny C. Lam | Files touched by this commit (42)
Log message:
Remove mk/autoconf.mk and mk/automake.mk and replace their usage with
USE_TOOLS and any of "autoconf", "autoconf213", \ 
"automake" or
"automake14".  Also, we don't need to call the auto* tools via
${ACLOCAL}, ${AUTOCONF}, etc., since the tools framework takes care
to symlink the correct tool to the correct name, so we can just use
aclocal, autoconf, etc.
   2005-05-22 22:08:52 by Johnny C. Lam | Files touched by this commit (1035)
Log message:
Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:

	USE_GNU_TOOLS	-> USE_TOOLS
	awk		-> gawk
	m4		-> gm4
	make		-> gmake
	sed		-> gsed
	yacc		-> bison
   2005-04-11 23:48:17 by Todd Vierling | Files touched by this commit (3539)
Log message:
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.

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