Eric Gillespie | 1 Jun 2004 02:16
Picon

CVS commit: pkgsrc/devel/subversion


Module Name:	pkgsrc
Committed By:	epg
Date:		Tue Jun  1 00:16:08 UTC 2004

Modified Files:
	pkgsrc/devel/subversion: Makefile.common

Log Message:
Set BUILDLINK_DEPENDS.subversion-base so that all package built from
the subversion source distribution require subversion-base from the
same version, not any version matching the default dependency.

To generate a diff of this commit:
cvs rdiff -r1.13 -r1.14 pkgsrc/devel/subversion/Makefile.common

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Eric Gillespie | 1 Jun 2004 02:16
Picon

CVS commit: pkgsrc/devel/subversion


Module Name:	pkgsrc
Committed By:	epg
Date:		Tue Jun  1 00:16:37 UTC 2004

Modified Files:
	pkgsrc/devel/subversion: buildlink3.mk

Log Message:
Make BUILDLINK_RECOMMENDED.subversion-base require 1.0.0, not
${SVNVER}.

To generate a diff of this commit:
cvs rdiff -r1.4 -r1.5 pkgsrc/devel/subversion/buildlink3.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Min Sik Kim | 1 Jun 2004 06:31
Picon
Gravatar

CVS commit: pkgsrc


Module Name:	pkgsrc
Committed By:	minskim
Date:		Tue Jun  1 04:31:42 UTC 2004

Modified Files:
	pkgsrc/archivers/unzip: Makefile distinfo
	pkgsrc/archivers/unzip/patches: patch-aa
	pkgsrc/doc: CHANGES

Log Message:
Update unzip to 5.51, based on patch provided by Bruce J.A. Nourish in
PR pkg/25768.

New features:
5.51a (09 Mar 02):
 - no new features

5.51b (11 Jan 03):
 - TANDEM: new -r option to suppress extension merging [Dave Smith]
 - WinCE, new port in addition to pUnZip (GUI): command line tool usable for
    "batch" processes (not quite finished, needs "makefile" cleanup, tests,
    and refinements) [Simon Roberts, SPC]
 - SET_DIR_ATTRIB feature code revised and reorganized to allow seamless
    adaption to different OS environments; added support for restoring
    directory timestamps to the WIN32 port [Kai-Uwe-Rommel, SPC]

5.51c (13 May 03):
 - WinCE command line tool integration is (almost) finished: project file is
    cleaned up and works with VC-embedded 3.0; port needs testing... [SPC]
(Continue reading)

Nick Hudson | 1 Jun 2004 09:40
Picon

CVS commit: pkgsrc/lang/tcl-expect


Module Name:	pkgsrc
Committed By:	skrll
Date:		Tue Jun  1 07:40:16 UTC 2004

Modified Files:
	pkgsrc/lang/tcl-expect: distinfo
	pkgsrc/lang/tcl-expect/patches: patch-aa

Log Message:
Fix the install by using libfoo.la not libfoo.so when linking expect.

To generate a diff of this commit:
cvs rdiff -r1.7 -r1.8 pkgsrc/lang/tcl-expect/distinfo
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/lang/tcl-expect/patches/patch-aa

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

John R. Shannon | 1 Jun 2004 10:03
Picon

CVS commit: pkgsrc/devel/glib


Module Name:	pkgsrc
Committed By:	shannonjr
Date:		Tue Jun  1 08:03:10 UTC 2004

Modified Files:
	pkgsrc/devel/glib: distinfo
Added Files:
	pkgsrc/devel/glib/patches: patch-aj

Log Message:
Re: PR 25706 Syntax error prevents compilation with gcc 3.4.0
Applied patch provided by Christian Biere <christianbiere <at> gmx.de>
The patch ensures that G_GNUC_FUNCTION and G_GNUC_PRETTY_FUNCTION always
expand to string literals - necessary since they will be concatenated
(the source of the compilation error). This closes the PR.

To generate a diff of this commit:
cvs rdiff -r1.11 -r1.12 pkgsrc/devel/glib/distinfo
cvs rdiff -r0 -r1.1 pkgsrc/devel/glib/patches/patch-aj

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

John R. Shannon | 1 Jun 2004 10:23
Picon

CVS commit: pkgsrc/textproc/chasen-base


Module Name:	pkgsrc
Committed By:	shannonjr
Date:		Tue Jun  1 08:23:29 UTC 2004

Modified Files:
	pkgsrc/textproc/chasen-base: distinfo
Added Files:
	pkgsrc/textproc/chasen-base/patches: patch-al

