CVS: cvs.openbsd.org: ports

2012-12-27 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs
Module name:ports
Changes by: jas...@cvs.openbsd.org  2012/12/27 01:13:19

Modified files:
net/rtorrent   : Makefile 

Log message:
mark broken on mips64 for the same reason it's broken on hppa



CVS: cvs.openbsd.org: ports

2012-12-27 Thread Marc Espie
CVSROOT:/cvs
Module name:ports
Changes by: es...@cvs.openbsd.org   2012/12/27 04:04:43

Modified files:
infrastructure/lib/DPB: Engine.pm 

Log message:
remove 'dead' cycles: changes in ToBuild can't trigger new changes in Built.



Re: CVS: cvs.openbsd.org: ports

2012-12-27 Thread Stuart Henderson
On 2012/12/26 23:44, Antoine Jacoutot wrote:
 On Wed, Dec 26, 2012 at 09:35:13PM +0100, Christian Weisgerber wrote:
  Antoine Jacoutot:
  
Modified files:
lang/mono  : Makefile 

Log message:
Mark as BROKEN.  The build is unreliable and fails most of the time in
bulk builds.
   
   Really? Works 100% for me on amd64 when using 'make install'.
  
  Builds in about one out of four attempts in dpb bulk builds on
  amd64.p, and I think sthen is seeing similar results on i386.p.
  Of the dependent ports, mono-gtk2 also doesn't build reliably and
  nant frequently hangs.
 
 I trust you guys. I am just wondering why I never see this.
 But I don't use dpb so...

It fails much more often in dpb than outside of dpb.



Re: CVS: cvs.openbsd.org: ports

2012-12-27 Thread Marc Espie
On Wed, Dec 26, 2012 at 11:44:59PM +0100, Antoine Jacoutot wrote:
 On Wed, Dec 26, 2012 at 09:35:13PM +0100, Christian Weisgerber wrote:
  Antoine Jacoutot:
  
Modified files:
lang/mono  : Makefile 

Log message:
Mark as BROKEN.  The build is unreliable and fails most of the time in
bulk builds.
   
   Really? Works 100% for me on amd64 when using 'make install'.
  
  Builds in about one out of four attempts in dpb bulk builds on
  amd64.p, and I think sthen is seeing similar results on i386.p.
  Of the dependent ports, mono-gtk2 also doesn't build reliably and
  nant frequently hangs.
 
 I trust you guys. I am just wondering why I never see this.
 But I don't use dpb so...

You don't see this because you're not building other things at the same time.

Try doing some other compile with the machine while mono builds, you will
definitely see it.



CVS: cvs.openbsd.org: ports

2012-12-27 Thread Gonzalo L. Rodriguez
CVSROOT:/cvs
Module name:ports
Changes by: gonz...@cvs.openbsd.org 2012/12/27 05:02:33

Modified files:
audio/cmus : Makefile distinfo 
audio/cmus/files: sndio.c 
audio/cmus/patches: patch-configure 
audio/cmus/pkg : PLIST-main 
Added files:
audio/cmus/patches: patch-discid_c patch-lib_c 

Log message:
Update for cmus to 2.5.0:

Two further changes:
* I added CONFIG_ALSA=n back. Someone added it, I don't really know
why, but I see that some other ports are explicitely disabling ALSA
support, too. So I'll continue doing the same.
* I added a patch from upstream which fixes a segfault.

From maintainer Donovan Watteau, Thanks!

Ok aja@



CVS: cvs.openbsd.org: ports

2012-12-27 Thread Marc Espie
CVSROOT:/cvs
Module name:ports
Changes by: es...@cvs.openbsd.org   2012/12/27 05:03:34

Modified files:
infrastructure/lib/DPB/Job: Port.pm 

Log message:
add timestamp in phases for Job/Port.pm.
may help synchronize events from distinct logs in case this matters.



CVS: cvs.openbsd.org: ports

