Re: CVS: cvs.openbsd.org: ports

2012-12-26 Thread Antoine Jacoutot
On Tue, Dec 25, 2012 at 04:14:03PM -0700, Brad Smith wrote:
 CVSROOT:  /cvs
 Module name:  ports
 Changes by:   b...@cvs.openbsd.org2012/12/25 16:14:03
 
 Modified files:
   x11/vlc: Makefile 
 
 Log message:
 Switch to using LLVM.
 
 ok sthen@

Why? I already asked you this question Brad, but you chose to ignore it; so 
some explanation would be nice.

-- 
Antoine



Re: CVS: cvs.openbsd.org: ports

2012-12-26 Thread Landry Breuil
On Wed, Dec 26, 2012 at 09:44:02AM +0100, Antoine Jacoutot wrote:
 On Tue, Dec 25, 2012 at 04:14:03PM -0700, Brad Smith wrote:
  CVSROOT:/cvs
  Module name:ports
  Changes by: b...@cvs.openbsd.org2012/12/25 16:14:03
  
  Modified files:
  x11/vlc: Makefile 
  
  Log message:
  Switch to using LLVM.
  
  ok sthen@
 
 Why? I already asked you this question Brad, but you chose to ignore it; so 
 some explanation would be nice.

Add to that that only i386/amd64 used gcc 4.6 previously and now use
llvm. That means hppa/sparc64/powerpc still build vlc with base gcc 4.2.

Landry



CVS: cvs.openbsd.org: ports

2012-12-26 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2012/12/26 05:07:51

Modified files:
www/chromium   : Makefile 

Log message:
unfuck packaging, sorry.. WANTLIB sync changed libusb (from libusb-compat)
to libusb1 but missed that the LIB_DEPENDS also needed to change; as a result
libusb-compat was stripped from the package dependency list (because libusb
was no longer used) but this broke the dependency chain to libusb1 so packaging
failed. pointed out by landry@



CVS: cvs.openbsd.org: ports

2012-12-26 Thread Landry Breuil
CVSROOT:/cvs
Module name:ports
Changes by: lan...@cvs.openbsd.org  2012/12/26 06:53:29

Modified files:
x11/gnome/gedit-code-assistance: Makefile 

Log message:
Fix the fix : libclang SHARED_LIBS was renamed to clang.
Reported by naddy@



CVS: cvs.openbsd.org: ports

2012-12-26 Thread Landry Breuil
CVSROOT:/cvs
Module name:ports
Changes by: lan...@cvs.openbsd.org  2012/12/26 08:07:18

Removed files:
x11/gnome/gedit-code-assistance/patches: patch-configure 

Log message:
Really fix for good : remove the configure patch making it look for
liblibclang, which is now libclang.
Reported by naddy@ again. This time should be okay, i checked it
packaged :)



CVS: cvs.openbsd.org: ports

2012-12-26 Thread Christian Weisgerber
CVSROOT:/cvs
Module name:ports
Changes by: na...@cvs.openbsd.org   2012/12/26 08:07:57

Modified files:
lang   : Makefile 
Removed files:
lang/pm3   : Makefile distinfo 
lang/pm3/patches: 
  patch-graphics_gr-libs_opengl_src_POSIX_m3makefile 
  
patch-language_modula3_m3compiler_m3cc_gcc_config_i386_i386_c 
  
patch-language_modula3_m3compiler_m3cc_gcc_config_i386_i386_h 
  
patch-language_modula3_m3compiler_m3cc_gcc_config_i386_openbsd_h 
  
patch-language_modula3_m3compiler_m3cc_gcc_config_i386_openbsdelf_h 
  
patch-language_modula3_m3compiler_m3cc_gcc_config_i386_xm-openbsd_h 
  
patch-language_modula3_m3compiler_m3cc_gcc_config_openbsd_h 
  patch-language_modula3_m3compiler_m3cc_gcc_config_sub 
  
