grant beattie | 1 Dec 2002 02:00
Picon

CVS commit: pkgsrc/net/wget


Module Name:	pkgsrc
Committed By:	grant
Date:		Sun Dec  1 01:00:56 UTC 2002

Modified Files:
	pkgsrc/net/wget: Makefile

Log Message:
revert previous: needs further work because some pkgsrc patches don't
apply cleanly if USE_INET6 is undefined.

To generate a diff of this commit:
cvs rdiff -r1.51 -r1.52 pkgsrc/net/wget/Makefile

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

grant beattie | 1 Dec 2002 02:04
Picon

CVS commit: pkgsrc/net/wget


Module Name:	pkgsrc
Committed By:	grant
Date:		Sun Dec  1 01:04:04 UTC 2002

Modified Files:
	pkgsrc/net/wget: Makefile distinfo
Removed Files:
	pkgsrc/net/wget/patches: patch-aa patch-ab patch-ac

Log Message:
USE_PKGLOCALEDIR.

To generate a diff of this commit:
cvs rdiff -r1.52 -r1.53 pkgsrc/net/wget/Makefile
cvs rdiff -r1.13 -r1.14 pkgsrc/net/wget/distinfo
cvs rdiff -r1.5 -r0 pkgsrc/net/wget/patches/patch-aa \
    pkgsrc/net/wget/patches/patch-ab
cvs rdiff -r1.3 -r0 pkgsrc/net/wget/patches/patch-ac

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

Lubomir Sedlacik | 1 Dec 2002 03:00
Picon

CVS commit: pkgsrc/games


Module Name:	pkgsrc
Committed By:	salo
Date:		Sun Dec  1 02:00:15 UTC 2002

Modified Files:
	pkgsrc/games/baduki: Makefile PLIST
	pkgsrc/games/dopewars: Makefile
	pkgsrc/games/freeciv-share: Makefile.common
	pkgsrc/games/gnome-breakout: Makefile
	pkgsrc/games/gnome-chess: Makefile PLIST
	pkgsrc/games/gnome-games: Makefile distinfo
	pkgsrc/games/gnome-games/patches: patch-ad patch-ae
	pkgsrc/games/gtkballs: Makefile PLIST
	pkgsrc/games/gturing: Makefile

Log Message:
USE_PKGLOCALEDIR, delint.

To generate a diff of this commit:
cvs rdiff -r1.25 -r1.26 pkgsrc/games/baduki/Makefile
cvs rdiff -r1.1 -r1.2 pkgsrc/games/baduki/PLIST
cvs rdiff -r1.9 -r1.10 pkgsrc/games/dopewars/Makefile
cvs rdiff -r1.11 -r1.12 pkgsrc/games/freeciv-share/Makefile.common
cvs rdiff -r1.8 -r1.9 pkgsrc/games/gnome-breakout/Makefile
cvs rdiff -r1.14 -r1.15 pkgsrc/games/gnome-chess/Makefile
cvs rdiff -r1.2 -r1.3 pkgsrc/games/gnome-chess/PLIST
cvs rdiff -r1.44 -r1.45 pkgsrc/games/gnome-games/Makefile
cvs rdiff -r1.10 -r1.11 pkgsrc/games/gnome-games/distinfo
cvs rdiff -r1.5 -r1.6 pkgsrc/games/gnome-games/patches/patch-ad
(Continue reading)

grant beattie | 1 Dec 2002 06:36
Picon

CVS commit: pkgsrc/www/squid


Module Name:	pkgsrc
Committed By:	grant
Date:		Sun Dec  1 05:36:52 UTC 2002

Modified Files:
	pkgsrc/www/squid: distinfo
Added Files:
	pkgsrc/www/squid/patches: patch-ca patch-cb patch-cc

Log Message:
src/fs/diskd: only include sys/msg.h if we have it.

fixes build on (at least) Darwin 6.2.

