Thorsten Glaser | 1 Oct 2005 21:00
Picon

CVS: herc.66h.42h.de: ports

Commit ID:	537d433edcbb0f8b
CVSROOT:	/cvs
Module name:	ports
Changes by:	tg@...	2005/10/01 19:00:18 UTC

Modified files:
	mailnews/pine  : Makefile 
	mailnews/pine/files: pine.smime pine.smime.init 

Log message:
* replace /bin/ksh with  <at> SHELL <at>  and fix it at build time
* clean up install process while here
* bump patchlevel for subpackages touched

To generate a diff of this changeset, execute the following commands:
cvs rdiff -ur1.7 -r1.8 ports/mailnews/pine/Makefile
cvs rdiff -ur1.2 -r1.3 ports/mailnews/pine/files/pine.smime
cvs rdiff -ur1.2 -r1.3 ports/mailnews/pine/files/pine.smime.init

Thorsten Glaser | 1 Oct 2005 21:06
Picon

CVS: herc.66h.42h.de: ports

Commit ID:	6632433ede5bacd8
CVSROOT:	/cvs
Module name:	ports
Changes by:	tg@...	2005/10/01 19:06:56 UTC

Modified files:
	mailnews/pine  : Makefile 
	mailnews/bmf   : Makefile 
	mailnews/bmf/files: mbmf-sm.sh mbmf.sh 

Log message:
* replace SHELL and PREFIX
* use WRKBUILD not WRKSRC

To generate a diff of this changeset, execute the following commands:
cvs rdiff -ur1.8 -r1.9 ports/mailnews/pine/Makefile
cvs rdiff -ur1.2 -r1.3 ports/mailnews/bmf/Makefile
cvs rdiff -ur1.1.7.1 -r1.2 ports/mailnews/bmf/files/mbmf-sm.sh
cvs rdiff -ur1.1.7.1 -r1.2 ports/mailnews/bmf/files/mbmf.sh

Thorsten Glaser | 1 Oct 2005 21:10
Picon

CVS: herc.66h.42h.de: ports

Commit ID:	3a3a433edf1af6a5
CVSROOT:	/cvs
Module name:	ports
Changes by:	tg@...	2005/10/01 19:10:11 UTC

Modified files:
	net/sirc       : Makefile 
	net/sirc/dist  : sirc 

Log message:
* use  <at> SHELL <at>  to replace
* use /usr/bin/env perl, not /usr/bin/perl

To generate a diff of this changeset, execute the following commands:
cvs rdiff -ur1.4 -r1.5 ports/net/sirc/Makefile
cvs rdiff -ur1.1 -r1.2 ports/net/sirc/dist/sirc

Thorsten Glaser | 2 Oct 2005 12:18
Picon

CVS: herc.66h.42h.de: ports

Commit ID:	2e25433fb3e3dfcc
CVSROOT:	/cvs
Module name:	ports
Changes by:	tg@...	2005/10/02 10:18:10 UTC

Modified files:
	net/sirc       : Makefile 
	net/sirc/dist  : sirc 

Log message:
a few "..." around variable assignments don't hurt, in this case...
they even were necessary in one... oops

To generate a diff of this changeset, execute the following commands:
cvs rdiff -ur1.5 -r1.6 ports/net/sirc/Makefile
cvs rdiff -ur1.2 -r1.3 ports/net/sirc/dist/sirc

Thorsten Glaser | 2 Oct 2005 12:41
Picon

CVS: herc.66h.42h.de: contrib

Commit ID:	706f433fb981eafd
CVSROOT:	/cvs
Module name:	contrib
Changes by:	tg@...	2005/10/02 10:41:55 UTC

Modified files:
	code/mirmake/dist/scripts: sys.mk.ed 

Log message:
nuke line which did nothing

To generate a diff of this changeset, execute the following commands:
cvs rdiff -ur1.11 -r1.12 contrib/code/mirmake/dist/scripts/sys.mk.ed

Thorsten Glaser | 2 Oct 2005 13:35
Picon

CVS: herc.66h.42h.de: ports

Commit ID:	4f35433fc6146457
CVSROOT:	/cvs
Module name:	ports
Changes by:	tg@...	2005/10/02 11:35:35 UTC

Modified files:
	devel/glib1    : Makefile 
Added files:
	devel/glib1/patches: patch-glib_m4 

Log message:
fix "underquoted definition of ..." problem

