Next | Query returned 299 messages, browsing 221 to 230 | Previous

History of commit frequency

CVS Commit History:


   2005-07-21 18:30:01 by Thomas Klausner | Files touched by this commit (328)
Log message:
Change path from devel/pkgconfig to devel/pkg-config.
No PKGREVISION bump since pkg-config is only a BUILD_DEPENDS.
   2005-06-06 16:53:19 by Kouichirou Hiratsuka | Files touched by this commit (2)
Log message:
Add missing entries to PLIST.  Bump PKGREVISION.
   2005-06-01 20:21:10 by Thomas Klausner | Files touched by this commit (1)
Log message:
Deprecate ipv6 option in favour of inet6.
   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-31 21:44:15 by Roland Illig | Files touched by this commit (1)
Log message:
Changed $0 into $$0 in shell command.
   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-19 23:06:46 by Julio M. Merino Vidal | Files touched by this commit (3)
Log message:
Update to 2.2.2:

Bugzilla bugs fixed (see http://bugzilla.ximian.com/show_bug.cgi):

 * Addressbook
   #74404 - [Gnopernicus] Evolution crashes after deleting contacts with \ 
keyboard (Yu Mengjie)
   #73330 - Tried adding attende in meeting under gw calendar - Evolution \ 
crashed (Siva)
   #74255 - Copy to address book option doesnot check for duplicates (Siva)

 * Calendar
   #44719 - Alarm Notify window is not sticky any more (Rodrigo)
   #69272 - crash creating new appointment (JP)
   #73320 - double click attendee - removes user from meeting attendence list (Chen)
   #44579 - appointment location / description does not get printed (Harry Lu)
   #68525 - crash while evo is in background (Chen)
   #72983 - 'List' view has one entry for recurring appointment (Rodrigo)
   #68423 - Memory leak when purging (Rodrigo)
   #73969 - 'Cancel' meeting doesnt delete all instances of recurring meeting in \ 
'attendee's calendar

 * Mail
   #73347 - default action for recover files wrong (Michael)
   #72935 - Cancel Button does not light up in second window (Michael)
   #72518 - Delete warning untrue when choose Delete vFolder (Michael)
   #70394 - "mailer" header is displayed twice when both \ 
"x-mailer" and "user-agent" set (Jeff)
   #73363 - loads every message the cursor passes through (Michael)
   #73559 - Evolution filter crash when using Source Account criteria (Michael)
   #71003 - threads still running at exit (Michael)
   #73550 - HTML mails don't show if "prefer plain-text" plugin no \ 
active (Michael)
   #36972 - Composer overrides selection  (Radek)
   #73192 - Mark as (un)read missing from context popup menu (Rodney)
   #74320 - evolution crashes on non-malformed mail message (Michael)

 * Plugins
   #73627 - No way to configure mailbox != username (Sushma)
   #73844 - Problem handling meeting requests with VTIMEZONEs (JP)

Other bugs

 * Calendar
   - Fix memory leaks in calendar (Rodrigo)

 * Mail
   - Update menu sensitivity in the non-single message case (Michael)

 * SMIME
   - Handle cases where the version of the root cert module changed (Jeff)

 * Shell
   - Handle cases where the version of the root cert module changed (Jeff)

 * Plugins
   - Emit the offline event properly in the shell (Michael)
   - Prevent crash of bbdb if the book can't be opened (Michael)

 * All
   - Clean up debug spew (Michael)
   - Fix memory leak for gal view menus (Michael)

Updated translations:
	-pl (GNOME PL Team)
	-ja (Takeshi AIHANA)
	-da (Martin Willemoes Hansen)
	-fr (Christophe Merlet)
	-ko (Changwoo Ryu)
	-en_GB (David Lodge)
	-tr (Baris Cicek)
	-cs (Miloslav Trmac)
	-de (Frank Arnold)
	-sr (Danilo Segan)
	-sr@Latn (Danilo Segan)
	-es (Francisco Javier F. Serrador)
	-pt_BR (Raphael Higino)
	-sq (Laurent Dhima)
	-fi (Hile Tuohela)
	-gu (Ankit Patel)
	-sv (Christian Rose)
	-pt (Duarte Loreto)
	-en_CA (Adam Weinberger)
   2005-04-13 19:16:25 by Julio M. Merino Vidal | Files touched by this commit (2)
Log message:
Ignore the smime stuff in the PLIST when ssl is disabled.  Fixes problem
reported by Leonard Schmidt in tech-pkg@, thread "``make package'' fails
on evolution and gnumeric".
   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-26 17:21:12 by Julio M. Merino Vidal | Files touched by this commit (4) | Package updated
Log message:
Update to 2.2.1.1:

Evolution 2.2.1.1, 2005-03-17
-----------------------------

Bugzilla bugs fixed (see http://bugzilla.ximian.com/show_bug.cgi):

 * Calendar
   #72983 - 'List' view has one entry for recurring appointment (Rodrigo)

 * Mail
   #73559 - Evolution filter crash when using Source Account criteria (Michael)
   #71003 - threads still running at exit redux (Michael)
   #73550 - HTML mails don't show if "prefer plain-text" plugin not active
   (Michael)

Other bugs

 * Plugins
   - Set auth mechanism for transport and source when configuring exchange
   (Sushma)

Evolution 2.2.1, 2005-03-15
---------------------------

Bugzilla bugs fixed (see http://bugzilla.ximian.com/show_bug.cgi):

 * Addressbook
   #73206 - Evolution crashed when clicked on 'Cancel' of LDAP authentication
   (Siva)

 * Calendar
   #73563 - evolution-alarm-notify crashes after pressing snooze button (JP)
   #72979 - Meeting is displayed as appointment in 'List view' (Chen)
   #73501 - In 'Send Options' popup 'General Options' tab should be removed
   for exchange (Sush)

 * Mail
   #73293 - unread messages becoming read do not update menu items (Michael)
   #73139 - Not able to see the icons of Shared Folders (Vivek)
   #73100 - Unify Evolution license text check box messages in Evolution
   mailer (Michael)
   #71733 - signature editor should set focus on title field (Harry Lu)
   #73501 - In 'Send Options' popup 'General Options' tab should be removed
   (Sushma)

 * Plugins
   #72807 - Switching from gw account crashes Evolution (Siva)
   #73201 -Sharing tab is not present in the properties of a folder which has
   a space in its name (Vivek)

Other bugs

 * Calendar
   - Fix memory leak in calendar views (Michael)
   - Fix forward as icalendar (JP)
   - Fix default color and selection on first run (JP)

 * Mail
   - Improved Post-To handling (Michael)
   - Fix To/CC/BCC cut and paste (Hans)

 * Plugins
   - Don't return an invisible item in gw account setup (Michael)
   - Handle assigned tasks in itip formatter (JP)

 * All
   - Clean up debug spew (Michael)
   - Fix memory leak for gal view menus (Michael)

Updated translations:
	-pl (GNOME PL Team)
	-ja (Takeshi AIHANA)
	-da (Martin Willemoes Hansen)
	-fr (Christophe Merlet)
	-ko (Changwoo Ryu)
	-en_GB (David Lodge)
	-tr (Baris Cicek)
	-cs (Miloslav Trmac)
	-de (Frank Arnold)
	-sr (Danilo Segan)
	-sr@Latn (Danilo Segan)
	-es (Francisco Javier F. Serrador)
	-pt_BR (Raphael Higino)
	-sq (Laurent Dhima)
	-fi (Hile Tuohela)
	-gu (Ankit Patel)
	-sv (Christian Rose)
	-pt (Duarte Loreto)
	-en_CA (Adam Weinberger)

Next | Query returned 299 messages, browsing 221 to 230 | Previous