To generate a diff of this commit:
cvs rdiff -r1.20 -r1.21 pkgsrc/www/squid/distinfo
cvs rdiff -r0 -r1.1 pkgsrc/www/squid/patches/patch-ca \
    pkgsrc/www/squid/patches/patch-cb pkgsrc/www/squid/patches/patch-cc

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

Dan McMahill | 1 Dec 2002 06:51
Picon

CVS commit: pkgsrc


Module Name:	pkgsrc
Committed By:	dmcmahill
Date:		Sun Dec  1 05:51:33 UTC 2002

Modified Files:
	pkgsrc: Makefile

Log Message:
use = instead of ?= when setting _PKGSRCDIR during the bulk-cache target.
Otherwise a bad value of _PKGSRCDIR will be used and the bulk cache creation
fails.  This didn't show up before because formerly _PKGSRCDIR was previously
set in bsd.pkg.mk instead of bsd.prefs.mk as it is now.

Should fix bulk build dependency problems noted recently by Hubert.

To generate a diff of this commit:
cvs rdiff -r1.48 -r1.49 pkgsrc/Makefile

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

Dan McMahill | 1 Dec 2002 06:53
Picon

CVS commit: pkgsrc/mk/bulk


Module Name:	pkgsrc
Committed By:	dmcmahill
Date:		Sun Dec  1 05:53:43 UTC 2002

Modified Files:
	pkgsrc/mk/bulk: build

Log Message:
add some more error checking.  In particular if the bulk-cache creation
fails, then abort the build.

To generate a diff of this commit:
cvs rdiff -r1.25 -r1.26 pkgsrc/mk/bulk/build

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

Takahiro Kambe | 1 Dec 2002 06:55
Gravatar

Re: CVS commit: pkgsrc/www/squid

In message <20021201053652.751BAB42C <at> cvs.netbsd.org>
	on Sun,  1 Dec 2002 07:36:52 +0200 (EET),
	grant beattie <grant <at> netbsd.org> wrote:
> Log Message:
> src/fs/diskd: only include sys/msg.h if we have it.
> 
> fixes build on (at least) Darwin 6.2.
Have you reported it squid-bugs <at> squid-cache.org or theier bugzilla?

--

-- 
Takahiro Kambe <taca <at> back-street.net>

grant beattie | 1 Dec 2002 07:11
Picon

Re: CVS commit: pkgsrc/www/squid

On Sun, Dec 01, 2002 at 02:55:12PM +0900, Takahiro Kambe wrote:

> > fixes build on (at least) Darwin 6.2.
> Have you reported it squid-bugs <at> squid-cache.org or theier bugzilla?

Yes, I submitted a patch to bugzilla.

g.

Simon J. Gerraty | 1 Dec 2002 07:27
Picon

CVS commit: pkgsrc


Module Name:	pkgsrc
Committed By:	sjg
Date:		Sun Dec  1 06:27:39 UTC 2002

Modified Files:
	pkgsrc/devel/bmake: Makefile distinfo
	pkgsrc/doc: CHANGES

Log Message:
Need to update bmake - pick up fix for bug introduced in 3.1.14.

To generate a diff of this commit:
cvs rdiff -r1.6 -r1.7 pkgsrc/devel/bmake/Makefile pkgsrc/devel/bmake/distinfo
cvs rdiff -r1.648 -r1.649 pkgsrc/doc/CHANGES

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

Takahiro Kambe | 1 Dec 2002 07:29
Gravatar

Re: CVS commit: pkgsrc/www/squid

In message <20021201061106.GC13506 <at> fang>
	on Sun, 1 Dec 2002 17:11:06 +1100,
	grant beattie <grant <at> netbsd.org> wrote:
> > Have you reported it squid-bugs <at> squid-cache.org or theier bugzilla?
> 
> Yes, I submitted a patch to bugzilla.
That's great.

Thanks.

--

-- 
Takahiro Kambe <taca <at> back-street.net>


Gmane