2012-12-27 Thread Marc Espie
CVSROOT:/cvs
Module name:ports
Changes by: es...@cvs.openbsd.org   2012/12/27 05:20:36

Modified files:
infrastructure/lib/DPB/Job: Port.pm 

Log message:
oops



CVS: cvs.openbsd.org: ports

2012-12-27 Thread David Coppa
CVSROOT:/cvs
Module name:ports
Changes by: dco...@cvs.openbsd.org  2012/12/27 06:51:17

Modified files:
x11/fluxbox: Makefile 
Added files:
x11/fluxbox/patches: patch-src_FbTk_Theme_cc 

Log message:
Bugfix: use expanded style/theme filename
(upstream git commit d8cd6a928b76dbe63afa82327c51715cb1a1bdc8)

While here, sync WANTLIB.



CVS: cvs.openbsd.org: ports

2012-12-27 Thread Marc Espie
CVSROOT:/cvs
Module name:ports
Changes by: es...@cvs.openbsd.org   2012/12/27 07:14:19

Modified files:
infrastructure/lib/DPB: Engine.pm 

Log message:
remove the need to loop around adjust_tobuild, fudge things a bit:

Most things will move as a result of {install} changes.

Things that move because of EXTRA depends that are satisfied are unlikely to 
trigger
further changes.

So, stagger changes for normal tobuild - queue first, and extra depends 
later.



CVS: cvs.openbsd.org: ports

2012-12-27 Thread Robert Peichaer
CVSROOT:/cvs
Module name:ports
Changes by: r...@cvs.openbsd.org2012/12/27 07:51:54

Modified files:
net/icinga : Makefile.inc 
net/icinga/core: Makefile distinfo 
net/icinga/web : Makefile distinfo 
net/icinga/web/pkg: PLIST 

Log message:
- update icinga-core to 1.8.3
- update icinga-web to 1.8.1
- now, as the versions of icinga-core and icinga-web seem to diverge,
move version information to the individual Makefiles in core/ and
web/

ok sthen@ (MAINTAINER)

Changes for icinga-core 1.8.3:
Bugs
* idoutils: fix unknown column contactaddress_id (thx fmbiete) #3483 - MF

Changes for icinga-web 1.8.1:
Bugs
* Removed duplicate insert in sql upgrade scripts #3328
* IE7 window fix for cronk save dialog
* Disabled grouping of of unhandled problems grid #3320
* Re-added missing command restriction class #3457
* Removed ghost column after changing to new grid events #3458
* Fixes PNP extension #3427
* Removed flash for packaging and flash security fixes
* Various custom cronk dialog fixes

Features
* Allow xtypes in grid events to customize menues
* Clearcache enhancements
* Make ApiComboBox default for filters (Pagination)



CVS: cvs.openbsd.org: ports

2012-12-27 Thread Marc Espie
CVSROOT:/cvs
Module name:ports
Changes by: es...@cvs.openbsd.org   2012/12/27 09:23:17

Modified files:
infrastructure/lib/DPB: Engine.pm 

Log message:
replace next_check = last_check + check_interval

tweak the algorithm slightly (since we forget the old check_interval).
In particular, never keep old times in reserve.

Makes for simpler and clearer reading



CVS: cvs.openbsd.org: ports

2012-12-27 Thread Marc Espie
CVSROOT:/cvs
Module name:ports
Changes by: es...@cvs.openbsd.org   2012/12/27 11:16:44

Modified files:
lang/gcc/4.2   : Makefile 

Log message:
make darn sure we don't detect gnu stuff



CVS: cvs.openbsd.org: ports

2012-12-27 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs
Module name:ports
Changes by: jas...@cvs.openbsd.org  2012/12/27 11:44:42

Modified files:
devel/libsigsegv: Makefile 

Log message:
prevent some configure tests from taking up hours to run on mips64 since we
already know their obvious outcome.



CVS: cvs.openbsd.org: ports

