pkgsrc-HEAD DragonFly 2.3/i386 2009-04-08 05:12

Michael Neumann mneumann at ntecs.de
Mon Apr 13 04:26:36 PDT 2009


On Mon, 13 Apr 2009 08:39:07 +0300
Hasso Tepper <hasso at estpak.ee> wrote:

> pkgsrc bulk build report
> ========================
> 
> DragonFly 2.3/i386
> Compiler: gcc
> 
> Build start: 2009-04-08 05:12
> Build end:   2009-04-13 02:37
> 
> Full report:
> http://leaf.dragonflybsd.org/~hasso/pbulk-logs/20090408.0512/meta/report.html
> Machine readable version:
> http://leaf.dragonflybsd.org/~hasso/pbulk-logs/20090408.0512/meta/report.bz2
> 
> Total number of packages:       8441
>   Successfully built:           7591
>   Failed to build:               349
>   Depending on failed package:   176
>   Explicitly broken or masked:   264
>   Depending on masked package:    61
> 
> Packages breaking the most other packages
> 
> Package                               Breaks Maintainer
> -------------------------------------------------------------------------
> devel/libgweather                         62 pkgsrc-users at NetBSD.org
> lang/mono                                 25 kefren at NetBSD.org

I was able to compile Mono on my DragonFly system. It can probably be
fixed by adding "msgfmt" to USE_TOOLS in Makefile (maybe intltool as
well).

Regards,

  Michael

diff --git a/Makefile b/Makefile
index d19a234..98985f5 100644
--- a/Makefile
+++ b/Makefile
@@ -18,7 +18,7 @@ CONFLICTS=    pnet-[0-9]*
 MONO_VERSION=          2.4
 ALL_ENV+=              MONO_SHARED_DIR=${WRKDIR:Q}

-USE_TOOLS+=            bison gmake gtar perl:run pkg-config bash:run
+USE_TOOLS+=            bison gmake gtar perl:run pkg-config bash:run
msgfmt
USE_LIBTOOL=           yes USE_LANGUAGES+=                c c++
 EXTRACT_USING=         gtar







More information about the Users mailing list