head 1.4; access; symbols pkgsrc-2013Q2:1.4.0.10 pkgsrc-2013Q2-base:1.4 pkgsrc-2012Q4:1.4.0.8 pkgsrc-2012Q4-base:1.4 pkgsrc-2011Q4:1.4.0.6 pkgsrc-2011Q4-base:1.4 pkgsrc-2011Q2:1.4.0.4 pkgsrc-2011Q2-base:1.4 pkgsrc-2009Q4:1.4.0.2 pkgsrc-2009Q4-base:1.4 pkgsrc-2009Q2:1.3.0.32 pkgsrc-2009Q2-base:1.3 pkgsrc-2009Q1:1.3.0.30 pkgsrc-2009Q1-base:1.3 pkgsrc-2008Q4:1.3.0.28 pkgsrc-2008Q4-base:1.3 pkgsrc-2008Q3:1.3.0.26 pkgsrc-2008Q3-base:1.3 cube-native-xorg:1.3.0.24 cube-native-xorg-base:1.3 pkgsrc-2008Q2:1.3.0.22 pkgsrc-2008Q2-base:1.3 cwrapper:1.3.0.20 pkgsrc-2008Q1:1.3.0.18 pkgsrc-2008Q1-base:1.3 pkgsrc-2007Q4:1.3.0.16 pkgsrc-2007Q4-base:1.3 pkgsrc-2007Q3:1.3.0.14 pkgsrc-2007Q3-base:1.3 pkgsrc-2007Q2:1.3.0.12 pkgsrc-2007Q2-base:1.3 pkgsrc-2007Q1:1.3.0.10 pkgsrc-2007Q1-base:1.3 pkgsrc-2006Q4:1.3.0.8 pkgsrc-2006Q4-base:1.3 pkgsrc-2006Q3:1.3.0.6 pkgsrc-2006Q3-base:1.3 pkgsrc-2006Q2:1.3.0.4 pkgsrc-2006Q2-base:1.3 pkgsrc-2006Q1:1.3.0.2 pkgsrc-2006Q1-base:1.3 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.4 date 2009.07.07.16.38.29; author drochner; state dead; branches; next 1.3; 1.3 date 2006.03.13.21.21.39; author joerg; state Exp; branches; next 1.2; 1.2 date 2006.01.24.05.33.21; author xtraeme; state dead; branches; next 1.1; 1.1 date 2004.05.12.16.19.32; author drochner; state Exp; branches; next ; desc @@ 1.4 log @update to 1.1.2 This is a major update, too much to list here. @ text @$NetBSD: patch-au,v 1.3 2006/03/13 21:21:39 joerg Exp $ --- src/socket.c.orig 2006-03-13 19:21:07.000000000 +0000 +++ src/socket.c @@@@ -42,8 +42,6 @@@@ static int socket_fd=-1; pthread_mutex_t tc_socket_msg_lock=PTHREAD_MUTEX_INITIALIZER; -extern int errno; - int s_write (int sock, void *buf, size_t count) { int retval=0; @ 1.3 log @Add DragonFly support. Fix errno. @ text @d1 1 a1 1 $NetBSD$ @ 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 @d1 1 a1 1 $NetBSD: patch-au,v 1.1 2004/05/12 16:19:32 drochner Exp $ d3 11 a13 29 --- aclib/Makefile.am.orig 2003-09-15 16:30:20.000000000 +0200 +++ aclib/Makefile.am 2004-05-12 18:27:06.000000000 +0200 @@@@ -2,7 +2,7 @@@@ AUTOMAKE_OPTIONS = 1.3 foreign -noinst_LIBRARIES = libac.a +noinst_LTLIBRARIES = libac.la if HAVE_ASM_NASM ASM_SRC = memcpy.s rescale.s average.s swap.s asm_io.s @@@@ -10,7 +10,7 @@@@ CFLAGS = -funroll-loops -ffast-math -DLINUX @@CFLAGS@@ -libac_a_SOURCES = cputest.c $(ASM_SRC) +libac_la_SOURCES = cputest.c $(ASM_SRC) EXTRA_DIST = \ ac.h \ @@@@ -26,5 +26,7 @@@@ ASM = @@NASM@@ ASMFLAGS = @@NASMFLAGS@@ -g -%.o: %.s ; $(ASM) $(ASMFLAGS) -o $@@ $< +STRIP_FPIC = sh $(top_srcdir)/strip_fPIC.sh + +%.lo: %.s ; $(LIBTOOL) --tag=CC --mode=compile $(STRIP_FPIC) $(ASM) $(ASMFLAGS) -o $@@ $< @ 1.1 log @repair some damages: -properly libtoolize some libraries to get dynamically loadable modules, use a hack from SDL to make libtool work with nasm (thanks wiz for the hint) -run aclocal and autoconf, otherwise the autoconf version skew scews things up XXX we shouldn't use autoconf et al for the build but commit patches to configure and Makefile.in -make sure we don't get trapped by the X11R6 freetype2 nonsense @ text @d1 1 a1 1 $NetBSD$ @