patch-language_modula3_m3compiler_m3cc_gcc_config_xm-openbsd_h 
  patch-language_modula3_m3compiler_m3cc_gcc_configure 
  patch-language_modula3_m3compiler_m3cc_gcc_m3_c 
  patch-m3config_src_COMMON 
  patch-m3config_src_OpenBSD 
  patch-m3config_src_OpenBSD_386 
  patch-m3config_src_m3makefile 
  patch-network_mail_llscan_src_SRCstdlib_h 
  patch-network_mail_llscan_src_err_c 
  patch-network_mail_llscan_src_err_h 
  patch-network_mail_llscan_src_llscan_c 
  patch-network_mail_llscan_src_strlib_c 
  patch-network_mail_llscan_src_strlib_h 
lang/pm3/pkg   : DESCR PFRAG.shared PLIST 

Log message:
remove pm3: it has been broken for eight years



CVS: cvs.openbsd.org: ports

2012-12-26 Thread Christian Weisgerber
CVSROOT:/cvs
Module name:ports
Changes by: na...@cvs.openbsd.org   2012/12/26 09:15:19

Modified files:
lang/gcc/4.6   : Makefile 

Log message:
do not run parallel fake until the race condition there has been fixed



CVS: cvs.openbsd.org: ports

2012-12-26 Thread Christian Weisgerber
CVSROOT:/cvs
Module name:ports
Changes by: na...@cvs.openbsd.org   2012/12/26 10:47:56

Modified files:
lang/mono  : Makefile 

Log message:
Mark as BROKEN.  The build is unreliable and fails most of the time in
bulk builds.



Re: CVS: cvs.openbsd.org: ports

2012-12-26 Thread Antoine Jacoutot
On Wed, Dec 26, 2012 at 10:47:56AM -0700, Christian Weisgerber wrote:
 CVSROOT:  /cvs
 Module name:  ports
 Changes by:   na...@cvs.openbsd.org   2012/12/26 10:47:56
 
 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'.

-- 
Antoine



Re: CVS: cvs.openbsd.org: ports

2012-12-26 Thread Landry Breuil
On Wed, Dec 26, 2012 at 08:41:04PM +0100, Antoine Jacoutot wrote:
 On Wed, Dec 26, 2012 at 10:47:56AM -0700, Christian Weisgerber wrote:
  CVSROOT:/cvs
  Module name:ports
  Changes by: na...@cvs.openbsd.org   2012/12/26 10:47:56
  
  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'.

Fails for me between 25% and 50% on the past 4 months of doing bulks.

Landry



Re: CVS: cvs.openbsd.org: ports

2012-12-26 Thread Christian Weisgerber
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.

-- 
Christian naddy Weisgerber  na...@mips.inka.de



Re: CVS: cvs.openbsd.org: ports

2012-12-26 Thread Antoine Jacoutot
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...


-- 
Antoine



Re: CVS: cvs.openbsd.org: ports

2012-12-26 Thread Brad Smith
On Wed, Dec 26, 2012 at 11:45:37AM +0100, Landry Breuil wrote:
 On Wed, Dec 26, 2012 at 09:44:02AM +0100, Antoine Jacoutot wrote:
  On Tue, Dec 25, 2012 at 04:14:03PM -0700, Brad Smith wrote:
   CVSROOT:  /cvs
   Module name:  ports
   Changes by:   b...@cvs.openbsd.org2012/12/25 16:14:03
   
   Modified files:
 x11/vlc: Makefile 
   
   Log message:
   Switch to using LLVM.
   
   ok sthen@
  
  Why? I already asked you this question Brad, but you chose to ignore it; so 
  some explanation would be nice.
 
 Add to that that only i386/amd64 used gcc 4.6 previously and now use
 llvm. That means hppa/sparc64/powerpc still build vlc with base gcc 4.2.

VLC needs a newer compiler other than gcc 4.2 to be able to build its MMX/SSE2
code. Going forward I would rather use LLVM/clang.

-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.