Log Message:
Re: PR 25715 Compilation error with gcc 3.4.0
dartsdic.cpp:180: error: ISO C++ forbids cast to non-reference type used
         as lvalue
The patch corrects the compilation error by rewriting the cast without
changing the meaning of the statement. This closes the PR.

To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 pkgsrc/textproc/chasen-base/distinfo
cvs rdiff -r0 -r1.1 pkgsrc/textproc/chasen-base/patches/patch-al

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

John R. Shannon | 1 Jun 2004 10:55
Picon

CVS commit: pkgsrc/textproc/dict-server


Module Name:	pkgsrc
Committed By:	shannonjr
Date:		Tue Jun  1 08:55:34 UTC 2004

Modified Files:
	pkgsrc/textproc/dict-server: distinfo
	pkgsrc/textproc/dict-server/patches: patch-al
Added Files:
	pkgsrc/textproc/dict-server/patches: patch-am

Log Message:
Re: PR 25720 Syntax errors prevent compilation with gcc 3.4.0
The patch-al fixes a problem where a label appeared at end of block by
supplying a null statement for the label.
The patch-am provides a missing argument list separator (comma) in
four places.
This closes the PR.

To generate a diff of this commit:
cvs rdiff -r1.9 -r1.10 pkgsrc/textproc/dict-server/distinfo
cvs rdiff -r1.3 -r1.4 pkgsrc/textproc/dict-server/patches/patch-al
cvs rdiff -r0 -r1.3 pkgsrc/textproc/dict-server/patches/patch-am

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

John R. Shannon | 1 Jun 2004 12:09
Picon

CVS commit: pkgsrc/graphics/gimp


Module Name:	pkgsrc
Committed By:	shannonjr
Date:		Tue Jun  1 10:09:31 UTC 2004

Modified Files:
	pkgsrc/graphics/gimp: distinfo
Added Files:
	pkgsrc/graphics/gimp/patches: patch-ae

Log Message:
Re: PR 25724 Difference between function declaration and definition
    prevents compilation of gimp with gcc 3.4.0
The problem is that the parameter "type" is declared to be of type
"CombinationMode" in the header file and "InitialMode" in the ".c" file.
The patch corrects the type in the ".c" file to match the header.
This closes the PR.

To generate a diff of this commit:
cvs rdiff -r1.10 -r1.11 pkgsrc/graphics/gimp/distinfo
cvs rdiff -r0 -r1.3 pkgsrc/graphics/gimp/patches/patch-ae

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Shin'ichiro TAYA | 1 Jun 2004 17:01
Picon

CVS commit: pkgsrc/www/mozilla


Module Name:	pkgsrc
Committed By:	taya
Date:		Tue Jun  1 15:01:18 UTC 2004

Modified Files:
	pkgsrc/www/mozilla: Makefile Makefile.common distinfo
	pkgsrc/www/mozilla/files: moz-install
	pkgsrc/www/mozilla/patches: patch-ba patch-bb
Added Files:
	pkgsrc/www/mozilla/patches: patch-bw

Log Message:
- remove user profile directory created while installation. fix pkg/24609.
- correct ARM architecture handling
- add g++-3.0 support for xpcom module on alpha
- bump PKGREVISION

To generate a diff of this commit:
cvs rdiff -r1.129 -r1.130 pkgsrc/www/mozilla/Makefile
cvs rdiff -r1.38 -r1.39 pkgsrc/www/mozilla/Makefile.common
cvs rdiff -r1.55 -r1.56 pkgsrc/www/mozilla/distinfo
cvs rdiff -r1.8 -r1.9 pkgsrc/www/mozilla/files/moz-install
cvs rdiff -r1.16 -r1.17 pkgsrc/www/mozilla/patches/patch-ba
cvs rdiff -r1.17 -r1.18 pkgsrc/www/mozilla/patches/patch-bb
cvs rdiff -r0 -r1.1 pkgsrc/www/mozilla/patches/patch-bw

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

(Continue reading)

Shin'ichiro TAYA | 1 Jun 2004 17:02
Picon

CVS commit: pkgsrc/www/mozilla-gtk2


Module Name:	pkgsrc
Committed By:	taya
Date:		Tue Jun  1 15:02:55 UTC 2004

Modified Files:
	pkgsrc/www/mozilla-gtk2: Makefile

Log Message:
- remove user profile directory created while installation. fix pkg/24609.
- correct ARM architecture handling
- add g++-3.0 support for xpcom module on alpha
- bump PKGREVISION

To generate a diff of this commit:
cvs rdiff -r1.6 -r1.7 pkgsrc/www/mozilla-gtk2/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.


Gmane