pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/print/scribus something broke plugin loading. fix it. ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/3bea169f3ccb
branches: trunk
changeset: 557015:3bea169f3ccb
user: drochner <drochner%pkgsrc.org@localhost>
date: Wed Apr 08 16:56:53 2009 +0000
description:
something broke plugin loading. fix it. bump PKGREVISION
being here, register with desktopdb
diffstat:
print/scribus/Makefile | 5 +++--
print/scribus/distinfo | 3 ++-
print/scribus/patches/patch-ah | 13 +++++++++++++
3 files changed, 18 insertions(+), 3 deletions(-)
diffs (51 lines):
diff -r 3791c12f53d0 -r 3bea169f3ccb print/scribus/Makefile
--- a/print/scribus/Makefile Wed Apr 08 16:44:23 2009 +0000
+++ b/print/scribus/Makefile Wed Apr 08 16:56:53 2009 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.58 2009/02/17 17:19:29 joerg Exp $
+# $NetBSD: Makefile,v 1.59 2009/04/08 16:56:53 drochner Exp $
DISTNAME= scribus-1.3.3.12
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= print
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=scribus/}
EXTRACT_SUFX= .tar.bz2
@@ -44,5 +44,6 @@
.include "../../mk/pthread.buildlink3.mk"
.include "../../lang/python/application.mk"
.include "../../databases/shared-mime-info/mimedb.mk"
+.include "../../sysutils/desktop-file-utils/desktopdb.mk"
.include "../../mk/bsd.pkg.mk"
diff -r 3791c12f53d0 -r 3bea169f3ccb print/scribus/distinfo
--- a/print/scribus/distinfo Wed Apr 08 16:44:23 2009 +0000
+++ b/print/scribus/distinfo Wed Apr 08 16:56:53 2009 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.19 2008/10/09 10:33:40 adam Exp $
+$NetBSD: distinfo,v 1.20 2009/04/08 16:56:53 drochner Exp $
SHA1 (scribus-1.3.3.12.tar.bz2) = 292166ec31325b9f2bae31aaa392e86aeff2ccf6
RMD160 (scribus-1.3.3.12.tar.bz2) = 870477695073aaf02d498a51fb6419f945d16a3b
@@ -8,3 +8,4 @@
SHA1 (patch-ad) = 03a4edef89cf4f8d78b20c5a4b7809036ba8d694
SHA1 (patch-ae) = 063d4737cbffd3f712d505818fd028f132267c90
SHA1 (patch-ag) = dbe050de9796992f01d791af0639895683654f7c
+SHA1 (patch-ah) = eb4bec7187e6e6669265e57ea1d68c0db602c506
diff -r 3791c12f53d0 -r 3bea169f3ccb print/scribus/patches/patch-ah
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/print/scribus/patches/patch-ah Wed Apr 08 16:56:53 2009 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-ah,v 1.3 2009/04/08 16:56:53 drochner Exp $
+
+--- scribus/Makefile.in.orig 2008-06-20 23:45:55.000000000 +0200
++++ scribus/Makefile.in
+@@ -235,7 +235,7 @@ scribus_DEPENDENCIES = $(am__DEPENDENCIE
+ #>+ 3
+ scribus_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
+ --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) \
+- $(scribus_LDFLAGS) $(LDFLAGS) -o $@
++ $(scribus_LDFLAGS) $(LDFLAGS) -o $@ -export-dynamic
+ DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
+ depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
+ am__depfiles_maybe = depfiles
Home |
Main Index |
Thread Index |
Old Index