Next | Query returned 60 messages, browsing 41 to 50 | Previous

History of commit frequency

CVS Commit History:


   2005-07-16 03:19:27 by Johnny C. Lam | Files touched by this commit (273)
Log message:
Get rid of USE_PERL5.  The new way to express needing the Perl executable
around at either build-time or at run-time is:

	USE_TOOLS+=	perl		# build-time
	USE_TOOLS+=	perl:run	# run-time

Also remove some places where perl5/buildlink3.mk was being included
by a package Makefile, but all that the package wanted was the Perl
executable.
   2005-06-01 20:03:33 by Johnny C. Lam | Files touched by this commit (858)
Log message:
Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc.
Several changes are involved since they are all interrelated.  These
changes affect about 1000 files.

The first major change is rewriting bsd.builtin.mk as well as all of
the builtin.mk files to follow the new example in bsd.builtin.mk.
The loop to include all of the builtin.mk files needed by the package
is moved from bsd.builtin.mk and into bsd.buildlink3.mk.  bsd.builtin.mk
is now included by each of the individual builtin.mk files and provides
some common logic for all of the builtin.mk files.  Currently, this
includes the computation for whether the native or pkgsrc version of
the package is preferred.  This causes USE_BUILTIN.* to be correctly
set when one builtin.mk file includes another.

The second major change is teach the builtin.mk files to consider
files under ${LOCALBASE} to be from pkgsrc-controlled packages.  Most
of the builtin.mk files test for the presence of built-in software by
checking for the existence of certain files, e.g. <pthread.h>, and we
now assume that if that file is under ${LOCALBASE}, then it must be
from pkgsrc.  This modification is a nod toward LOCALBASE=/usr.  The
exceptions to this new check are the X11 distribution packages, which
are handled specially as noted below.

The third major change is providing builtin.mk and version.mk files
for each of the X11 distribution packages in pkgsrc.  The builtin.mk
file can detect whether the native X11 distribution is the same as
the one provided by pkgsrc, and the version.mk file computes the
version of the X11 distribution package, whether it's built-in or not.

The fourth major change is that the buildlink3.mk files for X11 packages
that install parts which are part of X11 distribution packages, e.g.
Xpm, Xcursor, etc., now use imake to query the X11 distribution for
whether the software is already provided by the X11 distribution.
This is more accurate than grepping for a symbol name in the imake
config files.  Using imake required sprinkling various builtin-imake.mk
helper files into pkgsrc directories.  These files are used as input
to imake since imake can't use stdin for that purpose.

The fifth major change is in how packages note that they use X11.
Instead of setting USE_X11, package Makefiles should now include
x11.buildlink3.mk instead.  This causes the X11 package buildlink3
and builtin logic to be executed at the correct place for buildlink3.mk
and builtin.mk files that previously set USE_X11, and fixes packages
that relied on buildlink3.mk files to implicitly note that X11 is
needed.  Package buildlink3.mk should also include x11.buildlink3.mk
when linking against the package libraries requires also linking
against the X11 libraries.  Where it was obvious, redundant inclusions
of x11.buildlink3.mk have been removed.
   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-05-02 13:56:53 by Matthias Drochner | Files touched by this commit (3) | Package updated
Log message:
update to 2.10.2
bugfixes only
   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.
   2005-03-22 17:34:36 by Julio M. Merino Vidal | Files touched by this commit (4)
Log message:
Update to 2.10.0:

This is gnome-media 2.10.0

Changes since 2.9.92:

	* fix for crasher in volume control.

This is gnome-media 2.9.92

Changes since 2.9.90:

	* polishing, finetuning, fixing possible crashers here and there...

