head 1.6; access; symbols pkgsrc-2013Q2:1.6.0.4 pkgsrc-2013Q2-base:1.6 pkgsrc-2012Q4:1.6.0.2 pkgsrc-2012Q4-base:1.6 pkgsrc-2012Q3:1.5.0.6 pkgsrc-2012Q3-base:1.5 pkgsrc-2012Q2:1.5.0.4 pkgsrc-2012Q2-base:1.5 pkgsrc-2012Q1:1.5.0.2 pkgsrc-2012Q1-base:1.5 pkgsrc-2011Q4:1.4.0.22 pkgsrc-2011Q4-base:1.4 pkgsrc-2011Q3:1.4.0.20 pkgsrc-2011Q3-base:1.4 pkgsrc-2011Q2:1.4.0.18 pkgsrc-2011Q2-base:1.4 pkgsrc-2011Q1:1.4.0.16 pkgsrc-2011Q1-base:1.4 pkgsrc-2010Q4:1.4.0.14 pkgsrc-2010Q4-base:1.4 pkgsrc-2010Q3:1.4.0.12 pkgsrc-2010Q3-base:1.4 pkgsrc-2010Q2:1.4.0.10 pkgsrc-2010Q2-base:1.4 pkgsrc-2010Q1:1.4.0.8 pkgsrc-2010Q1-base:1.4 pkgsrc-2009Q4:1.4.0.6 pkgsrc-2009Q4-base:1.4 pkgsrc-2009Q3:1.4.0.4 pkgsrc-2009Q3-base:1.4 pkgsrc-2009Q2:1.4.0.2 pkgsrc-2009Q2-base:1.4 pkgsrc-2008Q4:1.3.0.10 pkgsrc-2008Q4-base:1.3 pkgsrc-2008Q3:1.3.0.8 pkgsrc-2008Q3-base:1.3 cube-native-xorg:1.3.0.6 cube-native-xorg-base:1.3 pkgsrc-2008Q2:1.3.0.4 pkgsrc-2008Q2-base:1.3 pkgsrc-2008Q1:1.3.0.2 pkgsrc-2008Q1-base:1.3 pkgsrc-2007Q4:1.2.0.16 pkgsrc-2007Q4-base:1.2 pkgsrc-2007Q3:1.2.0.14 pkgsrc-2007Q3-base:1.2 pkgsrc-2007Q2:1.2.0.12 pkgsrc-2007Q2-base:1.2 pkgsrc-2007Q1:1.2.0.10 pkgsrc-2007Q1-base:1.2 pkgsrc-2006Q4:1.2.0.8 pkgsrc-2006Q4-base:1.2 pkgsrc-2006Q3:1.2.0.6 pkgsrc-2006Q3-base:1.2 pkgsrc-2006Q2:1.2.0.4 pkgsrc-2006Q2-base:1.2 pkgsrc-2006Q1:1.2.0.2 pkgsrc-2006Q1-base:1.2 pkgsrc-2005Q4:1.1.0.14 pkgsrc-2005Q4-base:1.1 pkgsrc-2005Q3:1.1.0.12 pkgsrc-2005Q3-base:1.1 pkgsrc-2005Q2:1.1.0.10 pkgsrc-2005Q2-base:1.1 pkgsrc-2005Q1:1.1.0.8 pkgsrc-2005Q1-base:1.1 pkgsrc-2004Q4:1.1.0.6 pkgsrc-2004Q4-base:1.1 pkgsrc-2004Q3:1.1.0.4 pkgsrc-2004Q3-base:1.1 pkgsrc-2004Q2:1.1.0.2 pkgsrc-2004Q2-base:1.1; locks; strict; comment @# @; 1.6 date 2012.12.29.19.41.17; author dholland; state dead; branches; next 1.5; 1.5 date 2012.01.27.08.59.49; author sbd; state Exp; branches; next 1.4; 1.4 date 2009.06.02.18.39.20; author hasso; state Exp; branches; next 1.3; 1.3 date 2008.02.18.16.39.43; author xtraeme; state dead; branches; next 1.2; 1.2 date 2006.02.26.20.38.52; author joerg; state Exp; branches; next 1.1; 1.1 date 2004.05.14.08.22.45; author xtraeme; state Exp; branches; next ; desc @@ 1.6 log @Remove pnet packages. This project only ever existed because of the FSF's not-invented-here reflex, never went anywhere, and has been dead upstream for a long time. @ text @$NetBSD: patch-aa,v 1.5 2012/01/27 08:59:49 sbd Exp $ --- libffi/configure.orig 2007-03-01 18:57:59.000000000 +0000 +++ libffi/configure @@@@ -20700,6 +20700,7 @@@@ i*86-*-solaris2.1[0-9]*) TARGET=X86_64; i*86-*-solaris*) TARGET=X86; TARGETDIR=x86;; i*86-*-beos*) TARGET=X86; TARGETDIR=x86;; i*86-*-freebsd* | i*86-*-kfreebsd*-gnu) TARGET=X86; TARGETDIR=x86;; +i*86-*-dragonfly*) TARGET=X86; TARGETDIR=x86;; i*86-*-netbsdelf* | i*86-*-knetbsd*-gnu) TARGET=X86; TARGETDIR=x86;; i*86-*-rtems*) TARGET=X86; TARGETDIR=x86;; i*86-*-win32*) TARGET=X86_WIN32; TARGETDIR=x86;; @@@@ -20731,7 +20732,7 @@@@ arm*-*-rtems*) TARGET=ARM; TARGETDIR=arm cris-*-*) TARGET=LIBFFI_CRIS; TARGETDIR=cris;; s390-*-linux-*) TARGET=S390; TARGETDIR=s390;; s390x-*-linux-*) TARGET=S390; TARGETDIR=s390;; -x86_64-*-linux* | x86_64-*-freebsd* | x86_64-*-kfreebsd*-gnu) TARGET=X86_64; TARGETDIR=x86;; +x86_64-*-linux* | x86_64-*-freebsd* | x86_64-*-kfreebsd*-gnu | x86_64-*-dragonfly*) TARGET=X86_64; TARGETDIR=x86;; sh-*-linux* | sh[34]*-*-linux*) TARGET=SH; TARGETDIR=sh;; sh-*-rtems*) TARGET=SH; TARGETDIR=sh;; sh64-*-linux* | sh5*-*-linux*) TARGET=SH64; TARGETDIR=sh64;; @@@@ -23270,11 +23271,6 @@@@ else toolexecdir='$(libdir)/gcc-lib/$(target_alias)' toolexeclibdir='$(libdir)' fi -multi_os_directory=`$CC -print-multi-os-directory` -case $multi_os_directory in - .) ;; # Avoid trailing /. - *) toolexeclibdir=$toolexeclibdir/$multi_os_directory ;; -esac @ 1.5 log @Remove the section from configure that adds the gcc multi_os_directory to the libdir. @ text @d1 1 a1 1 $NetBSD: patch-aa,v 1.4 2009/06/02 18:39:20 hasso Exp $ @ 1.4 log @Make it build on DragonFly. Probably incomplete, but at least hello world compiles and runs. @ text @d1 1 a1 1 $NetBSD$ d3 3 a5 3 --- libffi/configure.orig 2009-06-02 16:37:36 +0300 +++ libffi/configure 2009-06-02 16:38:41 +0300 @@@@ -20700,6 +20700,7 @@@@ i*86-*-solaris2.1[0-9]*) TARGET=X86_64; d22 12 @ 1.3 log @Update dotgnu Portable.Net packages to 0.8.0: 0.8.0 (3 March 2007) JIT * JIT_Coder opcodes implementation (Klaus Treichel, Aleksey Demakov, Kirill Kononenko) * On Demand JIT Compilation (Klaus Treichel) * JIT exception handling (Klaus Treichel, Kirill Kononenko) * Method Inlining support (Klaus Treichel) * Inlining internal calls, PInvoke and math (Klaus Treichel) * Add marshaling support (Kirill Kononenko) * Local and Thread Local variable support (Klaus Treichel) * Reflection support (Klaus Treichel) * Array optimisations (Klaus Treichel) * Static ctor support (Klaus Treichel, Aleksey Demakov) * Delegate and Async Delegate support (Klaus Treichel) * Safepoints and builtin/managed Exceptions (Klaus Treichel) * Null check reduction (Klaus Treichel) * Finalizers and GC support (Klaus Treichel) Runtime Engine * New Debugger (Radek Polak) * Typed allocations (Klaus Treichel) * Array structure optimisations (Klaus Treichel) * Static cctor manager (Klaus Treichel) * Watching variables (Radek Polak) * Spec fixes on String IndexOf and LastIndexOf (Russell Stuart) * Array.Clear fixes (Radek Polak) * Handle fixes for JIT support (Klaus Treichel) ...and more, see the NEWS file. This closes PR 31950. @ text @d1 1 a1 1 $NetBSD: patch-aa,v 1.2 2006/02/26 20:38:52 joerg Exp $ d3 19 a21 20 --- configure.orig 2004-05-29 04:57:49.000000000 +0000 +++ configure @@@@ -2055,7 +2055,7 @@@@ if test "$THREADS" = "no"; then *-*-mingw*|*-*-cygwin*) THREADS=win32 ;; - *-freebsd*) + *-freebsd*|*-netbsd*|*-dragonfly*) THREADS=posix ;; esac @@@@ -2130,7 +2130,7 @@@@ EOF THREADLIBS="-lpthread -lrt" ;; - *-*-freebsd*) + *-*-freebsd*|*-*-dragonfly*) echo "configure: warning: "FreeBSD does not yet fully support threads with Boehm GC."" 1>&2 cat >> confdefs.h <<\EOF #define GC_FREEBSD_THREADS 1 @ 1.2 log @Add DragonFly support based on the patches for libffi and boehm-gc. @ text @d1 1 a1 1 $NetBSD$ @ 1.1 log @Enable threads support in NetBSD, add missing directory to PLIST. @ text @d3 3 a5 3 --- configure.orig 2004-05-14 10:18:01.000000000 +0200 +++ configure 2004-05-14 10:18:16.000000000 +0200 @@@@ -2054,7 +2054,7 @@@@ d10 1 a10 1 + *-freebsd*|*-netbsd*) d14 9 @