head 1.2; access; symbols pkgsrc-2013Q2:1.2.0.36 pkgsrc-2013Q2-base:1.2 pkgsrc-2012Q4:1.2.0.34 pkgsrc-2012Q4-base:1.2 pkgsrc-2011Q4:1.2.0.32 pkgsrc-2011Q4-base:1.2 pkgsrc-2011Q2:1.2.0.30 pkgsrc-2011Q2-base:1.2 pkgsrc-2009Q4:1.2.0.28 pkgsrc-2009Q4-base:1.2 pkgsrc-2008Q4:1.2.0.26 pkgsrc-2008Q4-base:1.2 pkgsrc-2008Q3:1.2.0.24 pkgsrc-2008Q3-base:1.2 cube-native-xorg:1.2.0.22 cube-native-xorg-base:1.2 pkgsrc-2008Q2:1.2.0.20 pkgsrc-2008Q2-base:1.2 pkgsrc-2008Q1:1.2.0.18 pkgsrc-2008Q1-base:1.2 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.2 pkgsrc-2005Q4-base:1.1; locks; strict; comment @# @; 1.2 date 2006.01.24.05.33.21; author xtraeme; state dead; branches; next 1.1; 1.1 date 2005.10.10.21.23.24; author joerg; state Exp; branches; next ; desc @@ 1.2 log @Welcome to transcode-1.0.2. The list of changes is very very large... please see the NEWS/Changelog file or use the webbrowser, google... Now transcode uses bsd.options.mk for some dependencies: * liba52 (enabled) * freetype2 (enabled) * mjpegtools (enabled) * mpeg3 (enabled) * lzo (disabled) * libxml2 (enabled) * libdv (disabled) * gtk (disabled) * imagemagick (enabled) Enjoy it! I've used this version on my NetBSD/i386 -current and it worked correctly. @ text @$NetBSD: patch-be,v 1.1 2005/10/10 21:23:24 joerg Exp $ --- configure.in.orig 2005-07-10 17:19:18.000000000 +0000 +++ configure.in @@@@ -147,7 +147,7 @@@@ AC_CHECK_LIB(m, lrintf, AC_DEFINE([HAVE_ dnl Replace `main' with a function in pthread libs: case "$host" in - *-*-freebsd*) + *-*-freebsd* | *-*-dragonfly*) pthread_cflags="-D_REENTRANT -D_THREAD_SAFE" pthread_lib="-pthread" ;; @@@@ -350,7 +350,7 @@@@ if test x$have_x86cpu = xtrue ; then AC_MSG_CHECKING(for CMOV support) if test "$enable_cmov_extension" != "no" ; then case "$host" in - *-*-freebsd*) + *-*-freebsd* | *-*-dragonfly*) cpu_features=`grep -l CMOV /var/run/dmesg.boot` if test X"$cpu_features" = X"/var/run/dmesg.boot" ; then have_cmov=true @ 1.1 log @Add DragonFly support. patch-bf replaces a malloc prototype with an include of stdlib.h. @ text @d1 1 a1 1 $NetBSD$ @