head 1.7; access; symbols pkgsrc-2013Q2:1.7.0.22 pkgsrc-2013Q2-base:1.7 pkgsrc-2012Q4:1.7.0.20 pkgsrc-2012Q4-base:1.7 pkgsrc-2011Q4:1.7.0.18 pkgsrc-2011Q4-base:1.7 pkgsrc-2011Q2:1.7.0.16 pkgsrc-2011Q2-base:1.7 pkgsrc-2009Q4:1.7.0.14 pkgsrc-2009Q4-base:1.7 pkgsrc-2008Q4:1.7.0.12 pkgsrc-2008Q4-base:1.7 pkgsrc-2008Q3:1.7.0.10 pkgsrc-2008Q3-base:1.7 cube-native-xorg:1.7.0.8 cube-native-xorg-base:1.7 pkgsrc-2008Q2:1.7.0.6 pkgsrc-2008Q2-base:1.7 pkgsrc-2008Q1:1.7.0.4 pkgsrc-2008Q1-base:1.7 pkgsrc-2007Q4:1.7.0.2 pkgsrc-2007Q4-base:1.7 pkgsrc-2007Q3:1.6.0.6 pkgsrc-2007Q3-base:1.6 pkgsrc-2007Q2:1.6.0.4 pkgsrc-2007Q2-base:1.6 pkgsrc-2007Q1:1.6.0.2 pkgsrc-2007Q1-base:1.6 pkgsrc-2006Q4:1.4.0.2 pkgsrc-2006Q4-base:1.4 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; locks; strict; comment @# @; 1.7 date 2007.10.13.18.41.22; author adam; state dead; branches; next 1.6; 1.6 date 2007.03.18.12.34.31; author adam; state Exp; branches; next 1.5; 1.5 date 2007.01.02.15.53.23; author adam; state Exp; branches; next 1.4; 1.4 date 2006.10.22.21.26.19; author adam; state Exp; branches; next 1.3; 1.3 date 2006.10.14.01.44.24; author rillig; state Exp; branches; next 1.2; 1.2 date 2006.03.05.22.06.38; author adam; state dead; branches; next 1.1; 1.1 date 2006.01.23.16.14.25; author joerg; state Exp; branches; next ; desc @@ 1.7 log @Changes 0.5.18a: * Fixes various build problems, a crash with recent versions of libgsf * Adds an (incomplete) manual @ text @$NetBSD: patch-af,v 1.6 2007/03/18 12:34:31 adam Exp $ --- configure.ac.orig 2007-03-11 22:46:56.000000000 +0100 +++ configure.ac @@@@ -236,7 +236,7 @@@@ AC_ARG_ENABLE(glib, if test x$without_glib != xtrue then - if test $with_gnu_ld == yes + if test $with_gnu_ld = yes then # We need both GNU LD and GLIB here! AM_CONDITIONAL(HAVE_GLIB,true) @ 1.6 log @Changes 0.5.18: This release adds support for NSFE files. Removal of duplicate keywords is now biased against keywords obtained from splitting. The build process should now work properly if no C++ compiler is found. The thumbnail-extractors should now load properly in all cases (resolved a symbol naming problem). @ text @d1 1 a1 1 $NetBSD$ @ 1.5 log @Changes 0.5.17: * Added an SID (C64 music file) plugin * Added an NSF (NES Sound Format) plugin @ text @d3 1 a3 1 --- configure.ac.orig 2007-01-02 04:01:41.000000000 +0100 d5 1 a5 1 @@@@ -235,7 +235,7 @@@@ AC_ARG_ENABLE(glib, @ 1.4 log @Changes 0.5.15: * Fixed minor problems in the PDF extractors * Improved PNG extractor @ text @d3 1 a3 1 --- configure.ac.orig 2006-09-06 22:43:16.000000000 +0200 d5 1 a5 1 @@@@ -234,7 +234,7 @@@@ AC_ARG_ENABLE(glib, @ 1.3 log @Fixed "test ==". @ text @d3 3 a5 3 --- configure.ac.orig 2006-05-17 11:04:25.000000000 +0200 +++ configure.ac 2006-10-14 03:41:25.000000000 +0200 @@@@ -225,7 +225,7 @@@@ AC_ARG_ENABLE(glib, @ 1.2 log @Changes 0.5.10: * Yet another round of XPDF-related security fixes. * Mis-detection of man pages as part of TAR archives fixed. * More Mime-types for the OLE2 extractor. Also ignore (harmless) libc errors in plugins when extracting. * More TAR improvements: keywords 'date' and 'format' are extracted. More checksums variants were added. Long filenames as produced by GNU and Schilling tar (possibly Solaris pax also) are extracted. Changes 0.5.9: * Made TAR extractor parsing more robust. * Fixing crash in MIME-extractor due to typo in the code. * Fixed security problems in PDF extractor @ text @d1 1 a1 1 $NetBSD: patch-af,v 1.1 2006/01/23 16:14:25 joerg Exp $ d3 3 a5 3 --- src/plugins/Makefile.in.orig 2006-01-03 10:16:08.000000000 +0000 +++ src/plugins/Makefile.in @@@@ -610,7 +610,7 @@@@ libextractor_deb_la_SOURCES = \ d7 7 a13 7 libextractor_deb_la_LDFLAGS = \ $(top_builddir)/src/main/libextractor.la \ - $(PLUGINFLAGS) -lz -lpthread + $(PLUGINFLAGS) -lz ${PTHREAD_LDFLAGS} ${PTHREAD_LIBS} libextractor_riff_la_SOURCES = \ riffextractor.c @ 1.1 log @Don't hard-code -lpthread, use ${PTHREAD_LDFLAGS} ${PTHREAD_LIBS}. @ text @d1 1 a1 1 $NetBSD$ @