Bugs fixed:

	* 109909: gnome-cd Seg Faults when Notification Area goes away
	* 130653: gnome-sound-recorder doesn't prompt on overwrite
	* 150450: Update of labels in CD Player Preferences dialog
	* 153496: gnome-audio-profiles-properties crash when edit
	* 158222: vu-meter segfault in led_bar_light_percent()
	* 159821: [cdparanoia] audio playback glitches using cdparanoia
	* 160340: [PATCH] gnome-sound-recorder can not play files
	* 160830: Cannot run the sound recorder, application just "quits un...
	* 162185: [PATCH] gnome-sound-recorder cannot properly save files a...
	* 162302: Trying to record in a second window kills all windows (in...
	* 162607: "Untitled" window title and default file names need trans...
	* 164010: gtk warnings
	* 164857: cdparanoia is really noisy at x48
	* 166814: gnome-media-2.8.0 fails to compile on solaris 9
	* 167338: translator-credits missing

This is gnome-media 2.9.90

Changes since 2.9.4:

	* mostly bug fixes all over the place.

Bugs fixed:

	* 105709: Track editor crashed after changing cd
	* 128956: buttons should be greyed out when no CD is present
	* 164229: While playing, the popup play menu item icon image is not...
	* 165153: gstreamer-properties.xml file causes xml lint error

This is gnome-media 2.9.4

Changes since 2.9.3:

	* translation fixes

Bugs fixed:

	* 105768: Crash when opening gnome-cd
	* 148650: changing window title to 'Multimedia Systems Selector'
	* 153537: [PATCH] typo in error message
	* 161722: Build breakage on gnome-cd
	* 162608: gnome-media mixer message needs translator comment
	* 163354: Update the Time line Display after inserting the CD

This is gnome-media 2.9.3

Changes since 2.9.2:

	* moved switches to their own tab in gst-mixer

Bugs fixed:

	* 153599: The runtime-detected mixers don't have mnemonics
	* 157117: gnome-volume-control doesn't redraw properly
	* 158346: Duplicate volume controls for ALSA EMU10k1
	* 159428: gnome-volume-control: Use simple check box if there is no...

This is gnome-media 2.9.2

Changes since 2.9.1:

	* re-added CDDA backend in GNOME-CD

Bugs fixed:

	72581:	Gnome-CD should detect multiple cdroms and put them in a ...
	150072:	small code clean ups
	154547:	compilation error in audio-profile.h with sound-juicer au...
	155088:	gnome-sound-recorder does not save files
	156874:	[PATCH] HIG fixes for preference dialog

This is gnome-media 2.9.1

Changes since 2.8.0:

	* new volume control
	* ipv6 support for CDDB.

Bugs fixes:

	* 111423: IPv6 enhancements in gnome-media
	* 144769: Volume Control (2.6.1) reports modem as primary sound card
	* 145087: cannot install .mo files into $prefix/share/locale in Sol...
	* 148858: improperly linked
	* 151971: Rewrite of gnome-volume-control
	* 153497: [PATCH] HIG fixes for new mixer's preference dialog.
   2005-02-24 12:24:05 by Alistair G. Crooks | Files touched by this commit (59)
Log message:
Add RMD160 digests.
   2004-10-03 02:13:34 by Todd Vierling | Files touched by this commit (908)
Log message:
Libtool fix for PR pkg/26633, and other issues.  Update libtool to 1.5.10
in the process.  (More information on tech-pkg.)

Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.

Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
   2004-09-22 10:10:08 by Johnny C. Lam | Files touched by this commit (703)
Log message:
Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.
All library names listed by *.la files no longer need to be listed
in the PLIST, e.g., instead of:

	lib/libfoo.a
	lib/libfoo.la
	lib/libfoo.so
	lib/libfoo.so.0
	lib/libfoo.so.0.1

one simply needs:

	lib/libfoo.la

and bsd.pkg.mk will automatically ensure that the additional library
names are listed in the installed package +CONTENTS file.

Also make LIBTOOLIZE_PLIST default to "yes".
   2004-09-21 19:13:36 by Julio M. Merino Vidal | Files touched by this commit (5) | Package updated
Log message:
Update to 2.8.0.  This version corresponds to GNOME 2.8.0.

Changes since 2.7.1:

	* GStreamer-based (CDDB-capable) backend to GNOME CD
	* Added "nb" and "bs" translations
	* Added ALSA switches (simple boolean on/off) to Volume Control
	* Made the whole release compile properly using -Wall -Werror

Bugs fixed since 2.7.1:

	* 51152: CD Player does not support CDDA
	* 123937: Progress bar does not move while recording
	* 140082: Too many "name-changed" events for Play/Pause button
	* 142828: Bad preprocessor directive in gnet-private.h
	* 143287: [Solaris], Need to set the audio port
	* 143327: No ATK name for Available Themes selection widget
	* 144341: gnome-cd chrashes/hangs when opening/closing tray
	* 144536: missing gst-cdparanoia-cdrom.c and gst-cdparanoia-cdrom.h
	* 148353: gnome-cd crashes when pressing ejecting a cd while it is ...
	* 151305: missing return value in seek_to()
	* 151306: Cleanup of issues reported by sparse/gcc

This is gnome-media 2.7.1

Changes since 2.6.1:

      * Swapped About and Help (Jorn Baayen)
      * Fixed cddb-slave2 documentation link (Kaushal Kumar)
      * Added "tk" translation
      * Fixed compiler warnings in CDDBSlave2
      * Lots of functionality updates in CDDBSlave2
      * Fixed spelling errors in schemas

Bugs fixed since 2.6.1:

      * 117695: Don't flood syslog with failed CDROMVOLREAD ioctls (Thomas)
      * 130233: Internationalize profile names and descriptions (Thomas)
      * 134339: Change dir to path in source (Thomas)
      * 134340: Use ngettext (Thomas)
      * 134341: Whitespace before punctuation in gnome-media message (Thomas)
      * 137139: Change terminal to profile (Thomas)
      * 141985: Check .cddb directory for entries (Thomas)
      * 114015: Fix window title for gnome-cd on unknown discs (Thomas)
      * 135139: Add NetBSD support (Julio M. Merino Vidal)
      * 130651: Change name and comment in .desktop file (Thomas)
      * 140344: use gnome-common (Christian Neumair)
      * 141406: use a colorspace convertor from gst-plugins
      * 137198: install gstreamer-properties correctly (Julio Vidal)
      * 125409: redraw display text when style changes (Leena Gunda)
      * 137464: use gtk_icon_theme in recorder (Fernando Herrera)
      * 141985: also check .cddb entries (Thomas)
      * 114015: Fix display of unknown entries (Thomas)
      * 124924: Initialize pointers (Thomas)
      * 119596: Differentiate between audio and data cd (Balamurali Viswanathan)
      * 139555: Make CD playback stop when application exits (Richard Kinder)

Next | Query returned 60 messages, browsing 41 to 50 | Previous