To generate a diff of this changeset, execute the following commands:
cvs rdiff -ur1.5 -r1.6 ports/devel/glib1/Makefile
cvs rdiff -ur0 -r1.1 ports/devel/glib1/patches/patch-glib_m4

Thorsten Glaser | 2 Oct 2005 13:46
Picon

CVS: herc.66h.42h.de: ports

Commit ID:	5a5f433fc8793536
CVSROOT:	/cvs
Module name:	ports
Changes by:	tg@...	2005/10/02 11:46:29 UTC

Modified files:
	devel/automake/1.9: Makefile distinfo 
	devel/automake/1.9/patches: patch-automake_in 
	                            patch-doc_automake_texi 
	                            patch-lib_am_libs_am 
	                            patch-lib_am_lisp_am 
	                            patch-lib_am_texinfos_am 

Log message:
* ensure that, when RANLIBing an installed library, we don't
  error out because the library is not user-writable
  (XXX we shouldn't need to RANLIB anyway because we use GNU ar)
* update to 1.9.6

To generate a diff of this changeset, execute the following commands:
cvs rdiff -ur1.4 -r1.5 ports/devel/automake/1.9/Makefile
cvs rdiff -ur1.1.7.1 -r1.2 ports/devel/automake/1.9/distinfo
cvs rdiff -ur1.1.7.1 -r1.2 ports/devel/automake/1.9/patches/patch-automake_in
cvs rdiff -ur1.2 -r1.3 ports/devel/automake/1.9/patches/patch-doc_automake_texi
cvs rdiff -ur1.1.7.1 -r1.2 ports/devel/automake/1.9/patches/patch-lib_am_libs_am
cvs rdiff -ur1.1.7.1 -r1.2 ports/devel/automake/1.9/patches/patch-lib_am_lisp_am
cvs rdiff -ur1.1.7.1 -r1.2 ports/devel/automake/1.9/patches/patch-lib_am_texinfos_am

Thorsten Glaser | 2 Oct 2005 14:01
Picon

CVS: herc.66h.42h.de: ports

Commit ID:	2251433fcc03dc8a
CVSROOT:	/cvs
Module name:	ports
Changes by:	tg@...	2005/10/02 12:01:56 UTC

Modified files:
	devel/sdl      : Makefile bulklist distinfo 
	devel/sdl/patches: patch-acinclude_m4 patch-configure_in 
	                   patch-src_SDL_fatal_c 
	                   patch-src_audio_openbsd_SDL_openbsdaudio_c 
	                   patch-src_video_x11_SDL_x11gl_c 
	                   patch-src_video_x11_SDL_x11modes_c 
	devel/sdl/pkg  : DESCR PLIST 
Added files:
	devel/sdl/patches: patch-src_Makefile_am 
Removed files:
	devel/sdl/patches: patch-src_Makefile_in 
	                   patch-src_audio_SDL_mixer_MMX_c 
	                   patch-src_cpuinfo_SDL_cpuinfo_c 
	                   patch-src_video_SDL_yuv_mmx_c 

Log message:
* update to 1.2.9
* libtoolise PLIST
* autogen'ise
* remove useless caca flavour
* remove no_cxx flavour which didn't do anything anyway

To generate a diff of this changeset, execute the following commands:
cvs rdiff -ur1.3 -r1.4 ports/devel/sdl/Makefile
(Continue reading)

Thorsten Glaser | 2 Oct 2005 20:10
Picon

CVS: herc.66h.42h.de: ports

Commit ID:	76094340228b1352
CVSROOT:	/cvs
Module name:	ports
Changes by:	tg@...	2005/10/02 18:10:10 UTC

Modified files:
	infrastructure/mk: bsd.port.mk 

Log message:
if USE_X11, we must add X11BASE/include to cppflags too

To generate a diff of this changeset, execute the following commands:
cvs rdiff -ur1.50 -r1.51 ports/infrastructure/mk/bsd.port.mk

Thorsten Glaser | 2 Oct 2005 20:19
Picon

CVS: herc.66h.42h.de: ports

Commit ID:	6710434024beb54b
CVSROOT:	/cvs
Module name:	ports
Changes by:	tg@...	2005/10/02 18:19:27 UTC

Modified files:
	infrastructure/db: autogen.sh 

Log message:
only run automake if Makefile.am exists

To generate a diff of this changeset, execute the following commands:
cvs rdiff -ur1.3 -r1.4 ports/infrastructure/db/autogen.sh


Gmane