2012-12-27 Thread Marc Espie
CVSROOT:/cvs
Module name:ports
Changes by: es...@cvs.openbsd.org   2012/12/27 11:56:59

Modified files:
x11/gnome/librsvg: Makefile 
Added files:
x11/gnome/librsvg/patches: patch-configure 

Log message:
make darn sure we don't use gtk+2/gtk+3, as these CAN disappear during
build.

okay ajacoutot@, hoping he gets time for a more permanent solution...



CVS: cvs.openbsd.org: ports

2012-12-27 Thread David Coppa
CVSROOT:/cvs
Module name:ports
Changes by: dco...@cvs.openbsd.org  2012/12/27 12:58:05

Modified files:
x11/i3 : Makefile 
x11/i3/patches : patch-src_main_c patch-src_x_c 
Added files:
x11/i3/patches : patch-i3-input_main_c patch-libi3_libi3_mk 
 patch-src_click_c patch-src_handlers_c 

Log message:
Fixes, fixes, fixes:

i3-input: restore input focus on exit()
(upstream git commit 5779f573e7316664e4bff9d3ff17a234edc9d337)

Repect AR environment variable
(upstream git commit ef81bd183b579688b9f1a46a41c817b577d0b39e)

Fix scrolling on a tabbed titlebar which contains split cons
(upstream git commit 721fa7bdadac6d7f0c78f8c1eac0e66252ba2dc6)

Bugfix: ignore ConfigureRequests for scratchpad windows
(upstream git commit 36b106a9d39727b06909113e3f11552f2f1b6abe)

Bugfix: handle MapRequests sent between i3 registering as a wm and
handling events
(upstream git commit 625401d1628757a67a2ab4eeaa68be965683889c)

Bugfix: draw right tab border for split containers
(upstream git commit ae605bdd394bdf83a8015ac626b222fd40e35b04)



CVS: cvs.openbsd.org: ports

2012-12-27 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs
Module name:ports
Changes by: jas...@cvs.openbsd.org  2012/12/27 13:28:48

Modified files:
emulators/gxemul: Makefile 

Log message:
homepage moved to sourceforge (and it could use an update in case anyone's 
interested)



CVS: cvs.openbsd.org: ports

2012-12-27 Thread David Coppa
CVSROOT:/cvs
Module name:ports
Changes by: dco...@cvs.openbsd.org  2012/12/27 13:33:59

Modified files:
audio/audacious: Makefile distinfo 
audio/audacious/pkg: PLIST 
audio/audacious-plugins: Makefile distinfo 
audio/audacious-plugins/pkg: PLIST 

Log message:
Bugfixing update to version 3.3.3

OK stsp@



CVS: cvs.openbsd.org: ports

2012-12-27 Thread Brad Smith
CVSROOT:/cvs
Module name:ports
Changes by: b...@cvs.openbsd.org2012/12/27 19:03:58

Modified files:
databases/mysql: Makefile distinfo 
databases/mysql/patches: patch-scripts_mysqld_safe_sh 
 patch-sql_mysqld_cc 
databases/mysql/pkg: PLIST-tests 

Log message:
Update to MySQL 5.1.67.

ok giovanni@



CVS: cvs.openbsd.org: ports

2012-12-27 Thread Marc Espie
CVSROOT:/cvs
Module name:ports
Changes by: es...@cvs.openbsd.org   2012/12/27 23:31:03

Modified files:
infrastructure/lib/DPB/Job: Port.pm 

Log message:
since we have a quick path where stuff move from tobuild to install without
adjusting things, stuff that can be built may have BEXTRA which are not
completed...



CVS: cvs.openbsd.org: ports

2012-12-27 Thread Marc Espie
CVSROOT:/cvs
Module name:ports
Changes by: es...@cvs.openbsd.org   2012/12/27 23:40:11

Modified files:
infrastructure/bin: dpb 
infrastructure/lib/DPB: BasePkgPath.pm Engine.pm 

Log message:
remove optimization that no longer makes sense.