pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/libextractor link the "extract" application with...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5f96d730f2f2
branches:  trunk
changeset: 555349:5f96d730f2f2
user:      drochner <drochner%pkgsrc.org@localhost>
date:      Sat Feb 28 13:14:45 2009 +0000

description:
link the "extract" application with c++, otherwise it can't dlopen()
c++ modules, bump PKGREVISION

diffstat:

 devel/libextractor/Makefile         |   3 ++-
 devel/libextractor/distinfo         |   4 ++--
 devel/libextractor/patches/patch-ac |  15 ++++++++++++---
 3 files changed, 16 insertions(+), 6 deletions(-)

diffs (52 lines):

diff -r ffbedc0f0fd7 -r 5f96d730f2f2 devel/libextractor/Makefile
--- a/devel/libextractor/Makefile       Sat Feb 28 11:38:01 2009 +0000
+++ b/devel/libextractor/Makefile       Sat Feb 28 13:14:45 2009 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.37 2008/08/03 05:07:00 bjs Exp $
+# $NetBSD: Makefile,v 1.38 2009/02/28 13:14:45 drochner Exp $
 
 DISTNAME=      libextractor-0.5.20c
+PKGREVISION=   1
 CATEGORIES=    devel
 MASTER_SITES=  http://gnunet.org/libextractor/download/
 
diff -r ffbedc0f0fd7 -r 5f96d730f2f2 devel/libextractor/distinfo
--- a/devel/libextractor/distinfo       Sat Feb 28 11:38:01 2009 +0000
+++ b/devel/libextractor/distinfo       Sat Feb 28 13:14:45 2009 +0000
@@ -1,10 +1,10 @@
-$NetBSD: distinfo,v 1.22 2008/08/03 05:07:00 bjs Exp $
+$NetBSD: distinfo,v 1.23 2009/02/28 13:14:45 drochner Exp $
 
 SHA1 (libextractor-0.5.20c.tar.gz) = 6b89c104a1c9e0bb4c8b949563b8ec8433c879d0
 RMD160 (libextractor-0.5.20c.tar.gz) = dfdd25f674d5304ab5a5906e6be0af8837dc6f92
 Size (libextractor-0.5.20c.tar.gz) = 8181604 bytes
 SHA1 (patch-aa) = f0923e6cba8e6bb327a7959a3d7679bb78a530b2
 SHA1 (patch-ab) = e45d1a5cbca514d096c64979fed442494544fc95
-SHA1 (patch-ac) = 74635709553832f8ba5a46c421e1efa29f4df7e8
+SHA1 (patch-ac) = b04266851b39581b0956fbfe94f2670c2e196c94
 SHA1 (patch-ad) = 35b00f0fb7d5b4c512d4a4b36f5cc0298ed42eae
 SHA1 (patch-ae) = e1c07a6005cc5638099c8a0ab3f0b62c7526ceb6
diff -r ffbedc0f0fd7 -r 5f96d730f2f2 devel/libextractor/patches/patch-ac
--- a/devel/libextractor/patches/patch-ac       Sat Feb 28 11:38:01 2009 +0000
+++ b/devel/libextractor/patches/patch-ac       Sat Feb 28 13:14:45 2009 +0000
@@ -1,8 +1,17 @@
-$NetBSD: patch-ac,v 1.10 2007/10/13 18:41:21 adam Exp $
+$NetBSD: patch-ac,v 1.11 2009/02/28 13:14:45 drochner Exp $
 
---- src/main/Makefile.in.orig  2007-07-05 01:39:11.000000000 +0200
+--- src/main/Makefile.in.orig  2008-07-14 03:33:39.000000000 +0200
 +++ src/main/Makefile.in
-@@ -299,7 +299,7 @@ lib_LTLIBRARIES = \
+@@ -101,7 +101,7 @@ COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUD
+ LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
+       --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+       $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
+-CCLD = $(CC)
++CCLD = $(CXX)
+ LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
+       --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
+       $(LDFLAGS) -o $@
+@@ -315,7 +315,7 @@ lib_LTLIBRARIES = \
  extract_LDADD = \
    $(top_builddir)/src/main/libextractor.la 
  



Home | Main Index | Thread Index | Old Index